Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a reference to HAVE_EDIT | John Wiegley | 2012-05-20 | 2 | -7/+6 |
| | |||||
* | Removed an unnecessary #define | John Wiegley | 2012-05-20 | 1 | -1/+0 |
| | |||||
* | Make profiling builds work with Clang | John Wiegley | 2012-05-20 | 1 | -1/+0 |
| | |||||
* | Guard against an incorrect use of assert() | John Wiegley | 2012-05-20 | 1 | -1/+1 |
| | |||||
* | Changed all ASSERTS_ON -> !NO_ASSERTS | John Wiegley | 2012-05-20 | 3 | -8/+5 |
| | |||||
* | A few more CMake-related fixes | John Wiegley | 2012-05-20 | 2 | -5/+2 |
| | |||||
* | Work around inclusion ordering bug with Xpressive | John Wiegley | 2012-05-20 | 2 | -4/+3 |
| | |||||
* | Work around collision between Format's put & Graph | John Wiegley | 2012-05-20 | 7 | -222/+178 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 61 | -242/+541 |
| | |||||
* | Fixed a variable name shadowing | John Wiegley | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Added a "json" report command | John Wiegley | 2012-05-18 | 4 | -6/+27 |
| | |||||
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 26 | -334/+228 |
| | |||||
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 36 | -440/+245 |
| | |||||
* | Improved detection of iostream's eof() condition | John Wiegley | 2012-05-14 | 2 | -2/+4 |
| | |||||
* | Fixed a hidden memory corruption bug | John Wiegley | 2012-05-14 | 1 | -4/+4 |
| | |||||
* | Added a * for cleared entries in the time report | John Wiegley | 2012-05-10 | 1 | -4/+7 |
| | |||||
* | Merge branch 't/checkout_cleared' into next | John Wiegley | 2012-05-10 | 5 | -12/+24 |
|\ | |||||
| * | Added "last_checkout_cleared" valexpr variable | John Wiegley | 2012-05-07 | 5 | -12/+24 |
| | | |||||
* | | Made some code in option.h a bit safer | John Wiegley | 2012-05-07 | 1 | -1/+1 |
|/ | |||||
* | Made some of the value term parsing code more resilient | John Wiegley | 2012-04-28 | 1 | -5/+7 |
| | |||||
* | Silenced a warning in the very latest Clang | John Wiegley | 2012-04-28 | 1 | -3/+0 |
| | |||||
* | Changed a const string map key to string | John Wiegley | 2012-04-28 | 2 | -12/+12 |
| | |||||
* | Added support for building with Clang and libc++ in C++11 | John Wiegley | 2012-04-28 | 3 | -6/+8 |
| | |||||
* | #if 0'd out some unused code | John Wiegley | 2012-04-25 | 1 | -0/+2 |
| | |||||
* | Resolve some issues with proof builds | John Wiegley | 2012-04-15 | 3 | -8/+18 |
| | |||||
* | Add 'data' member to account/journal objects | John Wiegley | 2012-04-13 | 3 | -5/+23 |
| | |||||
* | Make --detail a synonym for --rich-data | John Wiegley | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Started work on a "views" report document model | John Wiegley | 2012-04-08 | 3 | -0/+720 |
| | |||||
* | Allow --invert to work with --monthly | John Wiegley | 2012-04-06 | 2 | -6/+19 |
| | | | | Fixes #770 | ||||
* | post.x = y defines metadata tag x | John Wiegley | 2012-04-04 | 2 | -0/+9 |
| | |||||
* | Make metadata tags case insensitive | John Wiegley | 2012-04-04 | 2 | -2/+13 |
| | |||||
* | Make status and state valexpr synonyms | John Wiegley | 2012-04-04 | 1 | -1/+1 |
| | |||||
* | Added 'lowered' helper function | John Wiegley | 2012-04-04 | 1 | -0/+6 |
| | |||||
* | Whitespace fix | John Wiegley | 2012-04-04 | 5 | -28/+22 |
| | |||||
* | Whitespace fix | John Wiegley | 2012-03-30 | 1 | -4/+4 |
| | |||||
* | Fix to Python value() method handling | John Wiegley | 2012-03-30 | 1 | -4/+3 |
| | |||||
* | Allow dates to be passed to Python value() method | John Wiegley | 2012-03-30 | 2 | -0/+13 |
| | |||||
* | Never price commodities using annotated commodities | John Wiegley | 2012-03-30 | 5 | -13/+24 |
| | |||||
* | Fix to commodity printing | John Wiegley | 2012-03-29 | 1 | -3/+8 |
| | |||||
* | Improved some error messages | John Wiegley | 2012-03-29 | 4 | -13/+20 |
| | |||||
* | Allow post.cost to work in Python | John Wiegley | 2012-03-29 | 3 | -16/+32 |
| | |||||
* | Allow serialization to be enabled again | John Wiegley | 2012-03-29 | 3 | -4/+26 |
| | |||||
* | Forgot to copy two members in post_t's copy-ctor | John Wiegley | 2012-03-28 | 1 | -4/+4 |
| | |||||
* | Make pricesdb an alias for pricedb for backwards compatibility with ledger 2 | Martin Michlmayr | 2012-03-25 | 1 | -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.cc | John Wiegley | 2012-03-23 | 2 | -71/+60 |
| | |||||
* | Fixed sorting of equity output | John Wiegley | 2012-03-23 | 3 | -47/+119 |
| | |||||
* | Fixed an interaction with equity and virtual accounts | John Wiegley | 2012-03-22 | 2 | -7/+30 |
| | | | | Fixes #686 | ||||
* | Never output calculate commodity valuation expressions | John Wiegley | 2012-03-20 | 2 | -6/+3 |
| | |||||
* | Fix problems with <Adjustment> postings | John Wiegley | 2012-03-20 | 5 | -7/+18 |
| | |||||
* | Merge branch 't/A560FDAD' into next | John Wiegley | 2012-03-20 | 1 | -2/+4 |
|\ |