summaryrefslogtreecommitdiff
path: root/acprep
Commit message (Collapse)AuthorAgeFilesLines
* fix macports dependencies on 10.14+Andy Clayton2020-04-041-8/+8
| | | | | | | | | | 10.14+ does not support universal builds: Error: python27 cannot be installed for the configured universal_archs 'x86_64 i386' because the arch(s) 'i386' are not supported. From https://trac.macports.org/ticket/57369#comment:6 You just can't install ports universal on Mojave, so don't try to do so. Don't specify +universal on the command line
* Allow building dependencies on ubuntu-eoanDaraul2020-01-221-1/+18
|
* Add tzdata to build dependencies for UbuntuTim Landscheidt2019-01-251-2/+4
| | | | | | The test suite uses the symbolic time zone name "America/Chicago". To resolve that, the tzdata package needs to be installed. This fixes #1739.
* Quick nitpick styling change/enhancementGonzalo Rizzo2019-01-251-6/+6
|
* update deps.Pascal Fleury2019-01-171-39/+42
|
* Make acprep work with Python3.Pascal Fleury2019-01-171-1/+1
|
* Use "macOS" consistentlyMartin Michlmayr2019-01-091-4/+4
| | | | macOS seems to be the current name for Mac OS X.
* Remove trailing whitespaceMartin Michlmayr2019-01-091-1/+1
|
* Remove unused importsEduardo Elias2018-01-311-4/+0
|
* Add Ubuntu 16.04 (Xenial) to acprep.Austin Wise2017-04-111-0/+30
|
* Remove reference to lisp directorythdox2016-10-271-1/+1
| | | | | | As ledger-mode has been moved to its own github repository. [ci skip]
* Remove reference to `ncursesw` MacPort.Steven R. Baker2016-09-081-1/+1
| | | The `ncursesw` port doesn't exist anymore, its functionality is included in the `ncurses` port.
* [acprep] Remove obsoleted command submoduleAlexis Hildebrandt2015-09-151-1/+0
| | | from help
* Merge pull request #369 from afh/pull/utfcpp_subtreeJohn Wiegley2015-08-041-8/+2
|\ | | | | Replace utfcpp submodule with partial subtree
| * [acprep]: Add libutfcpp-dev dependencyAlexis Hildebrandt2015-01-121-0/+2
| | | | | | | | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
| * [acprep] Remove obsoleted submodule phaseAlexis Hildebrandt2015-01-121-8/+0
| | | | | | | | Signed-off-by: Alexis Hildebrandt <afh@surryhill.net>
* | Fix indentation and position of Fedora test.Jacob MacDonald2015-02-231-4/+4
| | | | | | | | | | | | The blame for this section was a bit of a cluster, but, as someone who's not using Fedora, this makes the most logical sense. (Fedora is a version of RH, right?)
* | Add instructions for Fedora 20.thdox2015-02-131-2/+27
|/ | | | [ci skip]
* remove unnecessary if artifactHans Erik van Elburg2015-01-041-3/+0
|
* remove reference to urlHans Erik van Elburg2015-01-041-1/+1
|
* also added cygwin tweak to src/CMakeLists.txtHans Erik van Elburg2015-01-031-1/+7
|
* initial cygwin tweaksHans Erik van Elburg2015-01-031-0/+3
|
* Some minor changesJohn Wiegley2014-11-041-6/+3
|
* clean up installation of doc filesJohann Klähn2014-09-101-3/+0
|
* fix code coverage problemtripun2014-07-241-1/+1
|
* acprep: remove dead codeJack Nagel2014-06-051-2/+0
| | | This isn't used anywhere since 4681e58d7f3cda2a2ac6d05b6ec1a106f568e029.
* Lower down (from 1.55) requirements towards libboostthdox2014-05-171-8/+8
| | | | Fix some typos
* Hardy, Karmic, Oneiric are obsolete Ubuntu releases.thdox2014-05-111-87/+0
| | | | See http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Table_of_versions
* Ubuntu 14.04 compilation help update:thdox2014-05-111-1/+30
| | | | | | - add patch from Hans Erik van Elburg posted on mailing-list on 9-May-2014 - add also some documentation in README files
* 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
|