Closed mfep closed 4 months ago
Latest commits:
khronosgroup
Docker Hub are usedfix MSVC compiler toolset version due to breaking change in the MSVC versioning (see cppblog)
We have incremented the minor version number of the MSVC toolset from 19.39 (VS 2022 v17.9) to 19.40 (VS 2022 v17.10)
Merging as discussed in the June 25th teleconference.
-Werror
//WX
is enabled in CICMakeLists.txt
to be able to produce a binary Debian package usingcpack
.presubmit
workflow now.git-clang-format
.v*
tagDebSourcePkg.cmake
which is intended to run in CMake script mode. This script generates thedebian/control
,debian/changelog
and`debian/rules
files which are required to build a Debian source package.This PR is considered to be complete, albeit review remarks and/or changes to related PRs might warrant minor updates.