Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make profiling builds work with Clang | John Wiegley | 2012-05-20 | 3 | -7/+33 | |
| | ||||||
* | Guard against an incorrect use of assert() | John Wiegley | 2012-05-20 | 1 | -1/+1 | |
| | ||||||
* | Build gcov mode also for Clang | John Wiegley | 2012-05-20 | 1 | -8/+6 | |
| | ||||||
* | CMake doesn't enable DEBUG by default, acprep does | John Wiegley | 2012-05-20 | 1 | -1/+1 | |
| | ||||||
* | Changed all ASSERTS_ON -> !NO_ASSERTS | John Wiegley | 2012-05-20 | 3 | -8/+5 | |
| | ||||||
* | A few more CMake-related fixes | John Wiegley | 2012-05-20 | 5 | -29/+21 | |
| | ||||||
* | Work around inclusion ordering bug with Xpressive | John Wiegley | 2012-05-20 | 2 | -4/+3 | |
| | ||||||
* | Work around collision between Format's put & Graph | John Wiegley | 2012-05-20 | 7 | -222/+178 | |
| | ||||||
* | More resiliency fixes | John Wiegley | 2012-05-20 | 2 | -19/+37 | |
| | ||||||
* | Make library detection more resilient | John Wiegley | 2012-05-20 | 1 | -31/+46 | |
| | ||||||
* | Define some more missing CMake variables | John Wiegley | 2012-05-20 | 1 | -0/+4 | |
| | ||||||
* | Disable the check for C++11 for now | John Wiegley | 2012-05-20 | 1 | -27/+29 | |
| | ||||||
* | A few more CMake-related fixes | John Wiegley | 2012-05-20 | 2 | -1/+4 | |
| | ||||||
* | Disable gettext for now | John Wiegley | 2012-05-20 | 1 | -4/+4 | |
| | ||||||
* | Enable the baseline and manual tests | John Wiegley | 2012-05-20 | 3 | -3/+30 | |
| | ||||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 101 | -4925/+1034 | |
| | ||||||
* | Fixed a variable name shadowing | John Wiegley | 2012-05-18 | 1 | -2/+2 | |
| | ||||||
* | Added a "json" report command | John Wiegley | 2012-05-18 | 4 | -6/+27 | |
| | ||||||
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 27 | -336/+230 | |
| | ||||||
* | Fixed a test that was unknowingly time-based | John Wiegley | 2012-05-18 | 1 | -4/+4 | |
| | ||||||
* | Merge branch 'master' into next | John Wiegley | 2012-05-15 | 0 | -0/+0 | |
|\ | ||||||
| * | Merge branch 'release/v3.0.0-20120510' | John Wiegley | 2012-05-15 | 20 | -186/+160 | |
| |\ | ||||||
| * \ | Merge branch 'release/v3.0.0-20120426' | John Wiegley | 2012-04-26 | 320 | -4931/+15014 | |
| |\ \ | ||||||
* | | | | Switch to using Boost.Format | John Wiegley | 2012-05-14 | 37 | -442/+245 | |
| |_|/ |/| | | ||||||
* | | | Improved detection of iostream's eof() condition | John Wiegley | 2012-05-14 | 2 | -2/+4 | |
| | | | ||||||
* | | | Fixed a hidden memory corruption bug | John Wiegley | 2012-05-14 | 1 | -4/+4 | |
| | | | ||||||
* | | | More configuration fixes | John Wiegley | 2012-05-10 | 2 | -27/+31 | |
| | | | ||||||
* | | | Change the way I choose a default compiler | John Wiegley | 2012-05-10 | 1 | -2/+2 | |
| | | | ||||||
* | | | An acprep simplification | John Wiegley | 2012-05-10 | 1 | -2/+2 | |
| | | | ||||||
* | | | Bump version number to v3.0.0-20120510 | John Wiegley | 2012-05-10 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'release/v3.0.0-20120426' into next | John Wiegley | 2012-05-10 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | Set version number to 3.0.0-20120426 | John Wiegley | 2012-04-26 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added a * for cleared entries in the time report | John Wiegley | 2012-05-10 | 1 | -4/+7 | |
| | | | ||||||
* | | | Merge branch 't/checkout_cleared' into next | John Wiegley | 2012-05-10 | 5 | -12/+24 | |
|\ \ \ | ||||||
| * | | | Added "last_checkout_cleared" valexpr variable | John Wiegley | 2012-05-07 | 5 | -12/+24 | |
| | | | | ||||||
* | | | | Don't run the proof build against Clang for now | John Wiegley | 2012-05-07 | 1 | -10/+10 | |
| | | | | ||||||
* | | | | Made some code in option.h a bit safer | John Wiegley | 2012-05-07 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Added script for building Boost with GCC | John Wiegley | 2012-05-01 | 1 | -0/+16 | |
| | | | ||||||
* | | | Various changes to suit my environment | John Wiegley | 2012-05-01 | 1 | -113/+20 | |
| | | | ||||||
* | | | Made some of the value term parsing code more resilient | John Wiegley | 2012-04-28 | 1 | -5/+7 | |
| | | | ||||||
* | | | Silenced a warning in the very latest Clang | John Wiegley | 2012-04-28 | 1 | -3/+0 | |
| | | | ||||||
* | | | Changed a const string map key to string | John Wiegley | 2012-04-28 | 2 | -12/+12 | |
| | | | ||||||
* | | | Added support for building with Clang and libc++ in C++11 | John Wiegley | 2012-04-28 | 5 | -9/+37 | |
| | | | ||||||
* | | | Don't rsync as much when preparing proof builds | John Wiegley | 2012-04-28 | 1 | -1/+2 | |
| | | | ||||||
* | | | Fixes to the proofing process | John Wiegley | 2012-04-27 | 2 | -25/+27 | |
|/ / | ||||||
* | | Removed unnecessary code from acprep | John Wiegley | 2012-04-26 | 1 | -16/+0 | |
| | | ||||||
* | | Added a build script | John Wiegley | 2012-04-25 | 1 | -0/+8 | |
| | | ||||||
* | | Fixes so that tests can run under distcheck | John Wiegley | 2012-04-25 | 2 | -6/+6 | |
| | | ||||||
* | | #if 0'd out some unused code | John Wiegley | 2012-04-25 | 1 | -0/+2 | |
| | | ||||||
* | | Rewrite ignore file | John Wiegley | 2012-04-25 | 1 | -80/+80 | |
| | |