summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Work around collision between Format's put & GraphJohn Wiegley2012-05-207-222/+178
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-2061-242/+541
|
* Fixed a variable name shadowingJohn Wiegley2012-05-181-2/+2
|
* Added a "json" report commandJohn Wiegley2012-05-184-6/+27
|
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-1826-334/+228
|
* Switch to using Boost.FormatJohn Wiegley2012-05-1436-440/+245
|
* Improved detection of iostream's eof() conditionJohn Wiegley2012-05-142-2/+4
|
* Fixed a hidden memory corruption bugJohn Wiegley2012-05-141-4/+4
|
* Added a * for cleared entries in the time reportJohn Wiegley2012-05-101-4/+7
|
* Merge branch 't/checkout_cleared' into nextJohn Wiegley2012-05-105-12/+24
|\
| * Added "last_checkout_cleared" valexpr variableJohn Wiegley2012-05-075-12/+24
| |
* | Made some code in option.h a bit saferJohn Wiegley2012-05-071-1/+1
|/
* Made some of the value term parsing code more resilientJohn Wiegley2012-04-281-5/+7
|
* Silenced a warning in the very latest ClangJohn Wiegley2012-04-281-3/+0
|
* Changed a const string map key to stringJohn Wiegley2012-04-282-12/+12
|
* Added support for building with Clang and libc++ in C++11John Wiegley2012-04-283-6/+8
|
* #if 0'd out some unused codeJohn Wiegley2012-04-251-0/+2
|
* Resolve some issues with proof buildsJohn Wiegley2012-04-153-8/+18
|
* Add 'data' member to account/journal objectsJohn Wiegley2012-04-133-5/+23
|
* Make --detail a synonym for --rich-dataJohn Wiegley2012-04-131-1/+1
|
* Started work on a "views" report document modelJohn Wiegley2012-04-083-0/+720
|
* Allow --invert to work with --monthlyJohn Wiegley2012-04-062-6/+19
| | | | Fixes #770
* post.x = y defines metadata tag xJohn Wiegley2012-04-042-0/+9
|
* Make metadata tags case insensitiveJohn Wiegley2012-04-042-2/+13
|
* Make status and state valexpr synonymsJohn Wiegley2012-04-041-1/+1
|
* Added 'lowered' helper functionJohn Wiegley2012-04-041-0/+6
|
* Whitespace fixJohn Wiegley2012-04-045-28/+22
|
* Whitespace fixJohn Wiegley2012-03-301-4/+4
|
* Fix to Python value() method handlingJohn Wiegley2012-03-301-4/+3
|
* Allow dates to be passed to Python value() methodJohn Wiegley2012-03-302-0/+13
|
* Never price commodities using annotated commoditiesJohn Wiegley2012-03-305-13/+24
|
* Fix to commodity printingJohn Wiegley2012-03-291-3/+8
|
* Improved some error messagesJohn Wiegley2012-03-294-13/+20
|
* Allow post.cost to work in PythonJohn Wiegley2012-03-293-16/+32
|
* Allow serialization to be enabled againJohn Wiegley2012-03-293-4/+26
|
* Forgot to copy two members in post_t's copy-ctorJohn Wiegley2012-03-281-4/+4
|
* Make pricesdb an alias for pricedb for backwards compatibility with ledger 2Martin Michlmayr2012-03-251-1/+1
| | | | | | | | ledger 2.2 introduced the pricesdb command. This was renamed to pricedb in ledger 3. Allow pricesdb as an alternative to pricedb to provide backwards compatibility. Fixes bug #728
* Simplified some code in xact.ccJohn Wiegley2012-03-232-71/+60
|
* Fixed sorting of equity outputJohn Wiegley2012-03-233-47/+119
|
* Fixed an interaction with equity and virtual accountsJohn Wiegley2012-03-222-7/+30
| | | | Fixes #686
* Never output calculate commodity valuation expressionsJohn Wiegley2012-03-202-6/+3
|
* Fix problems with <Adjustment> postingsJohn Wiegley2012-03-205-7/+18
|
* Merge branch 't/A560FDAD' into nextJohn Wiegley2012-03-201-2/+4
|\
| * Strip annotations in display_filter_postsJohn Wiegley2012-03-201-2/+4
| | | | | | | | Fixes #718
* | Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-2032-101/+106
|/
* Corrected an uninitialized memory bugJohn Wiegley2012-03-191-1/+11
|
* Don't output zero balances with the equity commandJohn Wiegley2012-03-191-11/+15
|
* Allow the equity command to strip annotationsJohn Wiegley2012-03-193-24/+31
|
* print computed annotations if --generatedJohn Wiegley2012-03-191-1/+2
|
* Made an assert more relaxed in item_context()John Wiegley2012-03-191-1/+1
|