Revision ca6319b5764971474d3f9734cf4cd37ac1156580 authored by Alex Reinking on 23 August 2022, 04:07:09 UTC, committed by GitHub on 23 August 2022, 04:07:09 UTC
* Disables the usage warning when CMAKE_BUILD_TYPE is defined, but
  explicitly empty.
* Overrides C++ standard variables using the cache (CMake 3.21+)
* Allows including projects to build our tests, etc. but disables by
  default via PROJECT_IS_TOP_LEVEL (CMake 3.21+)
* Removes misleading distrib target.
* Removes deprecated clang-format target (use ./run-clang-format.sh
  instead)
1 parent 37f7514
History
File Mode Size
.github
apps
cmake
dependencies
doc
packaging
python_bindings
src
test
tools
tutorial
util
.clang-format -rw-r--r-- 1.4 KB
.clang-format-ignore -rw-r--r-- 286 bytes
.clang-tidy -rw-r--r-- 2.2 KB
.gitattributes -rw-r--r-- 342 bytes
.gitignore -rw-r--r-- 5.0 KB
.gitmodules -rw-r--r-- 0 bytes
CMakeLists.txt -rw-r--r-- 4.8 KB
CMakePresets.json -rw-r--r-- 5.6 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.5 KB
LICENSE.txt -rw-r--r-- 13.8 KB
Makefile -rw-r--r-- 102.6 KB
README.md -rw-r--r-- 16.4 KB
README_cmake.md -rw-r--r-- 73.4 KB
README_python.md -rw-r--r-- 10.0 KB
README_rungen.md -rw-r--r-- 12.1 KB
README_webassembly.md -rw-r--r-- 10.5 KB
run-clang-format.sh -rwxr-xr-x 1.4 KB
run-clang-tidy.sh -rwxr-xr-x 3.1 KB

README.md

back to top