summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update doc/ledger3.texivalankar2023-06-101-0/+13
| | | | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
| * Update doc/ledger3.texivalankar2023-06-101-1/+1
| | | | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
| * Update doc/ledger3.texivalankar2023-06-101-1/+1
| | | | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
| * Update doc/ledger3.texivalankar2023-06-101-2/+2
| | | | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
| * Update doc/ledger3.texivalankar2023-06-101-1/+1
| | | | | | Co-authored-by: Alexis Hildebrandt <afh@surryhill.net>
| * Add example for credit card cashback.Viraj Alankar2023-06-101-0/+25
| |
* | Merge pull request #2260 from afh/modernize-cmakeAlexis Hildebrandt2023-06-102-8/+6
|\ \ | | | | | | cmake: Replace add_defitions with superseding alternatives
| * | cmake: Replace add_defitions with superseding alternativesAlexis Hildebrandt2023-06-072-8/+6
| |/
* | Merge pull request #2259 from afh/afh-readlineAlexis Hildebrandt2023-06-105-8/+38
|\ \ | | | | | | Improve support for libedit and readline
| * | Add build support readlineAlexis Hildebrandt2023-06-075-8/+38
| |/
* | Merge pull request #2261 from afh/bsd-picAlexis Hildebrandt2023-06-101-0/+2
|\ \ | | | | | | cmake: Add -fPIC to compile flags
| * | cmake: Add -fPIC to compile flagsAlexis Hildebrandt2023-06-071-0/+2
| |/ | | | | | | | | | | when building ledger cli. Fixes #1913
* | Merge pull request #2250 from afh/fix-no-assertAlexis Hildebrandt2023-06-101-1/+2
|\ \ | |/ |/| Fix compilation errors with NO_ASSERT
| * Fix compilation errors with NO_ASSERTAlexis Hildebrandt2023-04-251-1/+2
| |
* | api-docs: Show datetime of when api-docs were generatedAlexis Hildebrandt2023-06-051-0/+1
| |
* | doc: Fix ledger3.texi:4306: unknown command `Chevron'Alexis Hildebrandt2023-05-221-1/+1
| |
* | docs: fix example involving payeeMartin Michlmayr2023-05-161-2/+2
| | | | | | | | Fixes #2254
* | Merge pull request #2248 from afh/improve-web-docsAlexis Hildebrandt2023-04-267-20/+65
|\ \ | |/ |/| Improve web docs
| * doc: Generate Ledger Python module documentationAlexis Hildebrandt2023-04-256-6/+35
| | | | | | | | using pydoc when building web docs.
| * doc: Generate plain text version of ledger manualAlexis Hildebrandt2023-04-241-8/+12
| | | | | | | | when building web docs
| * doc: Generate PDF version of ledger manpageAlexis Hildebrandt2023-04-241-0/+5
| | | | | | | | when building web docs
| * doc: Prefer mandoc over groff to generate ledger.1.htmlAlexis Hildebrandt2023-04-241-2/+9
| |
| * manpage: Fix mdoc warning: Empty input line #1452Alexis Hildebrandt2023-04-241-1/+1
| |
| * cmake: Use variables set from find_programAlexis Hildebrandt2023-04-241-5/+5
| |
* | Merge pull request #2249 from afh/boost-pragma-warningsAlexis Hildebrandt2023-04-256-1/+10
|\ \ | |/ |/| boost: Fix compilation warnings
| * boost: Fix compilation warningsAlexis Hildebrandt2023-04-256-1/+10
|/ | | | Closes #2227
* Merge pull request #2245 from taviso/masterAlexis Hildebrandt2023-04-194-1/+12
|\ | | | | Fix bucket transactions with reg --related
| * Add NEWS entry for bucket transactions fixTavis Ormandy2023-04-191-0/+2
| |
| * fix #2220, bucket transactions ignored with reg --relatedTavis Ormandy2023-04-183-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-definesAlexis Hildebrandt2023-04-1913-113/+127
|\ \ | |/ |/| Cleanup system defines
| * Remove unused REVERSE_PREDECESSOR_MAP guarded codeAlexis Hildebrandt2023-04-191-23/+0
| |
| * Reorder system.hh includesAlexis Hildebrandt2023-04-191-15/+12
| |
| * Move app defines into ledger.hh.inAlexis Hildebrandt2023-04-192-3/+3
| |
| * Introduce ledger.hhAlexis Hildebrandt2023-04-166-34/+80
| |
| * Move DEBUG_MODE related defines to system.hh.inAlexis Hildebrandt2023-04-152-25/+23
| |
| * Use #cmakedefine01 for system capability checksAlexis Hildebrandt2023-04-158-35/+35
| | | | | | | | and reply #ifdev HAVE_ with #if HAVE_
| * Modernize system.hh.inAlexis Hildebrandt2023-04-151-5/+1
| |
* | Update NEWS.mdAlexis Hildebrandt2023-04-181-0/+2
| |
* | Include contrib files in distributionAlexis Hildebrandt2023-04-182-0/+11
| |
* | gpgme: Remove obsoleted rewind wrapper functionAlexis Hildebrandt2023-04-181-6/+2
| | | | | | | | kudos to @spacefrogg
* | gpgme: Remove code handling versions prior to required versionAlexis Hildebrandt2023-04-181-10/+0
| |
* | Clean-up doxygen modulesAlexis Hildebrandt2023-04-167-7/+11
|/
* Merge pull request #2233 from afh/clean-up-class-listAlexis Hildebrandt2023-04-1325-79/+102
|\ | | | | Clean up class list
| * Refactor python related types into ledger::python namespaceAlexis Hildebrandt2023-04-1216-56/+66
| |
| * Refactor basic_flags_t to ledger::flags::basic_tAlexis Hildebrandt2023-04-1214-28/+34
| |
| * Refactor flag and pstream related types into ledger namespaceAlexis Hildebrandt2023-04-123-1/+8
| |
* | Merge pull request #2234 from afh/nix-gitignoreAlexis Hildebrandt2023-04-131-0/+4
|\ \ | | | | | | Add .gitignore rules for developing ledger with Nix
| * | Add .gitignore rules for developing ledger with NixAlexis Hildebrandt2023-04-131-0/+4
| |/
* | Merge pull request #2235 from afh/markdown-cleanupAlexis Hildebrandt2023-04-133-83/+88
|\ \ | | | | | | Markdown cleanup
| * | Some README and INSTALL clean-upAlexis Hildebrandt2023-04-132-22/+24
| | |