protobuf/csharp/compatibility_tests/v3.0.0
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
2023-09-26 14:38:35 -07:00
..
protos Shorten our license headers into an abbreviated form that references LICENSE instead of including it in full. 2023-09-09 09:06:36 -07:00
src/Google.Protobuf.Test Internal change 2023-09-18 15:17:56 -07:00
BUILD.bazel Reorganize upb file structure 2023-09-26 14:38:35 -07:00
test.sh [dotnet, csharp] Run tests for supported platforms .NET 6, .NET Framework 4.6.2 (#12378) 2023-04-10 13:28:23 -07:00