737 Commits (c8c5fed544b20b8ca865113d858e9b98deb00a4b)

Author SHA1 Message Date
liujisi@google.com 117064c18b add missing dll export macros for msvc. 12 years ago
liujisi@google.com 71caf8c25d Remove "using" directives to disambiguate type_traits for vc2012. 12 years ago
liujisi@google.com f5b373dfb6 Fix a typo of nacl file name. 12 years ago
liujisi@google.com e9ee30962f Add missing qnx files. 12 years ago
liujisi@google.com 4d8c2f94fb Add arm_qnx atomic ops support and add missing header files in Makefile.am 12 years ago
liujisi@google.com 98080e8598 Update upb namespace in friendship declaration. 12 years ago
liujisi@google.com cb77c4c381 Generate a warning for duplicated enum values, when allow_alias option isn't 12 years ago
liujisi@google.com 4770277ec7 Add the missing PNaCl atomicops support. 12 years ago
liujisi@google.com 728aa760fd Down-integrate form internal opensource branch 12 years ago
xiaofeng@google.com 0b30eb8c87 Fix the name of thread safety macros. 12 years ago
liujisi@google.com 5d701498dd Remove unused macros. 12 years ago
liujisi@google.com 5e6539205e Remove the customized operator delete. 12 years ago
liujisi@google.com 2273ee403b Add java options to plugin proto and rollback the r450 12 years ago
liujisi@google.com 0c995c9300 Remove undeeded no-rtti guards. 12 years ago
liujisi@google.com 2bee6e66e8 Fix build warnings for gcc 4.6 12 years ago
liujisi@google.com 6fb956d9db Remove extra semicolons 12 years ago
liujisi@google.com 1e36e1006a Add missing export macro 12 years ago
liujisi@google.com 329d103b3e Set pointers to NULL after shutdown, so the shutdown function can be called for multiple times. 12 years ago
liujisi@google.com f5d5b4de92 Make custom option able to work for -f-no-rtti; Fix remaining death tests for gtest 1.6 12 years ago
liujisi@google.com 1d32532ead Update gtest to 1.6; Disable death tests when exceptions are enabled. 12 years ago
liujisi@google.com e719489061 Make PROTOBUF_USE_EXCEPTIONS configurable from CPPFLAGS. 12 years ago
xiaofeng@google.com caa66db018 Merge from tags/2.5.0rc1 to trunk 12 years ago
xiaofeng@google.com eaaef0b39b Fix issues: 342, 424, 428, 430, 436 12 years ago
liujisi@google.com ef9acc464d Update version to 2.5.0-pre 12 years ago
xiaofeng@google.com 9c1c31ff16 Fix compile issues under GCC 3.4.6 12 years ago
xiaofeng@google.com a4491ea142 Fix issue 412: update protobuf for 64-bit compatibility on Mac OS X - patch from Mark Mentovai 12 years ago
csharptest 832b08e238 Rewrote the PublishRelease.bat file in MSBuild (publish.csproj), updated nuspec files 12 years ago
csharptest ad7b9d114e Cleanup of build batch files, todo - rework publishrelease.bat 12 years ago
csharptest 8aad022bec Collision with known MSBuild property ProjectType was causing errors, renamed to EnvironmentProjectType 12 years ago
csharptest 83f65a4333 Adding generated projects/solutions for all environments 12 years ago
csharptest 40f65d4c9e Working project templates for Silverlight testing of SL2..4 and PL4 12 years ago
csharptest 3c491937d3 Adding project templates and refactored build 12 years ago
csharptest 70cf251162 Normalizing base project configurations 12 years ago
csharptest 09761a8967 Build fixes from portable changes 12 years ago
csharptest c9bce45a01 Portability Changes - 12 years ago
csharptest 9f787cc64e Removed uses of reflection for enumeration of enum members 12 years ago
csharptest efc90f4000 Changes to support the Portable Library profile 12 years ago
csharptest 6716432ca6 Last (hopefully) changes to pre-processing directives 12 years ago
csharptest 0f56b84298 Added NOEXTENSIONS and NOFILEVERSION. Internalized golden_message test dependencies 12 years ago
csharptest 945bd1d516 Working to reduce number of conditional complication directives, and migrate towards feature-based condtions rather than platform-based 12 years ago
csharptest 5cda54bd8b Refactored uses of CreateDelegate for compatibility with CF2 12 years ago
csharptest fc353381e8 Refactored uses of CreateDelegate for compatibility with CF2 12 years ago
csharptest 1ab73c6a6c Refactored the use of Delegate.CreateDelegate to use FrameworkPortability.CreateDelegate, 12 years ago
csharptest 0d91952a58 Refactoring compatibility code to use FrameworkPortability class 12 years ago
csharptest 14e011f61b Add generated_code_attributes option, defaulted to false to generate the CompilerGeneratedAttribute and GeneratedCodeAttribute attributes 12 years ago
csharptest 7d53c12912 Refactored SilverlightCompatibility.cs => FrameworkPortability.cs added NewLine const 12 years ago
csharptest ad73b4250d Fixing build for SILVERLIGHT and COMPACT_FRAMEWORK before adding more build 12 years ago
csharptest 3cf3315370 Fix for GetProperty(string, Type[]) incompatible with Silverlight 12 years ago
csharptest 0e152e4386 addressbook.proto - Imported the options and set the expected namespace and umbrella class 12 years ago
csharptest d41ed17a06 Removed TestProtoFileDisablingClsComplianceFlags, see Issue 38: Disable CLSCompliant warnings 12 years ago