Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version information is now based on version.m4 | John Wiegley | 2010-06-15 | 2 | -7/+6 |
| | |||||
* | Tests run in parallel with using acprep -jX make | John Wiegley | 2010-06-15 | 1 | -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 libdata | John Wiegley | 2010-06-14 | 1 | -2/+2 |
| | |||||
* | Created tools/speed-test.sh for speed testing | John Wiegley | 2010-06-13 | 1 | -0/+18 |
| | |||||
* | The --cache option is now officially deprecated | John Wiegley | 2010-06-13 | 1 | -30/+31 |
| | |||||
* | Completely reworked argument passing in expressions | John Wiegley | 2010-06-13 | 1 | -2/+0 |
| | |||||
* | Further tweaks to tools/push | John Wiegley | 2010-06-13 | 1 | -2/+3 |
| | |||||
* | Moved value.cc into libexpr | John Wiegley | 2010-06-13 | 1 | -3/+3 |
| | |||||
* | Add support for typed metadata | John Wiegley | 2010-06-12 | 1 | -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 fix | John Wiegley | 2010-06-12 | 1 | -2/+2 |
| | |||||
* | Added --enable-cache, --enable-doxygen to acprep | John Wiegley | 2010-06-12 | 3 | -34/+45 |
| | |||||
* | Minor corrections to tools/pre-commit | John Wiegley | 2010-06-12 | 1 | -7/+11 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 2 | -7/+7 |
| | |||||
* | Run GenerateTests for 10,000 iterations in fullcheck | John Wiegley | 2010-06-10 | 1 | -5/+6 |
| | |||||
* | 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 |
| |