summaryrefslogtreecommitdiff
path: root/qif.cc
Commit message (Expand)AuthorAgeFilesLines
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-7/+7
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-18/+13
* Reworked the way date/times are handled.John Wiegley2008-04-131-2/+1
* Added much better error location.John Wiegley2008-04-131-5/+4
* *** empty log message ***John Wiegley2008-04-131-2/+2
* Began support for improved commodity handling.John Wiegley2008-04-131-4/+6
* Checked in all major updates.John Wiegley2008-04-131-13/+5
* *** empty log message ***John Wiegley2008-04-131-0/+8
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-0/+1
* Added in.clear() before resetting I/Os streams. Again, thanks to theJohn Wiegley2008-04-131-0/+1
* Removed Python integration support.John Wiegley2008-04-131-19/+0
* See ChangeLogJohn Wiegley2008-04-131-1/+1
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-1/+1
* *** empty log message ***John Wiegley2008-04-131-6/+2
* *** empty log message ***John Wiegley2008-04-131-4/+4
* *** empty log message ***John Wiegley2008-04-131-1/+5
* *** empty log message ***John Wiegley2008-04-131-1/+1
* (parse): Improvements to QIF parsing.John Wiegley2008-04-131-19/+42
* (parse): Negate QIF amounts for which a category is specified, sinceJohn Wiegley2008-04-131-0/+2
* (qif_parser_t::parse): Record the beginning and ending line/pos andJohn Wiegley2008-04-131-1/+25
* (parse): Removed an unnecessary line of code.John Wiegley2008-04-131-1/+2
* (parse): Accept CX as well as C*. Also, general improvements to BankJohn Wiegley2008-04-131-32/+35
* (qif_parser_t::parse): Propogate commodity flags when parsing amountsJohn Wiegley2008-04-131-1/+11
* added missing headersJohn Wiegley2008-04-131-0/+1
* updated to version 2.0John Wiegley2008-04-131-0/+203
* changesJohn Wiegley2008-04-131-201/+0
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+1
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-291-1/+1
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-0/+19
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-1/+1
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-2/+1
* quick fixJohn Wiegley2004-08-191-1/+1
* several fixesJohn Wiegley2004-08-191-4/+23
* the QIF parser was too order dependentJohn Wiegley2004-08-191-4/+8
* bug fix in QIF parsingJohn Wiegley2004-08-191-1/+1
* added support for parsing QIF filesJohn Wiegley2004-08-191-0/+160