summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix python/c++ conversion for boost::optional<T>David Sklar2023-01-271-4/+5
* Fix IDENT format comment to match recent change 35713fe79Donald Lam2023-01-271-1/+1
* Disallow numbers in function namesJohn Wiegley2023-01-251-1/+1
* Rename quoted_rfc4180 to quoted_rfc, to avoid parser quirkDonald Lam2023-01-252-4/+4
* typo and column alignmentspaette2023-01-231-1/+1
* Initial fix for #2147WY2023-01-201-1/+1
* Python: Transaction.remove_post should call xact_base_t::remove_postDavid Sklar2023-01-101-1/+1
* Python: test cleanupsDavid Sklar2023-01-091-0/+5
* Add python support for error_contextAdam Wendt2022-11-131-0/+7
* Fix balancing commodity with smaller unit.Maria2022-10-111-1/+1
* xml: Include posting-specific payee in outputGwyneth Morgan2022-10-101-0/+3
* Handle return value of PyUnicode_READYAlexis Hildebrandt2022-10-021-1/+2
* Fix handling of UCS-2 encoded stringsAlexis Hildebrandt2022-10-021-1/+1
* Fix handling of UCS-1 encoded stringsAlexis Hildebrandt2022-10-021-11/+12
* Properly handle PyUnicode_1BYTE_DATAAlexis Hildebrandt2022-07-201-3/+1
* Fix use of deprecated Python legacy Unicode APIAlexis Hildebrandt2022-07-201-18/+52
* Fix typos found by codespellAlexis Hildebrandt2022-07-194-6/+6
* Fix SIGABRT when python subcommand raises an exceptionAaron L. Zeng2022-07-131-2/+3
* Update copyright statement for 2022Alexis Hildebrandt2022-07-02124-125/+125
* Fix unrounding for equityOleg Bulatov2022-05-063-3/+6
* When calculating balance assignments, strip away lot annotationsJohn Wiegley2022-05-031-12/+15
* Remove some UTF-8 code that was having no effectkanreki2022-04-141-38/+5
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-0659-177/+177
* Avoid making references to nullKunht Kun2022-03-171-8/+24
* Avoid dereferencing null pointerKunht Kun2022-03-121-1/+2
* Ensure absolute path for includeKunht Kun2022-03-091-1/+1
* fileinfo_t: remove size memberMaximilian Eschenbacher2022-02-222-7/+2
* Revert "Use amount_width for balance report"John Wiegley2022-02-031-3/+3
* Use amount_width for balance reportVladimir Parfinenko2022-02-031-3/+3
* check that commodity format uses correct symbolChristopher Zimmermann2022-02-031-1/+4
* Revert "Revert "Revert "Change --invert to invert displayed amounts and total...John Wiegley2022-02-031-2/+1
* Revert "Revert "Revert "Compare price annotations using their textual renderi...John Wiegley2022-02-031-3/+1
* Revert "Revert "Compare price annotations using their textual rendering""John Wiegley2022-02-031-1/+3
* Revert "Revert "Change --invert to invert displayed amounts and totals, not a...John Wiegley2022-02-031-1/+2
* Use correct int return type for stream input operationskanreki2021-12-089-145/+107
* Fix --time-colon for negative time amountsRafael Ascensão2021-09-271-7/+3
* Fix silent errors when reading lines from input files.Austin Wise2021-08-241-2/+12
* Fix compilation with Boost 1.76Sam James2021-06-142-0/+4
* Escape all string values output by the lisp report.Richard M Kreuter2021-05-311-6/+6
* Fix amount tokenizer re: embedded minus sign.Donald Lam2021-05-021-2/+9
* Fix using day-of-week names for `xact` commandAlan Bram2021-04-101-13/+13
* Use Boost library to read argv as UTF-8 in WindowsDaniel Coonce2021-02-022-0/+9
* Create consistent buffer size.Daniel Coonce2021-02-022-2/+2
* Fix build for x86_64-w64-mingw32Daniel Coonce2021-02-023-4/+4
* Fix issues related to payees declared on posting's metadataDiogo Trentini2021-02-025-20/+66
* Replace if/else ladder in convert with loopKai Wohlfahrt2021-01-312-41/+19
* Add debit field to convert commandKai Wohlfahrt2021-01-312-8/+21
* compare_by_commodity: Always return the result of the recursive callChristoph Dittmann2021-01-301-6/+11
* format_t::truncate support wide charactersKuang-che Wu2021-01-172-10/+58
* Do not treat balance assignments with 0 diff as a null postingDaraul Harris2020-12-051-1/+5