Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
3cc6b072 16.07.2006 22:43 martin

- fixed a bug in list.c (pointed out by "Archimedes Submerged")

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1081 70169cfe-8b10-0410-8925-dcb4b91034d8

30d80c59 16.07.2006 10:48 martin

- added a simple signal/slot framework which allows a single signal to be
connected to multiple matching slots
- GWEN_List_Erase(): The given iterator is moved toward the next element in
any case (if there is no next element then the iterator will point to 0)....

c46fd9ee 13.07.2006 18:20 martin

prepared release

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1079 70169cfe-8b10-0410-8925-dcb4b91034d8

3f4f0a7e 03.07.2006 13:28 martin

use install -p in my own Makefile.cvs target

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1078 70169cfe-8b10-0410-8925-dcb4b91034d8

2b09a13f 23.06.2006 03:02 martin

adjusted VERSION_TAG

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1077 70169cfe-8b10-0410-8925-dcb4b91034d8

da527ee7 23.06.2006 01:31 martin

implemented checkFile function of xmldb plugin

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1076 70169cfe-8b10-0410-8925-dcb4b91034d8

9077e1cc 23.06.2006 01:16 martin

- added GWEN_DBIO plugin for XML data

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1075 70169cfe-8b10-0410-8925-dcb4b91034d8

cafd71e7 15.06.2006 22:41 martin

prepared release 2.3.0

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1074 70169cfe-8b10-0410-8925-dcb4b91034d8

853d175b 15.06.2006 22:27 martin

- decreased verbosity of nl_packets.c

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1073 70169cfe-8b10-0410-8925-dcb4b91034d8

7bed38cc 03.06.2006 05:28 martin

- plugins/storage/localfiles:
- fixed a problem with the latest checkin:
The storage code assumes that every object has a unique id. So to ensure
this while keeping GWEN_IDMAPs effective the upper 8 bytes of the id
are now reserved for the type....

381022f6 01.06.2006 21:18 martin

- src/storage:
- fixed some bugs
- object ids are now only unique within a type's namespace. This allows
for a more efficient use of GWEN_IDMAP to store object ids per type.

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1071 70169cfe-8b10-0410-8925-dcb4b91034d8

247667e2 23.05.2006 16:08 martin

- src/storage.c: fixed a bug

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1070 70169cfe-8b10-0410-8925-dcb4b91034d8

1cc97236 23.05.2006 04:18 martin

- src/storage: now logs creation of new objects

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1069 70169cfe-8b10-0410-8925-dcb4b91034d8

23a7dc84 22.05.2006 23:52 martin

- 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 also allows for multiple
iterations in parallel

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1068 70169cfe-8b10-0410-8925-dcb4b91034d8

45494bd4 22.05.2006 17:25 christian

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-dcb4b91034d8

f6ee5cad 20.05.2006 06:47 martin

- 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-dcb4b91034d8

eb763d87 20.05.2006 04:43 martin

more fixes to storage code

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1065 70169cfe-8b10-0410-8925-dcb4b91034d8

1edb1f97 20.05.2006 03:07 martin

more fixes to storage code

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1064 70169cfe-8b10-0410-8925-dcb4b91034d8

17a85f4b 20.05.2006 02:37 martin

- 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/gwenhywfar/trunk@1063 70169cfe-8b10-0410-8925-dcb4b91034d8

b97d4949 20.05.2006 02:10 martin

fixed a typo

git-svn-id: https://devel.aqbanking.de/svn/gwenhywfar/trunk@1062 70169cfe-8b10-0410-8925-dcb4b91034d8

67722669 20.05.2006 02:09 martin

- 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 frees all objects stored in the GWEN_IDMAP and clears the
GWEN_IDMAP (e.g. make it contain no ids afterwards)....

56a3afae 20.05.2006 01:59 martin

- 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 objects stored in the GWEN_IDMAP and frees the
GWEN_IDMAP itself....

91b79cc2 19.05.2006 15:14 christian

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

11f47067 19.05.2006 15:03 christian

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

633e4773 19.05.2006 15:02 christian

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

(2176-2200/3208) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom