Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated to Boost 1.50 | John Wiegley | 2012-07-30 | 1 | -7/+10 |
| | |||||
* | Build fixes to acprep and build.sh | John Wiegley | 2012-05-25 | 1 | -6/+9 |
| | |||||
* | A few more CMake-related fixes | John Wiegley | 2012-05-20 | 2 | -18/+19 |
| | |||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 3 | -2596/+0 |
| | |||||
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 1 | -2/+2 |
| | |||||
* | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 1 | -2/+0 |
| | |||||
* | More configuration fixes | John Wiegley | 2012-05-10 | 1 | -26/+26 |
| | |||||
* | Don't run the proof build against Clang for now | John Wiegley | 2012-05-07 | 1 | -10/+10 |
| | |||||
* | Added support for building with Clang and libc++ in C++11 | John Wiegley | 2012-04-28 | 1 | -0/+28 |
| | |||||
* | Fixes to the proofing process | John Wiegley | 2012-04-27 | 1 | -2/+2 |
| | |||||
* | Added a build script | John Wiegley | 2012-04-25 | 1 | -0/+8 |
| | |||||
* | Proof using both GCC and Clang | John Wiegley | 2012-04-13 | 1 | -1/+8 |
| | |||||
* | Started work on a "views" report document model | John Wiegley | 2012-04-08 | 1 | -0/+2 |
| | |||||
* | Added test/python to EXTRA_DIST | John Wiegley | 2012-03-30 | 1 | -0/+1 |
| | |||||
* | Minor changes to tools/proof | John Wiegley | 2012-03-30 | 1 | -4/+3 |
| | |||||
* | Allow serialization to be enabled again | John Wiegley | 2012-03-29 | 1 | -31/+137 |
| | |||||
* | Output date to proof log | John Wiegley | 2012-03-19 | 1 | -1/+3 |
| | |||||
* | libgmalloc is no longer available on OS X Lion | John Wiegley | 2012-03-17 | 1 | -2/+2 |
| | |||||
* | Package src/context.h into the final dist | John Wiegley | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | 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 |
| |