Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added expr_series_t type, to support chained exprs | John Wiegley | 2011-07-17 | 1 | -0/+1 |
| | |||||
* | Comment out running of tests that don't exist | John Wiegley | 2011-03-29 | 1 | -4/+4 |
| | |||||
* | Use Boost.Test instead of CppUnit | John Wiegley | 2011-02-04 | 1 | -37/+18 |
| | |||||
* | New command: org, for displaying Org-mode tables | John Wiegley | 2010-12-22 | 1 | -0/+2 |
| | |||||
* | Only run the CheckTests if DEBUG mode is enabled | John Wiegley | 2010-06-20 | 1 | -1/+5 |
| | |||||
* | Ensure that all options are tested and documented | John Wiegley | 2010-06-15 | 1 | -1/+8 |
| | |||||
* | Corrected the 'report' rule in Makefile.am | John Wiegley | 2010-06-15 | 1 | -3/+3 |
| | |||||
* | Version information is now based on version.m4 | John Wiegley | 2010-06-15 | 1 | -6/+6 |
| | |||||
* | Tests run in parallel with using acprep -jX make | John Wiegley | 2010-06-15 | 1 | -4/+4 |
| | | | | | This is done using the multiprocessing library in Python 2.6. If that's unavailable, this feature does nothing. | ||||
* | Moved temps.cc into libdata | John Wiegley | 2010-06-14 | 1 | -2/+2 |
| | |||||
* | Completely reworked argument passing in expressions | John Wiegley | 2010-06-13 | 1 | -2/+0 |
| | |||||
* | Moved value.cc into libexpr | John Wiegley | 2010-06-13 | 1 | -3/+3 |
| | |||||
* | Minor whitespace fix | John Wiegley | 2010-06-12 | 1 | -2/+2 |
| | |||||
* | Run GenerateTests for 10,000 iterations in fullcheck | John Wiegley | 2010-06-10 | 1 | -5/+6 |
| | |||||
* | Added a 'speedtest' Makefile target | John Wiegley | 2010-06-07 | 1 | -0/+9 |
| | |||||
* | The regular tests are not be dependent on Python | John Wiegley | 2010-05-22 | 1 | -5/+1 |
| | |||||
* | Added experimental account lookup logic | John Wiegley | 2010-03-08 | 1 | -0/+2 |
| | | | | | This is used by the "xact" command, and the CSV importer. It is very slow O(xacts*records). | ||||
* | Tabified tools/Makefile.am | John Wiegley | 2010-03-08 | 1 | -9/+9 |
| | |||||
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -2/+4 |
| | | | | | There ended up being too many corner cases for the generalized formatter to handle. | ||||
* | Added some preliminary code for convert CSV to Ledger | John Wiegley | 2010-03-05 | 1 | -0/+4 |
| | |||||
* | Improved Makefile rule for generating system.hh.gch | John Wiegley | 2010-03-05 | 1 | -0/+1 |
| | |||||
* | Don't link libintl.a against the Python ledger.so | John Wiegley | 2009-11-24 | 1 | -1/+1 |
| | |||||
* | Did away with the "finalizer" abstraction | John Wiegley | 2009-11-11 | 1 | -1/+0 |
| | | | | | This was from an earlier time, when it was intended to be used by Python. But it's not needed anymore. | ||||
* | Restore the Doxygen documentation build | John Wiegley | 2009-11-11 | 1 | -1/+2 |
| | |||||
* | Fixes to Python importing; removed "hello" precommand | John Wiegley | 2009-11-10 | 1 | -3/+1 |
| | |||||
* | query_t objects are now convertible to predicate_t | John Wiegley | 2009-11-10 | 1 | -0/+1 |
| | |||||
* | Added basic foundation for XML reporting | John Wiegley | 2009-11-09 | 1 | -0/+2 |
| | |||||
* | Redesigned the draft_t class | John Wiegley | 2009-11-09 | 1 | -12/+12 |
| | |||||
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -1/+3 |
| | |||||
* | Simplified passing of scope objects in Python | John Wiegley | 2009-11-05 | 1 | -2/+0 |
| | |||||
* | Removed several unneeded Python interface files | John Wiegley | 2009-11-04 | 1 | -5/+0 |
| | |||||
* | Added Python interface for account_t | John Wiegley | 2009-11-03 | 1 | -0/+1 |
| | |||||
* | Renamed the DocTests to ManualTests | John Wiegley | 2009-11-02 | 1 | -7/+7 |
| | |||||
* | Make the source directory available to all tests | John Wiegley | 2009-11-02 | 1 | -5/+5 |
| | |||||
* | Added DocTests to verify documentation examples | John Wiegley | 2009-11-01 | 1 | -1/+11 |
| | |||||
* | Create a --cache option, for using a binary cache | John Wiegley | 2009-10-31 | 1 | -0/+2 |
| | |||||
* | Moved autoconf-related files into tools | John Wiegley | 2009-10-30 | 1 | -0/+518 |
This makes it more certain that people cloning from Git will use acprep. |