Aktivität
von 20.09.2019 bis 19.10.2019
19.10.2019
- 22:38 Revision 0fdd949a (gwenhywfar): Add gnutls include flags explicitly in those Makefiles where they are needed.
- 22:37 Revision e15af6a9 (gwenhywfar): Windows: Fix missing GWENHYWFAR_CB declaration of testSignals function.
- 22:37 Revision c8881363 (gwenhywfar): Fix compiler warning about unused variable if HAVE_I18N is unset.
- 22:36 Revision 82a30413 (gwenhywfar): Fix printf format specifiers for windows compatibility using macros from <inttypes.h>
- Now really fixed after d86a71a0 and deccd267.
- 21:54 Revision b0450ebc (gwenhywfar): Fix another windows printf format specifier.
- Similar to and copied from be69cdb9.
18.10.2019
- 22:28 Revision 96ff10c8 (gwenhywfar): Fix missing GWENHYWFAR_CB attribute at function definition.
- Was missing since aee95892, checked with cross-compile to i686-w64-ming32 host.
- 00:07 Revision 6058b905 (gwenhywfar): Partially reverted a previous commit.
- Actually, we do need GWEN_InetAddr_ModuleInit() et al.
17.10.2019
- 23:37 Revision 0d354e3c (gwenhywfar): More work on compiler warnings.
- 23:36 Revision 64ba73f6 (gwenhywfar): More fixes for compiler warnings.
- 23:36 Revision 7457d71f (gwenhywfar): Fixed compiler warnings.
- 19:00 Revision f9e36299 (gwenhywfar): Added entry to TODO.
- 18:59 Revision 1ded799f (gwenhywfar): BUILD: Disable some warnings, started fixing compiler warnings.
- 11:09 Revision 3a74228f (gwenhywfar): Prepared release 4.99.23rc7
14.10.2019
- 23:48 Revision 3de01150 (gwenhywfar): ConfigMgrDir: Increased verbosity in GWEN_ConfigMgrDir_MkUniqueIdFromId()
- 23:48 Revision aee95892 (gwenhywfar): ConfigMgr: Add GWENHYWFAR_CB to virtual functions.
- 22:41 Revision c5e218cc (gwenhywfar): More printf format specifier standarization from <inttypes.h>
- 22:35 Revision c37108bc (gwenhywfar): Minor windows debug output improvement (maybe a problem with the format specifier?)
- 22:35 Revision be69cdb9 (gwenhywfar): Fix another windows printf format specifier.
- In this particular case, a printf format specifier for size_t is needed,
but <inttypes.h> does not have one. We defin... - 22:31 Revision d86a71a0 (gwenhywfar): Fix printf format specifiers for windows compatibility using macros from <inttypes.h>
- For explanation, see e.g.
https://en.cppreference.com/w/cpp/header/cinttypes
https://stackoverflow.com/questions/1685...
13.10.2019
- 23:00 Revision e3050bb0 (gwenhywfar): Fixed a bug introduced by my latest commit.
- 22:48 Revision 1f34d9ec (gwenhywfar): GTK3 GUI: Fixed memory leaks.
- 22:26 Revision deccd267 (gwenhywfar): Minor windows warnings fixed
- - missing include for _mkdir
- Removed cast from void* (8 byte on x86_64) to int in debug output
- Commented out unus... - 22:25 Revision 180c9cd2 (gwenhywfar): Minor windows compile warnings improved
- - unused static function, unused variable ifdef'd out
- 21:11 Revision 5b2c58bf (gwenhywfar): Minor autoconf fix for gcc version output "7.3-win32"
- 18:08 Revision d21c36fd (gwenhywfar): For the console user interface, add a log level for progress messages, controlled by a new environment variable GWEN_CPROGRESS_LOGLEVEL.
- 18:08 Revision 2383fae2 (gwenhywfar): For the console user interface, all output goes to stderr, mixing debug and progress messages. This patch changes progress messages and dialogs to go to stdout instead, allowing for separating debug and ui messages using shell redirections.
- 18:08 Revision 88a8b7ae (gwenhywfar): fix a warning (at least for GCC 7)
12.10.2019
10.10.2019
- 23:59 Revision c3ddf2b0 (gwenhywfar): msgengine: Started cleanup of GWEN_MsgEngine__ReadGroup().
- 22:25 Revision 86c09de8 (gwenhywfar): Removed one point from TODO list (already done).
- 13:26 Revision 491fac3c (gwenhywfar): Revert "Incorporated a patch provided by pkzw via #130."
- This reverts commit 2df3e11e4cb366ee8559c2e8e05c6aad6c72cf5c.
- 13:26 Revision 607bc728 (gwenhywfar): Revert "Fixed newly introduced compiler warning."
- This reverts commit 275292efdd7e0383107afc2380c05aab8a9a7cb9.
08.10.2019
- 02:47 Revision 1e83f6c8 (gwenhywfar): Prepared release 4.99.22rc6.
- 02:01 Revision 275292ef (gwenhywfar): Fixed newly introduced compiler warning.
- 01:59 Revision 2df3e11e (gwenhywfar): Incorporated a patch provided by pkzw via #130.
- 01:15 Revision 40f3fa0c (gwenhywfar): More cmpiler fixes.
- 01:11 Revision 342230ca (gwenhywfar): Fixed more compiler warnings.
- 00:58 Revision aef2ae72 (gwenhywfar): Another try to fix gcc warnings.
- 00:52 Revision 8db29732 (gwenhywfar): Try to fix compiler warnings by increasing buffer size.
- 00:46 Revision d419ab95 (gwenhywfar): Incremented version.
04.10.2019
03.10.2019
- 21:33 Revision fdc653d5 (gwenhywfar): Fix function definition for windows with missing GWENHYWFAR_CB declaration.
- Pointed out by jralls in
https://github.com/Gnucash/gnucash-on-windows/pull/22 - 19:51 Revision bf4ad7f1 (gwenhywfar): Makefile upgrade: Fix warning to replace $INCLUDES by $AM_CPPFLAGS
02.10.2019
- 22:19 Revision 5beaf02f (gwenhywfar): ax_have_qt.m4: Fix not getting variables from the generated Makefile on Windows
- Under Windows, the generated Makefile does not contain the required
information by default, because it is contained i... - 22:19 Revision 11b63e8a (gwenhywfar): Revert ax_have_qt.m4 to version 12 to restore custom path for Qt5 qmake
30.09.2019
29.09.2019
- 18:55 Revision 4b92f3b1 (gwenhywfar): Fixed memory leaks.
- 16:26 Revision cd9ab0b8 (gwenhywfar): TEXT: Improved GWEN_Text_ReplaceVars().
- Handle maxLen, if set.
- 14:38 Revision a60c67c0 (gwenhywfar): QT5: Fixed compiler warnings.
- 14:37 Revision 61039165 (gwenhywfar): GTK3: Fixed compiler warnings.
- 14:37 Revision 088cdc89 (gwenhywfar): GTK2: Fixed compiler warnings.
- 14:28 Revision b6d90e32 (gwenhywfar): DB: Added function GWEN_DB_WriteVarValueToBuffer()
- 01:32 Revision b0b614bd (gwenhywfar): TEXT/DB: Transform GWEN_DB_ReplaceVars into more generic GWEN_Text_ReplaceVars
- Variable names may now contain ":xxx" parts specifying the maximum length.
This can be used by aqbanking-cli to impr...
28.09.2019
27.09.2019
- 18:31 Revision 11952de5 (gwenhywfar): GUI: Improved GWEN_Gui_StdPrintf()
- if vsnprintf returns "-1", then there is a problem (maybe bad format
string??), in this case we should not try to mal... - 18:30 Revision 8b78c240 (gwenhywfar): MEMORY: Print error message on malloc error.
25.09.2019
- 22:16 Revision 6a8fc4e2 (gwenhywfar): Prepared release 4.99.18rc2.
- 19:36 Revision 426ce38d (gwenhywfar): Fixed compiler warnings.
- 19:36 Revision 634430e6 (gwenhywfar): BASE: removed unused code.
- The code encapsulated by ENABLE_MY_SMALL_BLOCK_ALLOC was only a test
to find out whether allocating memory completely... - 16:04 Revision 31fbb242 (gwenhywfar): GUI: Fixed memleaks (as suggested by thbe in #35).
- 14:41 Revision 40e8521f (gwenhywfar): Fix libtool warning: "undefined symbols not allowed in i686-w64-mingw32 shared libraries"
- 14:40 Revision 11eb3f3c (gwenhywfar): BUILD: Fixed build on windows (Patch provided by rhabacker).
- Beside https://www.aquamaniac.de/rdm/issues/27 additional cmake related
config files are broken on Windows and will b... - 14:40 Revision 6a58ad08 (gwenhywfar): Fix finding gwenhywfar Qt5 library for cmake build system
- 14:40 Revision 1b49e081 (gwenhywfar): BUILD: Fixed QT4 on windows (Patch provided by rhabacker).
- The appended patch fixes qt4 build and use support by client libraries on
Windows.
The patch has been used to cross b... - 13:35 Revision 3c98b74c (gwenhywfar): BUILD: Incremented version number.
- 13:34 Revision 74d547be (gwenhywfar): TEXT: Add GWEN_Text_strndup()
- On Windows there is no strndup(), so we provide a replacement here.
For non-Windows systems we simply use strndup(). - 00:11 Revision cc9db671 (gwenhywfar): Prepared release 4.99.17rc1
24.09.2019
- 23:35 Revision 0e87d592 (gwenhywfar): TEXT: Decreased verbosity.
- 23:34 Revision 0a5a1005 (gwenhywfar): XML: Don't try to convert utf8 to UTF-8
- Without this change AqHBCI gets extremely slow.
- 22:42 Revision 83557126 (gwenhywfar): Fix libtool warning: "undefined symbols not allowed in i686-w64-mingw32 shared libraries"
- 22:37 Revision 1f66f2d4 (gwenhywfar): BUILD: Fixed build on windows (Patch provided by rhabacker).
- Beside https://www.aquamaniac.de/rdm/issues/27 additional cmake related
config files are broken on Windows and will b... - 22:34 Revision 9c119630 (gwenhywfar): Fix finding gwenhywfar Qt5 library for cmake build system
- 22:33 Revision 0db31b8e (gwenhywfar): BUILD: Fixed QT4 on windows (Patch provided by rhabacker).
- The appended patch fixes qt4 build and use support by client libraries on
Windows.
The patch has been used to cross b... - 22:31 Revision acb31169 (gwenhywfar): TLS: Fixed function prototype (patch provided by John Ralls).
- Because of a mismatched signature between the declaration and
implementation of GWEN_SyncIo_Tls_Internal_CheckCert.
22.09.2019
- 23:20 Revision d12d4d2d (gwenhywfar): BUILD: Onlky remove dir gwenhywfar5 on "make distclean" (fixes #67).
20.09.2019
- 21:52 Revision 14cc0290 (gwenhywfar): Merge remote-tracking branch 'origin/dev-xmlparser-encoding'
- Included encoding handling changes to GWEN_XML from Elias's branch.
- 21:49 Revision bd6f1990 (gwenhywfar): BUILD: Prepared release 4.99.16beta.
- 20:58 Revision 99da44f2 (gwenhywfar): CRYPT: Fixed a compiler warning.
Auch abrufbar als: Atom