Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Restore -DBUILD_DIR | John Wiegley | 2014-05-07 | 1 | -3/+3 | |
| | ||||||
* | Fix build for building with g++ 4.8 | John Wiegley | 2014-05-07 | 1 | -3/+3 | |
| | ||||||
* | Improve installation of documentation files | Alexis Hildebrandt | 2014-05-05 | 1 | -0/+3 | |
| | | | | | | | | | - Install info version of ledger documentation instead of the original texinfo sources - Install html version of ledger documentation when BUILD_WEB_DOCS is ON - Enable installation of documentation files from --output directory | |||||
* | acprep: fix verbose build when using ninja | Alexis Hildebrandt | 2014-05-04 | 1 | -1/+1 | |
| | ||||||
* | Fix Travis CI build | Alexis Hildebrandt | 2014-04-23 | 1 | -0/+1 | |
| | | | | | - Install and use GNU GCC 4.8 to support required C++11 standard - Build Boost (1.55.0) libraries needed by ledger - Export build and cmake variables to find locally built Boost | |||||
* | Update dependencies installation | Alexis Hildebrandt | 2014-02-02 | 1 | -2/+21 | |
| | | | | for Ubuntu Saucy Salamander | |||||
* | Correct log output for acprep check | Alexis Hildebrandt | 2014-02-01 | 1 | -1/+1 | |
| | ||||||
* | Update dependencies installation | Alexis Hildebrandt | 2014-02-01 | 1 | -5/+45 | |
| | | | | for Mac Hombrew and Ubuntu Precise Pangolin | |||||
* | Make acprep use "str.split" not "string.split" | Travis Snoozy | 2013-05-23 | 1 | -1/+1 | |
| | | | | | Python is displeased with acprep if a *FLAGS environment variable is set. This patch converts the problematic "string.split" statement to instead be "str.split", which appears to fix the problem. | |||||
* | Improves acprep python3 compatibility | Javier Santacruz | 2013-04-27 | 1 | -23/+22 | |
| | | | | | | | Replaces string.join with str.join Forces conversion to str from byte-returning functions Introduces usage of 'as' keyword when catching exception instances Replaces has_key with usage of the 'in' keyword for dictionary key presence checking. | |||||
* | fix typos in acprep | Johann Klähn | 2013-04-13 | 1 | -2/+2 | |
| | ||||||
* | Merge branch 'next' of github.com:ledger/ledger into next | John Wiegley | 2013-01-30 | 1 | -30/+27 | |
|\ | ||||||
| * | fix --no-python option | Johann Klähn | 2013-01-30 | 1 | -6/+3 | |
| | | | | | | | | This would fail with `ValueError: list.remove(x): x not in list`. | |||||
| * | acprep: pass options starting with -D to CMake | Johann Klähn | 2013-01-30 | 1 | -5/+10 | |
| | | ||||||
| * | fix option handling in acprep | Johann Klähn | 2013-01-30 | 1 | -19/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both the `--local` option and the default to build local if no build directory exists did not work, because `build_directory()` uses `self.options.build_dir`, but the default and the `--local` option used `self.build_dir`. I changed the code to always use `self.options` for options/flags. Now `self.options` is set to the default values of OptParser and is updated when `parse_args` is called in `run`. After this commit ledger will be built in: * The directory specified using `--output=` * Else in a subdirectory of `./build` or `~/Products` if one of those directories exist and `--local` is not used. * Else inside the source tree (default). | |||||
* | | Use -O3 with Clang instead of -O4 | John Wiegley | 2013-01-30 | 1 | -2/+4 | |
| | | ||||||
* | | Upgrade to Boost 1.52 | John Wiegley | 2013-01-30 | 1 | -1/+1 | |
|/ | ||||||
* | Added -N/--ninja option to acprep | John Wiegley | 2012-09-27 | 1 | -2/+8 | |
| | ||||||
* | Don't use the ninja build command by default | John Wiegley | 2012-09-27 | 1 | -1/+1 | |
| | ||||||
* | Changes to support using homebrew and ninja | John Wiegley | 2012-09-26 | 1 | -34/+16 | |
| | ||||||
* | Changes for CMake | John Wiegley | 2012-09-21 | 1 | -4/+3 | |
| | ||||||
* | 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. | |||||
* | Updated to Boost 1.50 | John Wiegley | 2012-07-30 | 1 | -4/+7 | |
| | ||||||
* | 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 | |
| | ||||||
* | Build fixes to acprep and build.sh | John Wiegley | 2012-05-25 | 1 | -5/+26 | |
| | ||||||
* | 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 | |
| | ||||||
* | Make profiling builds work with Clang | John Wiegley | 2012-05-20 | 1 | -5/+20 | |
| | ||||||
* | Build gcov mode also for Clang | John Wiegley | 2012-05-20 | 1 | -8/+6 | |
| | ||||||
* | More resiliency fixes | John Wiegley | 2012-05-20 | 1 | -18/+33 | |
| | ||||||
* | A few more CMake-related fixes | John Wiegley | 2012-05-20 | 1 | -1/+2 | |
| | ||||||
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -842/+120 | |
| | ||||||
* | More configuration fixes | John Wiegley | 2012-05-10 | 1 | -1/+5 | |
| | ||||||
* | Change the way I choose a default compiler | John Wiegley | 2012-05-10 | 1 | -2/+2 | |
| | ||||||
* | An acprep simplification | John Wiegley | 2012-05-10 | 1 | -2/+2 | |
| | ||||||
* | Various changes to suit my environment | John Wiegley | 2012-05-01 | 1 | -113/+20 | |
| | ||||||
* | Added support for building with Clang and libc++ in C++11 | John Wiegley | 2012-04-28 | 1 | -3/+1 | |
| | ||||||
* | Don't rsync as much when preparing proof builds | John Wiegley | 2012-04-28 | 1 | -1/+2 | |
| | ||||||
* | Fixes to the proofing process | John Wiegley | 2012-04-27 | 1 | -23/+25 | |
| | ||||||
* | Removed unnecessary code from acprep | John Wiegley | 2012-04-26 | 1 | -16/+0 | |
| | ||||||
* | Build-related changes | John Wiegley | 2012-04-25 | 1 | -21/+27 | |
| | ||||||
* | More support for building with Clang | John Wiegley | 2012-04-25 | 1 | -2/+8 | |
| | ||||||
* | Remove some dead code | John Wiegley | 2012-04-25 | 1 | -7/+0 | |
| | ||||||
* | Add support for g++ 4.8 | John Wiegley | 2012-04-25 | 1 | -2/+14 | |
| | ||||||
* | Use chmod before removing the proof build directory | John Wiegley | 2012-04-25 | 1 | -0/+1 | |
| | ||||||
* | Resolve some issues with proof builds | John Wiegley | 2012-04-15 | 1 | -1/+4 | |
| | ||||||
* | Proof using both GCC and Clang | John Wiegley | 2012-04-13 | 1 | -2/+11 | |
| | ||||||
* | Set FLAVOR= on all make invocations | John Wiegley | 2012-04-13 | 1 | -0/+2 | |
| |