summaryrefslogtreecommitdiff
path: root/src/xact.cc
Commit message (Expand)AuthorAgeFilesLines
* Another whitespace changeJohn Wiegley2024-08-051-1/+1
* Add whitespace to xact_t::hashJohn Wiegley2024-08-051-0/+8
* Add support for --hashes=sha512_256 as another algorithmJohn Wiegley2024-08-051-2/+3
* Make xact hashes independent of posting orderJohn Wiegley2024-08-051-3/+31
* Add support for hash chaining to detect modifications in postingsJohn Wiegley2024-08-051-0/+15
* fix #2220, bucket transactions ignored with reg --relatedTavis Ormandy2023-04-181-1/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Fix balancing commodity with smaller unit.Maria2022-10-111-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Add an assertion to src/xact.ccJohn Wiegley2020-03-271-0/+2
* Simple whitespace fixJohn Wiegley2020-03-271-1/+1
* Ignore null deferred postingsMichael Budde2019-01-231-3/+5
* Make automated transactions work with assertionsChristoph Dittmann2018-06-091-1/+2
* Fix auto xact posts not getting applied to account total durring journal parseDJ Edmonson2018-03-231-3/+6
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* Transfer null_post flags to generated postingsAaron Lindsay2018-01-091-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
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* "mispelled" was misspelledJoseph Mornin2014-09-081-1/+1
* Preserve original cost basis when gain or loss is madeMartin Michlmayr2014-07-141-2/+4
* Use the POST_COST_VIRTUAL flag when exchange commoditiesJohn Wiegley2014-05-081-3/+3
* Add the concept of "deferred postings"John Wiegley2014-04-131-1/+4
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Remove some unnecessary and complicated logicJohn Wiegley2013-05-191-34/+5
* fix ledger xml output, remove ledger json commandJohann Klähn2013-03-081-12/+6
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* whitespace cleanupJohann Klähn2013-01-161-5/+5
* Properly handle metadata tags on auto-postingsJohn Wiegley2012-11-121-6/+21
* Account names in auto-xacts can be format stringsJohn Wiegley2012-11-121-0/+9
* Implemented Bug551 Automatic Transactions are cleared base on parentCraig Earls2012-10-231-0/+8
* Fixed a subtle memory overwriteJohn Wiegley2012-06-271-8/+10
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-5/+5
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-42/+16
* Switch to using Boost.FormatJohn Wiegley2012-05-141-5/+4
* Resolve some issues with proof buildsJohn Wiegley2012-04-151-1/+2
* Add 'data' member to account/journal objectsJohn Wiegley2012-04-131-0/+3
* Simplified some code in xact.ccJohn Wiegley2012-03-231-62/+42
* Improved error reporting for bad account namesJohn Wiegley2012-03-161-2/+21
* Added the notion of "virtual costs"John Wiegley2012-03-091-1/+1
* Added some missing DEBUG #if'sJohn Wiegley2012-03-071-0/+2
* Deferred notes were being processed too lateJohn Wiegley2012-03-071-8/+8
* Added parsing support for the many value directivesJohn Wiegley2012-03-071-0/+2
* Call register_account for posts created by auto xactsJohn Wiegley2012-03-071-2/+3
* Corrected several compile and link problemsJohn Wiegley2012-03-061-0/+2
* Added (disabled) code to stop sorting generated balancing postingsJohn Wiegley2012-03-051-3/+25
* Added some DEBUG statementsJohn Wiegley2012-03-051-0/+2
* When deleting a post from an xact, remove it from its accountJohn Wiegley2012-03-051-0/+2
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-2/+4
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1