69 Commits (d37d46dfbcedadeb439ad0367f8afcf8867dca43)
 

Author SHA1 Message Date
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 679edc415e Remove scoped_memory_log.h from MSVC project files -- it has not existed for some time. 16 years ago
kenton@google.com 4152d554c4 Handle .exe extension when looking for protoc in setup.py. 16 years ago
kenton@google.com bbbd4d309c Update MSVC project files to work with new gtest bundling strategy. 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 a6de64aef3 setup.py shouldn't fail if protoc path contains whitespace. 16 years ago
kenton@google.com 9af2f4c50b Update ez_setup.py to latest version, so it works with Python 2.6. 16 years ago
kenton@google.com a8e8ccf29c Improve performance of Python serialization. Patch from Will Pierce. 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
jonathan.skeet 90bdae226e Update benchmark data. 16 years ago
jonathan.skeet 8604c745fc Added copyright notice, made constants constant, added GC call before each test. 16 years ago
jonathan.skeet ff9c9e4d93 Initial benchmarking. 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
pesho.petrov 87e64e1cee Adding slicing support for repeated scalar fields and get/delete slice for composite fields. 16 years ago
kenton@google.com d41578239c Update trunk version to 2.0.4-SNAPSHOT. 16 years ago
kenton@google.com 2f3d8de767 Submit script used to post-process dist files. 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 eb241fadf2 Fix call to superclass.__init__() to work on newer versions of Python. 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 9f1752889c Update CHANGES.txt with stuff from 2.0.3. 16 years ago
kenton@google.com 26bd9eee6e Integrate changes from internal code. 16 years ago
kenton@google.com a2a32c2043 Support HP C++ on Tru64. 16 years ago
kenton@google.com 8da400ed12 Fix bugs in zero_copy_stream_impl. 16 years ago
kenton@google.com 32d0c3b853 Only build tests when running "make check", not "make". 16 years ago
kenton@google.com d0580eafd3 Fixed alignment issue that caused bus errors on platforms like sparc which 16 years ago
kenton@google.com de75437573 Simplify some template usage so that older compilers can handle it. (Users 16 years ago
kenton@google.com 3e91fcdd87 Work around GCC 4.3.0 x86_64 compiler bug (seen on Fedora 9). 16 years ago
kenton@google.com 580cf3c47c Update MSVC installation instructions for static linking change. 16 years ago
kenton@google.com 3bdc135653 Avoid an "unused parameter" warning when using high warning levels. 16 years ago
kenton@google.com 7b29a2695c Update version number to 2.0.3-SNAPSHOT. 16 years ago
kenton@google.com 16b31d2a94 Make Python example output identical to C++ and Java by removing redundant 16 years ago
kenton@google.com a41a9dd532 * Fixed template specialization syntax that MSVC 2005 didn't like. Not sure if 16 years ago
kenton@google.com c76caaccb8 Improvements to configure.ac from Jeff Bailey. 16 years ago
kenton@google.com cf3f638c92 Pass -Wall,no-obsolete to autoreconf. 16 years ago
kenton@google.com 7516a69050 Improve autogen.sh. 16 years ago
kenton@google.com c7f06b2ad5 Added clarification to license that generated code is owned by the owner of the 16 years ago
kenton@google.com 9b10f5845a * Fix build on MSVC. 16 years ago
kenton@google.com 0b3023fa65 Add file missing from rev 50. 16 years ago
kenton@google.com 24bf56fb3a Integrate changes from internal Google-internal branch. 16 years ago
kenton@google.com 3121a56ab4 Add file that was mysteriously missing from SVN tree. 16 years ago
kenton@google.com a69deb6477 Explicitly identify superclass in initializer lists for generated message 16 years ago