1. 24f567b clean up the public api for mini descriptors by Eric Salo · 2 years, 9 months ago
  2. 17b6451 Bumping protobuf dependency to newer commit by Mike Kruskal · 2 years, 9 months ago
  3. 9b3e873 upb: upb_EnumDefs are now built using mini descriptors by Eric Salo · 2 years, 9 months ago
  4. 410143b split out some unicode logic from the json decoder by Eric Salo · 2 years, 9 months ago
  5. ff46379 Prepare build for C++ generator. by Protobuf Team Bot · 2 years, 9 months ago
  6. 8c44f04 create and lock down upb/internal/array.h by Protobuf Team Bot · 2 years, 9 months ago
  7. 125db89 Added fuzz tests for mini table building and binary format parsing/serialization. by Joshua Haberman · 2 years, 9 months ago
  8. ca08ff5 lock down upb/internal/decode.h by Protobuf Team Bot · 2 years, 9 months ago
  9. 033859f rename internal/upb.h as internal/encode.h by Protobuf Team Bot · 2 years, 9 months ago
  10. 15596be move table.c into upb/internal by Protobuf Team Bot · 2 years, 9 months ago
  11. 7975945 clean up the dependency graph some more by Protobuf Team Bot · 2 years, 9 months ago
  12. e153b52 split out upb_StringView from upb.h by Protobuf Team Bot · 2 years, 9 months ago
  13. 8d0d13f Fix the dependency chain for internal/arena.h by Protobuf Team Bot · 2 years, 9 months ago
  14. b174d9d split out the internal arena defs from internal/upb.h by Protobuf Team Bot · 2 years, 9 months ago
  15. 7b05f25 split out the alloc code from the arena code by Protobuf Team Bot · 2 years, 9 months ago
  16. e4635f2 match file names to type names by Protobuf Team Bot · 2 years, 9 months ago
  17. bb38fc9 First implementation of protoc-gen-upbdev plugin by Protobuf Team Bot · 2 years, 10 months ago
  18. 6e1aa9f add json encoder option to render enums as ints by Protobuf Team Bot · 2 years, 10 months ago
  19. e5f2601 use constraints values in @platforms instead of @bazel_tools//platforms https://github.com/bazelbuild/bazel/issues/8622 by Protobuf Team · 2 years, 10 months ago
  20. 4ffeaa6 Fixed Python Tests by disabling the numpy test for now. by Joshua Haberman · 2 years, 10 months ago
  21. 6df5517 Consolidate upb visibility into a single visibility list. by Joshua Haberman · 2 years, 10 months ago
  22. a60e9a3 Fixed the mingw build by adding compatibility code for vsnprintf() by Joshua Haberman · 2 years, 11 months ago
  23. 555e7a6 Merge pull request #584 from limdor:patch-1 by Copybara-Service · 2 years, 11 months ago
  24. 1cf8214 Changed upb's arena alignment from 16 to 8. by Joshua Haberman · 2 years, 11 months ago
  25. 32f45b5 Update to the latest protobuf. by Joshua Haberman · 2 years, 11 months ago
  26. 459059e Add Extensions to mini table based reflection apis. by Protobuf Team · 2 years, 11 months ago
  27. c7620a4 Mini table accessors Part2 (repeated fields). by Protobuf Team · 3 years ago
  28. 823ed18 Move upb_Array and upb_Map into collections target. by Protobuf Team · 3 years ago
  29. 1143481 Remove none existing folders by Xavier Bonaventura · 3 years ago
  30. e5468b4 Add mini table accessors - Add hazzer, ClearField - Add bool/int32 accessors by Protobuf Team · 3 years ago
  31. fa8b605 Implemented MiniDescriptors for proto2 enums. by Joshua Haberman · 3 years ago
  32. bef5368 Add support for clear field in upbc. by Protobuf Team · 3 years ago
  33. a5243ff Restructure our file syncing so GitHub only files are tracked separately in Piper. by Joshua Haberman · 3 years ago
  34. b8edc71 Internal change by Protobuf Team · 3 years, 1 month ago
  35. 8d148f0 Clang-format and fixed missing dep. by Joshua Haberman · 3 years, 1 month ago
  36. 970c645 Fixes for google3 (layering check and formatting). by Joshua Haberman · 3 years, 1 month ago
  37. 0cf17c5 Merge pull request #542 from haberman/dynamic-minitable-conformance by Joshua Haberman · 3 years, 1 month ago
  38. 50c1298 Added conformance test variant to exercise dynamic minitable building. by Joshua Haberman · 3 years, 1 month ago
  39. 8ede0d5 Tests are passing. by Joshua Haberman · 3 years, 1 month ago
  40. dfc07a8 Added explicit dep on :table from Python. by Joshua Haberman · 3 years, 1 month ago
  41. 8c530f9 Changed generated code deps to avoid deps on core libraries. by Joshua Haberman · 3 years, 1 month ago
  42. 42c121e fix msg_test harder by Matt Kulukundis · 3 years, 1 month ago
  43. a3bd5f8 fix msg_test to be explicit about its deps by Matt Kulukundis · 3 years, 1 month ago
  44. c49e6df Switch to using :port by Matt Kulukundis · 3 years, 1 month ago
  45. edd1dd3 Fix missing build deps by Matt Kulukundis · 3 years, 1 month ago
  46. 92d71a4 make deps explicit by Matt Kulukundis · 3 years, 1 month ago
  47. c8f823e explicitly include deps for internal headers by Matt Kulukundis · 3 years, 1 month ago
  48. 61b0905 add some missing testonly attributes by Matt Kulukundis · 3 years, 1 month ago
  49. 502d6ba Moved fuzzing to a sub-directory. by Joshua Haberman · 3 years, 1 month ago
  50. 11b6df0 Moved tests into the main source tree. by Joshua Haberman · 3 years, 1 month ago
  51. 231daa3 Update BUILD by Eli Schleifer · 3 years, 3 months ago
  52. 3d437bb Some pre-PR fixes. by Joshua Haberman · 3 years, 6 months ago
  53. 4307f5d Fixed the CMake build and amalgamation. by Joshua Haberman · 3 years, 6 months ago
  54. ce012b7 Added support for extensions. by Joshua Haberman · 3 years, 6 months ago
  55. 1735541 Updated some docs and removed/rearranged some obsolete stuff. by Joshua Haberman · 3 years, 8 months ago
  56. 91d506a Ported ABSL's wyhash to C. by Joshua Haberman · 3 years, 8 months ago
  57. 42bdfcb Fix BUILD file. by Joshua Haberman · 4 years ago
  58. 75d6dab Merge pull request #384 from haberman/internal by Joshua Haberman · 4 years ago
  59. 3881393 Renamed .int.h to _internal.h, for greater clarity. by Joshua Haberman · 4 years ago
  60. da4b75b Fix build rules for more restrive deps checks by Matt Kulukundis · 4 years ago
  61. 823eb09 Update all 2011 dates to 2021. by Joshua Haberman · 4 years ago
  62. 0f27b04 Merge branch 'master' into license-headers by Joshua Haberman · 4 years ago
  63. e59d2c8 Added license headers to all files. by Joshua Haberman · 4 years ago
  64. 1674f28 Put public message interface into msg.h and moved internal functions to msg.int.h. by Joshua Haberman · 4 years ago
  65. 83c0edb A few minor cleanups. by Joshua Haberman · 4 years, 1 month ago
  66. 1b9cc09 Removed extraneous copybara directive. by Joshua Haberman · 4 years, 1 month ago
  67. f5d2d55 Deleted the legacy "Handlers" APIs. upb can finally be deserving of its name. by Joshua Haberman · 4 years, 3 months ago
  68. 5e550e8 Added API for getting fielddef default as a upb_msgval. by Joshua Haberman · 4 years, 3 months ago
  69. f72c26c Make :json publically visible by Lidi Zheng · 4 years, 4 months ago
  70. 695b7f4 Added code to test UPB_JSONENC_EMITDEFAULTS. by Joshua Haberman · 4 years, 4 months ago
  71. a799361 Merge branch 'master' into fast-table by Joshua Haberman · 4 years, 5 months ago
  72. e9b7954 Added a BUILD file for wyhash. by Joshua Haberman · 4 years, 5 months ago
  73. 6c16cba Removed obsolete port.c file. by Joshua Haberman · 4 years, 5 months ago
  74. 64abb5e Amalgamation no longer bundles wyhash, but #includes it. by Joshua Haberman · 4 years, 5 months ago
  75. 15e2063 Merge branch 'master' into optdefload by Joshua Haberman · 4 years, 5 months ago
  76. e8f9eac Added #defines UPB_ENABLE_FASTTABLE and UPB_TRY_ENABLE_FASTTABLE. by Joshua Haberman · 4 years, 5 months ago
  77. dc64613 Merge branch 'fastest-table' into fast-table by Joshua Haberman · 4 years, 5 months ago
  78. e86541a Fixed the build after the merge. by Joshua Haberman · 4 years, 5 months ago
  79. 1cd0cb1 Merge branch 'master' into fastest-table by Joshua Haberman · 4 years, 5 months ago
  80. 558315a Added COPTS to :port. by Joshua Haberman · 4 years, 5 months ago
  81. 7e5bd65 Plumbed copts (including the crucial -std=c99) to upb_proto_library() aspect. by Joshua Haberman · 4 years, 5 months ago
  82. 8f3ee80 Drop C89/C90 support and MSVC prior to Visual Studio 2015. by Joshua Haberman · 4 years, 5 months ago
  83. a274ad7 Plumbed copts (including the crucial -std=c99) to upb_proto_library() aspect. by Joshua Haberman · 4 years, 5 months ago
  84. 2c8bb6d Specify C99 explicitly until/unless we stop using bool. by Joshua Haberman · 4 years, 5 months ago
  85. efd576b Added -std=gnu99 for fastdecode and ran Buildifier. by Joshua Haberman · 4 years, 5 months ago
  86. b928696 A few more fixes, and test fastdecode under Kokoro. by Joshua Haberman · 4 years, 5 months ago
  87. a345af9 Added a codegen parameter for whether fasttables are generated or not. by Joshua Haberman · 4 years, 5 months ago
  88. cb234e6 Merge branch 'master' into fastest-table by Joshua Haberman · 4 years, 6 months ago
  89. 2c16649 Removed license comments and upb_amalgamation for google3. by Joshua Haberman · 4 years, 6 months ago
  90. b7dc774 Added licenses() to all BUILD files. by Joshua Haberman · 4 years, 6 months ago
  91. e3f41de Split monolithic BUILD file into many build files. by Joshua Haberman · 4 years, 6 months ago
  92. bfadc99 Merge branch 'master' into fastest-table by Joshua Haberman · 4 years, 6 months ago
  93. de1b6b0 Refactored proto2 benchmarks and added StringView benchmark. by Joshua Haberman · 4 years, 6 months ago
  94. d01b712 Merge branch 'master' into fastest-table by Joshua Haberman · 4 years, 6 months ago
  95. b0994a6 Added missing dep from benchmark. by Joshua Haberman · 4 years, 6 months ago
  96. 745661b Merge branch 'master' into fastest-table by Joshua Haberman · 4 years, 6 months ago
  97. bdd1a51 Fixed other tests. by Joshua Haberman · 4 years, 6 months ago
  98. 27262ad Snapshot descriptor.proto into our own copy for benchmarking purposes. by Joshua Haberman · 4 years, 6 months ago
  99. d6b40fd Added missing dependency on reflection. by Joshua Haberman · 4 years, 6 months ago
  100. 4f901b6 Passes all tests. by Joshua Haberman · 4 years, 6 months ago