summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Added e-mail notifications to tools/proofJohn Wiegley2012-02-241-1/+12
|
* Replaced missing }John Wiegley2012-02-191-1/+1
|
* Updated tools/proofJohn Wiegley2012-02-191-28/+29
|
* Don't build doxygen docs in tools/proofJohn Wiegley2012-02-171-1/+4
|
* Moved some files into their right locationsJohn Wiegley2012-02-103-0/+13
|
* Added tools/genuuidJohn Wiegley2011-10-111-0/+28
|
* Cleanup whitespaceJohn Wiegley2011-08-181-2/+2
|
* Added expr_series_t type, to support chained exprsJohn Wiegley2011-07-171-0/+1
|
* Run proof build nice'dJohn Wiegley2011-03-301-1/+2
|
* Comment out running of tests that don't existJohn Wiegley2011-03-291-4/+4
|
* Use g++ 4.6 by default locallyJohn Wiegley2011-03-281-1/+1
|
* Define BOOST_IOSTREAMS_USE_DEPRECATEDJohn Wiegley2011-02-041-1/+2
|
* Use Boost.Test instead of CppUnitJohn Wiegley2011-02-043-58/+31
|
* New command: org, for displaying Org-mode tablesJohn Wiegley2010-12-221-0/+2
|
* Moved up to Boost 1.44John Wiegley2010-08-241-2/+8
|
* Remove use of --enable-cache in tools/pushJohn Wiegley2010-06-231-1/+1
|
* Fixed an incorrect path in tools/proofJohn Wiegley2010-06-211-2/+2
|
* Only run the CheckTests if DEBUG mode is enabledJohn Wiegley2010-06-201-1/+5
|
* Improvements to tools/speed-test.shJohn Wiegley2010-06-171-6/+4
|
* Ensure that all options are tested and documentedJohn Wiegley2010-06-151-1/+8
|
* Extended proof/push to upload tarballs/gcovJohn Wiegley2010-06-152-8/+32
|
* Corrected the 'report' rule in Makefile.amJohn Wiegley2010-06-151-3/+3
|
* Version information is now based on version.m4John Wiegley2010-06-152-7/+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
|
* Created tools/speed-test.sh for speed testingJohn Wiegley2010-06-131-0/+18
|
* The --cache option is now officially deprecatedJohn Wiegley2010-06-131-30/+31
|
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-2/+0
|
* Further tweaks to tools/pushJohn Wiegley2010-06-131-2/+3
|
* Moved value.cc into libexprJohn Wiegley2010-06-131-3/+3
|
* Add support for typed metadataJohn Wiegley2010-06-121-1/+1
| | | | | | | | | | The metadata construct 'Key: Value' is now just a special case for 'Key:: "Value"'. Another after a :: in metadata setting is parsed as a full value expression and typed as such. For example: ; Key:: $400 + $500 ledger -l 'tag("Key") < $1000'
* Minor whitespace fixJohn Wiegley2010-06-121-2/+2
|
* Added --enable-cache, --enable-doxygen to acprepJohn Wiegley2010-06-123-34/+45
|
* Minor corrections to tools/pre-commitJohn Wiegley2010-06-121-7/+11
|
* Untabified all source filesJohn Wiegley2010-06-112-7/+7
|
* Run GenerateTests for 10,000 iterations in fullcheckJohn Wiegley2010-06-101-5/+6
|
* Disable --cache, and use of Boost.SerializationJohn Wiegley2010-06-101-30/+32
| | | | | | | This makes the --cache option meaningless, but it wasn't proving to be a speed benefit anyway. Plus, Boost.Serialization slows down overall build times by an order of magnitude, and can consume inordinate amounts of memory during compilation.
* Minor fix to tools/pre-commitJohn Wiegley2010-06-101-2/+2
|
* Added a 'speedtest' Makefile targetJohn Wiegley2010-06-071-0/+9
|
* Updated tools/pre-commitJohn Wiegley2010-06-031-5/+9
|
* Added use of --universal option to tools/pushJohn Wiegley2010-06-021-1/+1
|
* Added acprep option --universal, now off by defaultJohn Wiegley2010-06-021-1/+2
|
* The regular tests are not be dependent on PythonJohn Wiegley2010-05-221-5/+1
|
* Enable silent build rulesPriit Laes2010-05-131-0/+3
|
* 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
|
* tools/push now uses -j16 for building optJohn Wiegley2009-11-301-1/+1
|