Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Disable --cache, and use of Boost.Serialization | John Wiegley | 2010-06-10 | 1 | -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-commit | John Wiegley | 2010-06-10 | 1 | -2/+2 | |
| | ||||||
* | Added a 'speedtest' Makefile target | John Wiegley | 2010-06-07 | 1 | -0/+9 | |
| | ||||||
* | Updated tools/pre-commit | John Wiegley | 2010-06-03 | 1 | -5/+9 | |
| | ||||||
* | Added use of --universal option to tools/push | John Wiegley | 2010-06-02 | 1 | -1/+1 | |
| | ||||||
* | Added acprep option --universal, now off by default | John Wiegley | 2010-06-02 | 1 | -1/+2 | |
| | ||||||
* | The regular tests are not be dependent on Python | John Wiegley | 2010-05-22 | 1 | -5/+1 | |
| | ||||||
* | Enable silent build rules | Priit Laes | 2010-05-13 | 1 | -0/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | tools/push now uses -j16 for building opt | John Wiegley | 2009-11-30 | 1 | -1/+1 | |
| | ||||||
* | Don't link libintl.a against the Python ledger.so | John Wiegley | 2009-11-24 | 1 | -1/+1 | |
| | ||||||
* | If tools/proof succeeds, move proof.log into /tmp | John Wiegley | 2009-11-15 | 1 | -0/+1 | |
| | ||||||
* | Build the opt variant for uploading to FTP | John Wiegley | 2009-11-15 | 1 | -1/+1 | |
| | ||||||
* | Untabified tools/configure.ac | John Wiegley | 2009-11-14 | 1 | -70/+70 | |
| | ||||||
* | Move .dmg files after uploading in tools/push | John Wiegley | 2009-11-14 | 1 | -0/+1 | |
| | ||||||
* | Python support is now off by default | John Wiegley | 2009-11-13 | 1 | -27/+40 | |
| | ||||||
* | 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 | |
| | ||||||
* | In tools/push, run acprep upload from master | John Wiegley | 2009-11-10 | 1 | -0/+2 | |
| | ||||||
* | Moved automatic acprep upload call to tools/push | John Wiegley | 2009-11-10 | 2 | -2/+1 | |
| | ||||||
* | query_t objects are now convertible to predicate_t | John Wiegley | 2009-11-10 | 1 | -0/+1 | |
| | ||||||
* | Added acprep upload step if daily proofing succeeds | John Wiegley | 2009-11-09 | 1 | -0/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | Added support for Boost.Regex w/ ICU | John Wiegley | 2009-11-07 | 1 | -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 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 | |
| | ||||||
* | Wrap the call to acprep proof in a call to "time" | John Wiegley | 2009-11-02 | 1 | -1/+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 | |
| | ||||||
* | In tools/proof, change into source directory | John Wiegley | 2009-11-01 | 1 | -0/+2 | |
| | ||||||
* | Further refinements to tools/proof | John Wiegley | 2009-11-01 | 1 | -2/+11 | |
| | ||||||
* | Added an --alert option to tools/proof | John Wiegley | 2009-11-01 | 1 | -1/+8 | |
| | ||||||
* | Capture error code correctly in tools/proof | John Wiegley | 2009-10-31 | 1 | -3/+5 | |
| | ||||||
* | Improvements to tools/proof | John Wiegley | 2009-10-31 | 1 | -5/+5 | |
| | ||||||
* | Added auto-commiting of TODO files to tools/push | John Wiegley | 2009-10-31 | 1 | -0/+4 | |
| | ||||||
* | Added tools/push script | John Wiegley | 2009-10-31 | 1 | -0/+7 | |
| | ||||||
* | Added tools/proof utility script | John Wiegley | 2009-10-31 | 1 | -0/+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 | 3 | -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 branch | John Wiegley | 2009-10-25 | 1 | -1/+2 | |
| | ||||||
* | Removed -j option from pre-comment example | John Wiegley | 2009-10-11 | 1 | -1/+1 | |
| |