index
:
fork-ledger.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
added some more python files
John Wiegley
2004-08-29
5
-0
/
+57
*
the amount/balance/value logic is now a library, completely separate from ledger
John Wiegley
2004-08-29
23
-536
/
+613
*
redid the way amount_t::commodity is handled; no more direct access
John Wiegley
2004-08-29
15
-226
/
+225
*
a bit of a reorg; still much more to go
John Wiegley
2004-08-29
11
-572
/
+685
*
removed the "standalone" flag (unsafe with Boost)
John Wiegley
2004-08-28
4
-61
/
+31
*
ledger.so (the python module) now builds based on autoconf discovery
John Wiegley
2004-08-28
14
-57
/
+180
*
added python.cc
John Wiegley
2004-08-27
1
-0
/
+29
*
Added rule to install header files
John Wiegley
2004-08-27
1
-0
/
+20
*
added (disabled) code for Boost.Python
John Wiegley
2004-08-27
20
-238
/
+730
*
use libtool, for making shared libraries
John Wiegley
2004-08-26
3
-10
/
+13
*
added README file
John Wiegley
2004-08-26
1
-0
/
+69
*
added check for --enable-standalone, as mentioned in the README
John Wiegley
2004-08-26
3
-8
/
+29
*
remove -mdynamic-no-pic from opt flags; that is implied by -fast
John Wiegley
2004-08-26
1
-1
/
+1
*
added "acprep --perf", for doing performance analysis
John Wiegley
2004-08-26
1
-0
/
+3
*
read all binary data in at one go; gains 33%
John Wiegley
2004-08-26
4
-110
/
+181
*
don't placement new() amount_t in binary.cc when it isn't necessary
John Wiegley
2004-08-26
2
-7
/
+4
*
fixed another memory strangeness (too much destruction)
John Wiegley
2004-08-26
3
-28
/
+48
*
added usual operator
John Wiegley
2004-08-25
4
-19
/
+27
*
fixed two memory corruption bugs
John Wiegley
2004-08-25
9
-54
/
+110
*
added asserts to, and proof-read, amount.cc
John Wiegley
2004-08-25
4
-235
/
+239
*
reorganized the docs, switched to using some more appropriate @commands
John Wiegley
2004-08-25
1
-276
/
+125
*
added documentation for all of the command-line options to ledger.texi
John Wiegley
2004-08-25
1
-81
/
+192
*
minor simplification
John Wiegley
2004-08-25
1
-2
/
+1
*
use back-patching to simplify binary file writing
John Wiegley
2004-08-25
1
-29
/
+19
*
Bulk alloc bigints in the binary reader; this gains another 20%
John Wiegley
2004-08-25
6
-49
/
+112
*
removed all uses of std::vector; simplified some code
John Wiegley
2004-08-24
6
-70
/
+84
*
misc maintenance changes
John Wiegley
2004-08-24
3
-4
/
+8
*
use a string pool in binary files; gains 7% read time
John Wiegley
2004-08-24
1
-55
/
+94
*
updated help screen
John Wiegley
2004-08-24
1
-8
/
+4
*
removed "version" script
John Wiegley
2004-08-24
1
-5
/
+0
*
removed completed item
John Wiegley
2004-08-24
0
-0
/
+0
*
added validation code, to walk through a journal_t and make sure it's ok
John Wiegley
2004-08-24
4
-0
/
+106
*
fixed a few minor bugs
John Wiegley
2004-08-24
3
-3
/
+2
*
a few fixes
John Wiegley
2004-08-24
3
-3
/
+5
*
added --gen flag, that runs configure for my setup
John Wiegley
2004-08-24
1
-0
/
+5
*
cleanup; fully switched to autoconf -- use scripts/acprep
John Wiegley
2004-08-24
22
-260
/
+235
*
a little cleanup; reversed the meaning of -z and -p (to be more mnemonic)
John Wiegley
2004-08-23
8
-32
/
+39
*
added flags to Makefile.am
John Wiegley
2004-08-23
1
-0
/
+2
*
move over to the autoconf system; Makefile.old is still there
John Wiegley
2004-08-23
3
-30
/
+50
*
removed items that have been completed from TODO
John Wiegley
2004-08-23
0
-0
/
+0
*
removed a period
John Wiegley
2004-08-23
1
-1
/
+1
*
don't bring in libgmpxx anymore
John Wiegley
2004-08-23
1
-1
/
+1
*
Removed dependency on libgmpxx.a
John Wiegley
2004-08-23
1
-17
/
+7
*
added stub docs for all of the options
John Wiegley
2004-08-23
1
-1
/
+156
*
added a better commentary (at least for now)
John Wiegley
2004-08-23
1
-2
/
+9
*
fixed bad #define
John Wiegley
2004-08-23
1
-2
/
+2
*
change to binary loading that increases speed by another 20%
John Wiegley
2004-08-23
4
-24
/
+107
*
slight cleanup
John Wiegley
2004-08-23
7
-28
/
+37
*
simplified some code
John Wiegley
2004-08-22
5
-51
/
+19
*
escape codes in format strings; can now redefine individual report formats
John Wiegley
2004-08-22
5
-19
/
+65
[next]