Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -0/+17 |
| | |||||
* | Tighten up argument passing related to fn_market() | John Wiegley | 2012-03-11 | 1 | -3/+3 |
| | |||||
* | Add support for valuation expressions on commodities | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed several unit tests | John Wiegley | 2011-02-04 | 3 | -23/+29 |
| | |||||
* | Use Boost.Test instead of CppUnit | John Wiegley | 2011-02-04 | 12 | -1209/+950 |
| | |||||
* | Corrected a bug in report query parsing | John Wiegley | 2010-06-19 | 1 | -4/+4 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 2 | -23/+23 |
| | |||||
* | A further simplification of -V and -X | John Wiegley | 2010-06-07 | 1 | -5/+5 |
| | | | | | | | | With -X COMM, all values are computed in terms of COMM, regardless. With -V, only secondary commodities will ever be computed, never primaries. Further, if a secondary commodities has an associated price, the valuation is done in terms of that price's commodity. | ||||
* | Further improved parsing of query expressions | John Wiegley | 2010-06-01 | 1 | -4/+2 |
| | | | | Fixes #210 / D4C2DD6F-8967-4FFC-BBBC-A941F9C53475 | ||||
* | Changed --european option to --decimal-comma | John Wiegley | 2010-06-01 | 1 | -3/+3 |
| | | | | Fixes #211 / 1736ACA5-5DE6-4826-AEB4-DB5B2A2217AC | ||||
* | Fixed one of the ExprTests | John Wiegley | 2009-11-15 | 1 | -0/+2 |
| | |||||
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 2 | -115/+117 |
| | |||||
* | Fixes to the Python unit tests | John Wiegley | 2009-10-28 | 1 | -16/+16 |
| | |||||
* | Disabled some of the expression tests under Python | John Wiegley | 2009-10-28 | 1 | -0/+32 |
| | |||||
* | Rewrote the report query parser | John Wiegley | 2009-10-28 | 2 | -0/+307 |
| | | | | | | It is now a full parser that parses report queries directly into value expression trees. These then get rendered into text so that other options may extend the expression. | ||||
* | Call times_initialize/shutdown in the unit tests | John Wiegley | 2009-10-25 | 6 | -2/+20 |
| | |||||
* | Don't increase precision so much when dividing | John Wiegley | 2009-06-15 | 1 | -20/+20 |
| | | | | | | | | | Slow the increase in internal precision when dividing amounts. Use "--debug amount.convert" if you wish to see this logic in action, if a case where incorrect rounding is suspected comes up. Fixes B68FFB0D-A9A0-479C-A6C0-68853F229333 | ||||
* | Rewrote the date interval parser/stepper | John Wiegley | 2009-03-23 | 1 | -3/+9 |
| | | | | | The new implementation uses boost::gregorian::date_duration objects, rather than manually stepping. | ||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 6 | -0/+12 |
| | |||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 2 | -0/+2 |
| | |||||
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 1 | -5/+7 |
| | |||||
* | Be smarter about trimming off trailing zeroes | John Wiegley | 2009-02-27 | 1 | -1/+1 |
| | |||||
* | Allow uncommoditized amounts to +/- with an amount | John Wiegley | 2009-02-25 | 1 | -6/+6 |
| | | | | Thus, you can say "$100 + 10" to increase it by $10. | ||||
* | Be smarter about printing uncommoditized amounts | John Wiegley | 2009-02-24 | 1 | -5/+5 |
| | |||||
* | Restored the use of Python unit tests | John Wiegley | 2009-02-24 | 10 | -50/+10 |
| | |||||
* | Added --exchange (-x) option | John Wiegley | 2009-02-22 | 1 | -5/+5 |
| | | | | | | | This is like -V, except it lets you specify the goal commodity to report in terms of, for example: reg -x CAD | ||||
* | Restored the --budget option | John Wiegley | 2009-02-20 | 1 | -9/+9 |
| | |||||
* | Re-enabled parsing of timelog data | John Wiegley | 2009-02-19 | 1 | -98/+98 |
| | |||||
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 5 | -13/+0 |
| | |||||
* | Fixed some incorrect #includes. | John Wiegley | 2009-02-07 | 2 | -3/+2 |
| | |||||
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 5 | -15/+15 |
| | |||||
* | Removed serialization tests from the amount_t unit tests. | John Wiegley | 2009-02-03 | 2 | -93/+0 |
| | |||||
* | Added a more efficient amount_t::operator==, which changed semantics slightly. | John Wiegley | 2009-01-31 | 1 | -4/+3 |
| | |||||
* | Rationals based math is now passing the unit tests. | John Wiegley | 2009-01-31 | 3 | -205/+32 |
| | |||||
* | Several corrections to the way rationals are handled. | John Wiegley | 2009-01-31 | 1 | -40/+47 |
| | |||||
* | Don't perform rounding tests in Python. | John Wiegley | 2009-01-31 | 2 | -0/+8 |
| | |||||
* | Make amounts output fullstrings in the commodity unit tests. | John Wiegley | 2009-01-31 | 1 | -0/+1 |
| | |||||
* | Removed all dependency on gdtoa. | John Wiegley | 2009-01-30 | 1 | -16/+3 |
| | |||||
* | Fixed the amount_t unit test. | John Wiegley | 2009-01-30 | 1 | -9/+9 |
| | |||||
* | Added a slew of date/time format tests (inactive, however). | John Wiegley | 2009-01-30 | 1 | -0/+45 |
| | |||||
* | Unit test for Python are now auto-generated from the C++ tests. | John Wiegley | 2009-01-28 | 7 | -133/+198 |
| | |||||
* | Reorganized Ledger so that it builds as 7 separate libraries. This is mainly | John Wiegley | 2009-01-25 | 12 | -87/+36 |
| | | | | to prove to myself that it has proper decoupling between prior code areas. | ||||
* | Further extended commodities unit test. | John Wiegley | 2009-01-19 | 1 | -1/+8 |
| | |||||
* | Extended commodities unit test. | John Wiegley | 2009-01-19 | 1 | -24/+29 |
| | |||||
* | Added a recursive, date-based commodity price searching capability. This | John Wiegley | 2009-01-19 | 1 | -2/+17 |
| | | | | | | makes it possible to find all possible prices for a commodity by walking the map of pricing relationships to all other commodities, even if the relation is distant. | ||||
* | Increase code coverage of the unit tests. | John Wiegley | 2008-08-13 | 1 | -4/+0 |
| | |||||
* | Moved several tests around again (python/test -> test/python). | John Wiegley | 2008-08-06 | 2 | -4/+4 |
| | |||||
* | Moved the test sources around, so that all the unit tests are in test/unit. | John Wiegley | 2008-08-05 | 14 | -0/+2098 |