summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* change commodity->symbol to const, and added set_symbolJohn Wiegley2004-09-105-28/+39
* slight changed semantics of item_handler<T>, to play better with Boost.PythonJohn Wiegley2004-09-104-43/+66
* removed todo itemJohn Wiegley2004-09-100-0/+0
* Python fixes; starting adding support for using item_handlers in pythonJohn Wiegley2004-09-086-2/+170
* balances and values can now be iterated, to get at the component amountsJohn Wiegley2004-09-084-6/+108
* optimize python iterations of entries, transactions; use exceptions moreJohn Wiegley2004-09-087-87/+93
* setup_ledger.py needs to link against libgmpJohn Wiegley2004-09-082-5/+4
* made value_t into a more complete type. amounts.py now works.John Wiegley2004-09-083-3/+178
* some fixes to value_t in python; still more work to goJohn Wiegley2004-09-073-2/+28
* some python code fixesJohn Wiegley2004-09-071-15/+12
* cleaned out fixed itemsJohn Wiegley2004-09-070-0/+0
* modified entry_t::add_transaction and remove_transaction, since now using listsJohn Wiegley2004-09-061-21/+3
* changed constructors to downgrade BALANCE and BALANCE_PAIR types when possibleJohn Wiegley2004-09-061-2/+3
* switch from using deque back to list; affects speed by up to 30%!John Wiegley2004-09-068-31/+45
* small fixesJohn Wiegley2004-08-302-3/+10
* removed an older python fileJohn Wiegley2004-08-291-15/+0
* added some more python filesJohn Wiegley2004-08-295-0/+57
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-2923-536/+613
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-2915-226/+225
* a bit of a reorg; still much more to goJohn Wiegley2004-08-2911-572/+685
* removed the "standalone" flag (unsafe with Boost)John Wiegley2004-08-284-61/+31
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-2814-57/+180
* added python.ccJohn Wiegley2004-08-271-0/+29
* Added rule to install header filesJohn Wiegley2004-08-271-0/+20
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-2720-238/+730
* use libtool, for making shared librariesJohn Wiegley2004-08-263-10/+13
* added README fileJohn Wiegley2004-08-261-0/+69
* added check for --enable-standalone, as mentioned in the READMEJohn Wiegley2004-08-263-8/+29
* remove -mdynamic-no-pic from opt flags; that is implied by -fastJohn Wiegley2004-08-261-1/+1
* added "acprep --perf", for doing performance analysisJohn Wiegley2004-08-261-0/+3
* read all binary data in at one go; gains 33%John Wiegley2004-08-264-110/+181
* don't placement new() amount_t in binary.cc when it isn't necessaryJohn Wiegley2004-08-262-7/+4
* fixed another memory strangeness (too much destruction)John Wiegley2004-08-263-28/+48
* added usual operatorJohn Wiegley2004-08-254-19/+27
* fixed two memory corruption bugsJohn Wiegley2004-08-259-54/+110
* added asserts to, and proof-read, amount.ccJohn Wiegley2004-08-254-235/+239
* reorganized the docs, switched to using some more appropriate @commandsJohn Wiegley2004-08-251-276/+125
* added documentation for all of the command-line options to ledger.texiJohn Wiegley2004-08-251-81/+192
* minor simplificationJohn Wiegley2004-08-251-2/+1
* use back-patching to simplify binary file writingJohn Wiegley2004-08-251-29/+19
* Bulk alloc bigints in the binary reader; this gains another 20%John Wiegley2004-08-256-49/+112
* removed all uses of std::vector; simplified some codeJohn Wiegley2004-08-246-70/+84
* misc maintenance changesJohn Wiegley2004-08-243-4/+8
* use a string pool in binary files; gains 7% read timeJohn Wiegley2004-08-241-55/+94
* updated help screenJohn Wiegley2004-08-241-8/+4
* removed "version" scriptJohn Wiegley2004-08-241-5/+0
* removed completed itemJohn Wiegley2004-08-240-0/+0
* added validation code, to walk through a journal_t and make sure it's okJohn Wiegley2004-08-244-0/+106
* fixed a few minor bugsJohn Wiegley2004-08-243-3/+2
* a few fixesJohn Wiegley2004-08-243-3/+5