aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Provide ShutdownProtobufLibrary() which frees all startup-allocated objects.Gravatar kenton@google.com2009-05-06
* enable cross-compilingGravatar kenton@google.com2009-05-06
* Set better default CXXFLAGS and don't use optimization when compiling testsGravatar kenton@google.com2009-05-06
* Fix test failure on 64-bit python.Gravatar kenton@google.com2009-05-01
* More Sun CC hacks. Contributed by Monty Taylor.Gravatar kenton@google.com2009-05-01
* Hopefully make autogen.sh run on solaris.Gravatar kenton@google.com2009-05-01
* Add Emacs editor mode. Contributed by Alexandre Vassalotti.Gravatar kenton@google.com2009-05-01
* Fix startup crash when statically linking on Mac.Gravatar temporal2009-04-28
* Add second run of cpp_unittest which verifies that descriptors are constructe...Gravatar kenton@google.com2009-04-28
* Convert some \u escape sequences to UTF-8 because MSVC interprets them differ...Gravatar kenton@google.com2009-04-28
* Don't use dll-export declspec on class-nested extensions.Gravatar kenton@google.com2009-04-28
* Update extract_includes.bat to include new public headers in rev 120.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
* That last rev shouldn't have compiled, but apparently did, for some reason. ...Gravatar kenton@google.com2009-04-28
* Protect a new death test with GTEST_HAS_DEATH_TEST, since MinGW doesn't suppo...Gravatar kenton@google.com2009-04-28
* Update MSVC project files for rev 120, and add instructions for compiling wit...Gravatar kenton@google.com2009-04-27
* Integrate recent changes from Google-internal code tree. See CHANGES.txtGravatar kenton@google.com2009-04-25
* Work around windows.h #defining GetMessage().Gravatar kenton@google.com2009-04-22
* Add missing LIBPROTOBUF_EXPORT.Gravatar kenton@google.com2009-04-22
* Remove scoped_memory_log.h from MSVC project files -- it has not existed for ...Gravatar kenton@google.com2009-04-22
* Handle .exe extension when looking for protoc in setup.py.Gravatar kenton@google.com2009-04-22
* Update MSVC project files to work with new gtest bundling strategy.Gravatar kenton@google.com2009-04-22
* Update bundled gtest to latest version (1.3.0) and include it as aGravatar kenton@google.com2009-04-21
* setup.py shouldn't fail if protoc path contains whitespace.Gravatar kenton@google.com2009-04-18
* Update ez_setup.py to latest version, so it works with Python 2.6.Gravatar kenton@google.com2009-04-18
* Improve performance of Python serialization. Patch from Will Pierce.Gravatar kenton@google.com2009-04-18
* Fix initialization ordering problem in logging code. Based on patch from Win...Gravatar kenton@google.com2009-04-18
* 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
* Commit Brian Olson's gzip stream implementations.Gravatar kenton@google.com2009-04-16
* Adds a flag to protoc called --error_format which specifies whatGravatar kenton@google.com2009-04-15
* Update benchmark data.Gravatar jonathan.skeet2009-03-05
* Added copyright notice, made constants constant, added GC call before each test.Gravatar jonathan.skeet2009-03-05
* Initial benchmarking.Gravatar jonathan.skeet2009-03-05
* Submit files missing from previous submit.Gravatar kenton@google.com2009-02-10
* Push out changes from internal codebase.Gravatar kenton@google.com2009-01-22
* Adding slicing support for repeated scalar fields and get/delete slice for co...Gravatar pesho.petrov2008-12-24
* Update trunk version to 2.0.4-SNAPSHOT.Gravatar kenton@google.com2008-12-05
* Submit script used to post-process dist files.Gravatar kenton@google.com2008-12-05
* Support "Solaris 10 using recent Sun Studio".Gravatar kenton@google.com2008-12-04
* Add full-system test for custom enum value options. (Previously, only aGravatar kenton@google.com2008-12-02
* * Avoid using pushd/popd in generate_descriptor_proto.sh because they areGravatar kenton@google.com2008-12-02
* Fix call to superclass.__init__() to work on newer versions of Python.Gravatar kenton@google.com2008-12-02
* * Update version compatibility stuff -- 2.0.3 is in no way compatible withGravatar kenton@google.com2008-12-01
* Update CHANGES.txt with stuff from 2.0.3.Gravatar kenton@google.com2008-11-25
* Integrate changes from internal code.Gravatar kenton@google.com2008-11-21
* Support HP C++ on Tru64.Gravatar kenton@google.com2008-11-14
* Fix bugs in zero_copy_stream_impl.Gravatar kenton@google.com2008-11-07
* Only build tests when running "make check", not "make".Gravatar kenton@google.com2008-11-07