aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/stubs/stringprintf.cc
Commit message (Collapse)AuthorAgeFilesLines
* 4593 Replace all occurrences of "NULL" to nullptr in src/google/protobug/stubsDhruv2018-08-071-1/+1
|
* Removed using statements from common.hAdam Cozzette2018-01-261-1/+1
| | | | | | 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.ccAdam Michalik2016-04-141-1/+0
| | | | | 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 ↵Feng Xiao2014-10-011-1/+1
| | | | developers.google.com/protocol-buffers
* Update MSVC project files and fix compilation issues in MSVC.xiaofeng@google.com2012-09-241-0/+5
|
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-0/+170