summaryrefslogtreecommitdiff
path: root/src/archive.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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-3/+3
|
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
|
* Untabified all source filesJohn Wiegley2010-06-111-24/+24
|
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
|
* The new period parser is passing all testsJohn Wiegley2009-11-181-1/+1
|
* session_t now holds a std::auto_prt<journal_t>John Wiegley2009-11-121-10/+10
|
* Automated postings defer amount expression calculationJohn Wiegley2009-11-111-1/+1
| | | | | | | | | | | | | | | | | This allows for value expressions to be used which reference the incoming posting, for example: = Income:Clients: (Liabilities:Taxes:VAT1) (floor(amount) * 1) (Liabilities:Taxes:VAT2) 0.19 2009/07/27 * Invoice Assets:Bank:Checking $1,190.45 Income:Clients:ACME_Inc The automated posting for VAT1 will use the floored amount multiplied by a factor, while the posting for VAT2 multiples the whole amount as before.
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-1/+1
|
* Stream out item metadata last in item_t::serializeJohn Wiegley2009-11-011-1/+1
|
* Improved archive header logic for cache filesJohn Wiegley2009-11-011-21/+65
|
* Fixed an unused variable warningJohn Wiegley2009-10-311-0/+4
|
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-0/+247