index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
valexpr.cc
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
interval_t objects now play nicely with python. see the bottom of main.py
John Wiegley
2004-09-10
1
-3
/
+2
|
*
optimize python iterations of entries, transactions; use exceptions more
John Wiegley
2004-09-08
1
-15
/
+11
|
*
the amount/balance/value logic is now a library, completely separate from ledger
John Wiegley
2004-08-29
1
-2
/
+1
|
*
redid the way amount_t::commodity is handled; no more direct access
John Wiegley
2004-08-29
1
-5
/
+3
|
*
removed all uses of std::vector; simplified some code
John Wiegley
2004-08-24
1
-2
/
+0
|
*
cleanup; fully switched to autoconf -- use scripts/acprep
John Wiegley
2004-08-24
1
-11
/
+11
|
*
slight cleanup
John Wiegley
2004-08-23
1
-15
/
+23
|
*
simplified some code
John Wiegley
2004-08-22
1
-8
/
+0
|
*
a little more reorganizing, but only fractionally faster. diminishing returns!
John Wiegley
2004-08-22
1
-30
/
+33
|
*
use value_t instead of balance_pair_t; gains for 10% binary, 2% textual
John Wiegley
2004-08-21
1
-24
/
+19
|
*
only compute the cost when it differs from the amount
John Wiegley
2004-08-21
1
-9
/
+34
|
*
support arbitrary precision after the decimal point; increase speed 0-10%
John Wiegley
2004-08-21
1
-1
/
+1
|
*
minor changes
John Wiegley
2004-08-20
1
-25
/
+0
|
*
updated gnucash support
John Wiegley
2004-08-20
1
-4
/
+2
|
*
use std::auto_ptr wherever a thrown exception might otherwise leak memory
John Wiegley
2004-08-19
1
-88
/
+82
|
*
added --help docs, and fixed some problems with balance reproting
John Wiegley
2004-08-18
1
-1
/
+1
|
*
speed improvements; my "bal" script is cut to a third
John Wiegley
2004-08-17
1
-43
/
+67
|
*
small changes
John Wiegley
2004-08-17
1
-22
/
+13
|
*
bug fix
John Wiegley
2004-08-17
1
-2
/
+2
|
*
changes to value expressions, and to how the display predicate is computed
John Wiegley
2004-08-17
1
-53
/
+66
|
*
fixes
John Wiegley
2004-08-17
1
-10
/
+0
|
*
several significant speed improvements (removed excessive copying of strings)
John Wiegley
2004-08-17
1
-48
/
+23
|
*
misc cleanup
John Wiegley
2004-08-17
1
-1
/
+0
|
*
if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done
John Wiegley
2004-08-17
1
-2
/
+1
|
*
slight fixes
John Wiegley
2004-08-17
1
-1
/
+2
|
*
added support for interval reporting; changed some option flags
John Wiegley
2004-08-12
1
-15
/
+45
|
*
added necessary #include
John Wiegley
2004-08-11
1
-0
/
+1
|
*
many more formatting changes
John Wiegley
2004-08-11
1
-171
/
+134
|
*
new debug code; automated transactions now use value expression predicates
John Wiegley
2004-08-10
1
-21
/
+75
|
*
fixed account display bug
John Wiegley
2004-08-09
1
-3
/
+31
|
*
fixed < bug
John Wiegley
2004-08-09
1
-0
/
+2
|
*
got more reports working again
John Wiegley
2004-08-07
1
-3
/
+13
|
*
fixed -R report
John Wiegley
2004-08-05
1
-1
/
+1
|
*
added support for account sorting
John Wiegley
2004-08-05
1
-20
/
+22
|
*
added back sorting support
John Wiegley
2004-08-05
1
-1
/
+0
|
*
rewrote the way registers are computed -- again
John Wiegley
2004-08-04
1
-0
/
+804
[prev]