61 Commits (b2e55eecdd7682bb0da6520e12716a3a52e13b09)

Author SHA1 Message Date
Protobuf Team Bot be58dea3c2 Add support in upb_proto_library rule for cc_shared_library. Will only work from Bazel 6.3. 1 year ago
Joshua Haberman 67bf61af6c Make upb_proto_[reflection_]library advertise that it returs CcInfo. 2 years ago
Thomas Van Lenten 2282505327 Move to proto_common for all upb aspects to fix numerous tricky edge cases and simplify the code 2 years ago
Joshua Haberman 88d5b91810 Move to proto_common for all upb aspects to fix numerous tricky edge cases and simplify the code 2 years ago
Protobuf Team Bot 6fa4c96684 Fix corner case where 'GeneratedSrcsInfo' value has no field or method 'thunks' 2 years ago
Marcel Hlopko 05609bfac0 Add support for thunks to upb_proto_aspect. 2 years ago
Joshua Haberman ceba58d6e7 Make UpbWrappedGeneratedSrcsInfo private. 2 years ago
Protobuf Team Bot dd6d3b8740 Don’t create dynamic libraries on Windows. 2 years ago
Joshua Haberman e41a2d7ba0 upb is self-hosting! 2 years ago
Joshua Haberman 7a1bd9faa7 Fixed "argument list too long" errors when building upb protos. 2 years ago
Joshua Haberman 143132fa27 Make upb's generated code agnostic to fasttable. 2 years ago
Protobuf Team Bot afd43b8ba4 Fix a build error when using upb_cc_proto_library. 2 years ago
Ivo List 9e19bec587 Fix upb proto libraryies for default strip_import_prefix. 2 years ago
Joshua Haberman a8bc4ca4a3 Fixed Bazel 4.1.0 compatibility, and added a GitHub Action to verify. 2 years ago
Mike Kruskal 17b6451684 Bumping protobuf dependency to newer commit 2 years ago
Protobuf Team Bot ff46379efe Prepare build for C++ generator. 2 years ago
Protobuf Team Bot d2177912c7 Internal change 2 years ago
Protobuf Team 9f371b781b Set explicit mnemonic for Starlark action. 3 years ago
Protobuf Team b8edc7153f Internal change 3 years ago
Joshua Haberman 8c530f9226 Changed generated code deps to avoid deps on core libraries. 3 years ago
Fabian Meumertzheim 5ea5b05530 Build tools in the exec configuration 3 years ago
Joshua Haberman 314e840a77 Fixed error message in Bazel aspect. 3 years ago
Joshua Haberman 823eb09694 Update all 2011 dates to 2021. 4 years ago
Joshua Haberman e59d2c8fa7 Added license headers to all files. 4 years ago
Esun Kim 3cab8a38fc Fixed upbdefs error 4 years ago
Joshua Haberman 7a54a5f3d6 Split the code generators for .upb and .upbdefs. 4 years ago
Joshua Haberman 555fbbc0bc Size benchmarks are working pretty well. 4 years ago
Joshua Haberman 3a3efe69a2 Added incompatible_use_toolchain_transition = True per https://github.com/bazelbuild/bazel/issues/11584 4 years ago
Joshua Haberman e8f9eac68c Added #defines UPB_ENABLE_FASTTABLE and UPB_TRY_ENABLE_FASTTABLE. 4 years ago
Benjamin Peterson b5bd5807a7 Migrate to modern Starlark linking api. 4 years ago
Joshua Haberman 7e5bd65098 Plumbed copts (including the crucial -std=c99) to upb_proto_library() aspect. 4 years ago
Joshua Haberman a274ad786a Plumbed copts (including the crucial -std=c99) to upb_proto_library() aspect. 4 years ago
Joshua Haberman a345af9883 Added a codegen parameter for whether fasttables are generated or not. 4 years ago
Joshua Haberman e3f41de6c7 Split monolithic BUILD file into many build files. 4 years ago
Joshua Haberman d225dfc2ed Buildifier formatting fixes. 4 years ago
Joshua Haberman 6fe84526be Mark _is_bazel to be replace in google3. 4 years ago
Joshua Haberman 8f11ec57d2 Applied changes from google3. 5 years ago
Joshua Haberman 0dc2394da5
Changes to support import into google3 (#291) 5 years ago
Yannic d638d74d1b
Add load statements for @rules_proto (#271) 5 years ago
Joshua Haberman 6c5d5afc43 Remove compatibility code for old Bazel versions. 5 years ago
Anna R a27429f265 Add port_def.inc and port_undef.inc to generated code hdrs 5 years ago
Anna R 3797ad2217 port should not be public 5 years ago
Anna R fc4941183f Add :port dependencies to libraries that include it 5 years ago
Joshua Haberman 626ec4bfcf Everything builds, test pass except test_decoder. 5 years ago
Lizan Zhou b973c06480 prefix bazel_version 5 years ago
Joshua Haberman 5768e68ed7 Fixed for Bazel >= 1.0. 5 years ago
Nicolas "Pixel" Noble a2013f0fc2 Trying to be more flexible with the version of bazel we can use here. 5 years ago
Nicolas "Pixel" Noble 6e85c2bf03 Fixing the separator string. 5 years ago
Nicolas "Pixel" Noble 9605c7093c Revert previous fix - to_list() is too new, or...? 5 years ago
Joshua Haberman ee87a28d2d Some minor style fixes. 5 years ago