aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/command_line_interface_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix bugs on windows.Bo Yang2015-05-241-0/+4
* down-integrate internal changesBo Yang2015-05-211-0/+10
* Modify directory to use in testBo Yang2015-04-271-0/+6
* Add OS X to travis; fix tests to pass on OS XTamir Duberstein2015-03-181-1/+1
* Merge pull request #193 from TeBoring/sbPaul Yang2015-03-091-0/+84
|\
| * Fix absolute/relative path in outputBo Yang2015-02-091-11/+11
| * Change target to output filenamesBo Yang2015-02-071-4/+22
| * Change flag for generating dependency file to "dependency_out". DeleteBo Yang2015-02-041-7/+8
| * Implement a feature to generate a dependency file. By giving protoc the flagBo Yang2015-02-031-0/+65
* | Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-3/+2
* | Add shutdown code for several newly introduced leaks;Jisi Liu2015-02-211-0/+6
|/
* Make test code runnable with C++11Nobuaki Sukegawa2014-12-031-1/+1
* Down-integrate from internal code base (C++ maps support).Feng Xiao2014-11-141-3/+3
* Down-integrate from internal code base.Feng Xiao2014-11-101-2/+11
* Adds more checks before deleting temporary files.Feng Xiao2014-11-081-1/+3
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-011-1/+1
* Cygwin doesn't work well if we try to capture stderr and stdout at the same t...jieluo@google.com2014-08-061-9/+18
* make changes to pass Cygwinjieluo@google.com2014-08-051-5/+9
* down integrate to svnjieluo@google.com2014-07-181-23/+104
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-6/+114
* Use Subprocess::Win32ErrorMessage() in command_line_interface_unittest to mak...liujisi@google.com2010-12-211-3/+3
* Fix issues: 223 224 242.liujisi@google.com2010-12-081-1/+1
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-021-7/+58
* Use full paths when writing MSVS-style errors. Patch from Oleg Smolsky.kenton@google.com2010-04-051-1/+1
* Refactor the way output is handled in CommandLineInterface -- now it will be ...kenton@google.com2009-12-231-1/+4
* Build DLLs on Cygwin and MinGW.kenton@google.com2009-12-221-5/+37
* Fix build on MinGW/Win32 (including implementing Subprocess using CreateProce...kenton@google.com2009-12-191-0/+19
* Fix Cygwin build.kenton@google.com2009-12-181-5/+13
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-181-302/+274
* Improve error message regarding proto_path not matching .proto file.kenton@google.com2009-10-071-1/+5
* Make sure to quality calls to std::swap. Otherwise, if a google::swap() exis...kenton@google.com2009-09-021-2/+2
* Add test verifying that protoc accepts trailing backslashes on Windows, which...kenton@google.com2009-04-281-0/+18
* Adds a flag to protoc called --error_format which specifies whatkenton@google.com2009-04-151-0/+53
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-241-10/+24
* Integrate recent changes from google3.temporal2008-08-131-4/+249
* misc. stuff:temporal2008-07-211-1/+70
* Initial checkin.temporal2008-07-101-0/+964