summaryrefslogtreecommitdiff
path: root/src/xact.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for --hashes=sha512_256 as another algorithmJohn Wiegley2024-08-051-1/+1
* Make xact hashes independent of posting orderJohn Wiegley2024-08-051-1/+1
* Add support for hash chaining to detect modifications in postingsJohn Wiegley2024-08-051-0/+2
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
* Fix some boost format stringsTommi Komulainen2019-01-171-3/+3
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-181-72/+0
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-7/+7
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-1/+1
* Switch to using Boost.FormatJohn Wiegley2012-05-141-3/+3
* Add 'data' member to account/journal objectsJohn Wiegley2012-04-131-2/+6
* Started work on a "views" report document modelJohn Wiegley2012-04-081-0/+4
* Allow serialization to be enabled againJohn Wiegley2012-03-291-0/+15
* 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