Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add experimental support for select queries | John Wiegley | 2012-03-13 | 1 | -0/+2 | |
| | ||||||
* | Don't do fullcheck with --gmalloc anymore | John Wiegley | 2012-03-09 | 1 | -4/+4 | |
| | ||||||
* | Removed unused file series.h | John Wiegley | 2012-03-07 | 1 | -1/+0 | |
| | ||||||
* | Send myself e-mail after a successful proof build | John Wiegley | 2012-03-06 | 1 | -4/+2 | |
| | ||||||
* | Add support for valuation expressions on commodities | John Wiegley | 2012-03-05 | 1 | -29/+12 | |
| | ||||||
* | Switched to using Boost.Graph for commodity pricing | John Wiegley | 2012-03-05 | 1 | -0/+2 | |
| | ||||||
* | Fixed invocation of lambda expressions | John Wiegley | 2012-03-05 | 1 | -2/+2 | |
| | | | | | | | | | foo = x, y, z -> print(x, y, z) foo(1, 2, 3) However, this still does not work: (x, y, z -> print(x, y, z))(1, 2, 3) | |||||
* | Proof both the Python and non-Python variants | John Wiegley | 2012-03-02 | 1 | -2/+6 | |
| | ||||||
* | Build Python support during proof builds | John Wiegley | 2012-03-02 | 1 | -1/+1 | |
| | ||||||
* | Use Clang to do proof builds | John Wiegley | 2012-03-02 | 1 | -1/+1 | |
| | ||||||
* | Makefile fix | John Wiegley | 2012-03-01 | 1 | -1/+1 | |
| | ||||||
* | Added a new 'python' directive | John Wiegley | 2012-03-01 | 1 | -5/+11 | |
| | ||||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 1 | -0/+1 | |
| | ||||||
* | Added skeletons for Python unit tests | John Wiegley | 2012-02-29 | 1 | -2/+2 | |
| | ||||||
* | Added e-mail notifications to tools/proof | John Wiegley | 2012-02-24 | 1 | -1/+12 | |
| | ||||||
* | Replaced missing } | John Wiegley | 2012-02-19 | 1 | -1/+1 | |
| | ||||||
* | Updated tools/proof | John Wiegley | 2012-02-19 | 1 | -28/+29 | |
| | ||||||
* | Don't build doxygen docs in tools/proof | John Wiegley | 2012-02-17 | 1 | -1/+4 | |
| | ||||||
* | Moved some files into their right locations | John Wiegley | 2012-02-10 | 3 | -0/+13 | |
| | ||||||
* | Added tools/genuuid | John Wiegley | 2011-10-11 | 1 | -0/+28 | |
| | ||||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -2/+2 | |
| | ||||||
* | Added expr_series_t type, to support chained exprs | John Wiegley | 2011-07-17 | 1 | -0/+1 | |
| | ||||||
* | Run proof build nice'd | John Wiegley | 2011-03-30 | 1 | -1/+2 | |
| | ||||||
* | Comment out running of tests that don't exist | John Wiegley | 2011-03-29 | 1 | -4/+4 | |
| | ||||||
* | 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 | |
| |