Aktivität
von 02.02.2021 bis 03.03.2021
28.02.2021
- 18:27 Revision c7e26c35 (gwenhywfar): OS: More work on threads.
- Added functions to set flags. Those are used when creating a thread.
The only flag currently available allows for cre...
26.02.2021
- 12:56 Revision eb331271 (gwenhywfar): Build: Add warning option to compiler flags.
- 00:50 Revision cb4dc34b (gwenhywfar): OS: Added argument to GWEN_Semaphore_new().
24.02.2021
23.02.2021
21.02.2021
20.02.2021
- 08:41 Revision b953672c (gwenhywfar): Fix out of tree builds
- This updates the ax_have_qt.m4 to the current upstream version,
which includes a fix (b15e688294b3be8481e477b16b52c7f...
16.02.2021
- 21:00 Revision e55548fb (gwenhywfar): i18n: Update German translation
- 222 translated.
- 20:54 Revision 6369106d (gwenhywfar): i18n: Add missing source files to i18nsources target
15.02.2021
- 21:01 Revision 01f55fa3 (gwenhywfar): Released 5.6.0
- 21:00 Revision 8a9795c0 (gwenhywfar): Released 5.6.0
- 20:31 Revision cbc46e0b (gwenhywfar): Prepared release 5.6.0.
- 18:50 Revision 4f1ef3f9 (gwenhywfar): XmlCmd: Parse "time" data.
- 14:35 Revision b20ecaae (gwenhywfar): Increased version.
- 14:34 Revision d57b7405 (gwenhywfar): XML: Added flag "GWEN_XML_FLAGS_SGML" to be used for AqBankings XML importer.
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