aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler/command_line_interface.cc
Commit message (Expand)AuthorAge
...
* Down-integrate from internal code base (C++ maps support).Gravatar Feng Xiao2014-11-14
* Down-integrate from internal code base.Gravatar Feng Xiao2014-11-10
* Replace links to code.google.com/protobuf with developers.google.com/protocol...Gravatar Feng Xiao2014-10-01
* Added const qualifier to iterator to enable compiling with VS2008Gravatar David Hirschfeld2014-08-27
* down integrate to svnGravatar jieluo@google.com2014-07-18
* Use string::size_type instead of int for results of string.find() etc. -- pat...Gravatar xiaofeng@google.com2012-09-27
* Down-integrate from internal branchGravatar xiaofeng@google.com2012-09-22
* Fix issues: 166 167 172 175 181 188 192 194 195.Gravatar liujisi@google.com2010-12-03
* Submit recent changes from internal branch. See CHANGES.txt for more details.Gravatar liujisi@google.com2010-11-02
* Use full paths when writing MSVS-style errors. Patch from Oleg Smolsky.Gravatar kenton@google.com2010-04-05
* Fix memory leak in CommandLineInterface, not that it really matters.Gravatar kenton@google.com2010-01-08
* Address comments from various code reviews.Gravatar kenton@google.com2010-01-07
* Improve zip/jar support:Gravatar kenton@google.com2010-01-04
* Allow protoc to output directly to zip/jar/par/war files.Gravatar kenton@google.com2009-12-24
* Refactor the way output is handled in CommandLineInterface -- now it will be ...Gravatar kenton@google.com2009-12-23
* Fix build on MinGW/Win32 (including implementing Subprocess using CreateProce...Gravatar kenton@google.com2009-12-19
* Massive roll-up of changes. See CHANGES.txt.Gravatar kenton@google.com2009-12-18
* Improve error message regarding proto_path not matching .proto file.Gravatar kenton@google.com2009-10-07
* Adds a flag to protoc called --error_format which specifies whatGravatar kenton@google.com2009-04-15
* Push out changes from internal codebase.Gravatar kenton@google.com2009-01-22
* * Avoid using pushd/popd in generate_descriptor_proto.sh because they areGravatar kenton@google.com2008-12-02
* Integrate changes from internal code.Gravatar kenton@google.com2008-11-21
* Fixed alignment issue that caused bus errors on platforms like sparc whichGravatar kenton@google.com2008-11-07
* Integrate changes from internal Google-internal branch.Gravatar kenton@google.com2008-09-24
* Integrate recent changes from google3.Gravatar temporal2008-08-13
* Apply Leandro Lucarella <llucax@gmail.com>'s patches for VIM highlightingGravatar temporal2008-07-31
* misc. stuff:Gravatar temporal2008-07-21
* Initial checkin.Gravatar temporal2008-07-10