Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [misc] Update year in copyright notice to 2017 | Alexis Hildebrandt | 2017-01-05 | 126 | -127/+127 |
| | | | | [ci skip] | ||||
* | Item sorting should have access to the report scope | John Wiegley | 2017-01-04 | 9 | -37/+69 |
| | |||||
* | Further simplifications src/CMakeLists.txt | John Wiegley | 2016-11-13 | 1 | -5/+3 |
| | |||||
* | Disable #pragma messages from Clang | John Wiegley | 2016-11-13 | 1 | -0/+1 |
| | |||||
* | Escape ++ in cmake matches | John Wiegley | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Don't use -isystem with g++ anymore | John Wiegley | 2016-11-13 | 1 | -1/+1 |
| | |||||
* | Change src/CMakeLists.txt to notice c++ as g++ | John Wiegley | 2016-11-13 | 1 | -14/+19 |
| | |||||
* | Fix 1043 | John Wiegley | 2016-11-12 | 2 | -10/+18 |
| | |||||
* | Make bool implicitly convertible in Python to value_t | John Wiegley | 2016-11-12 | 1 | -0/+1 |
| | |||||
* | Add new reporting function quoted_rfc4180 | John Wiegley | 2016-11-12 | 2 | -0/+20 |
| | |||||
* | --force-color does not require anymore --color. | thdox | 2016-10-27 | 1 | -0/+3 |
| | | | | This was reported as Bug #1109 | ||||
* | Fix bug 1187: Allow balance assertions with multiple posts to same account | Mitchell Kember | 2016-10-07 | 1 | -1/+12 |
| | |||||
* | Merge pull request #470 from schmave/win-strptime | John Wiegley | 2016-10-03 | 1 | -8/+8 |
|\ | | | | | Fix Windows strptime | ||||
| * | Fix Windows strptime | Evan Mallory | 2016-10-02 | 1 | -8/+8 |
| | | | | | | | | This fixes the datetime-related tests in testAddition and testSubtraction in the LedgerMathTests | ||||
* | | Merge pull request #471 from schmave/win-path | John Wiegley | 2016-10-03 | 1 | -8/+5 |
|\ \ | | | | | | | Use boost parent_path() method instead of manual computation | ||||
| * | | Use boost parent_path() method instead of manual computation | Evan Mallory | 2016-10-02 | 1 | -8/+5 |
| |/ | | | | | | | This fixes error-in-include.test, dir-apply.test, 6188B0EC.test, and 89233B6D.test when running under msys2 on Windows. The manual computation is incorrect when there are both forward slash and backward slash characters in the path. | ||||
* / | Fix build under Cygwin. | Ivan Vanyushkin | 2016-09-29 | 8 | -10/+23 |
|/ | |||||
* | Merge pull request #465 from dkasak/patch-1 | Alexis Hildebrandt | 2016-09-26 | 1 | -1/+1 |
|\ | | | | | Fix compilation error with boost 1.61 | ||||
| * | Fix compilation error with boost 1.61 | Denis | 2016-09-12 | 1 | -1/+1 |
| | | |||||
* | | Fix build under msys32; add Appveyor continuous build | Evan Mallory | 2016-09-17 | 12 | -26/+27 |
|/ | | | | | | | | | | | | * Appveyor is a continuous integration platform for Windows that is free for open source projects. See latest test build here: https://ci.appveyor.com/project/Evan/ledger/build/artifacts * Changed WIN32 to _WIN32 because this article http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system claims that it is defined by the greatest number of compilers. * Modified HAVE_ISATTY and other system defines so that system.hh compiles when cmake fails to find the relevant function. * Add missing include in test/unit/t_value.cc Almost all tests fail when you run them on msys32. I will address that in a future PR. | ||||
* | Revert "[python] Add fix for Boost.Python compile errors" | Alexis Hildebrandt | 2016-06-22 | 2 | -6/+0 |
| | | | | This reverts commit 11590e134eafa768ccc4a171cc7fb216e906095f. | ||||
* | Fix Bug 1147: Check balance assertions against the amount AFTER | Mitchell Kember | 2016-03-22 | 1 | -10/+12 |
| | |||||
* | Merge pull request #449 from ppickfor/next | John Wiegley | 2016-03-14 | 1 | -4/+6 |
|\ | | | | | Use interval start date (period from/since) to initialize first period. | ||||
| * | Periods should be initialized from from/since clause rather than earliest ↵ | Peter Pickford | 2016-03-09 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transaction date Bug 1159 Use interval start date (period from/since) to initialize first period. This allows the offset of a period start to be specified -p 'every 12 months from 2000-04-01' will have periods yyyy-04-01 to yyyy-03-31 .... If no from/since is specified for the period the first transaction date reported is used to initialize the period as before. added test case regress/1159.test | ||||
* | | days - do not stabalize periods spacified in days | Peter Pickford | 2016-03-13 | 1 | -12/+26 |
|/ | | | | | | | | weeks - calculate start date for finding period using remainer 400/periodlength to reduce number of iterations (perhaps this ought to follow the same conventio as years months and quarters) add sample period command tests add add day period tests for forecasts and budgets add week period tests for forecasts and budgets - these do not change | ||||
* | Increase maximum length for regex | Martin Michlmayr | 2016-02-15 | 1 | -2/+2 |
| | | | | Fixes bug #981 | ||||
* | [python] Remove double quotes from unicode values | Alexis Hildebrandt | 2016-01-11 | 1 | -1/+0 |
| | | | | | When converting a ledger.Value to unicode the Python API added double quotes around it. | ||||
* | Make -A to imply -E | John Wiegley | 2016-01-09 | 1 | -0/+1 |
| | |||||
* | [python] Add fix for Boost.Python compile errors | Alexis Hildebrandt | 2016-01-02 | 2 | -0/+6 |
| | | | | when using boost version 1.60.0. | ||||
* | [misc] Update year in copyright notice to 2016 | Alexis Hildebrandt | 2016-01-02 | 126 | -127/+127 |
| | | | | [ci skip] | ||||
* | Add workaround for Boost.Python compile errors | Alexis Hildebrandt | 2015-09-15 | 1 | -0/+12 |
| | | | when using version 1.59.0 | ||||
* | Merge pull request #424 from thdox/bug-1057 | John Wiegley | 2015-08-04 | 1 | -1/+1 |
|\ | | | | | Add regression test file for bug #1057 | ||||
| * | untabify | thdox | 2015-07-31 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2015-08-04 | 2 | -32/+14 |
|\ \ | |||||
| * | | Revert "--depth for register" | John Wiegley | 2015-08-04 | 2 | -32/+14 |
| | | | |||||
* | | | Whitespace cleanup | John Wiegley | 2015-08-04 | 11 | -17/+17 |
| | | | |||||
* | | | Merge remote-tracking branch 'origin/master' into next | John Wiegley | 2015-08-04 | 3 | -14/+36 |
|\| | | |/ |/| | |||||
| * | Merge pull request #216 from johannesgerer/master | John Wiegley | 2015-08-04 | 2 | -14/+32 |
| |\ | | | | | | | --depth for register | ||||
| | * | first implementation of --depth for register | johannes@debussy | 2013-11-05 | 1 | -0/+4 |
| | | | |||||
| | * | first implementation of --depth for register | johannes@debussy | 2013-11-05 | 2 | -29/+29 |
| | | | |||||
| | * | first try for implementing --depth for register | johannes@debussy | 2013-11-05 | 2 | -25/+39 |
| | | | |||||
| * | | Merge pull request #317 from tripun/code_coverage | John Wiegley | 2015-08-04 | 1 | -0/+4 |
| |\ \ | | | | | | | | | Add some unit tests for value_t | ||||
| | * | | add case for addition to void | tripun | 2014-08-18 | 1 | -0/+4 |
| | | | | |||||
* | | | | Re-indent some code that was indented incorrectly | John Wiegley | 2015-07-30 | 1 | -41/+42 |
| | | | | |||||
* | | | | [cmake] Use CMAKE_SYSTEM_NAME to test the platform. | Alexis Hildebrandt | 2015-07-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | APPLE and CMAKE_HOST_APPLE only check the host system, whereas CMAKE_SYSTEM_NAME checks the target system when cross-compiling. | ||||
* | | | | Merge pull request #416 from tdsmith/python-exec-link | Alexis Hildebrandt | 2015-07-28 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | link ledger executable to Python on OS X | ||||
| * | | | | link ledger executable to Python | Tim D. Smith | 2015-05-09 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Since the ledger executable embeds the Python interpreter, it does need an explicit link to a Python framework on OS X after all. | ||||
* | | | | | fix build for boost 1.58 | Johann Klähn | 2015-07-28 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Convert boost::optional objects to bool explicitly. | Jonathan Wakely | 2015-07-27 | 5 | -21/+5 |
| | | | | | | | | | | | | | | | | | | | | Fixes #417. | ||||
* | | | | | enable access to item's position in python bindings | Johann Klähn | 2015-06-09 | 1 | -2/+12 |
| | | | | |