Aktivität von cstimming
von 02.10.2019 bis 31.10.2019
31.10.2019
- 19:10 AqBanking Revision 693727b0 (aqbanking): Add travis build to get automated build feedback.
- To activate, simply push this repo to github, and travis-ci.org
will start to build it, see e.g.
https://travis-ci.or...
27.10.2019
- 22:29 Gwenhywfar Revision 14d5fb74 (gwenhywfar): Fix compiler error with mingw-x86_64: "long int" is still 32bit there.
- Hence, the 32 bit "long int" must be cast to a 64bit int first, then
to a pointer. Explained here nicely:
https://sta... - 21:58 Gwenhywfar Revision 2aaaa431 (gwenhywfar): Fix detection of <libintl.h> for windows cross-compile environment.
- It is not available in a plain Ubuntu 18.04 mingw-w64 cross-compile
package, so configure must correctly detect that ...
24.10.2019
- 21:59 AqBanking Revision fe9dcc2b (aqbanking): Fix potentially uninitialized variable, as pointed out by compiler warning.
- 20:35 Gwenhywfar Revision b2bf1492 (gwenhywfar): Simplify gnutls lookup: pkg-config is fine for windows, too.
- Also, as gnutls>=2.9.8 is required, the check for the function
that exists since >=1.6 is no longer needed.
22.10.2019
- 22:18 Gwenhywfar Revision ccbd359b (gwenhywfar): Update German translation
20.10.2019
- 17:48 AqBanking Revision d441eab8 (aqbanking): Improve makefiles: If astyle is not there, just replace it with no-op echo because compiling is nevertheless possible.
- 17:46 Gwenhywfar Revision cd675479 (gwenhywfar): Improve makefiles: If astyle is not there, just replace it with no-op echo because compiling is nevertheless possible.
19.10.2019
- 23:21 AqBanking Revision c9c08e5a (aqbanking): Fix more printf format specifiers for windows.
- Similar to 7ba425ce and I still need to look up the macro names
in https://en.cppreference.com/w/cpp/header/cinttypes - 23:20 AqBanking Revision ffb562de (aqbanking): Windows: Fix another missing GWENHYWFAR_CB in GWEN_Text_ReplaceVars
- 23:20 AqBanking Revision 944f09af (aqbanking): Windows: Fix missing GWENHYWFAR_CB at AB_Gui_CheckCert.
- This caused https://bugs.gnucash.org/show_bug.cgi?id=797436
and probably further crash reports upon initial cert down... - 22:38 Gwenhywfar Revision 0fdd949a (gwenhywfar): Add gnutls include flags explicitly in those Makefiles where they are needed.
- 22:37 Gwenhywfar Revision e15af6a9 (gwenhywfar): Windows: Fix missing GWENHYWFAR_CB declaration of testSignals function.
- 22:37 Gwenhywfar Revision c8881363 (gwenhywfar): Fix compiler warning about unused variable if HAVE_I18N is unset.
- 22:36 Gwenhywfar Revision 82a30413 (gwenhywfar): Fix printf format specifiers for windows compatibility using macros from <inttypes.h>
- Now really fixed after d86a71a0 and deccd267.
- 21:54 Gwenhywfar Revision b0450ebc (gwenhywfar): Fix another windows printf format specifier.
- Similar to and copied from be69cdb9.
18.10.2019
- 22:28 Gwenhywfar Revision 96ff10c8 (gwenhywfar): Fix missing GWENHYWFAR_CB attribute at function definition.
- Was missing since aee95892, checked with cross-compile to i686-w64-ming32 host.
14.10.2019
- 22:46 AqBanking Revision 7ba425ce (aqbanking): Fix printf format specifiers by using the suitable ones from <inttypes.h>
- See the recent commits in gwenhywfar for pointers for more documentation.
Fortunately there are indeed some standariz... - 22:41 Gwenhywfar Revision c5e218cc (gwenhywfar): More printf format specifier standarization from <inttypes.h>
- 22:35 Gwenhywfar Revision c37108bc (gwenhywfar): Minor windows debug output improvement (maybe a problem with the format specifier?)
- 22:35 Gwenhywfar 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 Gwenhywfar 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
- 22:26 Gwenhywfar 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 Gwenhywfar Revision 180c9cd2 (gwenhywfar): Minor windows compile warnings improved
- - unused static function, unused variable ifdef'd out
- 21:11 Gwenhywfar Revision 5b2c58bf (gwenhywfar): Minor autoconf fix for gcc version output "7.3-win32"
03.10.2019
- 21:33 Gwenhywfar 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:55 AqBanking Revision fdb242ba (aqbanking): Makefile upgrade: Fix warning to replace $INCLUDES by $AM_CPPFLAGS
- 19:51 Gwenhywfar Revision bf4ad7f1 (gwenhywfar): Makefile upgrade: Fix warning to replace $INCLUDES by $AM_CPPFLAGS
Auch abrufbar als: Atom