Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update baseline test for convert command | Johann Klähn | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | ignore (some) empty field when converting csv | Johann Klähn | 2012-10-13 | 5 | -2/+28 |
| | | | | This fixes bug #733 and bug #734. | ||||
* | Reduce Boost dependency to 1.46 | John Wiegley | 2012-05-30 | 1 | -3/+2 |
| | |||||
* | Also using Clang's PCH with my "cxx" compiler | John Wiegley | 2012-05-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #66 from egh/next | John Wiegley | 2012-05-26 | 1 | -1/+1 |
|\ | | | | | Remove keyword OPTIONAL_COMPONENTS, not present in cmake 2.8.7 | ||||
| * | Remove keyword OPTIONAL_COMPONENTS, not present in cmake 2.8.7 | Erik Hetzner | 2012-05-26 | 1 | -1/+1 |
|/ | |||||
* | Reduce minimum CMake version to 2.8.5 | John Wiegley | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | Build fixes to acprep and build.sh | John Wiegley | 2012-05-25 | 2 | -11/+35 |
| | |||||
* | Added script for building Boost with icc | John Wiegley | 2012-05-25 | 1 | -0/+17 |
| | |||||
* | Converted README to Markdown format | John Wiegley | 2012-05-25 | 2 | -180/+163 |
| | |||||
* | Don't even look for Gettext, for now | John Wiegley | 2012-05-25 | 1 | -2/+2 |
| | |||||
* | Don't explicitly disable multithreaded Boost | John Wiegley | 2012-05-23 | 1 | -2/+0 |
| | |||||
* | Give a reasonable error if CMake cannot be found | John Wiegley | 2012-05-23 | 1 | -0/+27 |
| | |||||
* | Changed the way that LDFLAGS is passed to CMake | John Wiegley | 2012-05-20 | 1 | -11/+15 |
| | |||||
* | Fixed a reference to HAVE_EDIT | John Wiegley | 2012-05-20 | 2 | -7/+6 |
| | |||||
* | Handle NO_ASSERTS differently in CMakeLists.txt | John Wiegley | 2012-05-20 | 1 | -1/+7 |
| | |||||
* | Removed an unnecessary #define | John Wiegley | 2012-05-20 | 1 | -1/+0 |
| | |||||
* | 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 |
| | | |