summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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
* | Added parsing support for the many value directivesJohn Wiegley2012-03-077-5/+74
* | Call register_account for posts created by auto xactsJohn Wiegley2012-03-071-2/+3
* | Fixed parsing of "deferred notes" in auto xactsJohn Wiegley2012-03-072-12/+9
* | Removed unused function expr_t::op_t::wrap_scopeJohn Wiegley2012-03-071-7/+0
* | Added an empty_scope_t utility classJohn Wiegley2012-03-071-0/+11
* | Fix parsing of metadata values containing spacesJohn Wiegley2012-03-071-13/+19
* | Call boost::regex, not boost::make_regexJohn Wiegley2012-03-071-2/+2
* | Whitespace fixesJohn Wiegley2012-03-074-8/+6
* | Use Boost 1.49 by defaultJohn Wiegley2012-03-071-35/+19
* | Added a few commentsJohn Wiegley2012-03-071-0/+9
* | 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
* | 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