Projekt

Allgemein

Profil

Aktivität

von 03.02.2021 bis 04.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...
admin

26.02.2021

12:56 Revision eb331271 (gwenhywfar): Build: Add warning option to compiler flags.
admin
00:50 Revision cb4dc34b (gwenhywfar): OS: Added argument to GWEN_Semaphore_new().
admin

24.02.2021

01:00 Revision 64cfe111 (gwenhywfar): Updated gource script.
admin

23.02.2021

21:59 Revision de34c199 (gwenhywfar): OS: Export semaphore symbols.
admin

21.02.2021

21:51 gwenhywfar-5.6.0.tar.gz
martin
21:51 gwenhywfar-5.6.0.tar.gz.asc
martin

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...
wrobelda

16.02.2021

21:00 Revision e55548fb (gwenhywfar): i18n: Update German translation
222 translated. cstimming
20:54 Revision 6369106d (gwenhywfar): i18n: Add missing source files to i18nsources target
cstimming

15.02.2021

21:01 Revision 01f55fa3 (gwenhywfar): Released 5.6.0
admin
21:00 Revision 8a9795c0 (gwenhywfar): Released 5.6.0
admin
20:31 Revision cbc46e0b (gwenhywfar): Prepared release 5.6.0.
admin
18:50 Revision 4f1ef3f9 (gwenhywfar): XmlCmd: Parse "time" data.
admin
14:35 Revision b20ecaae (gwenhywfar): Increased version.
admin
14:34 Revision d57b7405 (gwenhywfar): XML: Added flag "GWEN_XML_FLAGS_SGML" to be used for AqBankings XML importer.
admin

14.02.2021

17:46 Revision 68e0cdd9 (gwenhywfar): Fix missing windows callback qualifiers for cgui
Following up on f1cee59a now also for cgui.c cstimming
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...
cstimming

13.02.2021

02:17 Revision 553a921f (gwenhywfar): Released version 5.5.1
admin
02:16 Revision 4f8fe3a6 (gwenhywfar): Released version 5.5.1
admin
02:04 gwenhywfar-5.5.1.tar.gz
martin
02:04 gwenhywfar-5.5.1.tar.gz.asc
martin
00:39 Revision 2347ced4 (gwenhywfar): Prepared release 5.5.1.
admin

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
jralls@ceridwen.us

10.02.2021

23:03 Revision 927b3e83 (gwenhywfar): Minor changes.
admin
22:52 Revision bbf581ee (gwenhywfar): gwenbuild: Added more classes.
admin
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...
admin
01:58 Revision b96fdd7e (gwenhywfar): Correct type mismatch for _threadRun_cb.
Fixes https://www.aquamaniac.de/rdm/issues/230 jralls@ceridwen.us

09.02.2021

22:07 Revision 150fc410 (gwenhywfar): GWBUILD: Added some more classes.
admin

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...
admin

07.02.2021

00:40 Revision dde19bf9 (gwenhywfar): Released version 5.5.0stable.
admin
00:39 Revision 0c5cc043 (gwenhywfar): Released 5.5.0stable.
admin
00:29 gwenhywfar-5.5.0.tar.gz
martin
00:29 gwenhywfar-5.5.0.tar.gz.asc
martin
00:26 Revision 2d46a215 (gwenhywfar): Prepared release 5.5.0stable.
admin

06.02.2021

21:52 Revision e05be729 (gwenhywfar): OS: Windows stuff can now be compiled again.
admin
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...
admin
00:11 Revision e24b5643 (gwenhywfar): Build: Moved header files to installable section.
admin
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...
admin

04.02.2021

22:53 Revision db8ac005 (gwenhywfar): Added a test for nogui code and multi-threading.
admin
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...
admin
22:03 Revision 8e86b273 (gwenhywfar): Fixed a makefile target.
admin
22:03 Revision d9f26b08 (gwenhywfar): Fixed a compiler warning.
admin
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.
admin
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...
admin
21:56 Revision f54fca55 (gwenhywfar): Fixed typos.
admin
18:00 Revision 015d026c (gwenhywfar): Started reworking GWEN_GUI.
Split gui.c into multiple files to get an overview. admin
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).
admin

03.02.2021

21:05 Revision 7e45ce14 (gwenhywfar): Added axm_pthread.m4 (copied from aclocal-1.15).
admin
20:56 Revision 9d0a1a7f (gwenhywfar): Use AX_PTHREAD instead of ACX_PTHREAD (the latter doesn't seem to exist on my jenkins machine).
admin
20:28 Revision c6546180 (gwenhywfar): Fixed some compiler warnings.
admin
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).
admin
20:02 Revision 648b6dfc (gwenhywfar): OS: Added first thread implementation for Windows (not tested, yet).
admin
19:21 Revision 080cc3bd (gwenhywfar): OS: Started implementing GWEN_Thread
This will probably first be used in AqDatabase. admin
 

Auch abrufbar als: Atom