summaryrefslogtreecommitdiff
path: root/gnucash.cc
Commit message (Collapse)AuthorAgeFilesLines
* minor bit twiddlingJohn Wiegley2008-04-131-2/+2
|
* (test), gnucash.cc (test): Check for <?xml only, not the full versionJohn Wiegley2008-04-131-1/+1
| | | | string.
* (parse): Corrected error reporting lines when it is a Ledger error.John Wiegley2008-04-131-3/+5
|
* (convert_number): If the denominator is zero, report an error insteadJohn Wiegley2008-04-131-1/+6
| | | | of crashing.
* updated to version 2.0John Wiegley2008-04-131-86/+172
|
* changesJohn Wiegley2008-04-131-126/+79
|
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+1
|
* change commodity->symbol to const, and added set_symbolJohn Wiegley2004-09-101-8/+4
|
* optimize python iterations of entries, transactions; use exceptions moreJohn Wiegley2004-09-081-17/+11
|
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-291-2/+2
|
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-0/+19
|
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-0/+2
|
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-1/+2
|
* more cleanupJohn Wiegley2004-08-211-2/+2
|
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-3/+7
|
* updated gnucash supportJohn Wiegley2004-08-201-1/+13
|
* added support for parsing QIF filesJohn Wiegley2004-08-191-3/+3
|
* fix to gnucash supportJohn Wiegley2004-08-131-2/+1
|
* added back sorting supportJohn Wiegley2004-08-051-5/+5
|
* two major changesJohn Wiegley2004-07-301-5/+5
| | | | | | | | | | | | | Complete changed the way format strings are handled. They are now compiled first, which is far more efficient than what was being done before. Also, there is now a global ledger::commodity_t::commodities map, which saves me from having to pass the current journal around to a zillion different functions, for the sole purpose of making sure that all commodity symbols that are parsed refer to the same commodity object.
* initial rev of 2.0John Wiegley2004-07-261-64/+84
|
* cJohn Wiegley2003-10-111-1/+1
|
* *** empty log message ***John Wiegley2003-10-101-0/+2
|
* *** empty log message ***John Wiegley2003-10-091-1/+4
|
* *** empty log message ***John Wiegley2003-10-051-7/+7
|
* Moved definition of virtual accounts into the ledger data fileJohn Wiegley2003-10-041-28/+31
| | | | | itself. They are now called "automated transactions". Some rearchitecting.
* *** empty log message ***John Wiegley2003-10-021-12/+5
|
* *** empty log message ***John Wiegley2003-10-011-4/+10
|
* *** empty log message ***John Wiegley2003-10-011-0/+9
|
* *** empty log message ***John Wiegley2003-10-011-4/+7
|
* *** empty log message ***John Wiegley2003-09-301-5/+7
|
* *** empty log message ***John Wiegley2003-09-301-0/+1
|
* *** empty log message ***John Wiegley2003-09-301-3/+4
|
* *** empty log message ***John Wiegley2003-09-301-5/+11
|
* *** empty log message ***John Wiegley2003-09-301-20/+21
|
* Initial revisionJohn Wiegley2003-09-291-0/+251