summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Added expr_series_t type, to support chained exprsJohn Wiegley2011-07-171-0/+1
|
* Comment out running of tests that don't existJohn Wiegley2011-03-291-4/+4
|
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-041-37/+18
|
* New command: org, for displaying Org-mode tablesJohn Wiegley2010-12-221-0/+2
|
* Only run the CheckTests if DEBUG mode is enabledJohn Wiegley2010-06-201-1/+5
|
* Ensure that all options are tested and documentedJohn Wiegley2010-06-151-1/+8
|
* Corrected the 'report' rule in Makefile.amJohn Wiegley2010-06-151-3/+3
|
* Version information is now based on version.m4John Wiegley2010-06-151-6/+6
|
* Tests run in parallel with using acprep -jX makeJohn Wiegley2010-06-151-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 libdataJohn Wiegley2010-06-141-2/+2
|
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-2/+0
|
* Moved value.cc into libexprJohn Wiegley2010-06-131-3/+3
|
* Minor whitespace fixJohn Wiegley2010-06-121-2/+2
|
* Run GenerateTests for 10,000 iterations in fullcheckJohn Wiegley2010-06-101-5/+6
|
* Added a 'speedtest' Makefile targetJohn Wiegley2010-06-071-0/+9
|
* The regular tests are not be dependent on PythonJohn Wiegley2010-05-221-5/+1
|
* Added experimental account lookup logicJohn Wiegley2010-03-081-0/+2
| | | | | This is used by the "xact" command, and the CSV importer. It is very slow O(xacts*records).
* Tabified tools/Makefile.amJohn Wiegley2010-03-081-9/+9
|
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-2/+4
| | | | | There ended up being too many corner cases for the generalized formatter to handle.
* Added some preliminary code for convert CSV to LedgerJohn Wiegley2010-03-051-0/+4
|
* Improved Makefile rule for generating system.hh.gchJohn Wiegley2010-03-051-0/+1
|
* Don't link libintl.a against the Python ledger.soJohn Wiegley2009-11-241-1/+1
|
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-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 buildJohn Wiegley2009-11-111-1/+2
|
* Fixes to Python importing; removed "hello" precommandJohn Wiegley2009-11-101-3/+1
|
* query_t objects are now convertible to predicate_tJohn Wiegley2009-11-101-0/+1
|
* Added basic foundation for XML reportingJohn Wiegley2009-11-091-0/+2
|
* Redesigned the draft_t classJohn Wiegley2009-11-091-12/+12
|
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-1/+3
|
* Simplified passing of scope objects in PythonJohn Wiegley2009-11-051-2/+0
|
* Removed several unneeded Python interface filesJohn Wiegley2009-11-041-5/+0
|
* Added Python interface for account_tJohn Wiegley2009-11-031-0/+1
|
* Renamed the DocTests to ManualTestsJohn Wiegley2009-11-021-7/+7
|
* Make the source directory available to all testsJohn Wiegley2009-11-021-5/+5
|
* Added DocTests to verify documentation examplesJohn Wiegley2009-11-011-1/+11
|
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-0/+2
|
* Moved autoconf-related files into toolsJohn Wiegley2009-10-301-0/+518
This makes it more certain that people cloning from Git will use acprep.