Aktivität
von 06.01.2021 bis 04.02.2021
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.
13.01.2021
Auch abrufbar als: Atom