Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Corrected copy of format_t objects | John Wiegley | 2012-03-05 | 2 | -3/+13 |
| | | | | Copying of sub-elements was causing pointer overlap. | ||||
* | The last test is closer to working now | John Wiegley | 2012-03-05 | 2 | -15/+24 |
| | |||||
* | All tests are working again but one | John Wiegley | 2012-03-05 | 11 | -168/+318 |
| | |||||
* | Implemented first cut at price conversion logic | John Wiegley | 2012-03-05 | 6 | -74/+119 |
| | |||||
* | Changes to get all the code to compile | John Wiegley | 2012-03-05 | 5 | -56/+64 |
| | |||||
* | Switched to using Boost.Graph for commodity pricing | John Wiegley | 2012-03-05 | 11 | -604/+476 |
| | |||||
* | Make --value a synonym for market | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Make --change a synonym for --gain | John Wiegley | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | Fixed invocation of lambda expressions | John Wiegley | 2012-03-05 | 4 | -8/+27 |
| | | | | | | | | | foo = x, y, z -> print(x, y, z) foo(1, 2, 3) However, this still does not work: (x, y, z -> print(x, y, z))(1, 2, 3) | ||||
* | Improvements to format parsing | John Wiegley | 2012-03-02 | 1 | -98/+172 |
| | | | | Fixes #337 | ||||
* | Removed an old comment | John Wiegley | 2012-03-02 | 1 | -3/+0 |
| | |||||
* | Proof both the Python and non-Python variants | John Wiegley | 2012-03-02 | 1 | -2/+6 |
| | |||||
* | Make sure Python works during proof builds | John Wiegley | 2012-03-02 | 1 | -5/+4 |
| | |||||
* | Build Python support during proof builds | John Wiegley | 2012-03-02 | 1 | -1/+1 |
| | |||||
* | Removed unneeded code | John Wiegley | 2012-03-02 | 1 | -2/+0 |
| | |||||
* | Use Clang to do proof builds | John Wiegley | 2012-03-02 | 1 | -1/+1 |
| | |||||
* | This now works: ledger --import os eval 'os.path.isdir("/tmp")' | John Wiegley | 2012-03-02 | 4 | -78/+135 |
| | |||||
* | Update lib/Makefile for Boost 1.49 | John Wiegley | 2012-03-01 | 1 | -8/+6 |
| | |||||
* | Allow --options to be added by the user in Python | John Wiegley | 2012-03-01 | 8 | -4/+42 |
| | |||||
* | Provide more context if a valexpr function call fails | John Wiegley | 2012-03-01 | 1 | -5/+12 |
| | |||||
* | Added more baseline testing, for valexprs and Python | John Wiegley | 2012-03-01 | 3 | -3/+32 |
| | |||||
* | Re-enabled some necessary code | John Wiegley | 2012-03-01 | 1 | -2/+0 |
| | |||||
* | Propagate out parsing context counts | John Wiegley | 2012-03-01 | 1 | -3/+15 |
| | |||||
* | Makefile fix | John Wiegley | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Fixed a typo | John Wiegley | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Fixed an explicit path within a unit test | John Wiegley | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Was missing an assignment of context.scope | John Wiegley | 2012-03-01 | 1 | -0/+2 |
| | |||||
* | Fixes to value_t to Python conversion | John Wiegley | 2012-03-01 | 2 | -5/+13 |
| | |||||
* | Added a new 'python' directive | John Wiegley | 2012-03-01 | 10 | -33/+190 |
| | |||||
* | Fixed a bug that was causing includes to crash | John Wiegley | 2012-03-01 | 1 | -0/+1 |
| | | | | Fixes #661 | ||||
* | Use filesystem::complete not absolute with Boost < 1.46 | John Wiegley | 2012-03-01 | 2 | -0/+8 |
| | |||||
* | Started writing Python unit tests | John Wiegley | 2012-03-01 | 17 | -94/+220 |
| | |||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 23 | -458/+598 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 124 | -125/+125 |
| | |||||
* | Added skeletons for Python unit tests | John Wiegley | 2012-02-29 | 6 | -4/+98 |
| | |||||
* | Removed incorrect session.h include in textual.cc | John Wiegley | 2012-02-29 | 1 | -1/+0 |
| | |||||
* | Fixed Python initialization problem with --import | John Wiegley | 2012-02-29 | 1 | -10/+12 |
| | |||||
* | Added STR() utility function | John Wiegley | 2012-02-29 | 3 | -3/+12 |
| | |||||
* | Removed comment that no longer made sense | John Wiegley | 2012-02-29 | 1 | -2/+0 |
| | |||||
* | Removed test/python from .gitignore | John Wiegley | 2012-02-29 | 1 | -1/+0 |
| | |||||
* | Added TAGS file to .gitignore | John Wiegley | 2012-02-29 | 1 | -0/+1 |
| | |||||
* | Merge pull request #56 from bzg/next | John Wiegley | 2012-02-29 | 1 | -2/+2 |
|\ | | | | | Two tiny typos | ||||
| * | ledger3.texi: fix another tiny typo. | Bastien Guerry | 2012-02-29 | 1 | -1/+1 |
| | | |||||
| * | ledger3.texi: fix tiny typo. | Bastien Guerry | 2012-02-29 | 1 | -1/+1 |
| | | |||||
* | | Fixed problem with the Python build | John Wiegley | 2012-02-29 | 4 | -7/+21 |
|/ | |||||
* | Corrected problem with parsing of leap days | John Wiegley | 2012-02-28 | 2 | -0/+13 |
| | |||||
* | Corrected behavior of >= and <= | John Wiegley | 2012-02-28 | 2 | -2/+27 |
| | |||||
* | XML account output now generates a <fullname> tag | John Wiegley | 2012-02-28 | 1 | -0/+1 |
| | |||||
* | Apply timelog time to the check-in day | John Wiegley | 2012-02-28 | 2 | -1/+7 |
| | | | | Fixes #546 | ||||
* | Change occurrences of auxiliary_date to just aux_date | John Wiegley | 2012-02-28 | 3 | -4/+4 |
| |