summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* Tabified tools/Makefile.amJohn Wiegley2010-03-081-9/+9
* Rewrite the "print" command as a custom functionJohn Wiegley2010-03-081-2/+4
* 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
* Don't link libintl.a against the Python ledger.soJohn Wiegley2009-11-241-1/+1
* If tools/proof succeeds, move proof.log into /tmpJohn Wiegley2009-11-151-0/+1
* Build the opt variant for uploading to FTPJohn Wiegley2009-11-151-1/+1
* Untabified tools/configure.acJohn Wiegley2009-11-141-70/+70
* Move .dmg files after uploading in tools/pushJohn Wiegley2009-11-141-0/+1
* Python support is now off by defaultJohn Wiegley2009-11-131-27/+40
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-1/+0
* Restore the Doxygen documentation buildJohn Wiegley2009-11-111-1/+2
* Fixes to Python importing; removed "hello" precommandJohn Wiegley2009-11-101-3/+1
* In tools/push, run acprep upload from masterJohn Wiegley2009-11-101-0/+2
* Moved automatic acprep upload call to tools/pushJohn Wiegley2009-11-102-2/+1
* query_t objects are now convertible to predicate_tJohn Wiegley2009-11-101-0/+1
* Added acprep upload step if daily proofing succeedsJohn Wiegley2009-11-091-0/+2
* 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
* Added support for Boost.Regex w/ ICUJohn Wiegley2009-11-071-0/+23
* Simplified passing of scope objects in PythonJohn Wiegley2009-11-051-2/+0