| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
by using argparse and pathlib and removing Python 2 specific code.
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
by using correct special characters as defined in groff_char(7),
e.g. using \[aq] instead of "'", as "'" may get displayed as "’"
by certain groff output devices, e.g. PDF or utf8.
|
|\ \ \ \
| |/ / /
|/| | | |
test: Remove Python2 specific tests
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Migrate python scripts
|
| | | |
| | | |
| | | |
| | | | |
Update ooolib-python to 0.1.0
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Improve finding ICU libraries
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
by using CMake's FindICU module to locate the required
icuuc and icui18n libraries for use with boost regex icu.
|
|/ / / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
ledger/dependabot/github_actions/cachix/install-nix-action-24
chore(deps): bump cachix/install-nix-action from 23 to 24
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 23 to 24.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v23...v24)
---
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>
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The manpage documents `=regex` as equivalent to the `note regex` query
syntax, but the former does not actually work as the parser only handles
an equals sign in the case of `tag type=dining` syntax, and doesn't
handle the case where an equals sign starts a note query.
Fixing this does break queries like `tag type = dining` with spaces
around the equals sign, but that syntax was not intended or documented.
Closes: #2275
|
|\ \
| | |
| | |
| | |
| | | |
ledger/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
|\ \
| |/
|/|
| |
| | |
ledger/dependabot/github_actions/cachix/install-nix-action-23
chore(deps): bump cachix/install-nix-action from 22 to 23
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 22 to 23.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](https://github.com/cachix/install-nix-action/compare/v22...v23)
---
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>
|
|\
| |
| | |
update CONTRIBUTING.md for multiple output directories
|
|/
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
| |
|
| |
|
|\
| |
| |
| |
| | |
ledger/dependabot/github_actions/cachix/install-nix-action-22
chore(deps): bump cachix/install-nix-action from 20 to 22
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|\
| |
| | |
Let dependabot help us keep Actions config up to date
|
|/ |
|
|\
| |
| | |
Add example for credit card cashback.
|
| |
| |
| | |
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
|
| |
| |
| | |
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
|
| |
| |
| | |
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
|
| |
| |
| | |
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
|
| |
| |
| | |
Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
|
| | |
|
|\ \
| | |
| | | |
cmake: Replace add_defitions with superseding alternatives
|
| |/ |
|
|\ \
| | |
| | | |
Improve support for libedit and readline
|
| |/ |
|
|\ \
| | |
| | | |
cmake: Add -fPIC to compile flags
|
| |/
| |
| |
| |
| |
| | |
when building ledger cli.
Fixes #1913
|
|\ \
| |/
|/| |
Fix compilation errors with NO_ASSERT
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Fixes #2254
|
|\ \
| |/
|/| |
Improve web docs
|
| |
| |
| |
| | |
using pydoc when building web docs.
|
| |
| |
| |
| | |
when building web docs
|
| |
| |
| |
| | |
when building web docs
|