aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Update MSVC project files for recent changes. Added new projects for libprot...Gravatar kenton@google.com2009-08-01
* Hurr, some merge conflict was resolved poorly. Fixed.Gravatar kenton@google.com2009-08-01
* Allow compression level of GzipOutputStream to be configured.Gravatar kenton@google.com2009-08-01
* Fix compile for GCC 3.4.4.Gravatar kenton@google.com2009-08-01
* Extend MAINTAINERCLEANFILES to include some things automatically added by lib...Gravatar kenton@google.com2009-07-31
* Use SVN externals for gtest.Gravatar kenton@google.com2009-07-31
* Remove two empty source files. This doesn't actually have any effect on code...Gravatar kenton@google.com2009-07-29
* Decouple strutil from C++ lite library for a further 23k reduction.Gravatar kenton@google.com2009-07-29
* Define libprotobuf-lite in Makefile.am.Gravatar kenton@google.com2009-07-29
* 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
* Fix problems with emacs protobuf mode, I guess. See <http://www.opensubscrib...Gravatar kenton@google.com2009-07-08
* Add Swap(), SwapElements(), and RemoveLast() to Reflection. Patch by Scott S...Gravatar kenton@google.com2009-06-25
* Fix build problem with -std=gnu++0x.Gravatar kenton@google.com2009-06-01
* Fixes to acx_check_suncc.m4 from Monty Taylor.Gravatar kenton@google.com2009-05-28
* Fix final leak (win32 only).Gravatar kenton@google.com2009-05-18
* Update version number in trunk.Gravatar kenton@google.com2009-05-13
* Fix compile error on Cygwin, where int32 is typedefed to long instead of int,...Gravatar kenton@google.com2009-05-06
* Make sure examples link properly.Gravatar kenton@google.com2009-05-06
* 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