Aktivität
von 16.01.2021 bis 14.02.2021
14.02.2021
- 17:46 Revision 68e0cdd9 (gwenhywfar): Fix missing windows callback qualifiers for cgui
- Following up on f1cee59a now also for cgui.c
- 17:44 Revision 0c51ac4d (gwenhywfar): Fix compiler warnings/errors on windows
- The threadRun function must return an integer, not a pointer.
Include <winsock2.h> requests to be included before <wi...
13.02.2021
- 02:17 Revision 553a921f (gwenhywfar): Released version 5.5.1
- 02:16 Revision 4f8fe3a6 (gwenhywfar): Released version 5.5.1
- 00:39 Revision 2347ced4 (gwenhywfar): Prepared release 5.5.1.
12.02.2021
- 12:38 Revision f1cee59a (gwenhywfar): Consistently use GWENHYWFAR_CB in callback decls and defs.
- To permit successful compilation on Microsoft Windows.
Fixes https://www.aquamaniac.de/rdm/issues/231
10.02.2021
- 23:03 Revision 927b3e83 (gwenhywfar): Minor changes.
- 22:52 Revision bbf581ee (gwenhywfar): gwenbuild: Added more classes.
- 13:57 Revision 53bfce04 (gwenhywfar): gwbuild: Work on existing classes.
- - added some functions to keyvaluepair*.{c,h}
- change type of "includeList" from GWEN_STRINGLIST to GWB_KEYVALUEPAIR... - 01:58 Revision b96fdd7e (gwenhywfar): Correct type mismatch for _threadRun_cb.
- Fixes https://www.aquamaniac.de/rdm/issues/230
09.02.2021
08.02.2021
- 23:04 Revision 9a169a87 (gwenhywfar): Started working on gwbuild.
- gwbuild is my 2nd try to build a small and fast build system. It will
first be tested with AqDatabase and might later...
07.02.2021
- 00:40 Revision dde19bf9 (gwenhywfar): Released version 5.5.0stable.
- 00:39 Revision 0c5cc043 (gwenhywfar): Released 5.5.0stable.
- 00:26 Revision 2d46a215 (gwenhywfar): Prepared release 5.5.0stable.
06.02.2021
- 21:52 Revision e05be729 (gwenhywfar): OS: Windows stuff can now be compiled again.
- 00:13 Revision c72f657c (gwenhywfar): GWEN_DATE: Major speedup.
- The function GWEN_Date_fromString() is very often called by Aqfinance
so a speedup here improves the overall performa... - 00:11 Revision e24b5643 (gwenhywfar): Build: Moved header files to installable section.
- 00:10 Revision 3d85c139 (gwenhywfar): GWEN_IdList64: Make argument to GWEN_IdList64_Iterator_new() const.
- From now on GWEN_IdList64_Iterator_new() will no longer attach to the
original list which makes it possible to change...
04.02.2021
- 22:53 Revision db8ac005 (gwenhywfar): Added a test for nogui code and multi-threading.
- 22:53 Revision aa239754 (gwenhywfar): Fixed a bug in nogui.c.
- Loghook needs to return "1" for handled messages, otherwise GWEN_GUI
will fallback to printing the log message by its... - 22:03 Revision 8e86b273 (gwenhywfar): Fixed a makefile target.
- 22:03 Revision d9f26b08 (gwenhywfar): Fixed a compiler warning.
- 22:02 Revision a4df62b5 (gwenhywfar): Added GWEN_NoGui_new() which returns a GUI implementation which does nothing.
- Use this as a template for your own implementation of as a simple
implementation for side-threads. - 22:01 Revision d4d4df69 (gwenhywfar): No longer directly use global variable gwenhywfar_gui.
- We now use a thread-local variable, so a thread can set its own GUI
implementation.
The reason is that most X11 GUIs... - 21:56 Revision f54fca55 (gwenhywfar): Fixed typos.
- 18:00 Revision 015d026c (gwenhywfar): Started reworking GWEN_GUI.
- Split gui.c into multiple files to get an overview.
- 17:59 Revision 90d57c08 (gwenhywfar): Added class GWEN_THREADLOCALDATA.
- For now only implemented for POSIX systems using pthread.
Started implementation for Windows (not tested, yet).
03.02.2021
- 21:05 Revision 7e45ce14 (gwenhywfar): Added axm_pthread.m4 (copied from aclocal-1.15).
- 20:56 Revision 9d0a1a7f (gwenhywfar): Use AX_PTHREAD instead of ACX_PTHREAD (the latter doesn't seem to exist on my jenkins machine).
- 20:28 Revision c6546180 (gwenhywfar): Fixed some compiler warnings.
- 20:07 Revision a67fbbad (gwenhywfar): Add PTHREAD_CFLAGS to libgwenhywfar_la_LIBADD.
- This adds "-pthread" to CFLAGS, which should have been done by
ACX_PTHREAD (seems to be a known problem). - 20:02 Revision 648b6dfc (gwenhywfar): OS: Added first thread implementation for Windows (not tested, yet).
- 19:21 Revision 080cc3bd (gwenhywfar): OS: Started implementing GWEN_Thread
- This will probably first be used in AqDatabase.
Auch abrufbar als: Atom