summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* All system headers (except Boost) now included through system.hh;John Wiegley2008-04-131-4/+1
| | | | | also, added support for pre-compiled headers since I'm now using a centralized resource for system headers.
* We now compile with boost_date_time (although parts of the code haveJohn Wiegley2008-04-131-1/+1
| | | | been stubbed out as a result).
* Added python tests.John Wiegley2008-04-131-17/+6
|
* Miscellaneous changesJohn Wiegley2008-04-131-3/+6
|
* Cleared out all warnings; started work on getting Python up again.John Wiegley2008-04-131-1/+1
|
* Check in all changes made so far toward 3.0.John Wiegley2008-04-131-6/+18
|
* (read_binary_journal): Fixed a tiny memory leak when reading from aJohn Wiegley2008-04-131-0/+18
| | | | binary cache.
* Removed Python integration support.John Wiegley2008-04-131-30/+0
|
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-2/+2
| | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior.
* *** empty log message ***John Wiegley2008-04-131-0/+4
|
* Added OFX library support.John Wiegley2008-04-131-0/+4
|
* updated to version 2.0John Wiegley2008-04-131-0/+22
|
* changesJohn Wiegley2008-04-131-22/+0
|
* conditionalized the reference to xmlparse and xmltok from setup.pyJohn Wiegley2004-09-241-1/+7
|
* passing --enable-python to configure is now required for python supportJohn Wiegley2004-09-201-11/+0
|
* main.py (via ledger.so) and main.cc can now use the same shared libraryJohn Wiegley2004-09-141-5/+6
|
* main.py does everything except balance reports nowJohn Wiegley2004-09-141-10/+10
|
* python integrated both ways (see sample.dat), and initialized on-demandJohn Wiegley2004-09-141-0/+26
|
* removed an older python fileJohn Wiegley2004-08-291-15/+0
|
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-3/+3
|
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-0/+15