Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Restored the --budget option | John Wiegley | 2009-02-20 | 2 | -9/+281 | |
| | ||||||
* | Added more option baseline tests | John Wiegley | 2009-02-20 | 5 | -0/+332 | |
| | ||||||
* | Added more option baseline tests, enabled --dow | John Wiegley | 2009-02-20 | 7 | -0/+322 | |
| | ||||||
* | Enabled --current option | John Wiegley | 2009-02-20 | 1 | -0/+17 | |
| | ||||||
* | Added more option baseline tests | John Wiegley | 2009-02-20 | 6 | -3/+68 | |
| | ||||||
* | Added several more option baseline tests | John Wiegley | 2009-02-20 | 24 | -21/+309 | |
| | ||||||
* | Added more option baseline tests | John Wiegley | 2009-02-20 | 3 | -0/+470 | |
| | ||||||
* | Restored the --basis option | John Wiegley | 2009-02-20 | 1 | -0/+10 | |
| | ||||||
* | Added test for --balance-format | John Wiegley | 2009-02-20 | 1 | -0/+10 | |
| | ||||||
* | Added several new regression tests | John Wiegley | 2009-02-20 | 7 | -2/+113 | |
| | ||||||
* | Added several new baseline tests | John Wiegley | 2009-02-20 | 9 | -7/+318 | |
| | ||||||
* | Added feature baseline tests | John Wiegley | 2009-02-20 | 1 | -0/+11 | |
| | | | | | | These are like regression tests to confirm the basic functionality of every Ledger feature. Also, made the release-distcheck target less sensitive. | |||||
* | Re-enabled parsing of timelog data | John Wiegley | 2009-02-19 | 1 | -98/+98 | |
| | ||||||
* | Compilation verification code only with debugging | John Wiegley | 2009-02-16 | 1 | -2/+8 | |
| | | | | | | Previously, --verify would work even if the sources were built with default options. However, in the interests of performance, --verify is now only available if --enable-debug was passed to configure. | |||||
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 5 | -13/+0 | |
| | ||||||
* | Inverted the default display mode for balance reports. Use -n to collapse | John Wiegley | 2009-02-08 | 1 | -2/+2 | |
| | | | | them, as this fits better with what -n does for register reports. | |||||
* | Fixed some incorrect #includes. | John Wiegley | 2009-02-07 | 2 | -3/+2 | |
| | ||||||
* | Moved some files around. | John Wiegley | 2009-02-05 | 1 | -3/+0 | |
| | ||||||
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 6 | -15/+17 | |
| | ||||||
* | 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 | |
| | ||||||
* | Corrected Python reference to the AmountParse enum. | 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 | 13 | -1612/+373 | |
| | ||||||
* | Removed temporary file. | John Wiegley | 2009-01-28 | 1 | -1469/+0 | |
| | ||||||
* | Reorganized Ledger so that it builds as 7 separate libraries. This is mainly | John Wiegley | 2009-01-25 | 25 | -103/+1532 | |
| | | | | 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. | |||||
* | Set LD_LIBRARY_PATH in addition to DYLD_LIBRARY_PATH. | John Wiegley | 2008-08-31 | 1 | -0/+1 | |
| | ||||||
* | As the 'bal' command is working again as it should, one of the regression | John Wiegley | 2008-08-14 | 1 | -2/+2 | |
| | | | | tests needed to change back to expecting 2.6.1-like behavior. | |||||
* | Increase code coverage of the unit tests. | John Wiegley | 2008-08-13 | 2 | -4/+1 | |
| | ||||||
* | The balance output now includes the final total. | John Wiegley | 2008-08-13 | 1 | -2/+2 | |
| | ||||||
* | Use $PYTHON to locate which Python interpretor to use during a build. | John Wiegley | 2008-08-10 | 1 | -1/+1 | |
| | ||||||
* | Don't include gdtoa/.libs anymore, it's not being used. | John Wiegley | 2008-08-08 | 1 | -1/+1 | |
| | ||||||
* | The Python interface code is now building again and passes its unit tests. | John Wiegley | 2008-08-07 | 1 | -81/+81 | |
| | ||||||
* | Added a module init file (__init__.py) for the test directory. | John Wiegley | 2008-08-07 | 1 | -0/+0 | |
| | ||||||
* | Changed tests module reference to just test. | John Wiegley | 2008-08-07 | 1 | -1/+1 | |
| | ||||||
* | 'make distcheck' now works. | John Wiegley | 2008-08-06 | 2 | -1/+1 | |
| | ||||||
* | Moved several tests around again (python/test -> test/python). | John Wiegley | 2008-08-06 | 7 | -4/+1487 | |
| | ||||||
* | Moved the test sources around, so that all the unit tests are in test/unit. | John Wiegley | 2008-08-05 | 15 | -0/+0 | |
| | ||||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 5 | -1483/+0 | |
| | | | | is in doc/, etc. | |||||
* | A few small changes to regress.py to make pylint mostly happy. | John Wiegley | 2008-08-05 | 1 | -10/+12 | |
| | ||||||
* | Added infrastructure for running regression tests, since I would like to make | John Wiegley | 2008-08-05 | 2 | -0/+144 | |
| | | | | sure that nothing breaks again once a bug in closed. |