aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add missing include (that apparently didn't break anything on most platforms).Gravatar kenton@google.com2010-01-20
* Fix obvious syntax error that somehow works fine on MSVC and GCC 3.x-win32.Gravatar kenton@google.com2010-01-20
* Fix issues with Windows build: Always use ASCII version of CreateProcess (ev...Gravatar kenton@google.com2010-01-15
* Fixes compile on GCC 3.2 according to Sergey Tihansky.Gravatar kenton@google.com2010-01-13
* Fix bogus sign-compare warnings in header at request of user.Gravatar kenton@google.com2010-01-11
* Update version number in trunk to 2.3.1.Gravatar kenton@google.com2010-01-09
* Fix memory leak in CommandLineInterface, not that it really matters.Gravatar kenton@google.com2010-01-08
* Minor compatibility tweaks for FreeBSD.Gravatar kenton@google.com2010-01-08
* Tweak doc comments.Gravatar kenton@google.com2010-01-08
* Add missing file to dist.Gravatar kenton@google.com2010-01-07
* Address comments from various code reviews.Gravatar kenton@google.com2010-01-07
* Monty Taylor claims this helps the drizzle compile for some reason.Gravatar kenton@google.com2010-01-05
* Fixed DLL compile under MSVC.Gravatar kenton@google.com2010-01-04
* 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
* When serializing to an ostream, verify that there were no stream-level errors...Gravatar kenton@google.com2009-12-22
* Accept form feeds as whitespace.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
* Fix build on GCC 3.3/Linux.Gravatar kenton@google.com2009-12-21
* Argh, this line was not supposed to be submitted.Gravatar kenton@google.com2009-12-21
* Use unordered_map when available. Changes to stl_hash.m4 provided by Oleg Sm...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
* Ensure that 'once' objects are declared using the macro. This is either the ...Gravatar temporal2009-12-18
* Fix Cygwin build.Gravatar kenton@google.com2009-12-18
* Commit missing files from r251. Sigh.Gravatar kenton@google.com2009-12-18
* Set version to 2.3.0-pre.Gravatar kenton@google.com2009-12-18
* Point test_plugin at the correct gtest headers.Gravatar kenton@google.com2009-12-18
* Massive roll-up of changes. See CHANGES.txt.Gravatar kenton@google.com2009-12-18
* Fix UTF-8 validity checks to not do unaligned reads.Gravatar kenton@google.com2009-12-11
* fix SONAME in trunkGravatar kenton@google.com2009-12-11
* 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
* Support MSVC 2010 beta 1.Gravatar kenton@google.com2009-10-12
* Improve error message regarding proto_path not matching .proto file.Gravatar kenton@google.com2009-10-07
* Fix cross-compiling when building in a dedicated build directory. Fix pointe...Gravatar kenton@google.com2009-09-11
* Make sure to quality calls to std::swap. Otherwise, if a google::swap() exis...Gravatar kenton@google.com2009-09-02
* Remove test that had undefined behavior and thus did not pass on some platforms.Gravatar kenton@google.com2009-09-02
* HPUX patch from Alexander Melnikov.Gravatar kenton@google.com2009-08-17
* Update experimental SEBS file to support cross-compiling.Gravatar temporal2009-08-17
* Don't use RTTI in down_cast if GOOGLE_PROTOBUF_NO_RTTI is defined. Patch fro...Gravatar kenton@google.com2009-08-14
* Set version number to 2.2.1 in trunk.Gravatar kenton@google.com2009-08-13