Projekt

Allgemein

Profil

Revision:

Revisionen

# Datum Autor Kommentar
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

96e26b38 19.05.2006 15:01 christian

Remove nonexisting file from EXTRA_DIST target

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

0af5da60 19.05.2006 11:13 christian

Add svnignores for new directories

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

109abf3e 19.05.2006 01:07 martin

some fixes to storage code

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

65b302af 18.05.2006 18:47 martin

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

a0106f1c 18.05.2006 16:45 martin

added some idmap functions

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

329f515a 18.05.2006 16:33 martin

renamed idmap functions according to Christian's advices

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

eb46b489 18.05.2006 16:01 martin

- 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* pointers. So the function
GWEN_Buffer_IdMap_GetPtr() will only work on an idmap which stores pointers...

dfc91d67 18.05.2006 15:29 martin

- 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
fastly iterate over the pairs.
It allows for multiple storage algos. The first algo uses 8-step pointer...

672a005d 17.05.2006 19:15 martin

- 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 Gwenhywfar,
so API changes are likely to occurr.

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

b0d17053 11.05.2006 22:02 martin

- 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@1047 70169cfe-8b10-0410-8925-dcb4b91034d8

10cea984 11.05.2006 10:39 christian

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

1373f799 10.05.2006 14:14 christian

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

41d55d05 04.05.2006 23:00 martin

incremented version

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

30e8919f 04.05.2006 22:54 martin

- 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

bae4932e 24.04.2006 16:04 christian

Update description on how to create a libgwenhywfar.lib file for MSVC.

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

edcf1968 18.04.2006 19:57 christian

Revert r1040 because %lf is allowed very well for sscanf (but not for printf)

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

44c78795 18.04.2006 18:14 christian

Replace "%lf" by "%f" in sscanf because the "l" length modifier is not allowed for "f".

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

28f344f4 18.04.2006 18:11 christian

2006-04-18 Christian Stimming <>

  • src/gwenhywfarapi.h: Define attribute((deprecated)) not on
    all GNUC, but only on gcc >= 3.0.x because gcc-2.95 doesn't
    yet have it.
  • src/base/logger.h: Replace attribute((deprecated)) by the...

(2201-2225/3215) Pro Seite: 25, 50, 100

Auch abrufbar als: Atom