summaryrefslogtreecommitdiff
path: root/acprep
Commit message (Collapse)AuthorAgeFilesLines
...
* Restore -DBUILD_DIRJohn Wiegley2014-05-071-3/+3
|
* Fix build for building with g++ 4.8John Wiegley2014-05-071-3/+3
|
* Improve installation of documentation filesAlexis Hildebrandt2014-05-051-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 ninjaAlexis Hildebrandt2014-05-041-1/+1
|
* Fix Travis CI buildAlexis Hildebrandt2014-04-231-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 installationAlexis Hildebrandt2014-02-021-2/+21
| | | | for Ubuntu Saucy Salamander
* Correct log output for acprep checkAlexis Hildebrandt2014-02-011-1/+1
|
* Update dependencies installationAlexis Hildebrandt2014-02-011-5/+45
| | | | for Mac Hombrew and Ubuntu Precise Pangolin
* Make acprep use "str.split" not "string.split"Travis Snoozy2013-05-231-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 compatibilityJavier Santacruz2013-04-271-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 acprepJohann Klähn2013-04-131-2/+2
|
* Merge branch 'next' of github.com:ledger/ledger into nextJohn Wiegley2013-01-301-30/+27
|\
| * fix --no-python optionJohann Klähn2013-01-301-6/+3
| | | | | | | | This would fail with `ValueError: list.remove(x): x not in list`.
| * acprep: pass options starting with -D to CMakeJohann Klähn2013-01-301-5/+10
| |
| * fix option handling in acprepJohann Klähn2013-01-301-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 -O4John Wiegley2013-01-301-2/+4
| |
* | Upgrade to Boost 1.52John Wiegley2013-01-301-1/+1
|/
* Added -N/--ninja option to acprepJohn Wiegley2012-09-271-2/+8
|
* Don't use the ninja build command by defaultJohn Wiegley2012-09-271-1/+1
|
* Changes to support using homebrew and ninjaJohn Wiegley2012-09-261-34/+16
|
* Changes for CMakeJohn Wiegley2012-09-211-4/+3
|
* Correct cmake variable for install prefix is "CMAKE_INSTALL_PREFIX", not ↵Bradley M. Kuhn2012-09-061-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.50John Wiegley2012-07-301-4/+7
|
* Fix reference to self.options.products_dirJohn Wiegley2012-06-111-3/+3
|
* Was missing a periodJohn Wiegley2012-06-081-1/+1
|
* Change self.prefix_dir -> self.options.prefix_dirJohn Wiegley2012-06-071-9/+9
|
* Build fixes to acprep and build.shJohn Wiegley2012-05-251-5/+26
|
* Give a reasonable error if CMake cannot be foundJohn Wiegley2012-05-231-0/+27
|
* Changed the way that LDFLAGS is passed to CMakeJohn Wiegley2012-05-201-11/+15
|
* Make profiling builds work with ClangJohn Wiegley2012-05-201-5/+20
|
* Build gcov mode also for ClangJohn Wiegley2012-05-201-8/+6
|
* More resiliency fixesJohn Wiegley2012-05-201-18/+33
|
* A few more CMake-related fixesJohn Wiegley2012-05-201-1/+2
|
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-842/+120
|
* More configuration fixesJohn Wiegley2012-05-101-1/+5
|
* Change the way I choose a default compilerJohn Wiegley2012-05-101-2/+2
|
* An acprep simplificationJohn Wiegley2012-05-101-2/+2
|
* Various changes to suit my environmentJohn Wiegley2012-05-011-113/+20
|
* Added support for building with Clang and libc++ in C++11John Wiegley2012-04-281-3/+1
|
* Don't rsync as much when preparing proof buildsJohn Wiegley2012-04-281-1/+2
|
* Fixes to the proofing processJohn Wiegley2012-04-271-23/+25
|
* Removed unnecessary code from acprepJohn Wiegley2012-04-261-16/+0
|
* Build-related changesJohn Wiegley2012-04-251-21/+27
|
* More support for building with ClangJohn Wiegley2012-04-251-2/+8
|
* Remove some dead codeJohn Wiegley2012-04-251-7/+0
|
* Add support for g++ 4.8John Wiegley2012-04-251-2/+14
|
* Use chmod before removing the proof build directoryJohn Wiegley2012-04-251-0/+1
|
* Resolve some issues with proof buildsJohn Wiegley2012-04-151-1/+4
|
* Proof using both GCC and ClangJohn Wiegley2012-04-131-2/+11
|
* Set FLAVOR= on all make invocationsJohn Wiegley2012-04-131-0/+2
|