1. 2fa0439 Improved testing from CMake project by Konstantin Podsvirov · 9 years ago
  2. 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
  3. fbabf98 Merge pull request #769 from pkasting/metadata by Feng Xiao · 9 years ago
  4. c8c5fed Merge pull request #766 from pkasting/hash by Feng Xiao · 9 years ago
  5. e61ff47 Merge pull request #802 from bsilver8192/master by Feng Xiao · 9 years ago
  6. 21f3d37 Don't assume char is signed. by Brian Silverman · 9 years ago
  7. 133be3d Use TEST_TMPDIR for writing temporary files if it's set. by Brian Silverman · 9 years ago
  8. 0e606bc Merge pull request #786 from pherl/master by Jisi Liu · 9 years ago
  9. ef50a29 Update objc script in generate_descriptor_proto.sh by Jisi Liu · 9 years ago
  10. e473761 Merge pull request #796 from jcanizales/add-missing-comma by Paul Yang · 9 years ago
  11. af66e90 Fix podspec by adding missing comma by Jorge Canizales · 9 years ago
  12. 3778f52 Merge pull request #794 from jskeet/any by Jan Tattermusch · 9 years ago
  13. e50461d Pack/Unpack implementation for Any. by Jon Skeet · 9 years ago
  14. 4cb0edd Merge pull request #772 from dano/fix_scalar_map by Joshua Haberman · 9 years ago
  15. 63eca47 Merge pull request #793 from kbinani/fix_redefinition_BYTE_SIZE_macro by Feng Xiao · 9 years ago
  16. 9a06c80 Rename 'BYTE_SIZE' macro to 'GOOGLE_PROTOBUF_BYTE_SIZE' by kbinani · 9 years ago
  17. 9489817 Regenerated code. Most changes are whitespace, removing trailing spaces. by Jon Skeet · 9 years ago
  18. ccd7680 Stop adding a space to the end of lines for descriptor binary data. by Jon Skeet · 9 years ago
  19. 75a18a3 Specify csharp_namespace in descriptor.proto by Jon Skeet · 9 years ago
  20. 5eb1fac Generate a directory hierarchy based on namespace (C#) by Jon Skeet · 9 years ago
  21. 905f464 Using NEW behavior for CMP0022 in CMake project by Konstantin Podsvirov · 9 years ago
  22. 0101a59 Remove vestigial reference to MakeFixedTag by Jon Skeet · 9 years ago
  23. d79e037 Option for switching static runtime link policy with MSVC by Konstantin Podsvirov · 9 years ago
  24. d9598ca Fix Python 3.4 cpp implementation by Dan O'Reilly · 9 years ago
  25. 20b882d Using find_package(ZLIB) with MSVC too by Konstantin Podsvirov · 9 years ago
  26. db01460 Improved configure.ac parsing by Konstantin Podsvirov · 9 years ago
  27. 0087da9 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  28. cee703d Merge pull request #776 from haberman/pyfix by Joshua Haberman · 9 years ago
  29. 4472b4a Fixed assignment syntax error. by Josh Haberman · 9 years ago
  30. fc80fad Fix for https://github.com/google/protobuf/issues/758 by Josh Haberman · 9 years ago
  31. f0640b5 Merge pull request #770 from pkasting/string_space by Feng Xiao · 9 years ago
  32. 69ac02a Merge pull request #771 from pkasting/static_init_1 by Feng Xiao · 9 years ago
  33. 67946e9 Merge pull request #569 from redivo/master by Feng Xiao · 9 years ago
  34. ad1d726 Handled blocks being too small in arena.cc by Austin Schuh · 9 years ago
  35. fb0af6d Merge pull request #768 from pkasting/time by Feng Xiao · 9 years ago
  36. 4f3bead Remove a static initializer by removing a global of non-POD type. by Peter Kasting · 9 years ago
  37. f5a3325 It helps if you write macros correctly by Peter Kasting · 9 years ago
  38. a1be711 Try modifying check in hopes of passing upstream build by Peter Kasting · 9 years ago
  39. 432771f Review comments by Peter Kasting · 9 years ago
  40. 5ea84dd Refine check for unordered_{map|set} availability. by Peter Kasting · 9 years ago
  41. 47210cc Merge pull request #746 from zmodem/fix_predict_macros2 by Feng Xiao · 9 years ago
  42. 59b360f Merge pull request #767 from pkasting/port by Feng Xiao · 9 years ago
  43. 5d412c4 Change to just not marking the class for export by Peter Kasting · 9 years ago
  44. b913cbd Move StringSpaceUsedIncludingSelf to lite library. by Peter Kasting · 9 years ago
  45. 26f0c67 Merge pull request #765 from xfxyjwf/javadoc by Feng Xiao · 9 years ago
  46. 6e54999 Fix compile failures building protobuf DLLs on MSVC in Chromium's codebase. by Peter Kasting · 9 years ago
  47. d680159 Delete kNanosPerSecond from time.cc. by Peter Kasting · 9 years ago
  48. 2e789bc Avoid #including system headers from inside a namespace. by Peter Kasting · 9 years ago
  49. 2452249 Fix javadoc errors. by Feng Xiao · 9 years ago
  50. 2340868 Merge pull request #759 from TeBoring/beta-1-2 by Feng Xiao · 9 years ago
  51. fe98264 Fix Protobuf.podspec by TeBoring · 9 years ago
  52. 08575d9 Merge pull request #757 from xfxyjwf/python_failure by Jisi Liu · 9 years ago
  53. a3a2605 Excludes a failing python cpp test case. by Feng Xiao · 9 years ago
  54. 1942a2b Make jruby use Java 3.0.0-alpha-3. by Feng Xiao · 9 years ago
  55. 8e102ad Update generated file. by Feng Xiao · 9 years ago
  56. fcdcf88 Fix merge conflict. by Feng Xiao · 9 years ago
  57. f900837 Merge pull request #756 from TeBoring/beta-1 by Feng Xiao · 9 years ago
  58. a331298 Update Makefile.am to include missing files. by Feng Xiao · 9 years ago
  59. 99e1868 Add missing files in dist. by Feng Xiao · 9 years ago
  60. 1c81d0f Add distribution for objc by Bo Yang · 9 years ago
  61. 28595b2 Merge pull request #755 from pherl/beta-1 by Jisi Liu · 9 years ago
  62. 4008100 Add bazel build/workspace into distribution. by Jisi Liu · 9 years ago
  63. 5b771ed Merge pull request #754 from xfxyjwf/changelog by Feng Xiao · 9 years ago
  64. cc60753 Update change log for beta-1. by Feng Xiao · 9 years ago
  65. 106f3eb Merge pull request #750 from TeBoring/beta-1 by Paul Yang · 9 years ago
  66. aca5a60 Fix bugs for objectivec by TeBoring · 9 years ago
  67. e94e062 Merge branch 'master' of github.com:google/protobuf into beta-1 by Feng Xiao · 9 years ago
  68. c7a1f8e Merge pull request #728 from dano/py3_str_compat by Joshua Haberman · 9 years ago
  69. fecc3d5 Update post_process_dist.sh by Feng Xiao · 9 years ago
  70. 08da3d4 Merge pull request #751 from xfxyjwf/version_number by Feng Xiao · 9 years ago
  71. 7ecc19f Merge pull request #752 from google/jtattermusch-patch-1 by Feng Xiao · 9 years ago
  72. 8fca6f8 Update README.md for C# by Jan Tattermusch · 9 years ago
  73. ffe9215 Update version number. by Feng Xiao · 9 years ago
  74. 047a97f Merge pull request #749 from xfxyjwf/mingw_endian by Feng Xiao · 9 years ago
  75. d9f4636 Add a TODO to clean-up the LITTLE_ENDIAN macro. by Feng Xiao · 9 years ago
  76. b47bf4c Assume LITTLE_ENDIAN for windows build. by Feng Xiao · 9 years ago
  77. d7d9acc Merge pull request #748 from xfxyjwf/unused_typedef by Feng Xiao · 9 years ago
  78. b7bbe54 Remove an unused typedef. by Feng Xiao · 9 years ago
  79. 042bfaf Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  80. b00595a Merge pull request #709 from xfxyjwf/map_bug by Feng Xiao · 9 years ago
  81. 11e36b1 Merge pull request #747 from jtattermusch/sign_mismatch by Feng Xiao · 9 years ago
  82. 276ce8c add static cast to silence signedness comparison warning by Jan Tattermusch · 9 years ago
  83. fcf1b57 Fix the no-op definitions of GOOGLE_PREDICT_{TRUE,FALSE} by Hans Wennborg · 9 years ago
  84. 66b074f Merge pull request #744 from xfxyjwf/cmake_linux by Feng Xiao · 9 years ago
  85. 7e05a2d Merge pull request #736 from jtattermusch/fix-descriptor-proto by Jan Tattermusch · 9 years ago
  86. e72c751 Fix cmake build on linux. by Feng Xiao · 9 years ago
  87. b1b98e4 Merge pull request #738 from jtattermusch/include_descriptor_proto by Jon Skeet · 9 years ago
  88. f6b05f7 Merge pull request #739 from jtattermusch/include_descriptor_proto_master by Jon Skeet · 9 years ago
  89. c80f7c6 Merge pull request #742 from xfxyjwf/c11_compile by Feng Xiao · 9 years ago
  90. d9ab86c Fix compile issues with -std=c++11 by Feng Xiao · 9 years ago
  91. f9237d2 Merge pull request #741 from pherl/beta-1 by Jisi Liu · 9 years ago
  92. 0977815 fix "memory leaks" in protostream-object files. by Jisi Liu · 9 years ago
  93. 06c9dfd Merge pull request #740 from pherl/beta-1 by Jisi Liu · 9 years ago
  94. 01e060f Fix commandline interface file under heapcheck. by Jisi Liu · 9 years ago
  95. b192ba8 Merge remote-tracking branch 'origin/master' into beta-1 by Feng Xiao · 9 years ago
  96. 72145df include descriptor.proto in nuget package by Jan Tattermusch · 9 years ago
  97. 2950475 include descriptor.proto in nuget package by Jan Tattermusch · 9 years ago
  98. cf94f7b Merge pull request #726 from DouglasHeriot/msvc-noinline by Feng Xiao · 9 years ago
  99. 8f2892b Remove extraneous TODO by Jon Skeet · 9 years ago
  100. 3c74a0c Change where we rename Descriptor.cs to DescriptorProtoFile.cs. by Jon Skeet · 9 years ago