John Wiegley
|
18879bbe85
|
some changes in the way formatting strings are handled; for simplicity
|
2004-09-18 02:33:51 -04:00 |
|
John Wiegley
|
50a322adcf
|
main.py (via ledger.so) and main.cc can now use the same shared library
|
2004-09-14 20:32:42 -04:00 |
|
John Wiegley
|
23799b5f4e
|
main.py does everything except balance reports now
|
2004-09-14 18:48:26 -04:00 |
|
John Wiegley
|
061e19e302
|
make config_t visible to Python; almost possible to implement main.cc in main.py
|
2004-09-14 06:25:29 -04:00 |
|
John Wiegley
|
fcaaa37201
|
switch from using deque back to list; affects speed by up to 30%!
|
2004-09-06 05:38:32 -04:00 |
|
John Wiegley
|
305c6159af
|
small fixes
|
2004-08-30 05:29:34 -04:00 |
|
John Wiegley
|
63367e3aac
|
the amount/balance/value logic is now a library, completely separate from ledger
|
2004-08-29 23:32:29 -04:00 |
|
John Wiegley
|
032afa5657
|
a bit of a reorg; still much more to go
|
2004-08-29 03:23:55 -04:00 |
|
John Wiegley
|
b4304515ff
|
ledger.so (the python module) now builds based on autoconf discovery
|
2004-08-28 04:26:48 -04:00 |
|
John Wiegley
|
16841fbae3
|
added (disabled) code for Boost.Python
|
2004-08-27 23:38:39 -04:00 |
|
John Wiegley
|
f0238fdd06
|
use libtool, for making shared libraries
|
2004-08-26 20:29:58 -04:00 |
|
John Wiegley
|
e12cc11760
|
added check for --enable-standalone, as mentioned in the README
|
2004-08-26 19:00:58 -04:00 |
|
John Wiegley
|
ae37cb8ece
|
remove -mdynamic-no-pic from opt flags; that is implied by -fast
|
2004-08-26 16:46:36 -04:00 |
|
John Wiegley
|
8075202365
|
added "acprep --perf", for doing performance analysis
|
2004-08-26 15:35:24 -04:00 |
|
John Wiegley
|
2943af2761
|
misc maintenance changes
|
2004-08-24 19:23:32 -04:00 |
|