summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* Bump version number to 3.1.1Alexis Hildebrandt2015-09-151-2/+2
* Add workaround for Boost.Python compile errorsAlexis Hildebrandt2015-09-151-0/+26
* [tests] Set timezone for running testsAlexis Hildebrandt2015-08-071-0/+2
* Merge pull request #369 from afh/pull/utfcpp_subtreeJohn Wiegley2015-08-041-3/+13
|\
| * [cmake] Add FindUtfcpp.cmakeAlexis Hildebrandt2015-01-121-3/+13
| * Replace utfcpp submodule with partial subtreeAlexis Hildebrandt2015-01-121-1/+1
* | [cmake] Use CMAKE_SYSTEM_NAME to test the platform.Alexis Hildebrandt2015-07-281-1/+1
* | Don't explicitly link libpython on OS XTim D. Smith2015-05-041-1/+8
* | Add pre-release info to --version outputAlexis Hildebrandt2015-01-201-2/+3
|/
* Move LICENSE fileAlexis Hildebrandt2015-01-111-1/+1
* [cmake] Set default CPack generator to TBZ2Alexis Hildebrandt2015-01-111-0/+1
* use the same python version for lib and interpreterJohann Klähn2015-01-061-1/+1
* merge double fix + make changes minimalisticHans Erik van Elburg2015-01-041-6/+1
* Merge pull request #361 from lowdef/cygwin-buildJohn Wiegley2015-01-041-1/+5
|\
| * initial cygwin tweaksHans Erik van Elburg2015-01-031-1/+5
* | Fix for BUG 985jmgpena2015-01-031-0/+4
|/
* Set CMake policy CMP0042Alexis Hildebrandt2014-12-241-0/+4
* make --columns default to terminal width, as returned by ioctl()Stefano Zacchiroli2014-10-131-0/+1
* Bump version number to 3.1Martin Michlmayr2014-10-051-3/+3
* Bump version numbers everywhere to 3.0.3John Wiegley2014-06-081-2/+2
* Cosmetic change - format code consistentlyMartin Michlmayr2014-05-181-20/+20
* Decrease Boost requirement to 1.49.0Martin Michlmayr2014-05-121-1/+1
* Fix build for building with g++ 4.8John Wiegley2014-05-071-1/+1
* Disable BUILD_DOCS by defaultAlexis Hildebrandt2014-05-041-1/+1
* Bump minimum Boost dependency to 1.55John Wiegley2014-04-171-1/+1
* Require the use of C++11John Wiegley2014-04-171-31/+2
* Replace sha1.cc with boost::uuid::details::sha1David Bremner2014-04-171-2/+2
* Bump the date in the version numberJohn Wiegley2014-04-131-1/+1
* Bump ledger version components in cmakeAlexis Hildebrandt2014-03-271-2/+2
* build shared library/python module, clean up CMakeJohann Klähn2014-02-011-3/+4
* Bump version number, fix README filesJohn Wiegley2013-05-291-1/+6
* Bump version date to 20130523. 3.0 Release CandidateJohn Wiegley2013-05-231-1/+1
* repair doxygen supportJohann Klähn2013-01-141-3/+1
* convert doc/Makefile to CMakeJohann Klähn2013-01-141-2/+3
* Ledger's Python API is known to work best against Python 2.7, then Python 2.6Bradley M. Kuhn2012-09-061-0/+1
* Updated to Boost 1.50John Wiegley2012-07-301-0/+1
* Added a link_directories statementJohn Wiegley2012-07-301-0/+1
* Reduce Boost dependency to 1.46John Wiegley2012-05-301-3/+2
* Remove keyword OPTIONAL_COMPONENTS, not present in cmake 2.8.7Erik Hetzner2012-05-261-1/+1
* Reduce minimum CMake version to 2.8.5John Wiegley2012-05-251-1/+1
* Don't even look for Gettext, for nowJohn Wiegley2012-05-251-2/+2
* Don't explicitly disable multithreaded BoostJohn Wiegley2012-05-231-2/+0
* Handle NO_ASSERTS differently in CMakeLists.txtJohn Wiegley2012-05-201-1/+7
* Make profiling builds work with ClangJohn Wiegley2012-05-201-1/+13
* CMake doesn't enable DEBUG by default, acprep doesJohn Wiegley2012-05-201-1/+1
* A few more CMake-related fixesJohn Wiegley2012-05-201-6/+0
* More resiliency fixesJohn Wiegley2012-05-201-1/+4
* 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