summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Changes to get all the code to compileJohn Wiegley2012-03-055-56/+64
|
* Switched to using Boost.Graph for commodity pricingJohn Wiegley2012-03-0510-604/+474
|
* 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-052-6/+20
| | | | | | | | | 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 parsingJohn Wiegley2012-03-021-98/+172
| | | | Fixes #337
* Removed an old commentJohn Wiegley2012-03-021-3/+0
|
* Removed unneeded codeJohn Wiegley2012-03-021-2/+0
|
* This now works: ledger --import os eval 'os.path.isdir("/tmp")'John Wiegley2012-03-023-75/+130
|
* Allow --options to be added by the user in PythonJohn Wiegley2012-03-016-4/+23
|
* Provide more context if a valexpr function call failsJohn Wiegley2012-03-011-5/+12
|
* Re-enabled some necessary codeJohn Wiegley2012-03-011-2/+0
|
* Propagate out parsing context countsJohn Wiegley2012-03-011-3/+15
|
* Fixed a typoJohn 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-014-27/+119
|
* Fixed a bug that was causing includes to crashJohn Wiegley2012-03-011-0/+1
| | | | Fixes #661
* Use filesystem::complete not absolute with Boost < 1.46John Wiegley2012-03-012-0/+8
|
* Started writing Python unit testsJohn Wiegley2012-03-0115-84/+204
|
* Refactored the notion of "the current parsing context"John Wiegley2012-03-0121-456/+596
|
* Increased file copyrights to 2012John Wiegley2012-02-29124-125/+125
|
* 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
|
* Fixed problem with the Python buildJohn Wiegley2012-02-294-7/+21
|
* Corrected problem with parsing of leap daysJohn Wiegley2012-02-281-0/+1
|
* Corrected behavior of >= and <=John Wiegley2012-02-281-2/+2
|
* XML account output now generates a <fullname> tagJohn Wiegley2012-02-281-0/+1
|
* Apply timelog time to the check-in dayJohn Wiegley2012-02-281-1/+1
| | | | Fixes #546
* Change occurrences of auxiliary_date to just aux_dateJohn Wiegley2012-02-283-4/+4
|
* Renamed actual/effective dates to primary/auxiliaryJohn Wiegley2012-02-2815-71/+74
|
* Allow xact notes on periodic transactionsJohn Wiegley2012-02-281-3/+6
| | | | Fixes #448
* Rewrite the way interval reports are generatedJohn Wiegley2012-02-285-87/+110
|
* Added debug code for debugging interval reportsJohn Wiegley2012-02-283-8/+56
|
* Made the --debug option's argument a regexJohn Wiegley2012-02-282-3/+30
|
* Fixed nasty problem related to interval reportingJohn Wiegley2012-02-283-4/+8
|
* Fixed display problem in an error messageJohn Wiegley2012-02-281-2/+2
|
* Correctly elide amount sometimes in "print"John Wiegley2012-02-271-12/+42
|
* 'end apply' doesn't need a qualifierJohn Wiegley2012-02-271-4/+4
|
* Added a TODO commentJohn Wiegley2012-02-271-0/+2
|
* Added 'note' sub-directive to 'commodity'John Wiegley2012-02-271-0/+2
|
* Added a TODO commentJohn Wiegley2012-02-271-0/+2
|
* Added some missing variable namesJohn Wiegley2012-02-271-1/+2
|
* Added a TODO commentJohn Wiegley2012-02-271-0/+2
|
* Chain the current report to the current sessionJohn Wiegley2012-02-271-1/+1
|
* --explicit wasn't being handled correctlyJohn Wiegley2012-02-271-1/+3
|
* OptimizationsJohn Wiegley2012-02-272-55/+62
|
* Added --check-payees optionJohn Wiegley2012-02-274-17/+25
|