improved list templates a bit
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@476 70169cfe-8b10-0410-8925-dcb4b91034d8
- added a tool which can automatically create header files appropriate for doxygen (this is because normally a list defined by GWEN_LIST_FUNCTION_DEFS is not documented): mklistdoc. Gwen now uses this tool to include API doc for all list functions defined...
Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@474 70169cfe-8b10-0410-8925-dcb4b91034d8
2004-08-02 Christian Stimming <stimming@tuhh.de>
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@473 70169cfe-8b10-0410-8925-dcb4b91034d8
fix on APIDOC
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@472 70169cfe-8b10-0410-8925-dcb4b91034d8
ran Doxygen.in through doxywizard
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@471 70169cfe-8b10-0410-8925-dcb4b91034d8
- very much improved generation of API doc. In combination with the changes in my other projects the new target "install-srcdoc" now creates combined API docs (e.g. API doc for AqBanking now links to that of Gwenhywfar etc)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@470 70169cfe-8b10-0410-8925-dcb4b91034d8
- GWEN_WaitCallback_Enter() is now a macro. This allows me track down the origin of a Callback (i.e. from where is has been entered).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@469 70169cfe-8b10-0410-8925-dcb4b91034d8
removed debug messages
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@468 70169cfe-8b10-0410-8925-dcb4b91034d8
- API change !! Now all callbacks are kept in a flat list. You also now need to unregister callbacks you once registered ! -> SO_VERSION incremented, SO_AGE=0 (makes it effectively .so.15)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@467 70169cfe-8b10-0410-8925-dcb4b91034d8
- base/waitcallback: fixed a bug (was unable to find callbacks by id).
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@466 70169cfe-8b10-0410-8925-dcb4b91034d8
- base/stringlist: Added GWEN_StringList_SetSenseCase() which allows changing the behaviour regarding cases. The default behaviour has now changed to ignore cases.- base/plugindescr: Added field "isActive", this can be set by applications
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@465 70169cfe-8b10-0410-8925-dcb4b91034d8
- gwenhywfar.m4: fixed a buf (was always using libgwen_pp instead of libgwenhywfar)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@464 70169cfe-8b10-0410-8925-dcb4b91034d8
- fixed a bug in POSIX libloader
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@463 70169cfe-8b10-0410-8925-dcb4b91034d8
2004-07-30 Christian Stimming <stimming@tuhh.de>
and yet even more small fixes ;-)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@461 70169cfe-8b10-0410-8925-dcb4b91034d8
yet even more small fixes ;-)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@460 70169cfe-8b10-0410-8925-dcb4b91034d8
minor fixes
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@459 70169cfe-8b10-0410-8925-dcb4b91034d8
small fix
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@458 70169cfe-8b10-0410-8925-dcb4b91034d8
- base: added module PluginDescription. This module loads all XML files from a directory and tries to extract plugin informations from them. In future all my plugins will be shipped with such an XML file to allow scanning for available plugins without the need to actually load the...
- parser/text: added GWEN_Text_CheckSimilarity() which checks how equal two strings are (untested)
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@456 70169cfe-8b10-0410-8925-dcb4b91034d8
Comment out unused variables
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@455 70169cfe-8b10-0410-8925-dcb4b91034d8
- base/misc2.h: added *List2_ForEach functions
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@454 70169cfe-8b10-0410-8925-dcb4b91034d8
added misc2.h
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@453 70169cfe-8b10-0410-8925-dcb4b91034d8
- base: added misc2.h This file now contains wrappers around a GWEN_LIST which allow typesafe use of a GWEN_LIST.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@452 70169cfe-8b10-0410-8925-dcb4b91034d8
Auch abrufbar als: Atom