255 Commits (0dd3fef8431591637459f330db61e8c1485495a3)

Author SHA1 Message Date
kenton@google.com 42c81e1a76 Set better default CXXFLAGS and don't use optimization when compiling tests 16 years ago
temporal 1589b1d8c1 Fix startup crash when statically linking on Mac. 16 years ago
kenton@google.com c5ff06cc74 Add second run of cpp_unittest which verifies that descriptors are constructed lazily. This is accomplished by avoiding any use of descriptors while testing a bunch of other operations, then checking at the end that descriptors have not been constructed. 16 years ago
kenton@google.com 503a4dd705 Convert some \u escape sequences to UTF-8 because MSVC interprets them differently. 16 years ago
kenton@google.com 30be0a8758 Don't use dll-export declspec on class-nested extensions. 16 years ago
kenton@google.com ccc11678c7 Make building libprotobuf as a DLL work again. 16 years ago
kenton@google.com ef3730c2df Add test verifying that protoc accepts trailing backslashes on Windows, which some users claim doesn't work. Seems to work on my machine. 16 years ago
kenton@google.com d33e53ad4c That last rev shouldn't have compiled, but apparently did, for some reason. Fixed. 16 years ago
kenton@google.com db4b583084 Protect a new death test with GTEST_HAS_DEATH_TEST, since MinGW doesn't support it. 16 years ago
kenton@google.com 50ede8ba17 Update MSVC project files for rev 120, and add instructions for compiling with zlib. 16 years ago
kenton@google.com d37d46dfbc Integrate recent changes from Google-internal code tree. See CHANGES.txt 16 years ago
kenton@google.com 709ea28f32 Work around windows.h #defining GetMessage(). 16 years ago
kenton@google.com 6f9bc71ffd Add missing LIBPROTOBUF_EXPORT. 16 years ago
kenton@google.com 37ad00d2c4 Update bundled gtest to latest version (1.3.0) and include it as a 16 years ago
kenton@google.com 6dcd46c8d2 Fix initialization ordering problem in logging code. Based on patch from Wink Saville. 16 years ago
kenton@google.com cfa2d8aa87 Generate field number constants. Patch from Michael Poole. 16 years ago
kenton@google.com eb26a1efde Commit Michael Poole's patch for explicitly constructing all class fields in 16 years ago
kenton@google.com e59427a62c Commit Brian Olson's gzip stream implementations. 16 years ago
kenton@google.com f663b1602d Adds a flag to protoc called --error_format which specifies what 16 years ago
kenton@google.com 1556623fad Submit files missing from previous submit. 16 years ago
kenton@google.com 2d6daa72ab Push out changes from internal codebase. 16 years ago
kenton@google.com d41578239c Update trunk version to 2.0.4-SNAPSHOT. 16 years ago
kenton@google.com 25bc5cdc9c Support "Solaris 10 using recent Sun Studio". 16 years ago
kenton@google.com 1ea526879c Add full-system test for custom enum value options. (Previously, only a 16 years ago
kenton@google.com 2f669cbe75 * Avoid using pushd/popd in generate_descriptor_proto.sh because they are 16 years ago
kenton@google.com a001ed0c03 * Update version compatibility stuff -- 2.0.3 is in no way compatible with 16 years ago
kenton@google.com 26bd9eee6e Integrate changes from internal code. 17 years ago
kenton@google.com a2a32c2043 Support HP C++ on Tru64. 17 years ago
kenton@google.com 8da400ed12 Fix bugs in zero_copy_stream_impl. 17 years ago
kenton@google.com 32d0c3b853 Only build tests when running "make check", not "make". 17 years ago
kenton@google.com d0580eafd3 Fixed alignment issue that caused bus errors on platforms like sparc which 17 years ago
kenton@google.com de75437573 Simplify some template usage so that older compilers can handle it. (Users 17 years ago
kenton@google.com 3e91fcdd87 Work around GCC 4.3.0 x86_64 compiler bug (seen on Fedora 9). 17 years ago
kenton@google.com 3bdc135653 Avoid an "unused parameter" warning when using high warning levels. 17 years ago
kenton@google.com 7b29a2695c Update version number to 2.0.3-SNAPSHOT. 17 years ago
kenton@google.com a41a9dd532 * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure if 17 years ago
kenton@google.com 9b10f5845a * Fix build on MSVC. 17 years ago
kenton@google.com 0b3023fa65 Add file missing from rev 50. 17 years ago
kenton@google.com 24bf56fb3a Integrate changes from internal Google-internal branch. 17 years ago
kenton@google.com 3121a56ab4 Add file that was mysteriously missing from SVN tree. 17 years ago
kenton@google.com a69deb6477 Explicitly identify superclass in initializer lists for generated message 17 years ago
kenton@google.com 4410396f11 Work around absence of hash_map. 17 years ago
temporal 4014b9f83f Add @Override annotation to generated Java code where appropriate. 17 years ago
temporal 742e40975a 2.0.1 release. 17 years ago
temporal dd681ad786 More prep for 2.0.1: 17 years ago
temporal 779f61c6a3 Integrate recent changes from google3. 17 years ago
temporal a0f27fcd96 Heuristically detect sub-messages when printing unknown fields. 17 years ago
temporal 8ccb79057e Apply Leandro Lucarella <llucax@gmail.com>'s patches for VIM highlighting 17 years ago
temporal 6fdb0964e3 Fix static initialization ordering bug that caused crashes at startup when 17 years ago
temporal f206351d14 Sync code with Google-internal branch. Changes: 17 years ago