Hamza
Hamza
`vsprops` was added in #2112 with the following API: ```lua vsprops { Name1 = "value1", Name2 = "value2", } ``` This is a useful addition. However, nested properties are not...
The MacOS release-mode gcc-14 aarch64 CI started failing after this commit: https://github.com/oneapi-src/oneDNN/commit/55b52c67967b61d439c84df8b34cfb006bf528eb The log can be seen [here](https://github.com/oneapi-src/oneDNN/actions/runs/11267787655/job/31333497703): ``` [ 31%] Building CXX object src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o In file included from /Users/runner/work/oneDNN/oneDNN/oneDNN/src/common/dnnl_thread.hpp:24,...
ClangTidy code checks have been added to the Visual Studio generator in #2187. A request for the equivalent in gmake2 has been made in #2245 as well as in [this](https://github.com/premake/premake-core/pull/2187#discussion_r1494649407)...
Some time ago, I added build-time code checking for MSVC (#2190) and static analysis via clang-tidy (#2187). I also wanted to add this for the gmake2 generator, specifically for the...
The three main package managers on Windows are `choco`, `winget` and `vcpkg`. We should provide updated binaries via at least one of them to avoid needing to pull it manually,...
There is no need to declare C as a needed language in cmake to build the project. Inspecting the compile_commands.json also indicates that everything is built with a C++ compiler....