summaryrefslogtreecommitdiff
path: root/src/item.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace fixJohn Wiegley2009-11-041-2/+2
* Stream out item metadata last in item_t::serializeJohn Wiegley2009-11-011-1/+1
* When copying an item, copy its metadataJohn Wiegley2009-11-011-0/+1
* Removed most #if 0 blocks and callout commentsJohn Wiegley2009-10-311-1/+0
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+35
* Add a position_t object for tracking item positionsJohn Wiegley2009-10-301-20/+39
* Fixed a comment, and some whitespaceJohn Wiegley2009-10-301-2/+1
* Added a comment about a confusing bit of codeJohn Wiegley2009-10-271-0/+1
* Removed reliance on strptime/strftimeJohn Wiegley2009-10-111-2/+4
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+0
* The Great Renaming, Part IIJohn Wiegley2009-02-231-7/+7
* Added a new --raw option, for use with printJohn Wiegley2009-02-211-2/+3
* xact metadata searches get passed up to the entryJohn Wiegley2009-02-141-0/+7
* Fixed the use of --effective and --date-format (-y).John Wiegley2009-02-091-0/+5
* Improved an error message that was trying to show transaction context.John Wiegley2009-02-081-1/+1
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-2/+0
* Removed all references to the old binary cache.John Wiegley2009-02-041-3/+2