初次提交代码规范
This commit is contained in:
23
代码规范/README.md
Normal file
23
代码规范/README.md
Normal file
@ -0,0 +1,23 @@
|
||||
# [代码规范](./cppStyleGuide/StyleGuide.md)
|
||||
|
||||
引用模板
|
||||
|
||||
* [google cpp guide](https://google.github.io/styleguide/cppguide.html)
|
||||
* [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines)
|
||||
* Qt
|
||||
* osg
|
||||
* 源码文件编码(utf-8)
|
||||
|
||||
# [git仓库管理](./gitStore/git.md)
|
||||
* 仓库创建流程
|
||||
* git钩子
|
||||
|
||||
# 代码审查
|
||||
|
||||
* 代码规范检查
|
||||
* C/C++ 静态代码检查工具cppCheck
|
||||
|
||||
# CMake
|
||||
|
||||
* 快速搭建基础项目(持续更新)
|
||||
* 编译器配置(持续更新)
|
||||
Reference in New Issue
Block a user