summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* doc updateJohn Wiegley2004-09-231-2/+4
|
* fix to date mask parsing; put in a safety cutoffs when asserts are enabledJohn Wiegley2004-09-232-3/+22
|
* updated docsJohn Wiegley2004-09-231-101/+134
|
* added all-clean target to Makefile.am; wipes out just about everything!John Wiegley2004-09-232-2/+11
|
* whitespace fixJohn Wiegley2004-09-231-1/+1
|
* fixed several issues in value_t's coreJohn Wiegley2004-09-219-215/+405
|
* moved notice about Python to the end of NEWSJohn Wiegley2004-09-211-7/+14
|
* if --file and the --cache refer to the same file, don't use cachingJohn Wiegley2004-09-201-0/+3
|
* updated docsJohn Wiegley2004-09-201-3/+0
|
* passing --enable-python to configure is now required for python supportJohn Wiegley2004-09-2012-120/+97
|
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-2014-193/+383
|
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-1810-96/+137
|
* fixes to main.pyJohn Wiegley2004-09-173-4/+47
|
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-1711-456/+396
|
* main.py (via ledger.so) and main.cc can now use the same shared libraryJohn Wiegley2004-09-146-122/+55
|
* using main.py is now only 50% slower than using main.ccJohn Wiegley2004-09-144-24/+57
|
* main.py does everything except balance reports nowJohn Wiegley2004-09-145-23/+57
|
* main.py now implements nearly all the functionality of main.ccJohn Wiegley2004-09-145-151/+228
|
* further python integration improvementsJohn Wiegley2004-09-143-7/+29
|
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-1413-67/+205
|
* ledger.so can now call back to functions in the calling interpretor (see ↵John Wiegley2004-09-144-9/+18
| | | | main.py)
* added more math operators for value_t typesJohn Wiegley2004-09-143-10/+38
|
* python integrated both ways (see sample.dat), and initialized on-demandJohn Wiegley2004-09-1413-73/+296
|
* improvements to python exposure of commodity_tJohn Wiegley2004-09-114-12/+32
|
* added support for ValueExpr objects to python.John Wiegley2004-09-105-8/+50
|
* added python support for Format() objects. see main.pyJohn Wiegley2004-09-104-18/+27
|
* interval_t objects now play nicely with python. see the bottom of main.pyJohn Wiegley2004-09-1010-64/+141
|
* 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
|