summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Make --lot-notes a synonym for --lot-tagsJohn Wiegley2012-03-103-2/+3
| | |
* | | Fixed options processing of --value-exprJohn Wiegley2012-03-092-4/+7
| | |
* | | Added --value-expr optionJohn Wiegley2012-03-094-0/+6
| | |
* | | Improved the behavior of -XJohn Wiegley2012-03-095-13/+192
| | |
* | | Allow valuation of sequencesJohn Wiegley2012-03-091-4/+9
| | |
* | | Move expr_t's ctor/dtors into expr.ccJohn Wiegley2012-03-092-53/+84
| | | | | | | | | | | | Fixes #672
* | | Allow --budget-format to be usedJohn Wiegley2012-03-091-0/+1
| | |
* | | Fixed the behavior of fn_nail_downJohn Wiegley2012-03-093-41/+234
| | |
* | | -H now implies -VJohn Wiegley2012-03-091-0/+1
| | |
* | | Corrected value_expr annotation comparisonsJohn Wiegley2012-03-091-1/+3
| | |
* | | Fixed the way adjacency_list was being usedJohn Wiegley2012-03-092-98/+99
| | |
* | | Simplified some code in commodity_pool_tJohn Wiegley2012-03-091-4/+2
| | |
* | | Display file name when a regression test failsJohn Wiegley2012-03-092-3/+5
| | |
* | | Reworked the way that options are handledJohn Wiegley2012-03-0910-539/+468
| | |
* | | Defend against Dijkstra returning reverse pathsJohn Wiegley2012-03-092-19/+43
| | |
* | | Added amount_t::commodity_ptr()John Wiegley2012-03-093-8/+14
| | |
* | | Use Boost.TupleJohn Wiegley2012-03-093-13/+14
| | |
* | | Added int and str value expression functionsJohn Wiegley2012-03-092-0/+21
| | |
* | | Added to_string() and operator+(const char *, string)John Wiegley2012-03-091-0/+10
| | |
* | | Whitespace fixJohn Wiegley2012-03-091-1/+0
| | |
* | | Don't do fullcheck with --gmalloc anymoreJohn Wiegley2012-03-091-4/+4
| | |
* | | Added the notion of "virtual costs"John Wiegley2012-03-097-8/+24
| | |
* | | fn_market can now accept a commodity name for arg 0John Wiegley2012-03-081-3/+13
| | |
* | | Added --historical optionJohn Wiegley2012-03-084-3/+72
| | |
* | | Added nail_down() for pinning market value exprsJohn Wiegley2012-03-084-0/+32
| | |
* | | Corrected calculation of market valuation expressionsJohn Wiegley2012-03-081-6/+12
| | |
* | | Whitespace fixJohn Wiegley2012-03-081-2/+2
| | |
* | | Many improvements to lambdas and function callingJohn Wiegley2012-03-084-132/+223
| | |
* | | More work done on proper evaluation of lambdasJohn Wiegley2012-03-072-18/+28
| | |
* | | Added #if's for building optimized with ClangJohn Wiegley2012-03-073-0/+8
| | |
* | | Fix for optimizing building with ClangJohn Wiegley2012-03-071-2/+3
| | |
* | | Many options now have additive effectJohn Wiegley2012-03-0710-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 fixJohn Wiegley2012-03-071-0/+1
| | |
* | | Added a DEBUG statementJohn Wiegley2012-03-071-0/+2
| | |
* | | Removed unnecessary method definitionJohn Wiegley2012-03-071-4/+0
| | |
* | | Removed unused file series.hJohn Wiegley2012-03-072-136/+0
| | |
* | | Created merged_expr_t class for chained expressionsJohn Wiegley2012-03-072-1/+102
| | |
* | | Changed definition of the DECL1 macroJohn Wiegley2012-03-071-1/+1
| | |
* | | Allow identifier names to begin with _John Wiegley2012-03-071-1/+1
| | |
* | | Added "price" value expression for postsJohn Wiegley2012-03-071-0/+11
| | |
* | | Changed scope of two DEBUG statementsJohn Wiegley2012-03-071-2/+2
| | |
* | | Removed an unnecessary assertJohn Wiegley2012-03-071-1/+0
| | |
* | | Made amount_t::price return an optional<amount_t>John Wiegley2012-03-072-3/+3
| | |
* | | Removed value_t::price and balance_t::priceJohn Wiegley2012-03-078-38/+1
| | |
* | | Added some missing DEBUG #if'sJohn Wiegley2012-03-075-0/+12
| | |
* | | Added test for value directives and annotationsJohn Wiegley2012-03-071-0/+103
| | |
* | | Fixed parameter and argument scoping for O_CALL nodesJohn Wiegley2012-03-072-16/+53
| | |
* | | Deferred notes were being processed too lateJohn Wiegley2012-03-071-8/+8
| | |
* | | Another fix to metadata value parsingJohn Wiegley2012-03-071-15/+9
| | |
* | | Dump IDENT referral values in op_t::dumpJohn Wiegley2012-03-071-1/+1
| | |