summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't explicitly disable multithreaded BoostJohn Wiegley2012-05-231-2/+0
|
* Give a reasonable error if CMake cannot be foundJohn Wiegley2012-05-231-0/+27
|
* Changed the way that LDFLAGS is passed to CMakeJohn Wiegley2012-05-201-11/+15
|
* Fixed a reference to HAVE_EDITJohn Wiegley2012-05-202-7/+6
|
* Handle NO_ASSERTS differently in CMakeLists.txtJohn Wiegley2012-05-201-1/+7
|
* Removed an unnecessary #defineJohn Wiegley2012-05-201-1/+0
|
* Make profiling builds work with ClangJohn Wiegley2012-05-203-7/+33
|
* Guard against an incorrect use of assert()John Wiegley2012-05-201-1/+1
|
* Build gcov mode also for ClangJohn Wiegley2012-05-201-8/+6
|
* CMake doesn't enable DEBUG by default, acprep doesJohn Wiegley2012-05-201-1/+1
|
* Changed all ASSERTS_ON -> !NO_ASSERTSJohn Wiegley2012-05-203-8/+5
|
* A few more CMake-related fixesJohn Wiegley2012-05-205-29/+21
|
* Work around inclusion ordering bug with XpressiveJohn Wiegley2012-05-202-4/+3
|
* Work around collision between Format's put & GraphJohn Wiegley2012-05-207-222/+178
|
* More resiliency fixesJohn Wiegley2012-05-202-19/+37
|
* Make library detection more resilientJohn Wiegley2012-05-201-31/+46
|
* Define some more missing CMake variablesJohn Wiegley2012-05-201-0/+4
|
* Disable the check for C++11 for nowJohn Wiegley2012-05-201-27/+29
|
* A few more CMake-related fixesJohn Wiegley2012-05-202-1/+4
|
* Disable gettext for nowJohn Wiegley2012-05-201-4/+4
|
* Enable the baseline and manual testsJohn Wiegley2012-05-203-3/+30
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-20101-4925/+1034
|
* Fixed a variable name shadowingJohn Wiegley2012-05-181-2/+2
|
* Added a "json" report commandJohn Wiegley2012-05-184-6/+27
|
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-1827-336/+230
|
* Fixed a test that was unknowingly time-basedJohn Wiegley2012-05-181-4/+4
|
* Merge branch 'master' into nextJohn Wiegley2012-05-150-0/+0
|\
| * Merge branch 'release/v3.0.0-20120510'John Wiegley2012-05-1520-186/+160
| |\
| * \ Merge branch 'release/v3.0.0-20120426'John Wiegley2012-04-26320-4931/+15014
| |\ \
* | | | Switch to using Boost.FormatJohn Wiegley2012-05-1437-442/+245
| |_|/ |/| |
* | | Improved detection of iostream's eof() conditionJohn Wiegley2012-05-142-2/+4
| | |
* | | Fixed a hidden memory corruption bugJohn Wiegley2012-05-141-4/+4
| | |
* | | More configuration fixesJohn Wiegley2012-05-102-27/+31
| | |
* | | Change the way I choose a default compilerJohn Wiegley2012-05-101-2/+2
| | |
* | | An acprep simplificationJohn Wiegley2012-05-101-2/+2
| | |
* | | Bump version number to v3.0.0-20120510John Wiegley2012-05-101-1/+1
| | |
* | | Merge branch 'release/v3.0.0-20120426' into nextJohn Wiegley2012-05-101-1/+1
|\ \ \ | | |/ | |/|
| * | Set version number to 3.0.0-20120426John Wiegley2012-04-261-1/+1
| | |
* | | Added a * for cleared entries in the time reportJohn Wiegley2012-05-101-4/+7
| | |
* | | Merge branch 't/checkout_cleared' into nextJohn Wiegley2012-05-105-12/+24
|\ \ \
| * | | Added "last_checkout_cleared" valexpr variableJohn Wiegley2012-05-075-12/+24
| | | |
* | | | Don't run the proof build against Clang for nowJohn Wiegley2012-05-071-10/+10
| | | |
* | | | Made some code in option.h a bit saferJohn Wiegley2012-05-071-1/+1
|/ / /
* | | Added script for building Boost with GCCJohn Wiegley2012-05-011-0/+16
| | |
* | | Various changes to suit my environmentJohn Wiegley2012-05-011-113/+20
| | |
* | | Made some of the value term parsing code more resilientJohn Wiegley2012-04-281-5/+7
| | |
* | | Silenced a warning in the very latest ClangJohn Wiegley2012-04-281-3/+0
| | |
* | | Changed a const string map key to stringJohn Wiegley2012-04-282-12/+12
| | |
* | | Added support for building with Clang and libc++ in C++11John Wiegley2012-04-285-9/+37
| | |
* | | Don't rsync as much when preparing proof buildsJohn Wiegley2012-04-281-1/+2
| | |