0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
SVN r1070: - src/storage.c: fixed a bug More... about 18 years ago
SVN r1069: - src/storage: now logs creation of new objects More... about 18 years ago
SVN r1068: - 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 More... about 18 years ago
SVN r1067: Add include file ifdefs, which might be necessary on some windows (MSVC) platforms. More... about 18 years ago
Add cvsignores More... about 18 years ago
SVN r1066: added functions which allow iterating over const GWEN_IDLIST as well More... about 18 years ago
SVN r1065: more fixes to storage code More... about 18 years ago
SVN r1064: more fixes to storage code More... about 18 years ago
SVN r1063: added argument "reason" to GWEN_StoStorage_UnregisterClient() More... about 18 years ago
SVN r1062: fixed a typo More... about 18 years ago
SVN r1061: added function pr##_IdMap_FreeItems() to GWEN_IDMAP macros More... about 18 years ago
SVN r1060: added function pr##_IdMap_freeAll() to GWEN_IDMAP macros More... about 18 years ago
SVN r1059: Finally get BUILD detection work for all possible repositories More... about 18 years ago
SVN r1058: Let svn write the revision number directly into here on each svn update. Fixes all problems with using svninfo. More... about 18 years ago
SVN r1057: Add forgotten header to dist target to fix the distribution More... about 18 years ago
SVN r1056: Remove nonexisting file from EXTRA_DIST target More... about 18 years ago
SVN r1054: some fixes to storage code More... about 18 years ago
SVN r1053: more name changes to make the idmap functions fit better into gwenhywfar More... about 18 years ago
SVN r1052: added some idmap functions; add idmap files that were forgotten in the two commits beforehand More... about 18 years ago
SVN r1051: renamed idmap functions according to Christian's advices More... about 18 years ago
SVN r1050: - 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 to GWEN_BUFFERs and it returns a pointer to a GWEN_BUFFER rather than a void* pointer. More... about 18 years ago
SVN r1049: - 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 tables of 16 entries per table. More... about 18 years ago
SVN r1048: - 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. More... about 18 years ago
Remove MSDOS line endings that don't exist in the SVN master copy More... about 18 years ago
SVN r1047: parser/db.c: increased word buffer size; parser/xml.c: fixed a bug in GWEN_XMLNode_HandlePath More... about 18 years ago
SVN r1045: 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. More... about 18 years ago
SVN r1044: incremented version More... about 18 years ago
SVN r1043: removed prototype for a function which had been removed in previous versions More... about 18 years ago
SVN r1042: Update description on how to create a libgwenhywfar.lib file for MSVC More... about 18 years ago
SVN r1041: Revert r1040 because %lf is allowed very well for sscanf (but not for printf) More... about 18 years ago