Adam Cozzette
501ececd39
Reorganize upb file structure
...
This change moves almost everything in the `upb/` directory up one level, so
that for example `upb/upb/generated_code_support.h` becomes just
`upb/generated_code_support.h`. The only exceptions I made to this were that I
left `upb/cmake` and `upb/BUILD` where they are, mostly because that avoids
conflict with other files and the current locations seem reasonable for now.
The `python/` directory is a little bit of a challenge because we had to merge
the existing directory there with `upb/python/`. I made `upb/python/BUILD` into
the BUILD file for the merged directory, and it effectively loads the contents
of the other BUILD file via `python/build_targets.bzl`, but I plan to clean
this up soon.
PiperOrigin-RevId: 568651768
2 years ago
Protobuf Team Bot
00c3369fb5
Adds "Edition Feature Visibility" to the GitHub code repository.
...
PiperOrigin-RevId: 565137882
2 years ago
Protobuf Team Bot
4503ab10c7
Adds "Edition Tooling" to the GitHub code repository.
...
PiperOrigin-RevId: 565137196
2 years ago
Protobuf Team Bot
762e529d83
Adds "Prototiller Requirements for Edition Zero" to the GitHub code repository.
...
PiperOrigin-RevId: 565135915
2 years ago
Protobuf Team Bot
f98fa1897e
Adds "Java Lite for Editions" to the GitHub code repository.
...
PiperOrigin-RevId: 564482619
2 years ago
Protobuf Team Bot
e46855432e
Adds "Edition Zero Features" to the GitHub code repository.
...
PiperOrigin-RevId: 564482175
2 years ago
Protobuf Team Bot
54d4937ad6
Adds "C++ APIs for Edition Zero" to the GitHub code repository.
...
PiperOrigin-RevId: 563818554
2 years ago
Protobuf Team Bot
af498ccf03
Adds "Edition Evolution" to the GitHub code repository.
...
PiperOrigin-RevId: 563810795
2 years ago
Protobuf Team Bot
c20841a240
Adds "Edition Zero Feature: Enum Field Closedness" to the GitHub code repository.
...
PiperOrigin-RevId: 563809111
2 years ago
Protobuf Team Bot
5df704c26c
Adds "Edition Zero: JSON Handling" to the GitHub code repository.
...
PiperOrigin-RevId: 563808396
2 years ago
Protobuf Team Bot
d8de058f5c
Adds "Edition Zero: Converged Semantics" to the GitHub code repository.
...
PiperOrigin-RevId: 563806352
2 years ago
Protobuf Team Bot
d83e9f3498
Adds "Stricter Schemas with Editions" to the GitHub code repository.
...
PiperOrigin-RevId: 563172650
2 years ago
Protobuf Team Bot
0b2377927d
Adds Protobuf Editions for Schema Producers to the GitHub code repository.
...
PiperOrigin-RevId: 563110832
2 years ago
Protobuf Team Bot
ccbc80117c
Adds "Protobuf Editions Design: Features" to the GitHub code repository.
...
PiperOrigin-RevId: 563109674
2 years ago
Protobuf Team Bot
7b77796f86
Adds "Protobuf Design: Options Attributes" to the GitHub code repository.
...
PiperOrigin-RevId: 563104277
2 years ago
Protobuf Team Bot
18baa3c05a
Adds "Editions: Life of a FeatureSet" to the GitHub code repository.
...
PiperOrigin-RevId: 563082121
2 years ago
Protobuf Team Bot
17e934bb28
Adds "Edition Naming" to the GitHub code repository.
...
PiperOrigin-RevId: 563077292
2 years ago
Protobuf Team Bot
2eeeb3aba4
Adds Life of an Edition to the GitHub code repository.
...
PiperOrigin-RevId: 560770772
2 years ago
Protobuf Team Bot
a3a0cce0ef
Creates a directory, a README, and a design doc for Editions.
...
PiperOrigin-RevId: 560178015
2 years ago