friendlyanon

Results 97 comments of friendlyanon

The idea here is to host a github.io page where one could browse to and just grab a zip file with the contents. This would avoid people having to install...

I am actually in the process of adding hardening flags to the presets, so I guess this is covered by that. I'll think about whether to make sanitizers the default...

0.35.0 added hardening flags for all platforms, however I'm not sure of the usefulness of adding a separate sanitizer user preset. Basically it comes down to the fact that Windows...

I'd like to think that based on how `ci-sanitize` is put together, one could do the same for MSVC locally. Maybe once MSVC gets LSAN and UBSAN, sanitizers could be...

> For single-configuration CMake generators, `cmake_toolchain.cmake` will operate on the `CMAKE_CXX_FLAGS_INIT` variables, and it is expected to generate the toolchain each time for each different configuration ahead of configuring the...

> But even if it picks the variables, the variables are CONAN_xxx defined ones, that are already protected by a `multi-configuration` check, so it shouldn't be an issue. Sounds good...

True, but that would be a correctness compromise.

I have also cleaned the CMakeLists.txt up a little. I don't know what toolchain you used to build the project, but now with an extra `.lib` file for the missing...

I just noticed that you are using the [MSVC420](https://github.com/itsmattkc/msvc420) (nice) toolchain, which is missing MASM. You would need to update CI to also grab MASM6.

Alright, I have installed Win95 in a VM, then installed MASM 6.11 on it, then upgraded that to 6.11d then 6.14. I extracted the installation folder from the .vdi file...