summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Whitespace fixesJohn Wiegley2012-03-071-9/+9
| | |
* | | Simplified commodity_history_tJohn Wiegley2012-03-062-73/+24
| | |
* | | Send myself e-mail after a successful proof buildJohn Wiegley2012-03-061-4/+2
| | |
* | | Corrected several compile and link problemsJohn Wiegley2012-03-0613-20/+62
| | |
* | | Added symbol_t::operator==()John Wiegley2012-03-061-0/+3
| | |
* | | Whitespace fixJohn Wiegley2012-03-061-2/+1
| | |
* | | Added balance assertion testJohn Wiegley2012-03-061-0/+13
| | |
* | | Added "value" sub-directive for commodity directiveJohn Wiegley2012-03-066-19/+81
| | |
* | | Implemented annotated_commodity_t::find_priceJohn Wiegley2012-03-062-4/+70
| | | | | | | | | | | | | | | Most specifically, it now respects a valuation expression associated with the commodity.
* | | Made commodity_t::find_price a virtual functionJohn Wiegley2012-03-061-3/+3
| | |
* | | Changed the category of a few DEBUG statementsJohn Wiegley2012-03-062-6/+8
| | |
* | | Add support for valuation expressions on commoditiesJohn Wiegley2012-03-056-96/+98
| | |
* | | Make exprbase_t::text() a const member functionJohn Wiegley2012-03-051-1/+1
| | |
* | | Generalized function call parsingJohn Wiegley2012-03-053-23/+45
| | | | | | | | | | | | | | | | | | Directly calling a lambda now works: (x -> x + 10)(10) => 20
* | | Simplified Python import in a journal fileJohn Wiegley2012-03-052-7/+51
| | |
* | | Rewrote the way annotated commodities are managedJohn Wiegley2012-03-055-131/+110
| | | | | | | | | | | | | | | The new scheme should be much more efficient, and allows for future growth of what annotations may appear on a commodity.
* | | Added (disabled) code to stop sorting generated balancing postingsJohn Wiegley2012-03-051-3/+25
| | |
* | | Added some DEBUG statementsJohn Wiegley2012-03-051-0/+2
| | |
* | | Added annotation_t::operator<()John Wiegley2012-03-052-0/+29
| | |
* | | Removed an invalid assertionJohn Wiegley2012-03-051-1/+4
| | |
* | | Use unique_ptr instead of std::auto_ptrJohn Wiegley2012-03-059-17/+17
| | |
* | | Prettified some code in report.ccJohn Wiegley2012-03-051-84/+55
|/ /
* | When deleting a post from an xact, remove it from its accountJohn Wiegley2012-03-051-0/+2
| |
* | Look for valgrind in /opt/local/bin alsoJohn Wiegley2012-03-051-1/+1
| |
* | Added boost::noncopyable to format_t and format_t::element_tJohn Wiegley2012-03-051-4/+3
| |
* | Guard against double-freeing of report objectsJohn Wiegley2012-03-052-34/+59
| |
* | Guarded a call to add_or_set_valueJohn Wiegley2012-03-051-1/+2
| |
* | Added an assertJohn Wiegley2012-03-051-0/+2
| |
* | Make copying of format_t objects memory-safeJohn Wiegley2012-03-052-16/+4
| |
* | Don't copy the next pointer in element_t's copy ctorJohn Wiegley2012-03-051-2/+1
| |
* | Create a FGraph each time a lookup is doneJohn Wiegley2012-03-052-16/+40
| |
* | Corrected copy of format_t objectsJohn Wiegley2012-03-052-3/+13
| | | | | | | | Copying of sub-elements was causing pointer overlap.
* | The last test is closer to working nowJohn Wiegley2012-03-052-15/+24
| |
* | All tests are working again but oneJohn Wiegley2012-03-0511-168/+318
| |
* | 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
| | | | | | | | | | | | | | | | | | 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
| |
* | 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
| |