summaryrefslogtreecommitdiff
path: root/src/post.h
Commit message (Expand)AuthorAgeFilesLines
* Make xact hashes independent of posting orderJohn Wiegley2024-08-051-2/+0
* 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 issues related to payees declared on posting's metadataDiogo Trentini2021-02-021-0/+10
* [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
* Convert boost::optional objects to bool explicitly.Jonathan Wakely2015-07-271-5/+1
* Revert "boost::none_t no longer convertible from literal 0 in 1.58"John Wiegley2015-05-171-1/+5
* boost::none_t no longer convertible from literal 0 in 1.58Johann Klähn2015-05-101-5/+1
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-181-18/+0
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* #if guards for boost 1.56 compatibilityJoe Gallo2014-08-281-0/+4
* Revert "fix "no viable conversion from ... to 'bool'""John Wiegley2014-08-271-1/+1
* fix "no viable conversion from ... to 'bool'"Joe Gallo2014-08-261-1/+1
* Preserve the given cost for printMartin Michlmayr2014-07-141-0/+1
* Add the concept of "deferred postings"John Wiegley2014-04-131-0/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Add a missing % characterJohn Wiegley2013-05-191-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Shorten debug commentJohn Wiegley2012-11-231-1/+1
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-1/+1
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-2/+1
* Switch to using Boost.FormatJohn Wiegley2012-05-141-1/+1
* Whitespace fixJohn Wiegley2012-04-041-2/+2
* Forgot to copy two members in post_t's copy-ctorJohn Wiegley2012-03-281-4/+4
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-1/+1
* Access to checkin/checkout of timelog entriesJohn Wiegley2012-03-131-7/+9
* post_t's copy constructor wasn't copying xdata_John Wiegley2012-03-131-0/+7
* Added the notion of "virtual costs"John Wiegley2012-03-091-1/+2
* Added parsing support for the many value directivesJohn Wiegley2012-03-071-0/+3
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-281-3/+3
* Added some debug codeJohn Wiegley2011-02-101-0/+1
* Scopes can now provide a description of themselvesJohn Wiegley2010-06-241-0/+10
* has_tag and get_tag now take an 'inherit' parameterJohn Wiegley2010-06-181-7/+11
* Individual postings may each have their own payeeJohn Wiegley2010-06-171-0/+2
* Store metadata values as value_t instead of stringJohn Wiegley2010-06-121-3/+3
* Untabified all source filesJohn Wiegley2010-06-111-34/+34
* Allow fixated costs, as well as pricesJohn Wiegley2010-06-101-6/+7
* Fixed interaction with -V/X and grouped postingsJohn Wiegley2010-06-091-0/+2
* Make --anon work with the print commandJohn Wiegley2010-06-051-5/+6
* Added account_id and xact_id valexpr vars for postsJohn Wiegley2010-05-181-0/+3
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-4/+5
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Some minor refactoring of the textual parserJohn Wiegley2010-02-051-0/+2
* Added post_t::compare_by_date_and_sequence comparatorJohn Wiegley2010-02-051-0/+14