summaryrefslogtreecommitdiff
path: root/ofx.cc
Commit message (Collapse)AuthorAgeFilesLines
* Added several missing copyright notices.John Wiegley2008-08-031-0/+31
|
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-10/+10
| | | | the way that value expressions extract information from journal objects.
* 'make check' is now working again. Also, conversion from amount_t to/fromJohn Wiegley2008-07-271-1/+1
| | | | | | | double has been disabled, because I am no longer packaging the gdtoa library with Ledger (because double conversion really has nothing to do with what Ledger does). If you wish to use it, you can find gdtoa in cpp-rewrite-2006, under a sub-directory of the same name.
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-2/+2
| | | | newer XML stuff was pulled).
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-14/+14
|
* *** empty log message ***John Wiegley2008-04-131-3/+3
|
* *** empty log message ***John Wiegley2008-04-131-6/+6
|
* Began support for improved commodity handling.John Wiegley2008-04-131-3/+2
|
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-0/+1
| | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file.
* (ofx_proc_transaction_cb): Applied patch for a bad reference toJohn Wiegley2008-04-131-2/+2
| | | | entry->date.
* Added in.clear() before resetting I/Os streams. Again, thanks to theJohn Wiegley2008-04-131-0/+4
| | | | list.
* Removed Python integration support.John Wiegley2008-04-131-19/+0
|
* Removed unused code.John Wiegley2008-04-131-6/+0
|
* minor bit twiddlingJohn Wiegley2008-04-131-3/+3
|
* Added preliminary support for OFX, using libofx. Needs muchJohn Wiegley2008-04-131-0/+247
real-world testing.