index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ledger.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Made separate modules for the csv command, since the prior method was
John Wiegley
2008-04-13
1
-0
/
+1
*
Several fixes to lot price handling.
John Wiegley
2008-04-13
1
-0
/
+1
*
Restructed the code that it can build and be used as a shared library.
John Wiegley
2008-04-13
1
-1
/
+11
*
Added an Emacs formatter, accessible with the new "emacs" command.
John Wiegley
2008-04-13
1
-0
/
+1
*
Added preliminary support for OFX, using libofx. Needs much
John Wiegley
2008-04-13
1
-0
/
+1
*
#include'd reconcile.h.
John Wiegley
2008-04-13
1
-0
/
+1
*
updated to version 2.0
John Wiegley
2008-04-13
1
-347
/
+24
*
changes
John Wiegley
2008-04-13
1
-24
/
+347
*
finalizer fixes; removed use of timing.h from main.cc
John Wiegley
2004-09-24
1
-7
/
+2
*
a bit more refactoring
John Wiegley
2004-09-23
1
-0
/
+3
*
changed ledger.h to journal.h; moved adding of autoxact hook
John Wiegley
2004-09-23
1
-259
/
+24
*
moved entry hooking mechanism to journal_t; further improvements to "entry"
John Wiegley
2004-09-23
1
-0
/
+31
*
greatly improved the flexibility of the "entry" command; no more bogus 1-liners
John Wiegley
2004-09-23
1
-6
/
+2
*
the "bal" command mostly works now in main.py; added a finalize_entry hook
John Wiegley
2004-09-20
1
-4
/
+1
*
fixes to main.py
John Wiegley
2004-09-17
1
-0
/
+28
*
changed the management of "xdata" in walk.h
John Wiegley
2004-09-17
1
-59
/
+8
*
main.py (via ledger.so) and main.cc can now use the same shared library
John Wiegley
2004-09-14
1
-7
/
+0
*
Python fixes; starting adding support for using item_handlers in python
John Wiegley
2004-09-08
1
-0
/
+7
*
switch from using deque back to list; affects speed by up to 30%!
John Wiegley
2004-09-06
1
-4
/
+4
*
the amount/balance/value logic is now a library, completely separate from ledger
John Wiegley
2004-08-29
1
-4
/
+57
*
ledger.so (the python module) now builds based on autoconf discovery
John Wiegley
2004-08-28
1
-1
/
+1
*
added (disabled) code for Boost.Python
John Wiegley
2004-08-27
1
-16
/
+10
*
Bulk alloc bigints in the binary reader; this gains another 20%
John Wiegley
2004-08-25
1
-5
/
+9
*
added validation code, to walk through a journal_t and make sure it's ok
John Wiegley
2004-08-24
1
-0
/
+8
*
cleanup; fully switched to autoconf -- use scripts/acprep
John Wiegley
2004-08-24
1
-12
/
+3
*
change to binary loading that increases speed by another 20%
John Wiegley
2004-08-23
1
-0
/
+15
*
a little more reorganizing, but only fractionally faster. diminishing returns!
John Wiegley
2004-08-22
1
-50
/
+17
*
use value_t instead of balance_pair_t; gains for 10% binary, 2% textual
John Wiegley
2004-08-21
1
-9
/
+13
*
only compute the cost when it differs from the amount
John Wiegley
2004-08-21
1
-7
/
+12
*
changed RELEASE_LEVEL to DEBUG_LEVEL
John Wiegley
2004-08-21
1
-3
/
+3
*
support arbitrary precision after the decimal point; increase speed 0-10%
John Wiegley
2004-08-21
1
-1
/
+2
*
several fixes
John Wiegley
2004-08-19
1
-24
/
+0
*
added support for parsing QIF files
John Wiegley
2004-08-19
1
-11
/
+17
*
changes to value expressions, and to how the display predicate is computed
John Wiegley
2004-08-17
1
-1
/
+3
*
fixes
John Wiegley
2004-08-17
1
-1
/
+1
*
misc cleanup
John Wiegley
2004-08-17
1
-3
/
+5
*
more binary format changes
John Wiegley
2004-08-16
1
-15
/
+18
*
further restructuring
John Wiegley
2004-08-15
1
-1
/
+3
*
cleaned up binary data writing, and file handling
John Wiegley
2004-08-15
1
-14
/
+16
*
fixed -G report
John Wiegley
2004-08-14
1
-0
/
+1
*
more options fixes
John Wiegley
2004-08-13
1
-2
/
+4
*
new debug code; automated transactions now use value expression predicates
John Wiegley
2004-08-10
1
-0
/
+6
*
fixed account display bug
John Wiegley
2004-08-09
1
-9
/
+11
*
moved display only flags to dflags in both transactions and accounts
John Wiegley
2004-08-07
1
-7
/
+7
*
got more reports working again
John Wiegley
2004-08-07
1
-1
/
+4
*
improvements to transaction formatting
John Wiegley
2004-08-06
1
-2
/
+5
*
fixed cache by clear transaction flags before writing
John Wiegley
2004-08-05
1
-1
/
+1
*
added support for account sorting
John Wiegley
2004-08-05
1
-6
/
+8
*
added back sorting support
John Wiegley
2004-08-05
1
-8
/
+22
*
rewrote the way registers are computed -- again
John Wiegley
2004-08-04
1
-291
/
+46
[next]