Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fn_market can now accept a commodity name for arg 0 | John Wiegley | 2012-03-08 | 1 | -3/+13 | |
| | ||||||
* | Added --historical option | John Wiegley | 2012-03-08 | 2 | -2/+9 | |
| | ||||||
* | Added nail_down() for pinning market value exprs | John Wiegley | 2012-03-08 | 4 | -0/+32 | |
| | ||||||
* | Corrected calculation of market valuation expressions | John Wiegley | 2012-03-08 | 1 | -6/+12 | |
| | ||||||
* | Whitespace fix | John Wiegley | 2012-03-08 | 1 | -2/+2 | |
| | ||||||
* | Many improvements to lambdas and function calling | John Wiegley | 2012-03-08 | 3 | -132/+219 | |
| | ||||||
* | More work done on proper evaluation of lambdas | John Wiegley | 2012-03-07 | 2 | -18/+28 | |
| | ||||||
* | Added #if's for building optimized with Clang | John Wiegley | 2012-03-07 | 3 | -0/+8 | |
| | ||||||
* | Many options now have additive effect | John Wiegley | 2012-03-07 | 8 | -62/+63 | |
| | | | | | | | | | For example, -A and -V used to override each other, whereas now: -A report the average amount -V report all amounts at current value -AV report the current value of the average -VA report the average of all current values | |||||
* | Whitespace fix | John Wiegley | 2012-03-07 | 1 | -0/+1 | |
| | ||||||
* | Added a DEBUG statement | John Wiegley | 2012-03-07 | 1 | -0/+2 | |
| | ||||||
* | Removed unnecessary method definition | John Wiegley | 2012-03-07 | 1 | -4/+0 | |
| | ||||||
* | Removed unused file series.h | John Wiegley | 2012-03-07 | 1 | -135/+0 | |
| | ||||||
* | Created merged_expr_t class for chained expressions | John Wiegley | 2012-03-07 | 2 | -1/+102 | |
| | ||||||
* | Changed definition of the DECL1 macro | John Wiegley | 2012-03-07 | 1 | -1/+1 | |
| | ||||||
* | Allow identifier names to begin with _ | John Wiegley | 2012-03-07 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 "value" sub-directive for commodity directive | John Wiegley | 2012-03-06 | 5 | -19/+57 | |
| | ||||||
* | Implemented annotated_commodity_t::find_price | John Wiegley | 2012-03-06 | 2 | -4/+70 | |
| | | | | | Most specifically, it now respects a valuation expression associated with the commodity. | |||||
* | 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 | 4 | -66/+85 | |
| | ||||||
* | 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 | |
| | | | | | | Directly calling a lambda now works: (x -> x + 10)(10) => 20 | |||||
* | Simplified Python import in a journal file | John Wiegley | 2012-03-05 | 1 | -7/+28 | |
| | ||||||
* | Rewrote the way annotated commodities are managed | John Wiegley | 2012-03-05 | 5 | -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 postings | John Wiegley | 2012-03-05 | 1 | -3/+25 | |
| |