| Commit message (Expand) | Author | Age | Files | Lines |
* | some python code fixes | John Wiegley | 2004-09-07 | 1 | -15/+12 |
* | cleaned out fixed items | John Wiegley | 2004-09-07 | 0 | -0/+0 |
* | modified entry_t::add_transaction and remove_transaction, since now using lists | John Wiegley | 2004-09-06 | 1 | -21/+3 |
* | changed constructors to downgrade BALANCE and BALANCE_PAIR types when possible | John Wiegley | 2004-09-06 | 1 | -2/+3 |
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 8 | -31/+45 |
* | small fixes | John Wiegley | 2004-08-30 | 2 | -3/+10 |
* | removed an older python file | John Wiegley | 2004-08-29 | 1 | -15/+0 |
* | 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 |