785 Commits (e4af879ba24f73379f6efc52d8d7e0154ad2ce2e)

Author SHA1 Message Date
Kal Conley a52539a32d Fix some narrowing implicit casts [NFC] 9 years ago
Craig Donner 8e869f7627 Adds support for buliding protobuf with emscripten; we just needed the proper platform define used in the right place. 9 years ago
Jon Skeet 72ec33676f Tidy up reflection in advance of attempting to implement DynamicMessage. 9 years ago
Jon Skeet a6361a124a Rename "umbrella" to "reflection" consistently. 9 years ago
Jon Skeet 2a15051a1e Introduce a Parser property into MessageDescriptor, and populate it from generated types. 9 years ago
Thomas Van Lenten 2a91c64f49 Reorder the checks so anything in the expected file is an implicit whitelisting. 9 years ago
Jon Skeet 61a50b9e6b Change how the reflection descriptor class is generated. 9 years ago
Jon Skeet f4f601bd47 Stop removing all blank lines in doc comments. 9 years ago
Doug Kwan 2a50e67c78 Add support for POWER Linux 9 years ago
Feng Xiao 9659ea9e56 Fix compilation errors when built internally. 9 years ago
Benjamin Barenblat a2ce9cb9ea Correct spelling 9 years ago
Bruce Dawson 86ba70ec41 Get VS 2015 to use const int definitions 9 years ago
Jon Skeet 964627ece0 Include the oneof-case in equality and hash code generated code. 9 years ago
Matthew Wu 187cfc5700 Change the #include for any.h to use angle brackets instead of quotes, to be consistent with other protobuf library includes. 9 years ago
Thomas Karlsson 59906e81d8 Changed argument typ to uint32 in set function that sets an uint32 value 10 years ago
Thomas Karlsson b7996f0929 Changed return type from int32 to bool in function returning a bool 10 years ago
Hamdi Sahloul 4ead55c370 Use static cast 10 years ago
Hamdi Sahloul 4c4aae87d5 VS2010 compatibility of address initalization 10 years ago
Jisi Liu 5f6a1d3dbb Remove duplicated header file 10 years ago
Jisi Liu 61871a02d4 fix stringpiece test to use portable hash set. 10 years ago
Jisi Liu e8c3c54b3f Adding back three missing export macros. 10 years ago
Jisi Liu 46e8ff63cb Down-integrate from google internal. 10 years ago
Bo Yang 7c14dc837b Down-integrate internal bug fixing changes. 10 years ago
Jon Skeet 67dd42c50d First pass at generating XML documentation from .proto comments. 10 years ago
Jon Skeet 6bbbdfa24c Fix typo in oneof case enum comment 10 years ago
Jon Skeet 1351d20c31 Move the summary comments above the attributes. 10 years ago
Jon Skeet 2212f56bcd Added documentation to generated code. 10 years ago
Jan Tattermusch c31f11deb4 expose GetOutputFile in csharp_names.h 10 years ago
Konstantin Podsvirov e301946ca4 Simplify testing from CMake project to "check" target 10 years ago
Konstantin Podsvirov 2fa0439b00 Improved testing from CMake project 10 years ago
0xAAE d41a3d630c Add GOOGLE_ATTRIBUTE_NOINLINE to GetArena() and GetMaybeArenaPointer() methods. This is to avoid "unresolved link" errors in MSVC 2015 during Release build 10 years ago
Brian Silverman 21f3d3777a Don't assume char is signed. 10 years ago
Brian Silverman 133be3dc1f Use TEST_TMPDIR for writing temporary files if it's set. 10 years ago
kbinani 9a06c8000e Rename 'BYTE_SIZE' macro to 'GOOGLE_PROTOBUF_BYTE_SIZE' 10 years ago
Jon Skeet ccd76802fa Stop adding a space to the end of lines for descriptor binary data. 10 years ago
Jon Skeet 75a18a39ca Specify csharp_namespace in descriptor.proto 10 years ago
Jon Skeet 5eb1fac983 Generate a directory hierarchy based on namespace (C#) 10 years ago
Jon Skeet 0101a59b62 Remove vestigial reference to MakeFixedTag 10 years ago
Austin Schuh ad1d726cc2 Handled blocks being too small in arena.cc 10 years ago
Peter Kasting 4f3bead537 Remove a static initializer by removing a global of non-POD type. 10 years ago
Peter Kasting f5a332553e It helps if you write macros correctly 10 years ago
Peter Kasting a1be711e96 Try modifying check in hopes of passing upstream build 10 years ago
Peter Kasting 432771fa24 Review comments 10 years ago
Peter Kasting 5ea84dd335 Refine check for unordered_{map|set} availability. 10 years ago
Peter Kasting 5d412c47d9 Change to just not marking the class for export 10 years ago
Peter Kasting b913cbd307 Move StringSpaceUsedIncludingSelf to lite library. 10 years ago
Peter Kasting 6e54999773 Fix compile failures building protobuf DLLs on MSVC in Chromium's codebase. 10 years ago
Peter Kasting d680159527 Delete kNanosPerSecond from time.cc. 10 years ago
Peter Kasting 2e789bc246 Avoid #including system headers from inside a namespace. 10 years ago
Feng Xiao 8e102ad158 Update generated file. 10 years ago