summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
| | | | | 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
|
* 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
| | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words.
* 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
|
* Wrap the call to acprep proof in a call to "time"John Wiegley2009-11-021-1/+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
|
* In tools/proof, change into source directoryJohn Wiegley2009-11-011-0/+2
|
* Further refinements to tools/proofJohn Wiegley2009-11-011-2/+11
|
* Added an --alert option to tools/proofJohn Wiegley2009-11-011-1/+8
|
* Capture error code correctly in tools/proofJohn Wiegley2009-10-311-3/+5
|
* Improvements to tools/proofJohn Wiegley2009-10-311-5/+5
|
* Added auto-commiting of TODO files to tools/pushJohn Wiegley2009-10-311-0/+4
|
* Added tools/push scriptJohn Wiegley2009-10-311-0/+7
|
* Added tools/proof utility scriptJohn Wiegley2009-10-311-0/+11
|
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-0/+2
|
* Moved autoconf-related files into toolsJohn Wiegley2009-10-303-0/+2400
| | | | This makes it more certain that people cloning from Git will use acprep.
* Don't run the pre-comment hook for the next branchJohn Wiegley2009-10-251-1/+2
|
* Removed -j option from pre-comment exampleJohn Wiegley2009-10-111-1/+1
|