Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use g++ 4.6 by default locally | John Wiegley | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Define BOOST_IOSTREAMS_USE_DEPRECATED | John Wiegley | 2011-02-04 | 1 | -1/+2 |
| | |||||
* | Use Boost.Test instead of CppUnit | John Wiegley | 2011-02-04 | 3 | -58/+31 |
| | |||||
* | New command: org, for displaying Org-mode tables | John Wiegley | 2010-12-22 | 1 | -0/+2 |
| | |||||
* | Moved up to Boost 1.44 | John Wiegley | 2010-08-24 | 1 | -2/+8 |
| | |||||
* | Remove use of --enable-cache in tools/push | John Wiegley | 2010-06-23 | 1 | -1/+1 |
| | |||||
* | Fixed an incorrect path in tools/proof | John Wiegley | 2010-06-21 | 1 | -2/+2 |
| | |||||
* | Only run the CheckTests if DEBUG mode is enabled | John Wiegley | 2010-06-20 | 1 | -1/+5 |
| | |||||
* | Improvements to tools/speed-test.sh | John Wiegley | 2010-06-17 | 1 | -6/+4 |
| | |||||
* | Ensure that all options are tested and documented | John Wiegley | 2010-06-15 | 1 | -1/+8 |
| | |||||
* | Extended proof/push to upload tarballs/gcov | John Wiegley | 2010-06-15 | 2 | -8/+32 |
| | |||||
* | Corrected the 'report' rule in Makefile.am | John Wiegley | 2010-06-15 | 1 | -3/+3 |
| | |||||
* | 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 |
| |