summaryrefslogtreecommitdiff
path: root/src/value.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed several time and date duration type usesJohn Wiegley2009-11-171-8/+14
* Optimization in the formatting of string valuesJohn Wiegley2009-11-141-1/+4
* Stylistic change: assert(0) -> assert(false)John Wiegley2009-11-131-1/+1
* Added --date, similar to --account and --payeeJohn Wiegley2009-11-111-0/+6
* Added floored() and in_place_floor() methodsJohn Wiegley2009-11-111-0/+25
* Moving the #include of unistring.h into format.hJohn Wiegley2009-11-101-1/+1
* XML reporting now works via the "xml" commandJohn Wiegley2009-11-091-9/+8
* Added basic foundation for XML reportingJohn Wiegley2009-11-091-0/+54
* Report sought magnitude when balancing errors occurJohn Wiegley2009-11-051-0/+29
* Added missing call to _dup() in value_t::in_place_castJohn Wiegley2009-11-051-0/+2
* Change the value_t::POINTER type to value_t::SCOPEJohn Wiegley2009-10-301-11/+11
* Removed unnused parameter to value_t::printJohn Wiegley2009-10-271-16/+8
* Fixed a display issue with the balance reportJohn Wiegley2009-10-271-5/+5
* Fixed an error with post-simplified mathJohn Wiegley2009-10-271-1/+12
* If doing math between amount and balance, simplifyJohn Wiegley2009-10-271-3/+25
* Fixed some debug codeJohn Wiegley2009-10-271-3/+3
* Allow any amount to be multipled by anotherJohn Wiegley2009-10-271-7/+2
* Added debug codeJohn Wiegley2009-10-271-0/+3
* Rewrote the way date and time I/O is managedJohn Wiegley2009-10-251-8/+9
* Fixed many compiler warnings from g++ 4.4John Wiegley2009-10-251-0/+11
* value_t::dump now faithfully represents stringsJohn Wiegley2009-06-281-1/+15
* Restored --price option, added baseline testJohn Wiegley2009-06-261-0/+12
* Split commodity.h/cc into three filesJohn Wiegley2009-06-241-1/+3
* value_t::in_place_unround wasn't doing it in-placeJohn Wiegley2009-06-211-2/+2
* The -X option now accepts price settingsJohn Wiegley2009-06-181-0/+21
* Move amount colorization deeper into the coreJohn Wiegley2009-06-161-7/+13
* Allow integers to be multiplied with amountsJohn Wiegley2009-06-151-0/+1
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-0/+1
* Changed many assert() calls to VERIFY()John Wiegley2009-03-041-3/+0
* Added a "null" value for value expressionsJohn Wiegley2009-03-031-1/+1
* Gave round/unround/truncate all in_place_ variantsJohn Wiegley2009-02-271-18/+24
* Print better error msg if evaluating mask as boolJohn Wiegley2009-02-261-0/+7
* Added a truncated() method for amounts and valuesJohn Wiegley2009-02-261-0/+23
* Allow sequences to be rounded and unroundedJohn Wiegley2009-02-251-0/+12
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-28/+25
* Allow any two amount values to be dividedJohn Wiegley2009-02-241-6/+2
* Allow sequences to be compared to 0John Wiegley2009-02-231-0/+40
* Corrects to code that compares balances to zeroJohn Wiegley2009-02-231-12/+12
* Expr (a,b)+(c,d) is now equivalent to (a+c,b+d)John Wiegley2009-02-231-7/+17
* A sequence is false if all it contains is falseJohn Wiegley2009-02-231-1/+7
* Allow date and datetime values to inter-convertJohn Wiegley2009-02-221-0/+6
* --exchange option now accepts multiple commoditiesJohn Wiegley2009-02-221-3/+3
* Added --exchange (-x) optionJohn Wiegley2009-02-221-9/+11
* Fixed the way values are justified for printingJohn Wiegley2009-02-221-6/+12
* Allow balances to be rounded and unroundedJohn Wiegley2009-02-221-0/+4
* Allow balance values to be compared < or > 0John Wiegley2009-02-211-0/+42
* Fixed a memory leak in value_t::storage_tJohn Wiegley2009-02-211-2/+2
* Justify integers correctly when printingJohn Wiegley2009-02-211-6/+8
* Allow date and datetime values to be formatted into stringsJohn Wiegley2009-02-201-0/+19