summaryrefslogtreecommitdiff
path: root/src/post.h
Commit message (Expand)AuthorAge
* Update copyright yearAlexis Hildebrandt2023-02-02
* Update copyright statement for 2022Alexis Hildebrandt2022-07-02
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-06
* Fix issues related to payees declared on posting's metadataDiogo Trentini2021-02-02
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-27
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-05
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-02
* Convert boost::optional objects to bool explicitly.Jonathan Wakely2015-07-27
* Revert "boost::none_t no longer convertible from literal 0 in 1.58"John Wiegley2015-05-17
* boost::none_t no longer convertible from literal 0 in 1.58Johann Klähn2015-05-10
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-18
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-27
* #if guards for boost 1.56 compatibilityJoe Gallo2014-08-28
* Revert "fix "no viable conversion from ... to 'bool'""John Wiegley2014-08-27
* fix "no viable conversion from ... to 'bool'"Joe Gallo2014-08-26
* Preserve the given cost for printMartin Michlmayr2014-07-14
* Add the concept of "deferred postings"John Wiegley2014-04-13
* Bump copyright information to 2014Alexis Hildebrandt2014-02-02
* Add a missing % characterJohn Wiegley2013-05-19
* Bump copyright information to 2013John Wiegley2013-02-18
* Shorten debug commentJohn Wiegley2012-11-23
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-20
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-18
* Switch to using Boost.FormatJohn Wiegley2012-05-14
* Whitespace fixJohn Wiegley2012-04-04
* Forgot to copy two members in post_t's copy-ctorJohn Wiegley2012-03-28
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-20
* Access to checkin/checkout of timelog entriesJohn Wiegley2012-03-13
* post_t's copy constructor wasn't copying xdata_John Wiegley2012-03-13
* Added the notion of "virtual costs"John Wiegley2012-03-09
* Added parsing support for the many value directivesJohn Wiegley2012-03-07
* Increased file copyrights to 2012John Wiegley2012-02-29
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-28
* Added some debug codeJohn Wiegley2011-02-10
* Scopes can now provide a description of themselvesJohn Wiegley2010-06-24
* has_tag and get_tag now take an 'inherit' parameterJohn Wiegley2010-06-18
* Individual postings may each have their own payeeJohn Wiegley2010-06-17
* Store metadata values as value_t instead of stringJohn Wiegley2010-06-12
* Untabified all source filesJohn Wiegley2010-06-11
* Allow fixated costs, as well as pricesJohn Wiegley2010-06-10
* Fixed interaction with -V/X and grouped postingsJohn Wiegley2010-06-09
* Make --anon work with the print commandJohn Wiegley2010-06-05
* Added account_id and xact_id valexpr vars for postsJohn Wiegley2010-05-18
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-08
* Updated copyrights to 2003-2010John Wiegley2010-03-05
* Some minor refactoring of the textual parserJohn Wiegley2010-02-05
* Added post_t::compare_by_date_and_sequence comparatorJohn Wiegley2010-02-05
* Added actual_date() methods for itemsJohn Wiegley2010-02-05
* Removed post_t::xdata_t::ptr, which is not usedJohn Wiegley2009-11-14
* Made ~post_t virtualJohn Wiegley2009-11-12