summaryrefslogtreecommitdiff
path: root/src/journal.cc
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Cosmetic change - format code consistentlyMartin Michlmayr2014-05-181-4/+4
* rename payee_mappings to payee_alias_mappingsChristophe Rhodes2014-05-121-1/+1
* Initialize journal_t::no_aliases to false upon costructionJohn Wiegley2014-04-211-0/+1
* Require the use of C++11John Wiegley2014-04-171-3/+2
* Add a safety check when using deferred postingsJohn Wiegley2014-04-151-4/+46
* Apply any outstanding deferred postings at the end of parsingJohn Wiegley2014-04-141-0/+1
* Add the concept of "deferred postings"John Wiegley2014-04-131-1/+16
* The option --permissive now quiets balance assertionsJohn Wiegley2014-04-131-1/+1
* Adding option --no-aliases to completely disable alias expansionPeter Feigl2014-02-261-0/+3
* Adding option --recursive-aliases, adding documentation to man-page and manualPeter Feigl2014-02-261-2/+3
* fixing problem with previous commit if no aliases are registeredPeter Feigl2014-02-261-0/+2
* Adding support for recursive aliases.Peter Feigl2014-02-251-19/+53
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Guard against a possible null valueJohn Wiegley2013-09-201-1/+1
* Resolve new compiler warnings from ClangJohn Wiegley2013-05-191-3/+3
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* whitespace cleanupJohann Klähn2013-01-161-4/+4
* Improvement to account alias expansionJohn Wiegley2013-01-111-1/+12
* Switch to using Boost.FormatJohn Wiegley2012-05-141-15/+14
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-3/+3
* Added option --day-breakJohn Wiegley2012-03-171-0/+1
* Added parsing support for the many value directivesJohn Wiegley2012-03-071-2/+4
* Added a few commentsJohn Wiegley2012-03-071-0/+9
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-77/+62
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Added some missing variable namesJohn Wiegley2012-02-271-1/+2
* OptimizationsJohn Wiegley2012-02-271-52/+58
* Added --check-payees optionJohn Wiegley2012-02-271-17/+19
* Implement the "tag" metadata directiveJohn Wiegley2012-02-271-3/+63
* Enable payee mappingsJohn Wiegley2012-02-271-13/+10
* Move when Unknown accounts are processedJohn Wiegley2012-02-271-10/+9
* Added new account/payee/commodity directivesJohn Wiegley2012-02-271-16/+148
* The "id" of an item now maps to its UUIDJohn Wiegley2012-02-271-0/+17
* Corrected an error messageJohn Wiegley2012-02-261-1/+1
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-0/+11
* Fixes for variable shadowing (18/28)John Wiegley2012-02-171-2/+2
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-6/+4
* Automated xacts may now contain "deferred tags"John Wiegley2010-06-131-4/+6
* Untabified all source filesJohn Wiegley2010-06-111-9/+9
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Reformatted a commentJohn Wiegley2010-02-051-3/+2
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-16/+0
* Added has_xdata() methods for journal_t and xact_tJohn Wiegley2009-11-121-0/+20
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-1/+8
* Automated postings defer amount expression calculationJohn Wiegley2009-11-111-3/+1
* Renamed journal_t::basket to bucketJohn Wiegley2009-11-071-1/+1
* The binary cache is working againJohn Wiegley2009-11-061-1/+2
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-13/+84