summaryrefslogtreecommitdiff
path: root/src/journal.h
Commit message (Expand)AuthorAgeFilesLines
* support payee uuid directiveChristophe Rhodes2014-05-131-0/+3
* rename payee_mappings to payee_alias_mappingsChristophe Rhodes2014-05-121-35/+35
* The option --permissive now quiets balance assertionsJohn Wiegley2014-04-131-0/+1
* Adding option --no-aliases to completely disable alias expansionPeter Feigl2014-02-261-0/+1
* Adding option --recursive-aliases, adding documentation to man-page and manualPeter Feigl2014-02-261-0/+1
* Adding support for recursive aliases.Peter Feigl2014-02-251-0/+2
* 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
* Changed a const string map key to stringJohn Wiegley2012-04-281-11/+11
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-1/+1
* Added option --day-breakJohn Wiegley2012-03-171-0/+1
* Added parsing support for the many value directivesJohn Wiegley2012-03-071-3/+4
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-20/+12
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Removed comment that no longer made senseJohn Wiegley2012-02-291-2/+0
* Added --check-payees optionJohn Wiegley2012-02-271-0/+1
* Implement the "tag" metadata directiveJohn Wiegley2012-02-271-14/+14
* Added new account/payee/commodity directivesJohn Wiegley2012-02-271-7/+38
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-0/+3
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-4/+2
* Automated xacts may now contain "deferred tags"John Wiegley2010-06-131-2/+4
* Untabified all source filesJohn Wiegley2010-06-111-22/+22
* Two members of journal_t weren't being serializedJohn Wiegley2010-06-021-1/+3
* Added new "payee" and "capture" directivesJohn Wiegley2010-03-051-0/+8
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-3/+0
* Added has_xdata() methods for journal_t and xact_tJohn Wiegley2009-11-121-0/+1
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-10/+2
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-9/+0
* Renamed journal_t::basket to bucketJohn Wiegley2009-11-071-2/+2
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-0/+12
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-0/+2
* Transactions, etc., are now accessed by iteratorsJohn Wiegley2009-11-051-0/+26
* Whitespace fixJohn Wiegley2009-11-041-2/+2
* Changed a data type to be consistent with its usageJohn Wiegley2009-10-311-1/+1
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-7/+51
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-9/+8
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+16
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-6/+12
* The Great Renaming, Part IIJohn Wiegley2009-02-231-11/+11
* Added a --strict session optionJohn Wiegley2009-02-191-2/+3
* Break libledger_data's dependency on session_t.John Wiegley2009-02-091-2/+1
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-34/+9
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-1/+3
* Simplified the textual parser, and improved metadata support.John Wiegley2009-02-041-12/+2
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-10/+10
* Update Doxygen documentation. Still much more work to be done.John Wiegley2009-01-291-2/+0
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1