summaryrefslogtreecommitdiff
path: root/src/value.cc
Commit message (Expand)AuthorAgeFilesLines
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-2/+2
* Switched to Boost.PropertyTree for XML generationJohn Wiegley2012-05-181-23/+15
* Switch to using Boost.FormatJohn Wiegley2012-05-141-55/+55
* Corrected an error print in value.ccJohn Wiegley2012-03-191-5/+3
* Quieted several compiler warnings from ClangJohn Wiegley2012-03-111-1/+1
* Tighten up argument passing related to fn_market()John Wiegley2012-03-111-8/+8
* Allow balances to be passed to nail_downJohn Wiegley2012-03-111-1/+1
* Allow conversion of negative values with int()John Wiegley2012-03-101-1/+1
* Improved the behavior of -XJohn Wiegley2012-03-091-13/+88
* Allow valuation of sequencesJohn Wiegley2012-03-091-4/+9
* Whitespace fixJohn Wiegley2012-03-081-2/+2
* Removed value_t::price and balance_t::priceJohn Wiegley2012-03-071-12/+0
* Fixes to value_t to Python conversionJohn Wiegley2012-03-011-0/+10
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Corrected behavior of >= and <=John Wiegley2012-02-281-2/+2
* Introduced a new SCOPE expression terminalJohn Wiegley2012-02-201-1/+1
* Removed unneeded default casesJohn Wiegley2012-02-171-19/+1
* Removed unneeded break statementsJohn Wiegley2012-02-171-6/+0
* Added a missing case clauseJohn Wiegley2012-02-171-0/+1
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* value_t::print uses an output buffer nowJohn Wiegley2011-07-171-1/+5
* Correct argument order for several exceptionsJohn Wiegley2011-07-171-9/+9
* Balances and sequences can be compared to amountsJohn Wiegley2010-06-221-16/+4
* For value_t, use boost::any to refer to objectsJohn Wiegley2010-06-131-25/+20
* Moved value_t::label() to value.ccJohn Wiegley2010-06-131-0/+39
* Improved support for value_t::in_place* functionsJohn Wiegley2010-06-131-36/+26
* Untabified all source filesJohn Wiegley2010-06-111-180/+180
* Use ptr_deque for value_t::sequence_tJohn Wiegley2010-06-101-3/+3
* Errors involving value objects provide more contextJohn Wiegley2010-06-101-9/+40
* In value_t::print, pass along display flagsJohn Wiegley2010-06-091-1/+1
* A further simplification of -V and -XJohn Wiegley2010-06-071-5/+4
* amount_t::print and value_t::print now use flagsJohn Wiegley2010-06-071-16/+14
* Value expression sequences are now comparableJohn Wiegley2010-06-051-0/+28
* Allow null values to be cast to int and stringJohn Wiegley2010-05-301-0/+19
* Comparison of boolean values is now allowedJohn Wiegley2010-05-301-0/+33
* Corrected error message text to be consistentJohn Wiegley2010-05-301-1/+1
* Allow expr_t& to be passed in a value_tJohn Wiegley2010-05-081-1/+30
* Corrected a case for value < valueJohn Wiegley2010-03-061-1/+3
* Change an exception test to a plain ifJohn Wiegley2010-03-051-4/+2
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Refactored some comparison helper classesJohn Wiegley2010-02-051-1/+1
* The Python web server now uses jQuery TablesorterJohn Wiegley2009-11-211-5/+12
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-3/+4
* Allow ! and - operators on sequence valuesJohn Wiegley2009-11-181-0/+14
* 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