aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-05-14cmake: Support using system SPIRV-HeadersAlexandre Bouvier
2020-07-29Upgrade to C++20 and use std::spanReinUsesLisp
2019-11-27Enable -Wshadow and silence warningsReinUsesLisp
2019-11-27cmake: Always treat warnings as errorsReinUsesLisp
Enable cast warnings in gcc and clang and always treat warnings as errors. GetWordCount now returns std::size_t for simplicity and the word count is asserted and casted in WordCount (now called CalculateTotalWords. Silence warnings.
2018-11-16Avoid CMake SPIR-V module dependenciesReinUsesLisp
2018-08-25Implement stuffReinUsesLisp
2018-08-23alohaReinUsesLisp