summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-01Remove @Override annotations that cause compiler errors on Java 1.5.temporal
2009-08-01Use the nice macro to declare once-init control objects, like good little cod...temporal
2009-08-01Make DLLs work again.kenton@google.com
2009-08-01Hurr, some merge conflict was resolved poorly. Fixed.kenton@google.com
2009-08-01Allow compression level of GzipOutputStream to be configured.kenton@google.com
2009-08-01Fix compile for GCC 3.4.4.kenton@google.com
2009-07-29Remove two empty source files. This doesn't actually have any effect on code...kenton@google.com
2009-07-29Decouple strutil from C++ lite library for a further 23k reduction.kenton@google.com
2009-07-29Define libprotobuf-lite in Makefile.am.kenton@google.com
2009-07-29Submit recent changes from internal branch, including "lite mode" forkenton@google.com
2009-07-24Down-integrate some code from an internal branch. (More to come.)kenton@google.com
2009-06-25Add Swap(), SwapElements(), and RemoveLast() to Reflection. Patch by Scott S...kenton@google.com
2009-06-01Fix build problem with -std=gnu++0x.kenton@google.com
2009-05-18Fix final leak (win32 only).kenton@google.com
2009-05-13Update version number in trunk.kenton@google.com
2009-05-06Fix compile error on Cygwin, where int32 is typedefed to long instead of int,...kenton@google.com
2009-05-06Provide ShutdownProtobufLibrary() which frees all startup-allocated objects.kenton@google.com
2009-05-06enable cross-compilingkenton@google.com
2009-05-06Set better default CXXFLAGS and don't use optimization when compiling testskenton@google.com
2009-04-28Fix startup crash when statically linking on Mac.temporal
2009-04-28Add second run of cpp_unittest which verifies that descriptors are constructe...kenton@google.com
2009-04-28Convert some \u escape sequences to UTF-8 because MSVC interprets them differ...kenton@google.com
2009-04-28Don't use dll-export declspec on class-nested extensions.kenton@google.com
2009-04-28Make building libprotobuf as a DLL work again.kenton@google.com
2009-04-28Add test verifying that protoc accepts trailing backslashes on Windows, which...kenton@google.com
2009-04-28That last rev shouldn't have compiled, but apparently did, for some reason. ...kenton@google.com
2009-04-28Protect a new death test with GTEST_HAS_DEATH_TEST, since MinGW doesn't suppo...kenton@google.com
2009-04-27Update MSVC project files for rev 120, and add instructions for compiling wit...kenton@google.com
2009-04-25Integrate recent changes from Google-internal code tree. See CHANGES.txtkenton@google.com
2009-04-22Work around windows.h #defining GetMessage().kenton@google.com
2009-04-22Add missing LIBPROTOBUF_EXPORT.kenton@google.com
2009-04-21Update bundled gtest to latest version (1.3.0) and include it as akenton@google.com
2009-04-18Fix initialization ordering problem in logging code. Based on patch from Win...kenton@google.com
2009-04-18Generate field number constants. Patch from Michael Poole.kenton@google.com
2009-04-16Commit Michael Poole's patch for explicitly constructing all class fields inkenton@google.com
2009-04-16Commit Brian Olson's gzip stream implementations.kenton@google.com
2009-04-15Adds a flag to protoc called --error_format which specifies whatkenton@google.com
2009-02-10Submit files missing from previous submit.kenton@google.com
2009-01-22Push out changes from internal codebase.kenton@google.com
2008-12-05Update trunk version to 2.0.4-SNAPSHOT.kenton@google.com
2008-12-04Support "Solaris 10 using recent Sun Studio".kenton@google.com
2008-12-02Add full-system test for custom enum value options. (Previously, only akenton@google.com
2008-12-02* Avoid using pushd/popd in generate_descriptor_proto.sh because they arekenton@google.com
2008-12-01* Update version compatibility stuff -- 2.0.3 is in no way compatible withkenton@google.com
2008-11-21Integrate changes from internal code.kenton@google.com
2008-11-14Support HP C++ on Tru64.kenton@google.com
2008-11-07Fix bugs in zero_copy_stream_impl.kenton@google.com
2008-11-07Only build tests when running "make check", not "make".kenton@google.com
2008-11-07Fixed alignment issue that caused bus errors on platforms like sparc whichkenton@google.com
2008-11-06Simplify some template usage so that older compilers can handle it. (Userskenton@google.com