Move upb-x/ back to upb/

This is the second attempt to fix our Git history. This should allow
"git blame" to work correctly in the upb/ directory even though our
automation unexpectedly blew away that directory.
pull/13687/head
Adam Cozzette 1 year ago
parent 58ea4c8eef
commit 047df98dea
  1. 0
      upb/.bazelci/presubmit.yml
  2. 0
      upb/.bazelignore
  3. 0
      upb/.bazelrc
  4. 0
      upb/.clang-format
  5. 0
      upb/.github/actions/setup-bazel-cache/action.yml
  6. 0
      upb/.github/workflows/bazel_tests.yml
  7. 0
      upb/.github/workflows/clang_format.yml
  8. 0
      upb/.github/workflows/generate_files.yml
  9. 0
      upb/.github/workflows/mergeable.yml
  10. 0
      upb/.github/workflows/python_tests.yml
  11. 0
      upb/.gitignore
  12. 0
      upb/BUILD
  13. 0
      upb/CONTRIBUTING.md
  14. 0
      upb/LICENSE
  15. 0
      upb/README.md
  16. 0
      upb/WORKSPACE
  17. 0
      upb/bazel/BUILD
  18. 0
      upb/bazel/amalgamate.py
  19. 0
      upb/bazel/amalgamation.bzl
  20. 0
      upb/bazel/build_defs.bzl
  21. 0
      upb/bazel/lua.BUILD
  22. 0
      upb/bazel/protobuf.patch
  23. 0
      upb/bazel/py_proto_library.bzl
  24. 0
      upb/bazel/python_downloads.bzl
  25. 0
      upb/bazel/system_python.bzl
  26. 0
      upb/bazel/upb_proto_library.bzl
  27. 0
      upb/bazel/workspace_deps.bzl
  28. 0
      upb/benchmarks/BUILD
  29. 0
      upb/benchmarks/BUILD.googleapis
  30. 0
      upb/benchmarks/benchmark.cc
  31. 0
      upb/benchmarks/build_defs.bzl
  32. 0
      upb/benchmarks/compare.py
  33. 0
      upb/benchmarks/descriptor.proto
  34. 0
      upb/benchmarks/descriptor_sv.proto
  35. 0
      upb/benchmarks/empty.proto
  36. 0
      upb/benchmarks/gen_protobuf_binary_cc.py
  37. 0
      upb/benchmarks/gen_synthetic_protos.py
  38. 0
      upb/benchmarks/gen_upb_binary_c.py
  39. 0
      upb/cmake/BUILD.bazel
  40. 0
      upb/cmake/CMakeLists.txt
  41. 0
      upb/cmake/README.md
  42. 0
      upb/cmake/build_defs.bzl
  43. 0
      upb/cmake/google/protobuf/descriptor.upb.c
  44. 0
      upb/cmake/google/protobuf/descriptor.upb.h
  45. 0
      upb/cmake/make_cmakelists.py
  46. 0
      upb/cmake/push_auto_update.sh
  47. 0
      upb/cmake/staleness_test.py
  48. 0
      upb/cmake/staleness_test_lib.py
  49. 0
      upb/docs/design.md
  50. 0
      upb/docs/render.py
  51. 0
      upb/docs/style-guide.md
  52. 0
      upb/docs/vs-cpp-protos.md
  53. 0
      upb/docs/wrapping-upb.md
  54. 0
      upb/lua/BUILD.bazel
  55. 0
      upb/lua/README.md
  56. 0
      upb/lua/def.c
  57. 0
      upb/lua/lua_proto_library.bzl
  58. 0
      upb/lua/main.c
  59. 0
      upb/lua/msg.c
  60. 0
      upb/lua/test.proto
  61. 0
      upb/lua/test_upb.lua
  62. 0
      upb/lua/upb.c
  63. 0
      upb/lua/upb.h
  64. 0
      upb/lua/upb.lua
  65. 0
      upb/lua/upbc.cc
  66. 0
      upb/protos/BUILD
  67. 0
      upb/protos/bazel/BUILD
  68. 0
      upb/protos/bazel/upb_cc_proto_library.bzl
  69. 0
      upb/protos/protos.cc
  70. 0
      upb/protos/protos.h
  71. 0
      upb/protos/protos_extension_lock.cc
  72. 0
      upb/protos/protos_extension_lock.h
  73. 0
      upb/protos/protos_extension_lock_test.cc
  74. 0
      upb/protos/protos_internal.h
  75. 0
      upb/protos/protos_internal_test.cc
  76. 0
      upb/protos/protos_traits.h
  77. 0
      upb/protos/repeated_field.h
  78. 0
      upb/protos/repeated_field_iterator.h
  79. 0
      upb/protos/repeated_field_iterator_test.cc
  80. 0
      upb/protos_generator/BUILD
  81. 0
      upb/protos_generator/gen_accessors.cc
  82. 0
      upb/protos_generator/gen_accessors.h
  83. 0
      upb/protos_generator/gen_enums.cc
  84. 0
      upb/protos_generator/gen_enums.h
  85. 0
      upb/protos_generator/gen_extensions.cc
  86. 0
      upb/protos_generator/gen_extensions.h
  87. 0
      upb/protos_generator/gen_messages.cc
  88. 0
      upb/protos_generator/gen_messages.h
  89. 0
      upb/protos_generator/gen_repeated_fields.cc
  90. 0
      upb/protos_generator/gen_repeated_fields.h
  91. 0
      upb/protos_generator/gen_utils.cc
  92. 0
      upb/protos_generator/gen_utils.h
  93. 0
      upb/protos_generator/names.cc
  94. 0
      upb/protos_generator/names.h
  95. 0
      upb/protos_generator/output.cc
  96. 0
      upb/protos_generator/output.h
  97. 0
      upb/protos_generator/protoc-gen-upb-protos.cc
  98. 0
      upb/protos_generator/tests/BUILD
  99. 0
      upb/protos_generator/tests/child_model.proto
  100. 0
      upb/protos_generator/tests/legacy-name.proto
  101. Some files were not shown because too many files have changed in this diff Show More

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save