summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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
|
* 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 "value" sub-directive for commodity directiveJohn Wiegley2012-03-065-19/+57
|
* Implemented annotated_commodity_t::find_priceJohn Wiegley2012-03-062-4/+70
| | | | | Most specifically, it now respects a valuation expression associated with the commodity.
* 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-054-66/+85
|
* Make exprbase_t::text() a const member functionJohn Wiegley2012-03-051-1/+1
|
* Generalized function call parsingJohn Wiegley2012-03-053-23/+45
| | | | | | Directly calling a lambda now works: (x -> x + 10)(10) => 20
* Simplified Python import in a journal fileJohn Wiegley2012-03-051-7/+28
|
* Rewrote the way annotated commodities are managedJohn Wiegley2012-03-055-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 postingsJohn Wiegley2012-03-051-3/+25
|
* Added some DEBUG statementsJohn Wiegley2012-03-051-0/+2
|
* Added annotation_t::operator<()John Wiegley2012-03-052-0/+29
|
* Removed an invalid assertionJohn Wiegley2012-03-051-1/+4
|
* Use unique_ptr instead of std::auto_ptrJohn Wiegley2012-03-059-17/+17
|
* Prettified some code in report.ccJohn Wiegley2012-03-051-84/+55
|
* When deleting a post from an xact, remove it from its accountJohn Wiegley2012-03-051-0/+2
|
* Added boost::noncopyable to format_t and format_t::element_tJohn Wiegley2012-03-051-4/+3
|
* Guard against double-freeing of report objectsJohn Wiegley2012-03-052-34/+59
|
* Guarded a call to add_or_set_valueJohn Wiegley2012-03-051-1/+2
|
* Added an assertJohn Wiegley2012-03-051-0/+2
|
* Make copying of format_t objects memory-safeJohn Wiegley2012-03-052-16/+4
|
* Don't copy the next pointer in element_t's copy ctorJohn Wiegley2012-03-051-2/+1
|
* Create a FGraph each time a lookup is doneJohn Wiegley2012-03-052-16/+40
|
* Corrected copy of format_t objectsJohn Wiegley2012-03-052-3/+13
| | | | Copying of sub-elements was causing pointer overlap.
* The last test is closer to working nowJohn Wiegley2012-03-052-15/+24
|
* All tests are working again but oneJohn Wiegley2012-03-058-161/+309
|
* Implemented first cut at price conversion logicJohn Wiegley2012-03-055-73/+118
|