aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* 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
* 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
* 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 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
* 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
* Update bundled gtest to latest version (1.3.0) and include it as aGravatar kenton@google.com2009-04-21
* 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
* Submit files missing from previous submit.Gravatar kenton@google.com2009-02-10
* Push out changes from internal codebase.Gravatar kenton@google.com2009-01-22
* Update trunk version to 2.0.4-SNAPSHOT.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
* * Update version compatibility stuff -- 2.0.3 is in no way compatible withGravatar kenton@google.com2008-12-01
* 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
* Fixed alignment issue that caused bus errors on platforms like sparc whichGravatar kenton@google.com2008-11-07
* Simplify some template usage so that older compilers can handle it. (UsersGravatar kenton@google.com2008-11-06