Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
EpicGames
/
SPIRV-Tools
зеркало из
https://github.com/EpicGames/SPIRV-Tools.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули SPIRV-Tools
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
dneto-vk-ext-scalar-block-layout
SPIRV-Tools
/
.clang-format
7 строки
92 B
Plaintext
Исходник
Постоянная ссылка
Обычный вид
История
Убрать экранирование
Экранировать
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 20:26:19 +03: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 17:41:20 +03: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 04:36:50 +03: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 20:26:19 +03:00
...