737 Commits (c8c5fed544b20b8ca865113d858e9b98deb00a4b)

Author SHA1 Message Date
Xiao Hang 801e92007f Generate a package name suffix ".nano" for nano messages 9 years ago
teboring 5da3fb0666 Move the definition of GOOGLE_FALLTHROUGH_INTENDED to port.h 9 years ago
Tom Hughes 93ba933363 Remove unused private fields. 9 years ago
Tom Hughes 56327ecc02 Fix compilation error when using C++11. 9 years ago
LitingLin 67d51ac4f8 Windows is always little-endian. 9 years ago
LitingLin 224010c775 A bug about PROTOBUF_LITTLE_ENDIAN remain undefined on MSVC x64 9 years ago
Tom Hughes 60c5222287 Include pthread.h when using GOOGLE_PROTOBUF_NO_THREADLOCAL. 9 years ago
Xiao Hang c3e6493aa4 Generate a package name suffix ".nano" for nano messages 9 years ago
Nico Weber 58b2decb7b Remove two unused functions. 9 years ago
Jon Skeet e2368c9022 Fix attribute mistake and regenerate code. 9 years ago
Jon Skeet 4668c3dc39 Remove the usage of attributes for field/method discovery. 9 years ago
Jon Skeet 53c399a1d6 Revamp to reflection. 9 years ago
Jisi Liu 51053120db Addming missing includes in stubs headers. 10 years ago
Nico Weber 56a90a2081 Let GOOGLE_COMPILE_ASSERT use static_assert if available. 10 years ago
Jisi Liu 7b216119ee Update make file for extra headers. 10 years ago
Jon Skeet 34878cb14e Fixes from PR review. 10 years ago
Jisi Liu 4e694f7b23 Split up common.h headers 10 years ago
Josh Haberman 181c7f2636 Added Ruby to conformance tests. 10 years ago
Jie Luo b2d2cf8b48 ignore UTF-8 BOM if it is in the begining of a proto file 10 years ago
Jon Skeet 8a0312b201 First pass at wrapper types. 10 years ago
Jon Skeet b2ac868493 First part of implementing wrapper types. Not ready yet! 10 years ago
Jon Skeet db52c9dd58 Address requested change from code review. 10 years ago
Jon Skeet 541b442b99 Don't create nested types (or field accessors) for map types. 10 years ago
Rob Earhart 2f4fb642a3 Install missing headers 10 years ago
Jon Skeet 739d13d5d1 Generate the well-known types in C# 10 years ago
Jon Skeet 9c888fa3a2 Changing reflection namespace (part 3) 10 years ago
Jon Skeet 9f37de960f Changing reflection namespace (part 1) 10 years ago
Jon Skeet 8482b6c462 Convert package name to PascalCase for C# namespace 10 years ago
Jan Tattermusch cacbedf04e export c# naming routines publicly 10 years ago
Jon Skeet ef3464dff6 Oneof reflection support. (Generated code changes in next commit.) 10 years ago
Jon Skeet 5b9288e47d Use the new JsonFormatter to implement ToString on generated messages. 10 years ago
Bo Yang 9f563bd0d8 Internal local modifications. 10 years ago
Jon Skeet 493e3db985 Codegen changes to support descriptor runtime changes 10 years ago
Jon Skeet 78ea98f56f Implement reflection properly for fields. 10 years ago
George Redivo 7ad8690c5d Fix GOOGLE_PROTOBUF_ATOMICOPS_ERROR syntax error 10 years ago
Karol Ostrovsky ee35402244 MinGW64+MSYS2 compilation issues and portable isnan using MathLimits 10 years ago
Jon Skeet 38d8d3948a Remove unused code in C# codegen 10 years ago
Jon Skeet f2a27cc2c7 First pass (not yet compiling) at removing all the array handling code from Coded*Stream. 10 years ago
Matt Giuca 43dcbbfec7 Fix "sometimes-uninitialized" warning on Windows Clang. 10 years ago
Jon Skeet 8d83f8d13e Fix for doubly-nested types - issue #307. 10 years ago
Jon Skeet fb77cc9d9f More cleanup, based around searches for "Google.ProtocolBuffers" 10 years ago
Jon Skeet c12833104f Tweaks and more tests for maps 10 years ago
Jon Skeet df44ae4413 More map tests, and various production code improvements. 10 years ago
Jon Skeet 0d684d3420 First pass at map support. 10 years ago
Jon Skeet d487c322de Regenerated descriptor C++ code 10 years ago
Jisi Liu 658e72d8fb fix compiler warnings. 10 years ago
Jon Skeet 322ec53161 Revert the change to wire_format.h. 10 years ago
Jon Skeet bfee2dfe13 Implement freezing for messages and repeated fields. 10 years ago
Jon Skeet 8c896b259e Implement requested changes for IMessage<T> 10 years ago
Jon Skeet 6c1fe6ea3e Implement Clone. 10 years ago