Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Allow balances to be passed to nail_down | John Wiegley | 2012-03-11 | 3 | -1/+42 | |
| | | | | | | | | Fixes #679 | |||||
* | | Corrected a rounding error in nail_down | John Wiegley | 2012-03-11 | 2 | -1/+19 | |
| | | | | | | | | Fixes #678 | |||||
* | | Improve error reporting of nested function calls | John Wiegley | 2012-03-11 | 1 | -6/+7 | |
| | | ||||||
* | | --percent now plays well with -X and -V | John Wiegley | 2012-03-10 | 1 | -0/+9 | |
| | | ||||||
* | | Added --immediate option | John Wiegley | 2012-03-10 | 4 | -0/+9 | |
| | | ||||||
* | | Added --dc option, for debit/credit style reports | John Wiegley | 2012-03-10 | 13 | -23/+119 | |
| | | ||||||
* | | Allow conversion of negative values with int() | John Wiegley | 2012-03-10 | 1 | -1/+1 | |
| | | ||||||
* | | Make --lot-notes the primary name, not --lot-tags | John Wiegley | 2012-03-10 | 2 | -2/+1 | |
| | | ||||||
* | | Give a better error when sequences are mis-indexed | John Wiegley | 2012-03-10 | 1 | -6/+13 | |
| | | ||||||
* | | Added syntactic sugar for lot pricing: {{$500.00}} | John Wiegley | 2012-03-10 | 4 | -10/+66 | |
| | | ||||||
* | | Make --lot-notes a synonym for --lot-tags | John Wiegley | 2012-03-10 | 3 | -2/+3 | |
| | | ||||||
* | | Fixed options processing of --value-expr | John Wiegley | 2012-03-09 | 2 | -4/+7 | |
| | | ||||||
* | | Added --value-expr option | John Wiegley | 2012-03-09 | 4 | -0/+6 | |
| | | ||||||
* | | Improved the behavior of -X | John Wiegley | 2012-03-09 | 5 | -13/+192 | |
| | | ||||||
* | | Allow valuation of sequences | John Wiegley | 2012-03-09 | 1 | -4/+9 | |
| | | ||||||
* | | Move expr_t's ctor/dtors into expr.cc | John Wiegley | 2012-03-09 | 2 | -53/+84 | |
| | | | | | | | | Fixes #672 | |||||
* | | Allow --budget-format to be used | John Wiegley | 2012-03-09 | 1 | -0/+1 | |
| | | ||||||
* | | Fixed the behavior of fn_nail_down | John Wiegley | 2012-03-09 | 3 | -41/+234 | |
| | | ||||||
* | | -H now implies -V | John Wiegley | 2012-03-09 | 1 | -0/+1 | |
| | | ||||||
* | | Corrected value_expr annotation comparisons | John Wiegley | 2012-03-09 | 1 | -1/+3 | |
| | | ||||||
* | | Fixed the way adjacency_list was being used | John Wiegley | 2012-03-09 | 2 | -98/+99 | |
| | | ||||||
* | | Simplified some code in commodity_pool_t | John Wiegley | 2012-03-09 | 1 | -4/+2 | |
| | | ||||||
* | | Display file name when a regression test fails | John Wiegley | 2012-03-09 | 2 | -3/+5 | |
| | | ||||||
* | | Reworked the way that options are handled | John Wiegley | 2012-03-09 | 10 | -539/+468 | |
| | | ||||||
* | | Defend against Dijkstra returning reverse paths | John Wiegley | 2012-03-09 | 2 | -19/+43 | |
| | | ||||||
* | | Added amount_t::commodity_ptr() | John Wiegley | 2012-03-09 | 3 | -8/+14 | |
| | | ||||||
* | | Use Boost.Tuple | John Wiegley | 2012-03-09 | 3 | -13/+14 | |
| | | ||||||
* | | Added int and str value expression functions | John Wiegley | 2012-03-09 | 2 | -0/+21 | |
| | | ||||||
* | | Added to_string() and operator+(const char *, string) | John Wiegley | 2012-03-09 | 1 | -0/+10 | |
| | | ||||||
* | | Whitespace fix | John Wiegley | 2012-03-09 | 1 | -1/+0 | |
| | | ||||||
* | | Don't do fullcheck with --gmalloc anymore | John Wiegley | 2012-03-09 | 1 | -4/+4 | |
| | | ||||||
* | | Added the notion of "virtual costs" | John Wiegley | 2012-03-09 | 7 | -8/+24 | |
| | | ||||||
* | | 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 | 4 | -3/+72 | |
| | | ||||||
* | | 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 | 4 | -132/+223 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Fix for optimizing building with Clang | John Wiegley | 2012-03-07 | 1 | -2/+3 | |
| | | ||||||
* | | Many options now have additive effect | John Wiegley | 2012-03-07 | 10 | -64/+65 | |
| | | | | | | | | | | | | | | | | | | 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 | 2 | -136/+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 | |
| | |