24 Apr 2004 01:37
New command line handling
Benoit Grégoire <bock <at> step.polymtl.ca>
2004-04-23 23:37:04 GMT
2004-04-23 23:37:04 GMT
Just a quick note to tell you that I haven't been sleeping and that work on the very boring but very important cleanup of libofx plumbing is progressing. Now all that is left is integrating libcurl in the build system and I can begin actual work on OFX DirectConnect. 23/4/2004 Benoit Grégoire <bock <at> step.polymtl.ca> * At long last, a flexible and extendable command line parser is used in ofxdump. This was essential for debuging, and even more essential for developing Direct Connect. Immediate benefits are that you can set the desired debug output without recompiling. Check ofxdump --help for options. * configure.in: gengetopt will be used if available. * lib/Makefile.am: * ofxdump/Makefile.am * ofxdump/ofxdump.cpp * lib/getopt.c lib/getopt1.c lib/gnugetopt.h: Required in case getopt_long() isn't available. * ofxdump/cmdline.ggo: Command line argument definitions. * ofxdump/cmdline.c,h: Files generated by gengetopt, must be in CVS so developers don't have to have gengetopt installed. * Much improved file format handling. Supported file formats can now be listed and described. * inc/libofx.h: * lib/context.hh * lib/file_preproc.cpp * lib/file_preproc.hh -- -- Benoit Grégoire, http://step.polymtl.ca/~bock/
RSS Feed