| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Added "price" value expression for posts | John Wiegley | 2012-03-07 | 1 | -0/+11 |
* | | | Changed scope of two DEBUG statements | John Wiegley | 2012-03-07 | 1 | -2/+2 |
* | | | Removed an unnecessary assert | John Wiegley | 2012-03-07 | 1 | -1/+0 |
* | | | Made amount_t::price return an optional<amount_t> | John Wiegley | 2012-03-07 | 2 | -3/+3 |
* | | | Removed value_t::price and balance_t::price | John Wiegley | 2012-03-07 | 8 | -38/+1 |
* | | | Added some missing DEBUG #if's | John Wiegley | 2012-03-07 | 5 | -0/+12 |
* | | | Added test for value directives and annotations | John Wiegley | 2012-03-07 | 1 | -0/+103 |
* | | | Fixed parameter and argument scoping for O_CALL nodes | John Wiegley | 2012-03-07 | 2 | -16/+53 |
* | | | Deferred notes were being processed too late | John Wiegley | 2012-03-07 | 1 | -8/+8 |
* | | | Another fix to metadata value parsing | John Wiegley | 2012-03-07 | 1 | -15/+9 |
* | | | Dump IDENT referral values in op_t::dump | John Wiegley | 2012-03-07 | 1 | -1/+1 |
* | | | Added parsing support for the many value directives | John Wiegley | 2012-03-07 | 7 | -5/+74 |
* | | | Call register_account for posts created by auto xacts | John Wiegley | 2012-03-07 | 1 | -2/+3 |
* | | | Fixed parsing of "deferred notes" in auto xacts | John Wiegley | 2012-03-07 | 2 | -12/+9 |
* | | | Removed unused function expr_t::op_t::wrap_scope | John Wiegley | 2012-03-07 | 1 | -7/+0 |
* | | | Added an empty_scope_t utility class | John Wiegley | 2012-03-07 | 1 | -0/+11 |
* | | | Fix parsing of metadata values containing spaces | John Wiegley | 2012-03-07 | 1 | -13/+19 |
* | | | Call boost::regex, not boost::make_regex | John Wiegley | 2012-03-07 | 1 | -2/+2 |
* | | | Whitespace fixes | John Wiegley | 2012-03-07 | 4 | -8/+6 |
* | | | Use Boost 1.49 by default | John Wiegley | 2012-03-07 | 1 | -35/+19 |
* | | | Added a few comments | John Wiegley | 2012-03-07 | 1 | -0/+9 |
* | | | Whitespace fixes | John Wiegley | 2012-03-07 | 1 | -9/+9 |
* | | | Simplified commodity_history_t | John Wiegley | 2012-03-06 | 2 | -73/+24 |
* | | | Send myself e-mail after a successful proof build | John Wiegley | 2012-03-06 | 1 | -4/+2 |
* | | | Corrected several compile and link problems | John Wiegley | 2012-03-06 | 13 | -20/+62 |
* | | | Added symbol_t::operator==() | John Wiegley | 2012-03-06 | 1 | -0/+3 |
* | | | Whitespace fix | John Wiegley | 2012-03-06 | 1 | -2/+1 |
* | | | Added balance assertion test | John Wiegley | 2012-03-06 | 1 | -0/+13 |
* | | | Added "value" sub-directive for commodity directive | John Wiegley | 2012-03-06 | 6 | -19/+81 |
* | | | Implemented annotated_commodity_t::find_price | John Wiegley | 2012-03-06 | 2 | -4/+70 |
* | | | Made commodity_t::find_price a virtual function | John Wiegley | 2012-03-06 | 1 | -3/+3 |
* | | | Changed the category of a few DEBUG statements | John Wiegley | 2012-03-06 | 2 | -6/+8 |
* | | | Add support for valuation expressions on commodities | John Wiegley | 2012-03-05 | 6 | -96/+98 |
* | | | Make exprbase_t::text() a const member function | John Wiegley | 2012-03-05 | 1 | -1/+1 |
* | | | Generalized function call parsing | John Wiegley | 2012-03-05 | 3 | -23/+45 |
* | | | Simplified Python import in a journal file | John Wiegley | 2012-03-05 | 2 | -7/+51 |
* | | | Rewrote the way annotated commodities are managed | John Wiegley | 2012-03-05 | 5 | -131/+110 |
* | | | Added (disabled) code to stop sorting generated balancing postings | John Wiegley | 2012-03-05 | 1 | -3/+25 |
* | | | Added some DEBUG statements | John Wiegley | 2012-03-05 | 1 | -0/+2 |
* | | | Added annotation_t::operator<() | John Wiegley | 2012-03-05 | 2 | -0/+29 |
* | | | Removed an invalid assertion | John Wiegley | 2012-03-05 | 1 | -1/+4 |
* | | | Use unique_ptr instead of std::auto_ptr | John Wiegley | 2012-03-05 | 9 | -17/+17 |
* | | | Prettified some code in report.cc | John Wiegley | 2012-03-05 | 1 | -84/+55 |
|/ / |
|
* | | When deleting a post from an xact, remove it from its account | John Wiegley | 2012-03-05 | 1 | -0/+2 |
* | | Look for valgrind in /opt/local/bin also | John Wiegley | 2012-03-05 | 1 | -1/+1 |
* | | Added boost::noncopyable to format_t and format_t::element_t | John Wiegley | 2012-03-05 | 1 | -4/+3 |
* | | Guard against double-freeing of report objects | John Wiegley | 2012-03-05 | 2 | -34/+59 |
* | | Guarded a call to add_or_set_value | John Wiegley | 2012-03-05 | 1 | -1/+2 |
* | | Added an assert | John Wiegley | 2012-03-05 | 1 | -0/+2 |
* | | Make copying of format_t objects memory-safe | John Wiegley | 2012-03-05 | 2 | -16/+4 |