1. ab74fd1 Add package for map test for nano. by Jisi Liu · 10 years ago
  2. 03b1416 Add tests for JavaNano maps. by Jisi Liu · 10 years ago
  3. dce8165 Initial checkin for maps support in JavaNano. by Jisi Liu · 10 years ago
  4. 76cb776 Merge pull request #180 from ned14/master by Feng Xiao · 10 years ago
  5. ae11803 Delete unused files. by Feng Xiao · 10 years ago
  6. f01c144 Fix illegal C++ use of reinterpret_cast<> to cast between nullptr_t and a pointer. by Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) · 10 years ago
  7. 5446dea Merge pull request #155 from cfallin/ruby-maps by Joshua Haberman · 10 years ago
  8. ace4212 Line-wraps at 80 chars. by Chris Fallin · 10 years ago
  9. 052e020 Merge pull request #160 from zhangkun83/master by Feng Xiao · 10 years ago
  10. addd26c Addressed code-review comments. by Chris Fallin · 10 years ago
  11. a6b3ab0 Align backslash vertically by zhangkun83 · 10 years ago
  12. aa1713d Include names.h as java_names.h in the opensource tree by zhangkun83 · 10 years ago
  13. 97b663a Update upb amalgamation. by Chris Fallin · 10 years ago
  14. 4c92289 Addressed code-review comments. by Chris Fallin · 10 years ago
  15. 80276ac Addressed code-review comments. by Chris Fallin · 10 years ago
  16. fd1a3ff Support for maps in the MRI C Ruby extension. by Chris Fallin · 10 years ago
  17. 644a6a1 Merge pull request #143 from Ivoz/patch-1 by Feng Xiao · 10 years ago
  18. b60a6df Merge pull request #46 from adalq/version by Feng Xiao · 10 years ago
  19. bc3af60 Merge pull request #139 from c0nk/master by Feng Xiao · 10 years ago
  20. 4186d4c Update python version / setuptools instructions by Matt Iversen · 10 years ago
  21. c3e9280 Improved little endian byte order detection by Kal Conley · 10 years ago
  22. 4f0170d Updated __version__ by Adal Chiriliuc · 10 years ago
  23. 59692c3 Merge pull request #136 from cfallin/ruby-proto3-only by Joshua Haberman · 10 years ago
  24. 5ce69e9 Support Ruby code generation only for proto3. by Chris Fallin · 10 years ago
  25. 044e095 Add missing header files in src/Makefile.am by Feng Xiao · 10 years ago
  26. e7d562a Update ruby DIST_FILES. by Feng Xiao · 10 years ago
  27. 0c7f624 Adds Travis Cl support to test the code automatically. by Feng Xiao · 10 years ago
  28. ed52203 Merge pull request #134 from cfallin/master by Joshua Haberman · 10 years ago
  29. 91473dc Rename protobuf Ruby module to google/protobuf and rework its build by Chris Fallin · 10 years ago
  30. f473bb9 Merge pull request #128 from krishnanm86/master by Feng Xiao · 10 years ago
  31. 2e9f5e3 Reverting the space at the end for both files changed by Krishna · 10 years ago
  32. 91552ad Reverting the space at the end by Krishna · 10 years ago
  33. 22f96a7 Returned print_indent and print_outdent back to printservicestub and printserviceclass in python generator by Krishna · 10 years ago
  34. 001e82a Merge pull request #113 from nsuke/oneof-c++11 by Feng Xiao · 10 years ago
  35. 78c8200 Describe how to get gtest source for Visual Studio users. by Feng Xiao · 10 years ago
  36. 5fd12b8 Update gtest version to v1.7.0. by Feng Xiao · 10 years ago
  37. 060a209 Reverted changes to cpp_helpers.cc and made code reviews to python_geenerator.cc by Krishna · 10 years ago
  38. cb0ba5f Update version number to v3.0.0-pre by Feng Xiao · 10 years ago
  39. 5290948 Merge branch v3.0.0-alpha-1 into master. by Feng Xiao · 10 years ago
  40. 7654f78 Fixed bugs by Krishna · 10 years ago
  41. a761f06 Source code refactoring. Extracted common functionality in cpp_helpers.cc and python/python_generator.cc by Krishna · 10 years ago
  42. 261fe97 Merge pull request #121 from cfallin/master by Joshua Haberman · 10 years ago
  43. 8d5d7cc Fix LIBPROTOBUF_PROTOBUF annotations for buliding protobuf as DLLs. by Feng Xiao · 10 years ago
  44. 973f425 Provide a Ruby extension. by Chris Fallin · 10 years ago
  45. 496d47c Remove map_field.cc from lite-runtime. by Feng Xiao · 10 years ago
  46. fe3be0b Fix vsprojects/extract_includes.bat by Feng Xiao · 10 years ago
  47. 7da8121 Fix the intermediate directory of vc project files. by Feng Xiao · 10 years ago
  48. 9104da3 Down-integrate from internal code base. by Feng Xiao · 10 years ago
  49. a0d9c59 Merge pull request #127 from tseaver/ignore-autogen-artifacts by Feng Xiao · 10 years ago
  50. 2c495e4 Ignore artifacts from autogen.sh by Tres Seaver · 10 years ago
  51. be20ae0 Fix compile issues and test failures in VS2008. by Feng Xiao · 10 years ago
  52. 7c939bc Update VC projects to include new source files. by Feng Xiao · 10 years ago
  53. d778778 Fix thread local annotatoin and add back type traits is_convertable for MSVC by Feng Xiao · 10 years ago
  54. 6a949cd Remove usage of features not supported in Java 1.6. by Feng Xiao · 10 years ago
  55. 0eaae1e Replace is_enum with is_proto_enum because is_enum is not supported on some platforms. by Feng Xiao · 10 years ago
  56. 6936f17 Update post_process_dist.sh to produce a separate package for each language. by Feng Xiao · 10 years ago
  57. 137dd0f Delete some globals in ShutdownProtobufLibrary(). by Feng Xiao · 10 years ago
  58. 35ef680 Add a missing Java dist file. by Feng Xiao · 10 years ago
  59. 58dfce9 Update version number in descriptor.pb.h and plugin.pb.h. Protect death by Feng Xiao · 10 years ago
  60. 81a630c Update version number to v3.0.0-alpha-1 by Feng Xiao · 10 years ago
  61. 2413cb5 Make C++ string oneof field compatible with C++11 by Nobuaki Sukegawa · 10 years ago
  62. 4470dcb Display element name in test error log by Nobuaki Sukegawa · 10 years ago
  63. 8ba0e35 Make test code runnable with C++11 by Nobuaki Sukegawa · 10 years ago
  64. 7793199 Explicitly list all Java lite runtime tests (and exclude those depending by Feng Xiao · 10 years ago
  65. a451681 Merge pull request #116 from xfxyjwf/fix_warnings by Feng Xiao · 10 years ago
  66. e45149b Merge pull request #115 from xfxyjwf/fix_107 by Feng Xiao · 10 years ago
  67. ef43113 Merge pull request #111 from xfxyjwf/googlebot by Feng Xiao · 10 years ago
  68. 9e9ca4b Merge pull request #105 from xfxyjwf/fix_92 by Feng Xiao · 10 years ago
  69. e559b51 Merge pull request #81 from xfxyjwf/syntax_warning by Feng Xiao · 10 years ago
  70. 9173ba2 Get rid of some build warnings. by Feng Xiao · 10 years ago
  71. 8f7dec8 Add a ./configure flag "DIST_LANG" to select which langauge to include by Feng Xiao · 10 years ago
  72. 7f2a9fb Merge pull request #102 from fizbin/bytestring_serializable by Feng Xiao · 10 years ago
  73. a32a1a7 Add tests for other ByteString subclasses by Daniel Martin · 10 years ago
  74. bdcdee0 Merge pull request #109 from nsuke/tb-vim-oneof by Feng Xiao · 10 years ago
  75. 7d4117c Merge pull request #110 from nsuke/tb-typo-cpp_extension by Feng Xiao · 10 years ago
  76. 0610659 Replace links in nano proto code. by Feng Xiao · 10 years ago
  77. c25d9fe Down-integrate from internal code base. by Feng Xiao · 10 years ago
  78. e5a1799 Fix typo by Nobuaki Sukegawa · 10 years ago
  79. 33bb176 Add oneof keyword to proto.vim by Nobuaki Sukegawa · 10 years ago
  80. 90f2f50 Make Java TextFormat.printToUnicodeString() escape newlines. by Feng Xiao · 10 years ago
  81. 209840e Merge pull request #106 from xfxyjwf/fix_62 by Feng Xiao · 10 years ago
  82. 418ece3 Fix javadoc warnings. by Feng Xiao · 10 years ago
  83. d1ec493 Fix Python C++ implementation build issues: by Feng Xiao · 10 years ago
  84. 7d2db50 Merge pull request #104 from pherl/master by Jisi Liu · 10 years ago
  85. 241921c Merge branch 'master' of github.com:google/protobuf by Jisi Liu · 10 years ago
  86. e9bbfbc Link Java Nano generator into protoc. by Jisi Liu · 10 years ago
  87. 6ae3bde Fix issue 99. by Feng Xiao · 10 years ago
  88. 7f3a25b Merge pull request #103 from Ang3lus/master by Feng Xiao · 10 years ago
  89. dd449e1 Fix "anonymous types declared in an anonymous union are an extension" by Łukasz Twarduś · 10 years ago
  90. 5ff8dc8 Make ByteStrings serializable with java serialization. by Daniel Martin · 10 years ago
  91. 99aa0f9 Down-integrate from internal code base. by Feng Xiao · 10 years ago
  92. 49bc8c0 Add nano proto authors and update LICENSE file to include Android.mk. by Feng Xiao · 10 years ago
  93. aa8ef98 Merge pull request #91 from xfxyjwf/android_nano by Feng Xiao · 10 years ago
  94. 9e65d4b Fix the broken link at the bottom of javanano/README.txt by Feng Xiao · 10 years ago
  95. 8a87fb8 Merge pull request #79 from xfxyjwf/license by Feng Xiao · 10 years ago
  96. 95c2591 Merge nano proto into protobuf repository. by Feng Xiao · 10 years ago
  97. cd980d1 Prepare nano proto code to be merged into protobuf repository. by Feng Xiao · 10 years ago
  98. 6a51460 Merge pull request #89 from tseaver/ignore-map_generated_files by Feng Xiao · 10 years ago
  99. e9d18bc Ignore files generated from new 'map*.protobuf' sources. by Tres Seaver · 10 years ago
  100. db90dff Merge pull request #88 from tseaver/fix-class_key_must_be_declared_w_friend by Feng Xiao · 10 years ago