Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Decrease Boost requirement to 1.49.0 | Martin Michlmayr | 2014-05-12 | 1 | -1/+1 |
| | | | | I successfully compiled ledger with boost 1.49.0 on Debian 7.5. | ||||
* | Fix build for building with g++ 4.8 | John Wiegley | 2014-05-07 | 1 | -1/+1 |
| | |||||
* | Disable BUILD_DOCS by default | Alexis Hildebrandt | 2014-05-04 | 1 | -1/+1 |
| | | | | since a separate acprep make doc is necessary to build the documentation | ||||
* | Bump minimum Boost dependency to 1.55 | John Wiegley | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | Require the use of C++11 | John Wiegley | 2014-04-17 | 1 | -31/+2 |
| | |||||
* | Replace sha1.cc with boost::uuid::details::sha1 | David Bremner | 2014-04-17 | 1 | -2/+2 |
| | | | | | | | | sha1.cc is not redistributable by Debian because the license doesn't permit redistribution of modified versions. This isn't ideal since the ::details namespace is subject to change, but it avoids adding a dependency to ledger. | ||||
* | Bump the date in the version number | John Wiegley | 2014-04-13 | 1 | -1/+1 |
| | |||||
* | Bump ledger version components in cmake | Alexis Hildebrandt | 2014-03-27 | 1 | -2/+2 |
| | |||||
* | build shared library/python module, clean up CMake | Johann Klähn | 2014-02-01 | 1 | -3/+4 |
| | | | | | libledger will now be built as a shared library. You can 'import ledger' from python IFF you copy libledger.so to ledger.so or create a symlink. | ||||
* | Bump version number, fix README files | John Wiegley | 2013-05-29 | 1 | -1/+6 |
| | |||||
* | Bump version date to 20130523. 3.0 Release Candidate | John Wiegley | 2013-05-23 | 1 | -1/+1 |
| | |||||
* | repair doxygen support | Johann Klähn | 2013-01-14 | 1 | -3/+1 |
| | |||||
* | convert doc/Makefile to CMake | Johann Klähn | 2013-01-14 | 1 | -2/+3 |
| | | | | | | | | | | | | | | CMake will build the pdf version of the manual if texi2pdf is installed. It will be installed to DOCDIR/ledger{,3}.pdf, for example /usr/local/share/ledger/ledger3.pdf. Also, the man page will be installed to MANDIR/man1/ledger.1 The option BUILD_DOCS is now on by default. A new option BUILD_WEB_DOCS is used to toggle the generation of the html version of the manual and the man page (off by default). All this is added to the 'doc' make target. | ||||
* | 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 |