5440 Commits (9a60e5d001442f0af8563f40ac7f449c4f579bf4)

Author SHA1 Message Date
kenton@google.com b43727981c Fix final leak (win32 only). 16 years ago
kenton@google.com 1fb3d394e5 Update version number in trunk. 16 years ago
Jon Skeet d33bff04b3 Fixed i18n issues with numbers 16 years ago
kenton@google.com 1d4df6caa4 Fix compile error on Cygwin, where int32 is typedefed to long instead of int, and the compiler can't figure out which overload of this method to use in that case. 16 years ago
kenton@google.com 63e646b7ad Provide ShutdownProtobufLibrary() which frees all startup-allocated objects. 16 years ago
kenton@google.com 9824eda6b5 enable cross-compiling 16 years ago
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
The Android Open Source Project 5a08423c59 auto import from //branches/cupcake_rel/...@140373 16 years ago
Jon Skeet 7de1aef848 Avoid creating UnknownFieldSets unless we really have to. 16 years ago
Jon Skeet 75f4268e60 Minor benchmarking changes 16 years ago
Jon Skeet bceed3c198 Commit earlier deletes 16 years ago
The Android Open Source Project 82155ace01 auto import from //depot/cupcake/@135843 16 years ago
The Android Open Source Project 778b51ced8 auto import from //depot/cupcake/@135843 16 years ago
The Android Open Source Project a3cc5f1795 auto import from //depot/cupcake/@132589 16 years ago
The Android Open Source Project bb7bbd7c9c auto import from //depot/cupcake/@137055 16 years ago
Jon Skeet e81a9d7c87 Added ToBuilder and WeakToBuilder 16 years ago
The Android Open Source Project 52067f67ad auto import from //branches/cupcake/...@132276 16 years ago
Jon Skeet 25a28580a6 Support packed primitive types 16 years ago
The Android Open Source Project f83a870b18 auto import from //branches/cupcake/...@130745 16 years ago
kenton@google.com 1556623fad Submit files missing from previous submit. 16 years ago
Jon Skeet 0ca3fecfaf Use atomic groups to mimic the possessive quantifier change in Java code 16 years ago
Jon Skeet 6a60ac33d0 String optimisations 16 years ago
Jon Skeet 49fcd4f794 Merge extensions correctly 16 years ago
Jon Skeet 642a8140c8 Setters/adders now throw ArgumentNullException appropriately. 16 years ago
Jon Skeet 25a2792283 Remove extraneous conversion to byte string 16 years ago
kenton@google.com 2d6daa72ab Push out changes from internal codebase. 16 years ago
Jon Skeet dc254e76fc Removed redundant import from tutorial proto 16 years ago
Jon Skeet a376734115 Changed benchmark namespace and fixed enum issue 16 years ago
Jon Skeet 79c72a9930 Benchmarking 16 years ago
Jon Skeet 343d9f54b4 Upgraded to protoc.exe 2.0.3. Added new build target of clean-build 16 years ago
Jon Skeet 8f8186a30b Benchmarking, dumping and munging 16 years ago
Jon Skeet b8b7d4fca3 Remove ugly bootstrapping - we don't need it now. 16 years ago