Mathias Berchtold

Results 37 issues of Mathias Berchtold

There is a regression somewhere (I haven't had the time yet to debug this) since v3.2 where some of the expressions I'm using are no longer matching. Working commit: https://github.com/hanickadot/compile-time-regular-expressions/commit/46a345e7faba8497f585ce5d180b5cb4f6a00544

This adds support for arm64 on MSVC.

Currently the certificate installer "iis" only supports IIS web sites. For FTP sites, the procedure is a bit different. I propose that a new installier "iis-ftp". The code to set...

I was wondering if Detours is compatible with the Hardware-enforced Stack Protection (/CETCOMPAT linker option)? **More details about CETCOMPAT** 1. [/CETCOMPAT (CET Shadow Stack compatible)](https://docs.microsoft.com/en-us/cpp/build/reference/cetcompat?view=msvc-160) 2. [Developer Guidance for Hardware-enforced...

question

Implement classes as in https://www.php.net/manual/en/book.intl.php E.g. common used classes: Locale IntlDateFormatter NumberFormatter IntlException UConverter

:hand: up for grabs
feature

Adds missing inline. Requires C++17

Adds missing inline to wrap_result

Adds missing inline so that the wrap symbol is not duplicated in every compilation unit

suppress this warning warning C4146: unary minus operator applied to unsigned type, result still unsigned

Adds constexpr if This fixes https://github.com/eliaskosunen/scnlib/issues/60