Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Ledger's Python API is known to work best against Python 2.7, then Python 2.6 | Bradley M. Kuhn | 2012-09-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Indeed, at the moment, it doesn't work against Python 3.x at all, so ideally, we'd like to tell CMake that no Python versions except 2.7 and 2.6 are acceptable. However, at least as of CMake 2.8.8, there appears to be no way to instruct CMake to never consider other versions of Python. In other words, Python_ADDITIONAL_VERSIONS is prepended to the list of possible Python versions considered, rather than replacing it wholly. Theoretically, we could try to diddle withe the internal CMake variables _PYTHON_FIND_OTHER_VERSIONS or _Python_VERSIONS somehow, but that seems kludgey and dangerous. This patch is probably "enough for now" to at least make sure that if the user has both Python 2.x and Python 3.x installed, some version of 2.x that is known to work will be preferred. | |||||
* | Updated to Boost 1.50 | John Wiegley | 2012-07-30 | 1 | -0/+1 | |
| | ||||||
* | Added a link_directories statement | John Wiegley | 2012-07-30 | 1 | -0/+1 | |
| | ||||||
* | Reduce Boost dependency to 1.46 | John Wiegley | 2012-05-30 | 1 | -3/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | Handle NO_ASSERTS differently in CMakeLists.txt | John Wiegley | 2012-05-20 | 1 | -1/+7 | |
| | ||||||
* | Make profiling builds work with Clang | John Wiegley | 2012-05-20 | 1 | -1/+13 | |
| | ||||||
* | CMake doesn't enable DEBUG by default, acprep does | John Wiegley | 2012-05-20 | 1 | -1/+1 | |
| | ||||||
* | A few more CMake-related fixes | John Wiegley | 2012-05-20 | 1 | -6/+0 | |
| | ||||||
* | More resiliency fixes | John Wiegley | 2012-05-20 | 1 | -1/+4 | |
| | ||||||
* | 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 | 1 | -0/+2 | |
| | ||||||
* | Disable gettext for now | John Wiegley | 2012-05-20 | 1 | -4/+4 | |
| | ||||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -0/+260 | |