Share

LibOFX

Code

Programming Languages: C, C++

License: GNU General Public License (GPL)

Repositories

browse code, statistics cvs -d:pserver:anonymous@libofx.cvs.sourceforge.net:/cvsroot/libofx login

cvs -z3 -d:pserver:anonymous@libofx.cvs.sourceforge.net:/cvsroot/libofx co -P modulename

Show:

What's happening?

  • Fix build errors in libofx-0.9.1 with g++-4.4.1

    Attempting to build libofx-0.9.1 (from the tarball) with g++ 4.4.1 (the default in Ubuntu 9.10 / build-essential package) fails because various system functions are assumed to exist without actually including the relevant header. This patch just adds the necessary #include statements to fix those errors.

    2009-11-01 06:57:19 UTC by jpabartholomew

  • Transaction posting date off by one

    KMyMoney users reported, that the postdate of a transaction was modified by one day while importing. We've seen reports before, and I thought we had fixed them in KMyMoney. Apparently not. So I tried to track this down. It was really confusing, because I had intermittent results when using different input formats (supplied by various banks). I think I tracked it down to a problem within the...

    2009-10-04 07:06:57 UTC by ipwizard

  • Comment: SWIG cannot process libofx.h to wrap the library

    The attached 'libofx.h-externC.patch' seems to do the job.

    2009-09-29 20:13:20 UTC by ajseward

  • Comment: Patch to allow SWIG to work

    libofx.h-externC.patch is an updated version. This version takes a different tack by putting extern "C" around the whole header.

    2009-09-29 20:12:29 UTC by ajseward

  • Comment: SWIG cannot process libofx.h to wrap the library

    Interesting patch. I'm a bit confused by the syntax with braces around a typedef?! Actually, I doubt whether the CFCT macro is needed for the typedefs anyway? But in any case, the macro CFCT which is just extern "C" for C++ and nothing for C is used for virtually anything in this header file anyway. Hence, it should better be used as a block around everything anyway: #ifdef __cplusplus extern...

    2009-09-22 19:56:24 UTC by cstim

  • SWIG cannot process libofx.h to wrap the library

    SWIG is getting confused by some function pointers in libofx.h (LibofxProcStatusCallback, LibofxProcAccountCallback, LibofxProcSecurityCallback, LibofxProcTransactionCallback, LibofxProcStatementCallback). There is a simple fix: adding extra braces around the function pointer declaration allows SWIG to process libofx.h directly. The fix is implemented in the attached file (identical to the...

    2009-09-11 19:43:31 UTC by ajseward

  • Patch to allow SWIG to work

    SWIG can get confused with function pointers. This patch adds some braces to help SWIG parse libofx.h.

    2009-09-11 19:36:06 UTC by ajseward

  • add a qif2ofx utility

    It add a qif2ofx utility.

    2009-08-26 11:00:37 UTC by nobody

  • Comment: 0.9.0 doesn't compile on Mac OS X

    The problem remains with 0.9.1. The problem only exists on Mac OS X 10.4. On 10.5 it compiles fine. Do you know that the iconv function prototype differs by OS and OS version? You need to detect which iconv function prototype is in use on the OS at build time and adapt to it.

    2009-08-24 06:13:37 UTC by ryandesign

Our Numbers