Aktivität
von 25.04.2006 bis 24.05.2006
23.05.2006
- 16:08 Revision 247667e2 (gwenhywfar): - src/storage.c: fixed a bug
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1070 70169cfe-8b10-0410-8925-dcb4b91034d8
- 04:18 Revision 1cc97236 (gwenhywfar): - src/storage: now logs creation of new objects
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1069 70169cfe-8b10-0410-8925-dcb4b91034d8
22.05.2006
- 23:52 Revision 23a7dc84 (gwenhywfar): - improved idmap code: now iterates over const idmaps (i.e. the argument
- *pid to the function GWEN_IdMap_FindNext() is now used as attach point
instead of an internally stored var). This a... - 17:25 Revision 45494bd4 (gwenhywfar): Add include file ifdefs, which might be necessary on some
- windows (MSVC) platforms.
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1067 70169cfe-8b10-0410-8925-d...
20.05.2006
- 06:47 Revision f6ee5cad (gwenhywfar): - src/base/idlist: added functions which allow iterating over
- const GWEN_IDLIST as well
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1066 70169cfe-8b10-0410-8925-... - 04:43 Revision eb763d87 (gwenhywfar): more fixes to storage code
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1065 70169cfe-8b10-0410-8925-dcb4b91034d8
- 03:07 Revision 1edb1f97 (gwenhywfar): more fixes to storage code
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1064 70169cfe-8b10-0410-8925-dcb4b91034d8
- 02:37 Revision 17a85f4b (gwenhywfar): - src/storage: added argument "reason" to GWEN_StoStorage_UnregisterClient(),
- which is now logged in the new log messages beginSession and endSession
git-svn-id: https://devel.aqbanking.de/svn/... - 02:10 Revision b97d4949 (gwenhywfar): fixed a typo
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1062 70169cfe-8b10-0410-8925-dcb4b91034d8
- 02:09 Revision 67722669 (gwenhywfar): - added function pr##_IdMap_FreeItems() to GWEN_IDMAP macros which e.g.
- expands to GWEN_Buffer_IdMap_freeItems() for
"GWEN_IDMAP_FUNCTION_DEFS(GWEN_BUFFER, GWEN_Buffer)".
This function ... - 01:59 Revision 56a3afae (gwenhywfar): - added function pr##_IdMap_freeAll() to GWEN_IDMAP macros which e.g. expands
- to GWEN_Buffer_IdMap_freeAll() for
"GWEN_IDMAP_FUNCTION_DEFS(GWEN_BUFFER, GWEN_Buffer)".
This function frees all ...
19.05.2006
- 15:14 Revision 91b79cc2 (gwenhywfar): Finally get BUILD detection work for all possible repositories
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1059 70169cfe-8b10-0410-8925-dcb4b91034d8
- 15:03 Revision 11f47067 (gwenhywfar): Let svn write the revision number directly into here on each svn update. Fixes all problems with using svninfo.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1058 70169cfe-8b10-0410-8925-dcb4b91034d8
- 15:02 Revision 633e4773 (gwenhywfar): Add forgotten header to dist target to fix the distribution
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1057 70169cfe-8b10-0410-8925-dcb4b91034d8
- 15:01 Revision 96e26b38 (gwenhywfar): Remove nonexisting file from EXTRA_DIST target
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1056 70169cfe-8b10-0410-8925-dcb4b91034d8
- 11:13 Revision 0af5da60 (gwenhywfar): Add svnignores for new directories
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1055 70169cfe-8b10-0410-8925-dcb4b91034d8
- 01:07 Revision 109abf3e (gwenhywfar): some fixes to storage code
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1054 70169cfe-8b10-0410-8925-dcb4b91034d8
18.05.2006
- 18:47 Revision 65b302af (gwenhywfar): more name changes to make the idmap functions fit better into gwenhywfar
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1053 70169cfe-8b10-0410-8925-dcb4b91034d8
- 16:45 Revision a0106f1c (gwenhywfar): added some idmap functions
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1052 70169cfe-8b10-0410-8925-dcb4b91034d8
- 16:33 Revision 329f515a (gwenhywfar): renamed idmap functions according to Christian's advices
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1051 70169cfe-8b10-0410-8925-dcb4b91034d8
- 16:01 Revision eb46b489 (gwenhywfar): - added typesafe macros for idmap (like those macros for GWEN_LIST2), e.g.
- "GWEN_IDMAP_FUNCTION_DEFS(GWEN_BUFFER, GWEN_Buffer)" would create an idmap
for GWEN_BUFFER objects instead of void*... - 15:29 Revision dfc91d67 (gwenhywfar): - added base/idmap: This code allows for fast and efficient storage of
- pairs of [32-bit ID and a void* pointer].
Such pairs can be set, reset and sought. This new class also allows to
...
17.05.2006
- 19:15 Revision 672a005d (gwenhywfar): - added storage framework (to be used by some of my developing projects)
- - added first storage plugin which uses local files
The storage framework is not yet part of the official API of Gw...
11.05.2006
- 22:02 Revision b0d17053 (gwenhywfar): - parser/db.c: increased word buffer size
- - parser/xml.c: fixed a bug in GWEN_XMLNode_HandlePath
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@... - 10:39 Revision 10cea984 (gwenhywfar): Add complete set of svn:ignore so that no files are reported with unknown status.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1046 70169cfe-8b10-0410-8925-dcb4b91034d8
10.05.2006
- 14:14 Revision 1373f799 (gwenhywfar): Change RELEASE_STRING of svn versions from x.y.z-r111 to x.y.z.r111 because tools like rpmbuild do not accept a '-' inside the version numbers.
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1045 70169cfe-8b10-0410-8925-dcb4b91034d8
04.05.2006
- 23:00 Revision 41d55d05 (gwenhywfar): incremented version
- git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1044 70169cfe-8b10-0410-8925-dcb4b91034d8
- 22:54 Revision 30e8919f (gwenhywfar): - removed prototype for a function which had been removed in previous
- versions
git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1043 70169cfe-8b10-0410-8925-dcb4b91034d8
Auch abrufbar als: Atom