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
d2d50f9a73
Fix Java compile issues under JDK 1.5
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
Przemyslaw Szczepaniak
610c2fd73d
Add gnustl+rtti version of cpp full library
...
Adding new version of cpp library,
'libprotobuf-cpp-2.3.0-full-gnustl-rtti'. Previously, c++ code
compiled against gnustl couldn't link with this library - having
both gnustl and stlport in same binary leads to nasty conflicts.
Bug: 7484202
Change-Id: Ic4fbbfc2839c4ce88bf605cf3d9cca47b146f965
12 years ago
xiaofeng@google.com
a058718f7a
Fix issue 298: add OSGi configuration to pom.xml - patch from Thomas Kock
12 years ago
csharptest
30f73e2e4a
Changes to publish.csproj targets
12 years ago
csharptest
b26c983c9b
Merged issue-46 changes
12 years ago
csharptest
c3624dd335
Work completed, merging...
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
d6d48226d8
Updating ingore rules
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 -
...
Removing uses of Enum to IConvertible from CodedIOStreams,
Removed MessageStreamIterator.FromFile on non-client profiles,
Removed use of Path.GetFileName,
Removed uses of Converter<T1, T2> delegate,
Removed Guid/DispId options from test protos
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,
...
retooled MessageStreamIterator.cs to use safer/less complicated reflection.
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
...
variations (WP). Changes are primarily superficial since they are to support
the Serialization assembly and unit tests compiling in the CF which has not
been done before.
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
9c73660d55
Removed explicit build of addressbook so that it builds like all other protos
12 years ago
csharptest
d41ed17a06
Removed TestProtoFileDisablingClsComplianceFlags, see Issue 38: Disable CLSCompliant warnings
12 years ago
csharptest
7a030703db
Adding addressbook.proto to the build
12 years ago
csharptest
6bea9e25b1
Issue 40: import doesn't work / proto_path does not work for command-line file names
12 years ago
csharptest
bf2a92c524
regenerated proto files with recent changes
12 years ago
csharptest
6e2dfae3d8
Issue 38: Disable CLSCompliant warnings (3021)
12 years ago
csharptest
f96f5ae58a
Issue 49: Generated nested static Types class should be partial
12 years ago
csharptest
fb607d6fa6
Merged local fix for Issue 50
12 years ago
csharptest
eb6476d72f
Ignored batch files
12 years ago
csharptest
6c4a2de7df
Issue 50: The XML serializer will fail to deserialize a message with empty child message
12 years ago
pliard@google.com
75575df086
Generate missing inclusion of common.h.
...
FileGenerator::GenerateBuildDescriptors() emits
"::google::protobuf::internal::OnShutdown(&$shutdownfilename$);" which is
declared in common.h.
Although Protobuf is very well tested a compilation error was triggered while
rolling Protobuf r423:426. There might be something wrong in the Chromium roll
(still in progress).
It seems safer anyway not to rely on indirect headers inclusion.
12 years ago
xiaofeng@google.com
3d46dad1d2
Use string::size_type instead of int for results of string.find() etc. -- patch from hans
12 years ago
xiaofeng@google.com
fcb8a50b50
Update MSVC project files and fix compilation issues in MSVC.
12 years ago