aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/stubs/stringprintf.cc
Commit message (Collapse)AuthorAge
* Removed using statements from common.hGravatar Adam Cozzette2018-01-26
| | | | | | These statements pulled a bunch of symbols from the std namespace into the global namespace. This commit removes all of them except for std::string, which is a bit trickier to remove.
* Remove googletest.h header from stringprintf.ccGravatar Adam Michalik2016-04-14
| | | | | It doesn't seem to be necessary here, and it pulls other testing headers during compilation of release protobuf.
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers
* Update MSVC project files and fix compilation issues in MSVC.Gravatar xiaofeng@google.com2012-09-24
|
* Down-integrate from internal branchGravatar xiaofeng@google.com2012-09-22