aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/subprocess.cc
Commit message (Collapse)AuthorAge
* Add malloc castGravatar Jisi Liu2017-08-11
|
* implement remove strdup usage and implement our ownGravatar Jisi Liu2017-08-11
| | | | | strdup is not part C or C++ standard but POXIS function. Several compilers failed to compile strdup or generate warnings.
* Adding missing imports for strdupGravatar Jisi Liu2017-08-11
|
* Merge from Google internal for 3.4 releaseGravatar Jisi Liu2017-07-18
|
* Integrated internal changes from GoogleGravatar Adam Cozzette2016-11-17
|
* Fix Win32ErrorMessage on Unicode buildGravatar Wei-Yin Chen (陳威尹)2016-08-31
|
* Integrate google internal changes.Gravatar Jisi Liu2016-03-30
|
* Down-integrate from internal code base.Gravatar Feng Xiao2015-12-11
|
* Down-integrate from google3.Gravatar Feng Xiao2015-08-22
|
* Fix "sometimes-uninitialized" warning on Windows Clang.Gravatar Matt Giuca2015-06-30
|
* Replace links to code.google.com/protobuf with ↵Gravatar Feng Xiao2014-10-01
| | | | developers.google.com/protocol-buffers
* down integrate to svnGravatar jieluo@google.com2014-07-18
|
* Fix build warnings for gcc 4.6Gravatar liujisi@google.com2012-12-05
|
* Down-integrate from internal branchGravatar xiaofeng@google.com2012-09-22
|
* Submit recent changes from internal branch. See CHANGES.txt for more details.Gravatar liujisi@google.com2010-11-02
|
* Add missing include (that apparently didn't break anything on most platforms).Gravatar kenton@google.com2010-01-20
|
* Fix issues with Windows build: Always use ASCII version of CreateProcess ↵Gravatar kenton@google.com2010-01-15
| | | | (even if UNICODE is defined) and move GetMessage macro work-around to common.h so that it covers extension_set.h as well. Patch from Nick Carter.
* Hopefully fix build on Sun Studio.Gravatar kenton@google.com2009-12-22
|
* Fix build on MinGW/Win32 (including implementing Subprocess using ↵Gravatar kenton@google.com2009-12-19
| | | | CreateProcess()).
* Fix Cygwin build.Gravatar kenton@google.com2009-12-18
|
* Commit missing files from r251. Sigh.Gravatar kenton@google.com2009-12-18