737 Commits (c8c5fed544b20b8ca865113d858e9b98deb00a4b)

Author SHA1 Message Date
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 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. 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
xiaofeng@google.com b55a20fa2c Down-integrate from internal branch 12 years ago
pliard@google.com daced74d77 Add support for NaCl in atomicops. 13 years ago
liujisi@google.com e7881e8e12 Update atomicops to support new platforms where intptr_t = long. 13 years ago
Jon Skeet 2be3870a5f Change "typeof (Foo)" to "typeof(Foo)" everywhere. I have no idea why I used to 13 years ago
Jon Skeet 34378b49b5 Test and fix for issue 45. When we fetch properties, explicitly state that 13 years ago
liujisi@google.com aabd7cf8f8 Fix a NULL/bool conversion. 13 years ago
xiaofeng@google.com 2072421124 Fix issue 378 13 years ago
pliard@google.com a269a2c48b Update outdated use of GoogleOnceType. 13 years ago
pliard@google.com 6103d4ed13 Don't call AddDesc() at static init time in LITE_RUNTIME mode. 13 years ago
pliard@google.com 7cc257673c Improve GoogleOnceInit() in Protocol Buffers. 13 years ago
pliard@google.com 6a10204df6 Add missing guard in atomicops MSVC cc file 13 years ago
pliard@google.com 72afe6ee3f Fix build error in Mac atomicops. 13 years ago
pliard@google.com 324779ad70 Remove static initializer in wire_format_lite.cc. 13 years ago
pliard@google.com f5de486b53 Add atomicops from V8. 13 years ago
csharptest cf6987988a Post-release changes 13 years ago
csharptest f2c16f1d0d version 2.4.1.473 13 years ago
csharptest 752d1a374c Added option generate_private_ctor to disable private ctor generation 13 years ago
csharptest a25cef668c Fixed issue-35 13 years ago
csharptest 5d8df9d41c Bound to happen once in a while 13 years ago
csharptest 6f5bf8d48b Removed dependency on Rhino.Mocks 13 years ago
csharptest 2622011a5d Removed the 2008 solution and created batch files to toggle the solution to the 13 years ago
csharptest eac64a5f7a - Upgraded NUnit 13 years ago
csharptest 4ebef33289 Renamed SILVERLIGHT2 compilation constant to SILVERLIGHT 13 years ago
csharptest d444748edc Several build related changes in this commit: 13 years ago
csharptest 2e89071876 Changed the resource loading in unit tests 13 years ago
csharptest b5a7ed2411 Conditional extensions in serialization, Removed usages of extensions methods from unit tests 13 years ago
csharptest 4ad552692f Moved all extension methods to a single class/file 13 years ago
csharptest 97830e160a Fix for incorrect 2010 solution 13 years ago
csharptest bac32faf56 Added unit tests for Lite runtime services and serialization 13 years ago
csharptest 1f8a6220d4 Adding new proto files to solutions and removing unwanted '.user' file 13 years ago
csharptest b09a4a7daf Rebuild of descriptor.proto based on changes from 2.4.1 13 years ago
csharptest 08c84b9054 Unit test correction for types that were moved to different proto files 13 years ago
csharptest af112a9f69 Adding the types that were removed from unittest.proto and unittest_lite.proto 13 years ago
csharptest c96ed3bb5d Added SortedList to the Lite framework project 13 years ago
csharptest b868afac7c Backed out changeset: 47878e59489c 13 years ago
csharptest c06481373f Added lite version of the serialization assembly 13 years ago
csharptest 8601fc98a4 Removed usages of SortedList`2 for Silverlight compatibility 13 years ago
csharptest f67c83365f Added comments for private fields 13 years ago
csharptest fa8fa92499 Added missing calls to ReadMessageEnd and writer.Flush. 13 years ago
csharptest 4b75bbe45f Fix for incorrect handling of Whitespace after an array open in XmlFormatReader 13 years ago
csharptest 353b0fad90 Changes from code review 13 years ago
csharptest 17fb8f223e Fix for public constructor on messages 13 years ago