Revision 68fca3eafeaf244c37843f186bd4af8a314df08c authored by Brad King on 04 October 2023, 19:47:15 UTC, committed by Brad King on 05 October 2023, 17:16:24 UTC
Previously we only tracked when an explicit setting requires the
standard level to be higher than the compiler's default.
1 parent da36e06
Raw File
.gitignore
/CMakeUserPresets.json

# Common build directories
/build*/

# CI jobs that run in symlinked trees produce these artifacts.
/real_work/
/work

# MacOS Finder files.
.DS_Store

# Python compile output.
*.pyc

# See Utilities/Sphinx/tutorial_archive.cmake
/Help/_generated

# CLion work directory
/.idea/
# CLion build directories
/cmake-build-*/

# QtCreator files.
/CMakeLists.txt.user*

# Visual Studio Code
/.vscode/
/.cache/

# Visual Studio work directory
/.vs/
# Visual Studio build directory
/out/
back to top