Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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`. | ||||
* | Merge pull request #2283 from chromy/update-contributing | Alexis Hildebrandt | 2023-08-29 | 1 | -2/+2 |
|\ | | | | | update CONTRIBUTING.md for multiple output directories | ||||
| * | update CONTRIBUTING.md for multiple output directories | Hector Dearman | 2023-08-27 | 1 | -2/+2 |
|/ | | | | | | | | | | | | | The `CONTRIBUTING.md` instructions imply you should run `acprep` then `cd` into `build` and run `make`/`ninja`, but `acprep` doesn't generate the make file in `build` but in a subdirectory depending on the configuration selected,`build/ledger/debug` by default or `build/ledger/opt` if you pass `opt` for example. Updeate the instructions to take this into account so people aren't confused the first time they try to build the project. [ci-skip] | ||||
* | include zero-amounts in balance_t::map_sorted_amounts | dbear496 | 2023-07-16 | 2 | -2/+5 |
| | |||||
* | add regress test for issue #2270 | dbear496 | 2023-07-16 | 1 | -0/+13 |
| | |||||
* | Merge pull request #2266 from ↵ | Steve Purcell | 2023-06-17 | 1 | -1/+1 |
|\ | | | | | | | | | ledger/dependabot/github_actions/cachix/install-nix-action-22 chore(deps): bump cachix/install-nix-action from 20 to 22 | ||||
| * | chore(deps): bump cachix/install-nix-action from 20 to 22 | dependabot[bot] | 2023-06-17 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 20 to 22. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v20...v22) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | Merge pull request #2265 from ledger/dependabot | Steve Purcell | 2023-06-17 | 1 | -0/+10 |
|\ | | | | | Let dependabot help us keep Actions config up to date | ||||
| * | Let dependabot help us keep Actions config up to date | Steve Purcell | 2023-06-17 | 1 | -0/+10 |
|/ | |||||
* | Merge pull request #2263 from valankar/master | Alexis Hildebrandt | 2023-06-11 | 1 | -0/+38 |
|\ | | | | | Add example for credit card cashback. | ||||
| * | Update doc/ledger3.texi | valankar | 2023-06-10 | 1 | -0/+13 |
| | | | | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
| * | Update doc/ledger3.texi | valankar | 2023-06-10 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
| * | Update doc/ledger3.texi | valankar | 2023-06-10 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
| * | Update doc/ledger3.texi | valankar | 2023-06-10 | 1 | -2/+2 |
| | | | | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
| * | Update doc/ledger3.texi | valankar | 2023-06-10 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net> | ||||
| * | Add example for credit card cashback. | Viraj Alankar | 2023-06-10 | 1 | -0/+25 |
| | | |||||
* | | Merge pull request #2260 from afh/modernize-cmake | Alexis Hildebrandt | 2023-06-10 | 2 | -8/+6 |
|\ \ | | | | | | | cmake: Replace add_defitions with superseding alternatives | ||||
| * | | cmake: Replace add_defitions with superseding alternatives | Alexis Hildebrandt | 2023-06-07 | 2 | -8/+6 |
| |/ | |||||
* | | Merge pull request #2259 from afh/afh-readline | Alexis Hildebrandt | 2023-06-10 | 5 | -8/+38 |
|\ \ | | | | | | | Improve support for libedit and readline | ||||
| * | | Add build support readline | Alexis Hildebrandt | 2023-06-07 | 5 | -8/+38 |
| |/ | |||||
* | | Merge pull request #2261 from afh/bsd-pic | Alexis Hildebrandt | 2023-06-10 | 1 | -0/+2 |
|\ \ | | | | | | | cmake: Add -fPIC to compile flags | ||||
| * | | cmake: Add -fPIC to compile flags | Alexis Hildebrandt | 2023-06-07 | 1 | -0/+2 |
| |/ | | | | | | | | | | | when building ledger cli. Fixes #1913 | ||||
* | | Merge pull request #2250 from afh/fix-no-assert | Alexis Hildebrandt | 2023-06-10 | 1 | -1/+2 |
|\ \ | |/ |/| | Fix compilation errors with NO_ASSERT | ||||
| * | Fix compilation errors with NO_ASSERT | Alexis Hildebrandt | 2023-04-25 | 1 | -1/+2 |
| | | |||||
* | | api-docs: Show datetime of when api-docs were generated | Alexis Hildebrandt | 2023-06-05 | 1 | -0/+1 |
| | | |||||
* | | doc: Fix ledger3.texi:4306: unknown command `Chevron' | Alexis Hildebrandt | 2023-05-22 | 1 | -1/+1 |
| | | |||||
* | | docs: fix example involving payee | Martin Michlmayr | 2023-05-16 | 1 | -2/+2 |
| | | | | | | | | Fixes #2254 | ||||
* | | Merge pull request #2248 from afh/improve-web-docs | Alexis Hildebrandt | 2023-04-26 | 7 | -20/+65 |
|\ \ | |/ |/| | Improve web docs | ||||
| * | doc: Generate Ledger Python module documentation | Alexis Hildebrandt | 2023-04-25 | 6 | -6/+35 |
| | | | | | | | | using pydoc when building web docs. | ||||
| * | doc: Generate plain text version of ledger manual | Alexis Hildebrandt | 2023-04-24 | 1 | -8/+12 |
| | | | | | | | | when building web docs | ||||
| * | doc: Generate PDF version of ledger manpage | Alexis Hildebrandt | 2023-04-24 | 1 | -0/+5 |
| | | | | | | | | when building web docs | ||||
| * | doc: Prefer mandoc over groff to generate ledger.1.html | Alexis Hildebrandt | 2023-04-24 | 1 | -2/+9 |
| | | |||||
| * | manpage: Fix mdoc warning: Empty input line #1452 | Alexis Hildebrandt | 2023-04-24 | 1 | -1/+1 |
| | | |||||
| * | cmake: Use variables set from find_program | Alexis Hildebrandt | 2023-04-24 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #2249 from afh/boost-pragma-warnings | Alexis Hildebrandt | 2023-04-25 | 6 | -1/+10 |
|\ \ | |/ |/| | boost: Fix compilation warnings | ||||
| * | boost: Fix compilation warnings | Alexis Hildebrandt | 2023-04-25 | 6 | -1/+10 |
|/ | | | | Closes #2227 | ||||
* | Merge pull request #2245 from taviso/master | Alexis Hildebrandt | 2023-04-19 | 4 | -1/+12 |
|\ | | | | | Fix bucket transactions with reg --related | ||||
| * | Add NEWS entry for bucket transactions fix | Tavis Ormandy | 2023-04-19 | 1 | -0/+2 |
| | | |||||
| * | fix #2220, bucket transactions ignored with reg --related | Tavis Ormandy | 2023-04-18 | 3 | -1/+10 |
| | | | | | | | | | | | | This adds a new item flag, `ITEM_INFERRED`, that differentiates generated items from bucket items. This makes them show up as related items in reports. | ||||
* | | Merge pull request #2238 from afh/cleanup-system-defines | Alexis Hildebrandt | 2023-04-19 | 13 | -113/+127 |
|\ \ | |/ |/| | Cleanup system defines | ||||
| * | Remove unused REVERSE_PREDECESSOR_MAP guarded code | Alexis Hildebrandt | 2023-04-19 | 1 | -23/+0 |
| | | |||||
| * | Reorder system.hh includes | Alexis Hildebrandt | 2023-04-19 | 1 | -15/+12 |
| | | |||||
| * | Move app defines into ledger.hh.in | Alexis Hildebrandt | 2023-04-19 | 2 | -3/+3 |
| | | |||||
| * | Introduce ledger.hh | Alexis Hildebrandt | 2023-04-16 | 6 | -34/+80 |
| | | |||||
| * | Move DEBUG_MODE related defines to system.hh.in | Alexis Hildebrandt | 2023-04-15 | 2 | -25/+23 |
| | | |||||
| * | Use #cmakedefine01 for system capability checks | Alexis Hildebrandt | 2023-04-15 | 8 | -35/+35 |
| | | | | | | | | and reply #ifdev HAVE_ with #if HAVE_ | ||||
| * | Modernize system.hh.in | Alexis Hildebrandt | 2023-04-15 | 1 | -5/+1 |
| | | |||||
* | | Update NEWS.md | Alexis Hildebrandt | 2023-04-18 | 1 | -0/+2 |
| | | |||||
* | | Include contrib files in distribution | Alexis Hildebrandt | 2023-04-18 | 2 | -0/+11 |
| | | |||||
* | | gpgme: Remove obsoleted rewind wrapper function | Alexis Hildebrandt | 2023-04-18 | 1 | -6/+2 |
| | | | | | | | | kudos to @spacefrogg |