24 lines
530 B
Markdown
24 lines
530 B
Markdown
|
|
# [代码规范](./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
|
|||
|
|
|
|||
|
|
* 快速搭建基础项目(持续更新)
|
|||
|
|
* 编译器配置(持续更新)
|