初次提交代码规范

This commit is contained in:
2024-07-15 15:24:45 +08:00
parent a7ea4e35bd
commit 39fc9c4c7e
3 changed files with 85 additions and 0 deletions

23
代码规范/README.md Normal file
View 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
* 快速搭建基础项目(持续更新)
* 编译器配置(持续更新)