summaryrefslogtreecommitdiff
path: root/src/item.h
Commit message (Expand)AuthorAgeFilesLines
* Make xact hashes independent of posting orderJohn Wiegley2024-08-051-4/+0
* Add support for hash chaining to detect modifications in postingsJohn Wiegley2024-08-051-0/+4
* fix #2220, bucket transactions ignored with reg --relatedTavis Ormandy2023-04-181-0/+1
* Refactor basic_flags_t to ledger::flags::basic_tAlexis Hildebrandt2023-04-121-1/+1
* 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
* Drop support for gcc 2 and earlierTim Landscheidt2019-01-251-7/+7
* [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
* Fix compilation error with boost 1.61Denis2016-09-121-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-36/+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
* 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-2/+2
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-0/+1
* post.x = y defines metadata tag xJohn Wiegley2012-04-041-0/+2
* Make metadata tags case insensitiveJohn Wiegley2012-04-041-1/+2
* Whitespace fixJohn Wiegley2012-04-041-2/+1
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-2/+2
* post_t's copy constructor wasn't copying xdata_John Wiegley2012-03-131-1/+1
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Fixed problem with the Python buildJohn Wiegley2012-02-291-0/+13
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-281-10/+10
* Keep notes on their own line if parsed that wayJohn Wiegley2012-02-261-4/+6
* Added has_date() method to item_tJohn Wiegley2010-06-221-0/+4
* has_tag and get_tag now take an 'inherit' parameterJohn Wiegley2010-06-181-7/+11
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-8/+6
* Add support for typed metadataJohn Wiegley2010-06-121-4/+8
* Store metadata values as value_t instead of stringJohn Wiegley2010-06-121-8/+8
* Untabified all source filesJohn Wiegley2010-06-111-20/+20
* Increase item_t's flags to 16-bitJohn Wiegley2010-06-101-4/+4
* Tags were not being set properly on postingsJohn Wiegley2010-03-171-4/+6
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-3/+4
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Added actual_date() methods for itemsJohn Wiegley2010-02-051-0/+4
* Added a "seq" sequence property for all itemsJohn Wiegley2010-02-041-1/+5
* --data shouldn't modify the underlying itemJohn Wiegley2009-11-121-6/+0
* Added --date, similar to --account and --payeeJohn Wiegley2009-11-111-0/+6
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-9/+0
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-1/+2