summaryrefslogtreecommitdiff
path: root/src/xact.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed parsing of "deferred notes" in auto xactsJohn Wiegley2012-03-071-6/+8
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-1/+2
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Implement the "tag" metadata directiveJohn Wiegley2012-02-271-13/+3
* The "id" of an item now maps to its UUIDJohn Wiegley2012-02-271-3/+0
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* Scopes can now provide a description of themselvesJohn Wiegley2010-06-241-0/+30
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-4/+2
* Added support for assert, check and expr directivesJohn Wiegley2010-06-131-0/+12
* Automated xacts may now contain "deferred tags"John Wiegley2010-06-131-1/+27
* Untabified all source filesJohn Wiegley2010-06-111-4/+4
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Memoize results from the fast predicate matcherJohn Wiegley2009-11-141-0/+2
* Spot optimization for simple automated xact exprsJohn Wiegley2009-11-141-3/+5
* Added has_xdata() methods for journal_t and xact_tJohn Wiegley2009-11-121-0/+1
* Transactions now verified after applying auto xactsJohn Wiegley2009-11-111-1/+2
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-70/+0
* Automated postings defer amount expression calculationJohn Wiegley2009-11-111-9/+9
* XML reporting now works via the "xml" commandJohn Wiegley2009-11-091-0/+2
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-3/+3
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-39/+0
* Report sought magnitude when balancing errors occurJohn Wiegley2009-11-051-1/+2
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-0/+3
* Transactions, etc., are now accessed by iteratorsJohn Wiegley2009-11-051-0/+7
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-1/+2
* Whitespace fixJohn Wiegley2009-11-041-5/+5
* Whitespace fixesJohn Wiegley2009-11-011-1/+0
* Fix to xact_t::valid()John Wiegley2009-11-011-12/+3
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-2/+0
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+67
* Removed erroneous throw specifier from period_xact_tJohn Wiegley2009-10-301-1/+1
* Made the id function available in post contextsJohn Wiegley2009-10-271-0/+4
* Temporarily stubbed out an inaccurate assertJohn Wiegley2009-06-151-1/+7
* First iteration of the new date_interval_t rewriteJohn Wiegley2009-03-151-3/+3
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-2/+5
* Fixed the way item state is parsed and managedJohn Wiegley2009-02-271-2/+0
* The Great Renaming, Part IIJohn Wiegley2009-02-231-131/+178
* Many fixes to both --market and --exchangeJohn Wiegley2009-02-231-6/+0
* Added xact_t::count memberJohn Wiegley2009-02-151-1/+4
* xact metadata searches get passed up to the entryJohn Wiegley2009-02-141-0/+8
* Sorting expr now uses "-" to indicate descendingJohn Wiegley2009-02-121-3/+4
* Re-enabled some code, and removed a bunch of deadwood.John Wiegley2009-02-121-1/+1
* Was failing to copy over the xact's assigned_amount when copy constructing.John Wiegley2009-02-091-0/+1
* Use the report's amount_expr everywhere that computes an xact's amount.John Wiegley2009-02-091-1/+1
* Removed the nearly unknown --descend and --descend-if options.John Wiegley2009-02-061-24/+0
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-2/+2
* Simplified the textual parser, and improved metadata support.John Wiegley2009-02-041-9/+0
* Removed unneeded member variables.John Wiegley2009-02-041-3/+1
* Don't store the amount expression object in transactions.John Wiegley2009-02-031-0/+6
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19