Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix acprep script | Chris Oloff | 2024-07-24 | 1 | -1/+1 |
| | | | | | | | | | The script has a syntax error, caused by commit 815305b9: in escape_string() function the first argument to re.sub() was probably changed unintentionally. This reverts this one line. To test, I used acprep to build the binary locally, which succeeded. More testing might be needed, I don't have enough context to do that. | ||||
* | Use Python raw strings for regex methods argument | Alexis Hildebrandt | 2024-07-08 | 1 | -5/+5 |
| | |||||
* | acprep: Add support for nix develop on macOS | Alexis Hildebrandt | 2023-12-06 | 1 | -0/+7 |
| | |||||
* | acprep: Replace hardcoded paths with shutil.which | Alexis Hildebrandt | 2023-12-06 | 1 | -3/+3 |
| | |||||
* | acprep: Minor clean-up | Alexis Hildebrandt | 2023-12-06 | 1 | -3/+1 |
| | |||||
* | acprep: Simplify detecting system via os.uname | Alexis Hildebrandt | 2023-12-06 | 1 | -21/+2 |
| | |||||
* | acprep: Add dependencies for Debian trixie | Alexis Hildebrandt | 2023-12-06 | 1 | -0/+27 |
| | |||||
* | Merge pull request #2288 from burntraisin/unrecognized-version | Alexis Hildebrandt | 2023-12-06 | 1 | -2/+19 |
|\ | | | | | Add support for Ubuntu 22.04 Jammy in ./acprep | ||||
| * | Add support for Ubuntu 22.04 Jammy in ./acprep | burntraisin | 2023-09-04 | 1 | -2/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Running `./acprep dependencies` in Ubuntu 22.04 Jammy while building ledger from source returns: acprep: INFO: Invoking primary phase: dependencies acprep: INFO: Executing phase: dependencies acprep: INFO: Installing Ledger's build dependencies ... acprep: INFO: Looks like you are using APT on Ubuntu jammy acprep: INFO: I do not recognize your version of Ubuntu! This error was also present when installing on Ubuntu 20.04 Focal. The solution for Focal is the same for Jammy, which is to add `ubuntu-jammy` to `BoostInfo` and `jammy` as another `release`. | ||||
* | | Migrate Python scripts to Python 3 | Alexis Hildebrandt | 2023-12-04 | 1 | -1/+1 |
|/ | |||||
* | acprep: Replace deprecated getargspec with getfullargspec | Alexis Hildebrandt | 2023-02-01 | 1 | -4/+1 |
| | |||||
* | Add compatability for Python 3.10 and later to acprep | Alexis Hildebrandt | 2022-12-29 | 1 | -1/+4 |
| | | | | Fixes #2154 | ||||
* | Fix typos found by codespell | Alexis Hildebrandt | 2022-07-19 | 1 | -1/+1 |
| | |||||
* | acprep: add support for arch linux | Balaji Sivaraman | 2022-06-26 | 1 | -1/+19 |
| | |||||
* | do not enforce GNU C++, allow using c++ (clang) | Christopher Zimmermann | 2021-12-08 | 1 | -1/+1 |
| | |||||
* | acprep: support ubuntu 20.04 focal | Valeriy | 2021-07-04 | 1 | -4/+20 |
| | | | | | | | | | | | | | | | | Problem: Unable build ledger from source code at Ubuntu 20.04 Focal ./acprep dependencies will return acprep: INFO: Invoking primary phase: dependencies acprep: INFO: Executing phase: dependencies acprep: INFO: Installing Ledger's build dependencies ... acprep: INFO: Looks like you are using APT on Ubuntu focal acprep: INFO: I do not recognize your version of Ubuntu! Solution: Add 'focal' to ubuntu-releases | ||||
* | Have acprep use system encoding for stdin/out | Daniel Coonce | 2021-02-02 | 1 | -2/+3 |
| | |||||
* | Add support for MSYS Makefiles in acprep | Daniel Coonce | 2021-02-02 | 1 | -0/+3 |
| | | | | Useful for building in a MINGW32/64 console on Windows. | ||||
* | acprep: opt flavor should build optimized binary | Kuang-che Wu | 2020-05-19 | 1 | -0/+1 |
| | |||||
* | fix acprep python3 compatibility | Kuang-che Wu | 2020-05-18 | 1 | -2/+1 |
| | |||||
* | update macports dependencies for python 3 | Andy Clayton | 2020-04-29 | 1 | -2/+2 |
| | |||||
* | fix macports dependencies on 10.14+ | Andy Clayton | 2020-04-04 | 1 | -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-eoan | Daraul | 2020-01-22 | 1 | -1/+18 |
| | |||||
* | Add tzdata to build dependencies for Ubuntu | Tim Landscheidt | 2019-01-25 | 1 | -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/enhancement | Gonzalo Rizzo | 2019-01-25 | 1 | -6/+6 |
| | |||||
* | update deps. | Pascal Fleury | 2019-01-17 | 1 | -39/+42 |
| | |||||
* | Make acprep work with Python3. | Pascal Fleury | 2019-01-17 | 1 | -1/+1 |
| | |||||
* | Use "macOS" consistently | Martin Michlmayr | 2019-01-09 | 1 | -4/+4 |
| | | | | macOS seems to be the current name for Mac OS X. | ||||
* | Remove trailing whitespace | Martin Michlmayr | 2019-01-09 | 1 | -1/+1 |
| | |||||
* | Remove unused imports | Eduardo Elias | 2018-01-31 | 1 | -4/+0 |
| | |||||
* | Add Ubuntu 16.04 (Xenial) to acprep. | Austin Wise | 2017-04-11 | 1 | -0/+30 |
| | |||||
* | Remove reference to lisp directory | thdox | 2016-10-27 | 1 | -1/+1 |
| | | | | | | As ledger-mode has been moved to its own github repository. [ci skip] | ||||
* | Remove reference to `ncursesw` MacPort. | Steven R. Baker | 2016-09-08 | 1 | -1/+1 |
| | | | The `ncursesw` port doesn't exist anymore, its functionality is included in the `ncurses` port. | ||||
* | [acprep] Remove obsoleted command submodule | Alexis Hildebrandt | 2015-09-15 | 1 | -1/+0 |
| | | | from help | ||||
* | Merge pull request #369 from afh/pull/utfcpp_subtree | John Wiegley | 2015-08-04 | 1 | -8/+2 |
|\ | | | | | Replace utfcpp submodule with partial subtree | ||||
| * | [acprep]: Add libutfcpp-dev dependency | Alexis Hildebrandt | 2015-01-12 | 1 | -0/+2 |
| | | | | | | | | | | | | [ci skip] Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
| * | [acprep] Remove obsoleted submodule phase | Alexis Hildebrandt | 2015-01-12 | 1 | -8/+0 |
| | | | | | | | | Signed-off-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
* | | Fix indentation and position of Fedora test. | Jacob MacDonald | 2015-02-23 | 1 | -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. | thdox | 2015-02-13 | 1 | -2/+27 |
|/ | | | | [ci skip] | ||||
* | remove unnecessary if artifact | Hans Erik van Elburg | 2015-01-04 | 1 | -3/+0 |
| | |||||
* | remove reference to url | Hans Erik van Elburg | 2015-01-04 | 1 | -1/+1 |
| | |||||
* | also added cygwin tweak to src/CMakeLists.txt | Hans Erik van Elburg | 2015-01-03 | 1 | -1/+7 |
| | |||||
* | initial cygwin tweaks | Hans Erik van Elburg | 2015-01-03 | 1 | -0/+3 |
| | |||||
* | Some minor changes | John Wiegley | 2014-11-04 | 1 | -6/+3 |
| | |||||
* | clean up installation of doc files | Johann Klähn | 2014-09-10 | 1 | -3/+0 |
| | |||||
* | fix code coverage problem | tripun | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | acprep: remove dead code | Jack Nagel | 2014-06-05 | 1 | -2/+0 |
| | | | This isn't used anywhere since 4681e58d7f3cda2a2ac6d05b6ec1a106f568e029. | ||||
* | Lower down (from 1.55) requirements towards libboost | thdox | 2014-05-17 | 1 | -8/+8 |
| | | | | Fix some typos | ||||
* | Hardy, Karmic, Oneiric are obsolete Ubuntu releases. | thdox | 2014-05-11 | 1 | -87/+0 |
| | | | | See http://en.wikipedia.org/wiki/List_of_Ubuntu_releases#Table_of_versions | ||||
* | Ubuntu 14.04 compilation help update: | thdox | 2014-05-11 | 1 | -1/+30 |
| | | | | | | - add patch from Hans Erik van Elburg posted on mailing-list on 9-May-2014 - add also some documentation in README files |