Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #79 from bkuhn/gitignore-ledger3-info | John Wiegley | 2012-09-09 | 1 | -0/+1 |
|\ | | | | | doc/ledger3.info should be ignored. | ||||
| * | doc/ledger3.info should be ignored. | Bradley M. Kuhn | 2012-09-08 | 1 | -0/+1 |
|/ | | | | | | doc/ledger3.info was probably missing from the .gitignore because ledger3.info isn't build automatically yet, but might as well add it to .gitignore for those who are building it by hand at the moment. | ||||
* | Merge pull request #77 from bkuhn/acprep-wrong-cmake-install-prefix | John Wiegley | 2012-09-06 | 1 | -1/+1 |
|\ | | | | | Correct cmake variable for install prefix is "CMAKE_INSTALL_PREFIX", not "CMAKE_PREFIX_PATH". | ||||
| * | Correct cmake variable for install prefix is "CMAKE_INSTALL_PREFIX", not ↵ | Bradley M. Kuhn | 2012-09-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | "CMAKE_PREFIX_PATH". CMAKE_PREFIX_PATH is for searching for other programs, not for the place to install this one. Based on acprep's --help, I think the intention was to use CMAKE_INSTALL_PREFIX here. | ||||
* | | Merge pull request #78 from bkuhn/README-FAQ-on-building-own-boost-cmake | John Wiegley | 2012-09-06 | 1 | -0/+40 |
|\ \ | |/ |/| | FAQ entry on how build your own Boost and/or CMake for use with Ledger. | ||||
| * | FAQ entry on how build your own Boost and/or CMake for use with Ledger. | Bradley M. Kuhn | 2012-09-06 | 1 | -0/+40 |
|/ | | | | | | | | Debian squeeze, which is currently the stable distribution at the time of this commit, has both a Boost and a CMake that is too old for Ledger. This FAQ entry explains how to build your own Boost and CMake for use with Ledger, and the exact commands to type to build and install each, and then configure, build and install Ledger against those new versions. | ||||
* | Merge pull request #76 from bkuhn/cmake-python-prepend-version-search-list | John Wiegley | 2012-09-06 | 1 | -0/+1 |
|\ | | | | | Ledger's Python API is known to work best against Python 2.7 &/or 2.6 | ||||
| * | 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. | ||||
* | Merge pull request #74 from hwright/next | John Wiegley | 2012-08-16 | 3 | -1/+6 |
|\ | | | | | Fix a couple of compilation warnings | ||||
| * | Fix compilation warning: ensure a destructor is properly defined to avoid | Hyrum Wright | 2012-08-14 | 2 | -0/+5 |
| | | | | | | | | compiler confusion. | ||||
| * | Fix compilation warning: be sure we call the base class copy constructor. | Hyrum Wright | 2012-08-14 | 1 | -1/+1 |
| | | |||||
* | | Typo fix | Martin Michlmayr | 2012-08-15 | 1 | -1/+1 |
|/ | |||||
* | Resolve account.date to latest post in the account | John Wiegley | 2012-08-09 | 1 | -1/+3 |
| | |||||
* | Patch reports with markers to allow xact shifting | John Wiegley | 2012-08-08 | 2 | -6/+46 |
| | |||||
* | Doc fix | John Wiegley | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | Always store absolute paths internally | John Wiegley | 2012-08-02 | 5 | -32/+31 |
| | |||||
* | Don't use __has_feature in utils.cc | John Wiegley | 2012-08-02 | 1 | -4/+4 |
| | |||||
* | Change occurences of #+srcname to #+name | John Wiegley | 2012-08-01 | 1 | -6/+6 |
| | |||||
* | Guard some function definitions for ASan | John Wiegley | 2012-07-30 | 1 | -0/+8 |
| | |||||
* | Updated to Boost 1.50 | John Wiegley | 2012-07-30 | 5 | -16/+23 |
| | |||||
* | Added a link_directories statement | John Wiegley | 2012-07-30 | 1 | -0/+1 |
| | |||||
* | Allow non-register reports to work again | John Wiegley | 2012-07-30 | 1 | -14/+18 |
| | |||||
* | Require ldg-report from ldg-new (for now) | John Wiegley | 2012-07-30 | 1 | -0/+1 |
| | |||||
* | Add ability to visit source line from ldg-report | John Wiegley | 2012-07-30 | 1 | -1/+23 |
| | |||||
* | Change git:// submodule URL to http:// | John Wiegley | 2012-07-02 | 1 | -1/+1 |
| | |||||
* | Fixed a subtle memory overwrite | John Wiegley | 2012-06-27 | 1 | -8/+10 |
| | | | | Fixes #608 | ||||
* | Fixed a minor documentation bug | John Wiegley | 2012-06-25 | 1 | -1/+1 |
| | |||||
* | Fix reference to self.options.products_dir | John Wiegley | 2012-06-11 | 1 | -3/+3 |
| | |||||
* | Was missing a period | John Wiegley | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | Change self.prefix_dir -> self.options.prefix_dir | John Wiegley | 2012-06-07 | 1 | -9/+9 |
| | |||||
* | 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 |
| |