summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-05126-127/+127
* Item sorting should have access to the report scopeJohn Wiegley2017-01-049-37/+69
* Further simplifications src/CMakeLists.txtJohn Wiegley2016-11-131-5/+3
* Disable #pragma messages from ClangJohn Wiegley2016-11-131-0/+1
* Escape ++ in cmake matchesJohn Wiegley2016-11-131-1/+1
* Don't use -isystem with g++ anymoreJohn Wiegley2016-11-131-1/+1
* Change src/CMakeLists.txt to notice c++ as g++John Wiegley2016-11-131-14/+19
* Fix 1043John Wiegley2016-11-122-10/+18
* Make bool implicitly convertible in Python to value_tJohn Wiegley2016-11-121-0/+1
* Add new reporting function quoted_rfc4180John Wiegley2016-11-122-0/+20
* --force-color does not require anymore --color.thdox2016-10-271-0/+3
* Fix bug 1187: Allow balance assertions with multiple posts to same accountMitchell Kember2016-10-071-1/+12
* Merge pull request #470 from schmave/win-strptimeJohn Wiegley2016-10-031-8/+8
|\
| * Fix Windows strptimeEvan Mallory2016-10-021-8/+8
* | Merge pull request #471 from schmave/win-pathJohn Wiegley2016-10-031-8/+5
|\ \
| * | Use boost parent_path() method instead of manual computationEvan Mallory2016-10-021-8/+5
| |/
* / Fix build under Cygwin.Ivan Vanyushkin2016-09-298-10/+23
|/
* Merge pull request #465 from dkasak/patch-1Alexis Hildebrandt2016-09-261-1/+1
|\
| * Fix compilation error with boost 1.61Denis2016-09-121-1/+1
* | Fix build under msys32; add Appveyor continuous buildEvan Mallory2016-09-1712-26/+27
|/
* Revert "[python] Add fix for Boost.Python compile errors"Alexis Hildebrandt2016-06-222-6/+0
* Fix Bug 1147: Check balance assertions against the amount AFTERMitchell Kember2016-03-221-10/+12
* Merge pull request #449 from ppickfor/nextJohn Wiegley2016-03-141-4/+6
|\
| * Periods should be initialized from from/since clause rather than earliest tra...Peter Pickford2016-03-091-4/+6
* | days - do not stabalize periods spacified in daysPeter Pickford2016-03-131-12/+26
|/
* Increase maximum length for regexMartin Michlmayr2016-02-151-2/+2
* [python] Remove double quotes from unicode valuesAlexis Hildebrandt2016-01-111-1/+0
* Make -A to imply -EJohn Wiegley2016-01-091-0/+1
* [python] Add fix for Boost.Python compile errorsAlexis Hildebrandt2016-01-022-0/+6
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-02126-127/+127
* Add workaround for Boost.Python compile errorsAlexis Hildebrandt2015-09-151-0/+12
* Merge pull request #424 from thdox/bug-1057John Wiegley2015-08-041-1/+1
|\
| * untabifythdox2015-07-311-1/+1
* | Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2015-08-042-32/+14
|\ \
| * | Revert "--depth for register"John Wiegley2015-08-042-32/+14
* | | Whitespace cleanupJohn Wiegley2015-08-0411-17/+17
* | | Merge remote-tracking branch 'origin/master' into nextJohn Wiegley2015-08-043-14/+36
|\| | | |/ |/|
| * Merge pull request #216 from johannesgerer/masterJohn Wiegley2015-08-042-14/+32
| |\
| | * first implementation of --depth for registerjohannes@debussy2013-11-051-0/+4
| | * first implementation of --depth for registerjohannes@debussy2013-11-052-29/+29
| | * first try for implementing --depth for registerjohannes@debussy2013-11-052-25/+39
| * | Merge pull request #317 from tripun/code_coverageJohn Wiegley2015-08-041-0/+4
| |\ \
| | * | add case for addition to voidtripun2014-08-181-0/+4
* | | | Re-indent some code that was indented incorrectlyJohn Wiegley2015-07-301-41/+42
* | | | [cmake] Use CMAKE_SYSTEM_NAME to test the platform.Alexis Hildebrandt2015-07-281-2/+2
* | | | Merge pull request #416 from tdsmith/python-exec-linkAlexis Hildebrandt2015-07-281-0/+3
|\ \ \ \
| * | | | link ledger executable to PythonTim D. Smith2015-05-091-0/+3
* | | | | fix build for boost 1.58Johann Klähn2015-07-282-2/+2
* | | | | Convert boost::optional objects to bool explicitly.Jonathan Wakely2015-07-275-21/+5
* | | | | enable access to item's position in python bindingsJohann Klähn2015-06-091-2/+12