aboutsummaryrefslogtreecommitdiff
path: root/src/google/protobuf/compiler/command_line_interface.cc
Commit message (Expand)AuthorAgeFilesLines
...
| * Remove "include sstream" from command_line_interface.ccBo Yang2015-02-041-1/+0
| * Change flag for generating dependency file to "dependency_out". DeleteBo Yang2015-02-041-2/+2
| * Implement a feature to generate a dependency file. By giving protoc the flagBo Yang2015-02-031-29/+26
| * Add support for outputting dependency manifest files, used by ninja and makeRichard Geary2015-01-231-0/+83
* | Down integrate from Google internal branch for C++ and Java.Jisi Liu2015-02-281-91/+112
|/
* 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-0/+3
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Feng Xiao2014-10-011-1/+1
* Added const qualifier to iterator to enable compiling with VS2008David Hirschfeld2014-08-271-1/+1
* down integrate to svnjieluo@google.com2014-07-181-14/+180
* Use string::size_type instead of int for results of string.find() etc. -- pat...xiaofeng@google.com2012-09-271-1/+1
* Down-integrate from internal branchxiaofeng@google.com2012-09-221-76/+156
* Fix issues: 166 167 172 175 181 188 192 194 195.liujisi@google.com2010-12-031-2/+2
* Submit recent changes from internal branch. See CHANGES.txt for more details.liujisi@google.com2010-11-021-37/+45
* Use full paths when writing MSVS-style errors. Patch from Oleg Smolsky.kenton@google.com2010-04-051-3/+13
* Fix memory leak in CommandLineInterface, not that it really matters.kenton@google.com2010-01-081-5/+9
* Address comments from various code reviews.kenton@google.com2010-01-071-1/+10
* Improve zip/jar support:kenton@google.com2010-01-041-4/+16
* Allow protoc to output directly to zip/jar/par/war files.kenton@google.com2009-12-241-48/+103
* Refactor the way output is handled in CommandLineInterface -- now it will be ...kenton@google.com2009-12-231-316/+258
* Fix build on MinGW/Win32 (including implementing Subprocess using CreateProce...kenton@google.com2009-12-191-0/+9
* Massive roll-up of changes. See CHANGES.txt.kenton@google.com2009-12-181-36/+432
* Improve error message regarding proto_path not matching .proto file.kenton@google.com2009-10-071-1/+5
* Adds a flag to protoc called --error_format which specifies whatkenton@google.com2009-04-151-6/+34
* Push out changes from internal codebase.kenton@google.com2009-01-221-1/+2
* * Avoid using pushd/popd in generate_descriptor_proto.sh because they arekenton@google.com2008-12-021-1/+2
* Integrate changes from internal code.kenton@google.com2008-11-211-0/+1
* Fixed alignment issue that caused bus errors on platforms like sparc whichkenton@google.com2008-11-071-1/+1
* Integrate changes from internal Google-internal branch.kenton@google.com2008-09-241-10/+24
* Integrate recent changes from google3.temporal2008-08-131-18/+291
* Apply Leandro Lucarella <llucax@gmail.com>'s patches for VIM highlightingtemporal2008-07-311-1/+1
* misc. stuff:temporal2008-07-211-11/+22
* Initial checkin.temporal2008-07-101-0/+579