This website requires JavaScript.
Explore
Help
Register
Sign In
openharmony
/
third_party_spirv-tools
Watch
1
Star
0
Fork
0
You've already forked third_party_spirv-tools
mirror of
https://gitee.com/openharmony/third_party_spirv-tools
synced
2024-11-23 07:20:28 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
weekly_20241028
third_party_spirv-tools
/
.clang-format
7 lines
92 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Code drop of the Codeplay spirv-tools source. This commit contains the source for the SPIRV static library, spirv-as, spirv-dis, and spirv-val tools.
2015-05-22 17:26:19 +00:00
---
Run clang-format to enforce Google style globally. 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-11-02 14:41:20 +00:00
Language: Cpp
BasedOnStyle: Google
DerivePointerAlignment: false
Setup gclient and presubmit file. This CL adds the necessary files to use gclient and the depot_tools with the SPIRV-Tools directory. This allows doing things like `git cl format` to format code pre-upload and `git cl presubmit -uf` to run presubmit checks over the code. The dependencies are all added to the DEPS file and will be auto-downloaded. They are all pin'd to specific revisions so everyone has the same checkout. Clang is included in the checkout so it will be consistent over usages. Use clang-format
2018-06-06 01:36:50 +00:00
SortIncludes: true
Code drop of the Codeplay spirv-tools source. This commit contains the source for the SPIRV static library, spirv-as, spirv-dis, and spirv-val tools.
2015-05-22 17:26:19 +00:00
...
Reference in New Issue
Copy Permalink