summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Implemented first cut at price conversion logicJohn Wiegley2012-03-056-74/+119
* Changes to get all the code to compileJohn Wiegley2012-03-055-56/+64
* Switched to using Boost.Graph for commodity pricingJohn Wiegley2012-03-0511-604/+476
* Make --value a synonym for marketJohn Wiegley2012-03-051-1/+1
* Make --change a synonym for --gainJohn Wiegley2012-03-051-1/+1
* Fixed invocation of lambda expressionsJohn Wiegley2012-03-054-8/+27
* Improvements to format parsingJohn Wiegley2012-03-021-98/+172
* Removed an old commentJohn Wiegley2012-03-021-3/+0
* Proof both the Python and non-Python variantsJohn Wiegley2012-03-021-2/+6
* Make sure Python works during proof buildsJohn Wiegley2012-03-021-5/+4
* Build Python support during proof buildsJohn Wiegley2012-03-021-1/+1
* Removed unneeded codeJohn Wiegley2012-03-021-2/+0
* Use Clang to do proof buildsJohn Wiegley2012-03-021-1/+1
* This now works: ledger --import os eval 'os.path.isdir("/tmp")'John Wiegley2012-03-024-78/+135
* Update lib/Makefile for Boost 1.49John Wiegley2012-03-011-8/+6
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-018-4/+42
* Provide more context if a valexpr function call failsJohn Wiegley2012-03-011-5/+12
* Added more baseline testing, for valexprs and PythonJohn Wiegley2012-03-013-3/+32
* Re-enabled some necessary codeJohn Wiegley2012-03-011-2/+0
* Propagate out parsing context countsJohn Wiegley2012-03-011-3/+15
* Makefile fixJohn Wiegley2012-03-011-1/+1
* Fixed a typoJohn Wiegley2012-03-011-1/+1
* Fixed an explicit path within a unit testJohn Wiegley2012-03-011-1/+1
* Was missing an assignment of context.scopeJohn Wiegley2012-03-011-0/+2
* Fixes to value_t to Python conversionJohn Wiegley2012-03-012-5/+13
* Added a new 'python' directiveJohn Wiegley2012-03-0110-33/+190
* Fixed a bug that was causing includes to crashJohn Wiegley2012-03-011-0/+1
* Use filesystem::complete not absolute with Boost < 1.46John Wiegley2012-03-012-0/+8
* Started writing Python unit testsJohn Wiegley2012-03-0117-94/+220
* Refactored the notion of "the current parsing context"John Wiegley2012-03-0123-458/+598
* Increased file copyrights to 2012John Wiegley2012-02-29124-125/+125
* Added skeletons for Python unit testsJohn Wiegley2012-02-296-4/+98
* Removed incorrect session.h include in textual.ccJohn Wiegley2012-02-291-1/+0
* Fixed Python initialization problem with --importJohn Wiegley2012-02-291-10/+12
* Added STR() utility functionJohn Wiegley2012-02-293-3/+12
* Removed comment that no longer made senseJohn Wiegley2012-02-291-2/+0
* Removed test/python from .gitignoreJohn Wiegley2012-02-291-1/+0
* Added TAGS file to .gitignoreJohn Wiegley2012-02-291-0/+1
* Merge pull request #56 from bzg/nextJohn Wiegley2012-02-291-2/+2
|\
| * ledger3.texi: fix another tiny typo.Bastien Guerry2012-02-291-1/+1
| * ledger3.texi: fix tiny typo.Bastien Guerry2012-02-291-1/+1
* | Fixed problem with the Python buildJohn Wiegley2012-02-294-7/+21
|/
* Corrected problem with parsing of leap daysJohn Wiegley2012-02-282-0/+13
* Corrected behavior of >= and <=John Wiegley2012-02-282-2/+27
* XML account output now generates a <fullname> tagJohn Wiegley2012-02-281-0/+1
* Apply timelog time to the check-in dayJohn Wiegley2012-02-282-1/+7
* Change occurrences of auxiliary_date to just aux_dateJohn Wiegley2012-02-283-4/+4
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-2818-74/+77
* Allow xact notes on periodic transactionsJohn Wiegley2012-02-282-3/+26
* Rewrite the way interval reports are generatedJohn Wiegley2012-02-287-88/+663