Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-10 | Run clang-format to enforce Google style globally. | Lei Zhang | 1 | -63/+3 | |
Note that we are more strict than Google style for one aspect: pointer/reference indicators are adjacent to their types, not their variables. find . -name "*.h" -exec clang-format -i {} \; find . -name "*.cpp" -exec clang-format -i {} \; | |||||
2015-05-22 | Code drop of the Codeplay spirv-tools source. | Kenneth Benzie (Benie) | 1 | -0/+65 | |
This commit contains the source for the SPIRV static library, spirv-as, spirv-dis, and spirv-val tools. |