- Logo.
- CLion configuration files.
- VSCode
.vscode/settings.json
and.vscode/launch.json
files. - Visual Studio 2022 configuration files.
-
CMake
mutli-config builds. -
CMakePresets.json
file. -
mold
withfind_package
. -
make_config_defaults.cmake
inCMake
. -
scripts/test.py
script andCTest
integration. - Configure
nanobench
withvcpkg
andCMake
. -
scripts/benchmark.py
script. -
scripts/cloc.py
in Python.
-
scripts/format.py
script. -
cmake-format
setup. -
clang-tidy
setup. - Sanitizing setup.
- Linting pipeline.
- Coverity integration (when
2022.9
releases). - CodeQL integration (when
clang-16
releases). - Switch to
macos-latest
in the macOS pipeline.
- C++23 support.
-
g++-13
support. -
clang-16
support. -
clang-cl
support (clang-16
).
- Localize the
.gitignore
files.