index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
value.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow null values to be cast to int and string
John Wiegley
2010-05-30
1
-0
/
+19
*
Comparison of boolean values is now allowed
John Wiegley
2010-05-30
1
-0
/
+33
*
Corrected error message text to be consistent
John Wiegley
2010-05-30
1
-1
/
+1
*
Allow expr_t& to be passed in a value_t
John Wiegley
2010-05-08
1
-1
/
+30
*
Corrected a case for value < value
John Wiegley
2010-03-06
1
-1
/
+3
*
Change an exception test to a plain if
John Wiegley
2010-03-05
1
-4
/
+2
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Refactored some comparison helper classes
John Wiegley
2010-02-05
1
-1
/
+1
*
The Python web server now uses jQuery Tablesorter
John Wiegley
2009-11-21
1
-5
/
+12
*
Many improvements to Ledger's Python bindings
John Wiegley
2009-11-19
1
-3
/
+4
*
Allow ! and - operators on sequence values
John Wiegley
2009-11-18
1
-0
/
+14
*
Fixed several time and date duration type uses
John Wiegley
2009-11-17
1
-8
/
+14
*
Optimization in the formatting of string values
John Wiegley
2009-11-14
1
-1
/
+4
*
Stylistic change: assert(0) -> assert(false)
John Wiegley
2009-11-13
1
-1
/
+1
*
Added --date, similar to --account and --payee
John Wiegley
2009-11-11
1
-0
/
+6
*
Added floored() and in_place_floor() methods
John Wiegley
2009-11-11
1
-0
/
+25
*
Moving the #include of unistring.h into format.h
John Wiegley
2009-11-10
1
-1
/
+1
*
XML reporting now works via the "xml" command
John Wiegley
2009-11-09
1
-9
/
+8
*
Added basic foundation for XML reporting
John Wiegley
2009-11-09
1
-0
/
+54
*
Report sought magnitude when balancing errors occur
John Wiegley
2009-11-05
1
-0
/
+29
*
Added missing call to _dup() in value_t::in_place_cast
John Wiegley
2009-11-05
1
-0
/
+2
*
Change the value_t::POINTER type to value_t::SCOPE
John Wiegley
2009-10-30
1
-11
/
+11
*
Removed unnused parameter to value_t::print
John Wiegley
2009-10-27
1
-16
/
+8
*
Fixed a display issue with the balance report
John Wiegley
2009-10-27
1
-5
/
+5
*
Fixed an error with post-simplified math
John Wiegley
2009-10-27
1
-1
/
+12
*
If doing math between amount and balance, simplify
John Wiegley
2009-10-27
1
-3
/
+25
*
Fixed some debug code
John Wiegley
2009-10-27
1
-3
/
+3
*
Allow any amount to be multipled by another
John Wiegley
2009-10-27
1
-7
/
+2
*
Added debug code
John Wiegley
2009-10-27
1
-0
/
+3
*
Rewrote the way date and time I/O is managed
John Wiegley
2009-10-25
1
-8
/
+9
*
Fixed many compiler warnings from g++ 4.4
John Wiegley
2009-10-25
1
-0
/
+11
*
value_t::dump now faithfully represents strings
John Wiegley
2009-06-28
1
-1
/
+15
*
Restored --price option, added baseline test
John Wiegley
2009-06-26
1
-0
/
+12
*
Split commodity.h/cc into three files
John Wiegley
2009-06-24
1
-1
/
+3
*
value_t::in_place_unround wasn't doing it in-place
John Wiegley
2009-06-21
1
-2
/
+2
*
The -X option now accepts price settings
John Wiegley
2009-06-18
1
-0
/
+21
*
Move amount colorization deeper into the core
John Wiegley
2009-06-16
1
-7
/
+13
*
Allow integers to be multiplied with amounts
John Wiegley
2009-06-15
1
-0
/
+1
*
Enabled use of pre-compiled headers by default
John Wiegley
2009-03-10
1
-0
/
+2
*
Reduced the #include dependency tree to a minimum
John Wiegley
2009-03-04
1
-0
/
+1
*
Changed many assert() calls to VERIFY()
John Wiegley
2009-03-04
1
-3
/
+0
*
Added a "null" value for value expressions
John Wiegley
2009-03-03
1
-1
/
+1
*
Gave round/unround/truncate all in_place_ variants
John Wiegley
2009-02-27
1
-18
/
+24
*
Print better error msg if evaluating mask as bool
John Wiegley
2009-02-26
1
-0
/
+7
*
Added a truncated() method for amounts and values
John Wiegley
2009-02-26
1
-0
/
+23
*
Allow sequences to be rounded and unrounded
John Wiegley
2009-02-25
1
-0
/
+12
*
Marked all strings needing internationalization
John Wiegley
2009-02-25
1
-28
/
+25
*
Allow any two amount values to be divided
John Wiegley
2009-02-24
1
-6
/
+2
*
Allow sequences to be compared to 0
John Wiegley
2009-02-23
1
-0
/
+40
*
Corrects to code that compares balances to zero
John Wiegley
2009-02-23
1
-12
/
+12
[prev]
[next]