index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
value.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Untabified all source files
John Wiegley
2010-06-11
1
-63
/
+63
*
Use ptr_deque for value_t::sequence_t
John Wiegley
2010-06-10
1
-3
/
+3
*
A further simplification of -V and -X
John Wiegley
2010-06-07
1
-2
/
+1
*
amount_t::print and value_t::print now use flags
John Wiegley
2010-06-07
1
-5
/
+5
*
Value expression sequences are now comparable
John Wiegley
2010-06-05
1
-2
/
+0
*
Allow expr_t& to be passed in a value_t
John Wiegley
2010-05-08
1
-2
/
+27
*
Rewrite the "print" command as a custom function
John Wiegley
2010-03-08
1
-5
/
+5
*
Updated copyrights to 2003-2010
John Wiegley
2010-03-05
1
-1
/
+1
*
Many improvements to Ledger's Python bindings
John Wiegley
2009-11-19
1
-1
/
+1
*
Added floored() and in_place_floor() methods
John Wiegley
2009-11-11
1
-0
/
+7
*
account.amount and .total return simplified values
John Wiegley
2009-11-10
1
-0
/
+2
*
Added basic foundation for XML reporting
John Wiegley
2009-11-09
1
-0
/
+2
*
Redesigned the expr_t, predicate_t, query_t classes
John Wiegley
2009-11-09
1
-0
/
+4
*
Report sought magnitude when balancing errors occur
John Wiegley
2009-11-05
1
-0
/
+2
*
Added value_t::push_front
John Wiegley
2009-11-04
1
-1
/
+9
*
Whitespace fix
John Wiegley
2009-11-04
1
-2
/
+2
*
Completed Python bindings for value_t
John Wiegley
2009-11-02
1
-2
/
+1
*
Added serialization methods for most type
John Wiegley
2009-10-30
1
-0
/
+28
*
Change the value_t::POINTER type to value_t::SCOPE
John Wiegley
2009-10-30
1
-47
/
+17
*
Pushing null values into a sequence is legitimate
John Wiegley
2009-10-28
1
-14
/
+6
*
Removed unnused parameter to value_t::print
John Wiegley
2009-10-27
1
-2
/
+1
*
Added some extra storage checks to value_t
John Wiegley
2009-10-25
1
-0
/
+5
*
Rewrote the way date and time I/O is managed
John Wiegley
2009-10-25
1
-1
/
+1
*
Fixed many compiler warnings from g++ 4.4
John Wiegley
2009-10-25
1
-2
/
+3
*
Restored --price option, added baseline test
John Wiegley
2009-06-26
1
-0
/
+2
*
The -X option now accepts price settings
John Wiegley
2009-06-18
1
-0
/
+4
*
Move amount colorization deeper into the core
John Wiegley
2009-06-16
1
-0
/
+1
*
Added a value_t macro: VALUE_OR_VERO
John Wiegley
2009-03-05
1
-0
/
+2
*
Reduced the #include dependency tree to a minimum
John Wiegley
2009-03-04
1
-1
/
+1
*
Changed many assert() calls to VERIFY()
John Wiegley
2009-03-04
1
-38
/
+36
*
Gave round/unround/truncate all in_place_ variants
John Wiegley
2009-02-27
1
-3
/
+20
*
Added a truncated() method for amounts and values
John Wiegley
2009-02-26
1
-0
/
+1
*
Marked all strings needing internationalization
John Wiegley
2009-02-25
1
-12
/
+12
*
Fixed an alignment bug in value context display
John Wiegley
2009-02-24
1
-3
/
+1
*
Added non-const value_t::begin and value_t::end
John Wiegley
2009-02-23
1
-0
/
+12
*
Push a sequence onto a sequence only appends now
John Wiegley
2009-02-23
1
-8
/
+1
*
Added --exchange (-x) option
John Wiegley
2009-02-22
1
-2
/
+3
*
Fixed the way values are justified for printing
John Wiegley
2009-02-22
1
-3
/
+4
*
Fixed a memory leak in value_t::storage_t
John Wiegley
2009-02-21
1
-12
/
+16
*
Restored the --budget option
John Wiegley
2009-02-20
1
-2
/
+2
*
Moved amount_t::right_justify to simply ::justify
John Wiegley
2009-02-19
1
-2
/
+2
*
Changed some value_t method names
John Wiegley
2009-02-16
1
-2
/
+2
*
Removed "total_cost" valexpr, and value_t::cost
John Wiegley
2009-02-15
1
-2
/
+0
*
Renamed a function to sort_value_is_less_than
John Wiegley
2009-02-12
1
-2
/
+2
*
Sorting expr now uses "-" to indicate descending
John Wiegley
2009-02-12
1
-0
/
+11
*
Made (un)reduce rvalue methods more consistent
John Wiegley
2009-02-12
1
-2
/
+2
*
Added validation code for mask_t objects.
John Wiegley
2009-02-12
1
-0
/
+2
*
Moved value_t::set_type into value.cc, since it had grown.
John Wiegley
2009-02-12
1
-18
/
+1
*
Inlined value_t::_clear(), since it only had one caller.
John Wiegley
2009-02-12
1
-17
/
+9
*
A fix to the last fix.
John Wiegley
2009-02-10
1
-1
/
+0
[next]