1. b7610f1 Add missing files to EXTRA_DIST. by Feng Xiao · 9 years ago
  2. d217808 Merge branch master into v3.0.0-beta-2 by Feng Xiao · 9 years ago
  3. b27f289 Merge pull request #1062 from rinatz/master by Feng Xiao · 9 years ago
  4. 674e92d Initialize singleton instance by GoogleOnceInit() by Kenichiro IDA · 9 years ago
  5. a0cecfd Make conformance tests build for C++ and Java. by Feng Xiao · 9 years ago
  6. 894d18f Alter FileDescriptorTables::kEmpty to GetEmptyInstance() by Kenichiro IDA · 9 years ago
  7. aabc6c4 Make ToString() valid without a type registry by Jon Skeet · 9 years ago
  8. 85c4c36 Remove the usage of C++11 override. by Feng Xiao · 9 years ago
  9. e841bac Down-integrate from internal code base. by Feng Xiao · 9 years ago
  10. 9cbf408 Merge pull request #1025 from Yangqing/master by Feng Xiao · 9 years ago
  11. 031558b Minor changes to match the internal version by Yangqing Jia · 9 years ago
  12. 723010d Merge pull request #1033 from c0nk/wip-implicit-cast-fix by Feng Xiao · 9 years ago
  13. f42a68d Fix narrowing implicit cast in generated message [NFC] by Kal Conley · 9 years ago
  14. 1f0286a Use angle bracket for well known type proto header. by Bo Yang · 9 years ago
  15. bbf64ce Arena type traits standardization. by Yangqing Jia · 9 years ago
  16. 536059e Tweak the error message as the generate is in the core binary these days. by Thomas Van Lenten · 9 years ago
  17. a52539a Fix some narrowing implicit casts [NFC] by Kal Conley · 9 years ago
  18. 8e869f7 Adds support for buliding protobuf with emscripten; we just needed the proper platform define used in the right place. by Craig Donner · 9 years ago
  19. 72ec336 Tidy up reflection in advance of attempting to implement DynamicMessage. by Jon Skeet · 9 years ago
  20. a6361a1 Rename "umbrella" to "reflection" consistently. by Jon Skeet · 9 years ago
  21. 2a15051 Introduce a Parser property into MessageDescriptor, and populate it from generated types. by Jon Skeet · 9 years ago
  22. c581acb Merge pull request #944 from jskeet/umbrella-classname by Jon Skeet · 9 years ago
  23. 2a91c64 Reorder the checks so anything in the expected file is an implicit whitelisting. by Thomas Van Lenten · 9 years ago
  24. 61a50b9 Change how the reflection descriptor class is generated. by Jon Skeet · 9 years ago
  25. f4f601b Stop removing all blank lines in doc comments. by Jon Skeet · 9 years ago
  26. 2a50e67 Add support for POWER Linux by Doug Kwan · 9 years ago
  27. 9659ea9 Fix compilation errors when built internally. by Feng Xiao · 9 years ago
  28. a2ce9cb Correct spelling by Benjamin Barenblat · 9 years ago
  29. 86ba70e Get VS 2015 to use const int definitions by Bruce Dawson · 9 years ago
  30. d4569d1 Merge pull request #908 from jskeet/oneof-equality by Jan Tattermusch · 9 years ago
  31. 964627e Include the oneof-case in equality and hash code generated code. by Jon Skeet · 9 years ago
  32. 187cfc5 Change the #include for any.h to use angle brackets instead of quotes, to be consistent with other protobuf library includes. by Matthew Wu · 9 years ago
  33. 5314ad1 Merge pull request #783 from podsvirov/topic-cmake-project by Feng Xiao · 9 years ago
  34. d8a926e Merge pull request #824 from jtattermusch/expose_get_output_file by Jan Tattermusch · 9 years ago
  35. 8894d1f Merge pull request #875 from tkarls/return_correct_bool_type_from_map by Feng Xiao · 9 years ago
  36. 59906e8 Changed argument typ to uint32 in set function that sets an uint32 value by Thomas Karlsson · 9 years ago
  37. b7996f0 Changed return type from int32 to bool in function returning a bool by Thomas Karlsson · 9 years ago
  38. 49f24af Merge pull request #815 from TeBoring/third-party by Paul Yang · 9 years ago
  39. 4ead55c Use static cast by Hamdi Sahloul · 9 years ago
  40. 4c4aae8 VS2010 compatibility of address initalization by Hamdi Sahloul · 9 years ago
  41. 5f6a1d3 Remove duplicated header file by Jisi Liu · 9 years ago
  42. 61871a0 fix stringpiece test to use portable hash set. by Jisi Liu · 9 years ago
  43. e8c3c54 Adding back three missing export macros. by Jisi Liu · 9 years ago
  44. 8d8177c Merge remote-tracking branch 'origin/master' into fix-author by Jisi Liu · 9 years ago
  45. 46e8ff6 Down-integrate from google internal. by Jisi Liu · 9 years ago
  46. 7c14dc8 Down-integrate internal bug fixing changes. by Bo Yang · 9 years ago
  47. 67dd42c First pass at generating XML documentation from .proto comments. by Jon Skeet · 9 years ago
  48. 6bbbdfa Fix typo in oneof case enum comment by Jon Skeet · 9 years ago
  49. 1351d20 Move the summary comments above the attributes. by Jon Skeet · 9 years ago
  50. 2212f56 Added documentation to generated code. by Jon Skeet · 9 years ago
  51. 0e5686a Merge pull request #727 from AustinSchuh/arena_bounds_fix by Feng Xiao · 9 years ago
  52. c31f11d expose GetOutputFile in csharp_names.h by Jan Tattermusch · 9 years ago
  53. 97a1c1e Merge pull request #785 from jskeet/csharp-directories by Jan Tattermusch · 9 years ago
  54. e301946 Simplify testing from CMake project to "check" target by Konstantin Podsvirov · 9 years ago
  55. 2fa0439 Improved testing from CMake project by Konstantin Podsvirov · 9 years ago
  56. d41a3d6 Add GOOGLE_ATTRIBUTE_NOINLINE to GetArena() and GetMaybeArenaPointer() methods. This is to avoid "unresolved link" errors in MSVC 2015 during Release build by 0xAAE · 9 years ago
  57. fbabf98 Merge pull request #769 from pkasting/metadata by Feng Xiao · 9 years ago
  58. c8c5fed Merge pull request #766 from pkasting/hash by Feng Xiao · 9 years ago
  59. 21f3d37 Don't assume char is signed. by Brian Silverman · 9 years ago
  60. 133be3d Use TEST_TMPDIR for writing temporary files if it's set. by Brian Silverman · 9 years ago
  61. 9a06c80 Rename 'BYTE_SIZE' macro to 'GOOGLE_PROTOBUF_BYTE_SIZE' by kbinani · 9 years ago
  62. ccd7680 Stop adding a space to the end of lines for descriptor binary data. by Jon Skeet · 9 years ago
  63. 75a18a3 Specify csharp_namespace in descriptor.proto by Jon Skeet · 9 years ago
  64. 5eb1fac Generate a directory hierarchy based on namespace (C#) by Jon Skeet · 9 years ago
  65. 0101a59 Remove vestigial reference to MakeFixedTag by Jon Skeet · 9 years ago
  66. 0087da9 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  67. f0640b5 Merge pull request #770 from pkasting/string_space by Feng Xiao · 9 years ago
  68. 69ac02a Merge pull request #771 from pkasting/static_init_1 by Feng Xiao · 9 years ago
  69. 67946e9 Merge pull request #569 from redivo/master by Feng Xiao · 9 years ago
  70. ad1d726 Handled blocks being too small in arena.cc by Austin Schuh · 9 years ago
  71. fb0af6d Merge pull request #768 from pkasting/time by Feng Xiao · 9 years ago
  72. 4f3bead Remove a static initializer by removing a global of non-POD type. by Peter Kasting · 9 years ago
  73. f5a3325 It helps if you write macros correctly by Peter Kasting · 9 years ago
  74. a1be711 Try modifying check in hopes of passing upstream build by Peter Kasting · 9 years ago
  75. 432771f Review comments by Peter Kasting · 9 years ago
  76. 5ea84dd Refine check for unordered_{map|set} availability. by Peter Kasting · 9 years ago
  77. 47210cc Merge pull request #746 from zmodem/fix_predict_macros2 by Feng Xiao · 9 years ago
  78. 5d412c4 Change to just not marking the class for export by Peter Kasting · 9 years ago
  79. b913cbd Move StringSpaceUsedIncludingSelf to lite library. by Peter Kasting · 9 years ago
  80. 6e54999 Fix compile failures building protobuf DLLs on MSVC in Chromium's codebase. by Peter Kasting · 9 years ago
  81. d680159 Delete kNanosPerSecond from time.cc. by Peter Kasting · 9 years ago
  82. 2e789bc Avoid #including system headers from inside a namespace. by Peter Kasting · 9 years ago
  83. 8e102ad Update generated file. by Feng Xiao · 9 years ago
  84. 106f3eb Merge pull request #750 from TeBoring/beta-1 by Paul Yang · 9 years ago
  85. aca5a60 Fix bugs for objectivec by TeBoring · 9 years ago
  86. d9f4636 Add a TODO to clean-up the LITTLE_ENDIAN macro. by Feng Xiao · 9 years ago
  87. b47bf4c Assume LITTLE_ENDIAN for windows build. by Feng Xiao · 9 years ago
  88. b7bbe54 Remove an unused typedef. by Feng Xiao · 9 years ago
  89. 042bfaf Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  90. b00595a Merge pull request #709 from xfxyjwf/map_bug by Feng Xiao · 9 years ago
  91. 276ce8c add static cast to silence signedness comparison warning by Jan Tattermusch · 9 years ago
  92. fcf1b57 Fix the no-op definitions of GOOGLE_PREDICT_{TRUE,FALSE} by Hans Wennborg · 9 years ago
  93. e72c751 Fix cmake build on linux. by Feng Xiao · 9 years ago
  94. c80f7c6 Merge pull request #742 from xfxyjwf/c11_compile by Feng Xiao · 9 years ago
  95. d9ab86c Fix compile issues with -std=c++11 by Feng Xiao · 9 years ago
  96. f9237d2 Merge pull request #741 from pherl/beta-1 by Jisi Liu · 9 years ago
  97. 0977815 fix "memory leaks" in protostream-object files. by Jisi Liu · 9 years ago
  98. 06c9dfd Merge pull request #740 from pherl/beta-1 by Jisi Liu · 9 years ago
  99. 01e060f Fix commandline interface file under heapcheck. by Jisi Liu · 9 years ago
  100. b192ba8 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago