aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/subprocess.cc
Commit message (Collapse)AuthorAgeFilesLines
* On Windows invoke plugins using cmd.exeSigurd Meldgaard2018-09-031-4/+5
| | | | | | | | This will find .bat files as well as .exe. Only affects the case when plugins are invoked from PATH. This does not change behaviour when compiled under Cygwin..
* Add malloc castJisi Liu2017-08-111-2/+2
|
* implement remove strdup usage and implement our ownJisi Liu2017-08-111-2/+12
| | | | | strdup is not part C or C++ standard but POXIS function. Several compilers failed to compile strdup or generate warnings.
* Adding missing imports for strdupJisi Liu2017-08-111-0/+1
|
* Merge from Google internal for 3.4 releaseJisi Liu2017-07-181-2/+0
|
* Integrated internal changes from GoogleAdam Cozzette2016-11-171-3/+2
|
* Fix Win32ErrorMessage on Unicode buildWei-Yin Chen (陳威尹)2016-08-311-6/+6
|
* Integrate google internal changes.Jisi Liu2016-03-301-1/+1
|
* Down-integrate from internal code base.Feng Xiao2015-12-111-0/+1
|
* Down-integrate from google3.Feng Xiao2015-08-221-0/+1
|
* Fix "sometimes-uninitialized" warning on Windows Clang.Matt Giuca2015-06-301-1/+1
|
* Replace links to code.google.com/protobuf with ↵Feng Xiao2014-10-011-1/+1
| | | | developers.google.com/protocol-buffers
* down integrate to svnjieluo@google.com2014-07-181-1/+1
|
* Fix build warnings for gcc 4.6liujisi@google.com2012-12-051-4/+6
|
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-0/+1
|
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-021-1/+2
|
* Add missing include (that apparently didn't break anything on most platforms).kenton@google.com2010-01-201-0/+1
|
* Fix issues with Windows build: Always use ASCII version of CreateProcess ↵kenton@google.com2010-01-151-11/+11
| | | | (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.kenton@google.com2009-12-221-0/+1
|
* Fix build on MinGW/Win32 (including implementing Subprocess using ↵kenton@google.com2009-12-191-1/+231
| | | | CreateProcess()).
* Fix Cygwin build.kenton@google.com2009-12-181-1/+4
|
* Commit missing files from r251. Sigh.kenton@google.com2009-12-181-0/+224