aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Some sort of emacs protobuf mode fix.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
* CodedInputStream.getTotalBytesRead(); patch from Michael Kucharski.Gravatar kenton@google.com2009-11-12
* Add benchmarks for writing to a FileOutputStream. Patch from Evan Jones.Gravatar kenton@google.com2009-11-03
* Convert ProtoBench.java to unix-style line endings.Gravatar kenton@google.com2009-11-03
* Optimize Java serialization of small messages to streams. Patch from Evan Jo...Gravatar kenton@google.com2009-11-02
* Explicitly call superclass constructor in generated code to avoid pedantic wa...Gravatar kenton@google.com2009-10-30
* Fix MSVC version check -- I was given bad info.Gravatar kenton@google.com2009-10-12
* 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
* Detect whether zlib is new enough. Based on patch from Oliver Jowett.Gravatar kenton@google.com2009-09-15
* Fix protobuf-mode on XEmacs.Gravatar kenton@google.com2009-09-15
* 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
* Set release date.Gravatar kenton@google.com2009-08-12
* Add new headers to extract_includes.bat.Gravatar kenton@google.com2009-08-11
* Oops, unittest_enormous_descriptor.proto still needs to be in the dist.Gravatar kenton@google.com2009-08-11
* Don't build unittest_enormous_decsriptor.proto in C++ because it's very slow ...Gravatar kenton@google.com2009-08-11
* Hack to make gtest sub-package compile correctly on Sun Studio.Gravatar kenton@google.com2009-08-10
* Fix MSVC projects to ensure that protoc is built before lite-test attempts to...Gravatar kenton@google.com2009-08-10
* Make tests compile on Sun Studio. Patch from Monty Taylor.Gravatar kenton@google.com2009-08-10
* Experimental alternative build definition.Gravatar temporal2009-08-10
* Remove more of the stuff that was supposed to be removed in r190.Gravatar kenton@google.com2009-08-08
* doc comment tweaksGravatar kenton@google.com2009-08-08
* Silence pedantic warning about unused parameter.Gravatar kenton@google.com2009-08-07
* 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
* Update version number to 2.2.0-pre.Gravatar kenton@google.com2009-08-06
* Make sure GeneratedMessageFactory is deleted on shutdown.Gravatar kenton@google.com2009-08-06
* Improve Sun Studio support. Patch from Monty Taylor.Gravatar kenton@google.com2009-08-06
* OCDGravatar kenton@google.com2009-08-05
* add lite profile docs in the READMEGravatar gk58852009-08-04
* Ensure that only the lite tests are run, even if all tests have been compiledGravatar gk58852009-08-04
* This fixes some issues with the lite profile for the java build in which the ...Gravatar gk58852009-08-04
* Update the pom to support the 'lite' profile.Gravatar gk58852009-08-04
* Fix argument order -- I guess this macro is unused...Gravatar kenton@google.com2009-08-04
* Allow dependents to use pkg-config to figure out what flags to pass to link a...Gravatar kenton@google.com2009-08-03
* Make sure lite MSVC projects get into dist.Gravatar temporal2009-08-01
* Remove @Override annotations that cause compiler errors on Java 1.5.Gravatar temporal2009-08-01
* Use the nice macro to declare once-init control objects, like good little cod...Gravatar temporal2009-08-01
* Make DLLs work again.Gravatar kenton@google.com2009-08-01