wrobelda's activity
From 07/31/2022 to 08/29/2022
08/29/2022
- 01:21 PM AqBanking Bug #282: Use OS-agnostic string comparison functions
- One more thing that I realized is that the project could use gnulib where relevant to provide the drop-in cross-platf...
08/26/2022
- 11:06 AM AqBanking Feature #283: [PATCH] Prepare .pc and .cmake for static builds
- I'm also thinking that the pkg_check_modules() calls in cmake.in can be replaced with ordinary find_package() calls, ...
- 12:26 AM AqBanking Feature #283: [PATCH] Prepare .pc and .cmake for static builds
- Just realized that additional work in similar fashion is required for the GUIs, for their .pc.in and/or cmake.in, for...
- 12:03 AM AqBanking Feature #283 (Closed): [PATCH] Prepare .pc and .cmake for static builds
- This adds support for consuming a gwenhywfar that was compiled statically. Note that it does not guarantee the actual...
- 12:58 AM AqBanking Bug #286 (Closed): [PATCH] pathmanager.c: add missing winreg.h include
- winreg.h is required for registry manipulation functions
- 12:54 AM AqBanking Bug #285 (Closed): [PATCH] Configure.ac: Do not clear the LIBS var
- The configure.ac currently sets the LIBS variable to empty, as a side effect of the ldl test, which voids whatever mi...
- 12:07 AM AqBanking Feature #284 (Closed): [PATCH] Use pkg-config to find libgcrypt, gpg-error
- Any relatively modern version of libgcrypt and gpg-error come with a .pc file, so I think it's safe to assume that ne...
08/25/2022
- 11:49 PM AqBanking Bug #278: [PATCH] Guard unistd.h includes
- Some of the files it touches I had also previously modified in relation to string.h includes, hence the rejections. I...
- 11:39 PM AqBanking Bug #278: [PATCH] Guard unistd.h includes
- Yeah, my bad, this was created after the patch I included here: https://www.aquamaniac.de/rdm/issues/282
Basically... - 11:02 PM AqBanking Bug #278 (Closed): [PATCH] Guard unistd.h includes
- unistd.h is not available when building for windows natively
- 11:37 PM AqBanking Bug #282 (New): Use OS-agnostic string comparison functions
- This patch is dirty, not intended for merging, but I post it anyway so that it is clear what needs to be done.
Bef... - 11:12 PM AqBanking Bug #281 (Closed): [PATCH] APIs: support MSVC
- Currently all GUI APIs restrict the import/export logic to GCC compiler only. This patch relaxes that for MSVC/clang-...
- 11:08 PM AqBanking Bug #280 (Closed): [PATCH] directory_p.h: remove Unix header
- #include <dirent.h> seems to be a copy-paste error from posix/directory_p.h
- 11:04 PM AqBanking Bug #279 (Closed): [PATCH] Guard sys/time.h include with HAVE_SYS_TIME_H
- sys/time.h includes should be guarded with HAVE_SYS_TIME_H
- 10:57 PM AqBanking Bug #277 (Closed): [PATCH] xmlcmd_lxml.c: use GWEN_Text_strndup
- Use GWEN_Text_strndup instead of vanilla strndup
- 10:55 PM AqBanking Feature #214: Consider maintaining a vcpkg recipe
- Fair enough. I'll post them here.
- 10:42 PM AqBanking Feature #214: Consider maintaining a vcpkg recipe
- FYI, I managed to build gwenhywfar using vcpkg with clang-cl under Windows, with some substantial patching. I will po...
- 10:40 PM AqBanking Bug #269: (MSVC, Windows, vcpkg): Gwenhywfar preprocessor errors
- This can be closed as I managed to build with vcpkg using clang-cl.
08/18/2022
- 12:26 AM AqBanking Bug #269: (MSVC, Windows, vcpkg): Gwenhywfar preprocessor errors
- FYI, the complete logs for the whole CI run can be downloaded from here:
https://dev.azure.com/vcpkg/public/_build/r... - 12:25 AM AqBanking Bug #268: (gcc, Ubuntu, vcpkg): Gwenhywfar: tools/gwenbuild/types/context.c: undefined reference errors
- FYI, the complete logs for the failed build can be downloaded from here:
https://dev.azure.com/vcpkg/public/_build/r...
08/16/2022
- 08:27 PM AqBanking Bug #270: GitHub mirrors outdated
- Oh, by no means was I suggesting you were to move the working base to GitHub, I absolutely understand the reasoning b...
- 06:26 PM AqBanking Bug #270 (Closed): GitHub mirrors outdated
- Whether we like it or not, GitHub is what shows up first when searching for AqBanking/Gwenhywfar. However, the offici...
- 05:42 PM AqBanking Bug #269 (Closed): (MSVC, Windows, vcpkg): Gwenhywfar preprocessor errors
- While working on getting vcpkg building under MSVC with VCPKG (https://github.com/microsoft/vcpkg/pull/26363), aside ...
- 05:36 PM AqBanking Bug #268 (Closed): (gcc, Ubuntu, vcpkg): Gwenhywfar: tools/gwenbuild/types/context.c: undefined reference errors
- While working on getting vcpkg building under MSVC with VCPKG (https://github.com/microsoft/vcpkg/pull/26363), I upda...
- 04:54 PM AqBanking Bug #267: gwenhywfar C99 incompatibilities: improper usage of variadic macros
- For the reference, see https://gcc.gnu.org/onlinedocs/cpp/Variadic-Macros.html, at the bottom:
_Variadic macros be... - 04:53 PM AqBanking Bug #267 (Closed): gwenhywfar C99 incompatibilities: improper usage of variadic macros
- While working on getting Gwen compile with MSVC under VCPKG, I found that debug.h uses variadic macros not according ...
Also available in: Atom