Files
wiki/代码规范/README.md

24 lines
530 B
Markdown
Raw Normal View History

2024-07-15 15:24:45 +08:00
# [代码规范](./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
* 快速搭建基础项目(持续更新)
* 编译器配置(持续更新)