winston 发表于 2012-1-17 12:35:18

Google开源的几款开发工具产品

gflags - 命令行参数解析。可以完全用命令行来配置应用程序,省去配置文件。gflagsThe gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used.http://code.google.com/p/google-gflags/

gtest - C++ 单元测试框架
http://code.google.com/p/googletest/

gmock - C++ 单元测试中用到的 mock
http://code.google.com/p/gmock/

glog - 日志库
http://code.google.com/p/google-glog/

protobuf - 高效的网络协议格式
http://code.google.com/p/protobuf/



‰→ 发表于 2012-10-20 17:11:26

好东西,支持下

tulipcaicai 发表于 2012-12-23 17:30:27

没用过,去了解一下
页: [1]
查看完整版本: Google开源的几款开发工具产品