aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/google/protobuf/compiler
Commit message (Expand)AuthorAge
...
* Fix syntax of function definition in shell script so that it hopefully works ...Gravatar kenton@google.com2010-01-04
* 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
* Actually, that last revision can be simpler -- we don't need to parse strings...Gravatar kenton@google.com2009-12-23
* In Python, avoid relying on float('inf') and float('nan') as these don't work...Gravatar kenton@google.com2009-12-23
* Make extension identifiers final. This improves security when untrusted code...Gravatar kenton@google.com2009-12-22
* Mark plugins as experimental for now.Gravatar kenton@google.com2009-12-22
* Hopefully fix build on Sun Studio.Gravatar kenton@google.com2009-12-22
* Build DLLs on Cygwin and MinGW.Gravatar kenton@google.com2009-12-22
* Fix build on MSVC.Gravatar kenton@google.com2009-12-21
* Add a code generator insertion point for Java builders.Gravatar temporal2009-12-20
* Fix build on MinGW/Win32 (including implementing Subprocess using CreateProce...Gravatar kenton@google.com2009-12-19
* Fix Cygwin build.Gravatar kenton@google.com2009-12-18
* Commit missing files from r251. Sigh.Gravatar kenton@google.com2009-12-18
* Massive roll-up of changes. See CHANGES.txt.Gravatar kenton@google.com2009-12-18
* Fix Issue 136: the memoized serialized size for packed fields may notGravatar jasonh+personal@google.com2009-12-01
* Explicitly call superclass constructor in generated code to avoid pedantic wa...Gravatar kenton@google.com2009-10-30
* Improve error message regarding proto_path not matching .proto file.Gravatar kenton@google.com2009-10-07
* Make sure to quality calls to std::swap. Otherwise, if a google::swap() exis...Gravatar kenton@google.com2009-09-02
* HPUX patch from Alexander Melnikov.Gravatar kenton@google.com2009-08-17
* Make tests compile on Sun Studio. Patch from Monty Taylor.Gravatar kenton@google.com2009-08-10
* Remove semi-broken Java thread-local builder freelist 'optimization'. Maybe ...Gravatar kenton@google.com2009-08-07
* Gigantic descriptors shouldn't overflow the Java string literal size limit.Gravatar kenton@google.com2009-08-07
* Remove @Override annotations that cause compiler errors on Java 1.5.Gravatar temporal2009-08-01
* Submit recent changes from internal branch, including "lite mode" forGravatar kenton@google.com2009-07-29
* Down-integrate some code from an internal branch. (More to come.)Gravatar kenton@google.com2009-07-24
* Add Swap(), SwapElements(), and RemoveLast() to Reflection. Patch by Scott S...Gravatar kenton@google.com2009-06-25
* Provide ShutdownProtobufLibrary() which frees all startup-allocated objects.Gravatar kenton@google.com2009-05-06
* Don't use dll-export declspec on class-nested extensions.Gravatar kenton@google.com2009-04-28
* Make building libprotobuf as a DLL work again.Gravatar kenton@google.com2009-04-28
* Add test verifying that protoc accepts trailing backslashes on Windows, which...Gravatar kenton@google.com2009-04-28
* Integrate recent changes from Google-internal code tree. See CHANGES.txtGravatar kenton@google.com2009-04-25
* Generate field number constants. Patch from Michael Poole.Gravatar kenton@google.com2009-04-18
* Commit Michael Poole's patch for explicitly constructing all class fields inGravatar kenton@google.com2009-04-16
* 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
* Support HP C++ on Tru64.Gravatar kenton@google.com2008-11-14
* Fixed alignment issue that caused bus errors on platforms like sparc whichGravatar kenton@google.com2008-11-07
* Work around GCC 4.3.0 x86_64 compiler bug (seen on Fedora 9).Gravatar kenton@google.com2008-11-06
* Avoid an "unused parameter" warning when using high warning levels.Gravatar kenton@google.com2008-10-16
* * Fix build on MSVC.Gravatar kenton@google.com2008-09-30
* Integrate changes from internal Google-internal branch.Gravatar kenton@google.com2008-09-24
* Explicitly identify superclass in initializer lists for generated messageGravatar kenton@google.com2008-09-23
* Add @Override annotation to generated Java code where appropriate.Gravatar temporal2008-09-17
* 2.0.1 release.Gravatar temporal2008-08-27
* Integrate recent changes from google3.Gravatar temporal2008-08-13
* Apply Leandro Lucarella <llucax@gmail.com>'s patches for VIM highlightingGravatar temporal2008-07-31