summaryrefslogtreecommitdiff
path: root/bazel
AgeCommit message (Collapse)Author
2019-07-23Trying to be more flexible with the version of bazel we can use here.Nicolas "Pixel" Noble
2019-07-22Fixing the separator string.Nicolas "Pixel" Noble
2019-07-19Revert previous fix - to_list() is too new, or...?Nicolas "Pixel" Noble
2019-06-26Some minor style fixes.Joshua Haberman
2019-06-17Build fixes from fuzz target.Joshua Haberman
2019-06-11Small fix to upb_proto_library().Joshua Haberman
2019-06-11Fixed upb_proto_library() logic for calculating output dir.Joshua Haberman
2019-06-02Merge pull request #178 from haberman/generated-onlyJoshua Haberman
Hid generated-code-only headers inside a separate library.
2019-06-01Hid generated-code-only headers inside a separate library.Joshua Haberman
2019-05-24Update upb_proto_library.bzl for Bazel compatibilityLaurent Le Brun
With this change, the code now builds with the flags --incompatible_depset_is_not_iterable, --incompatible_new_actions_api, and --incompatible_no_support_tools_in_action_inputs. These flags will soon be enabled by default in Bazel.
2019-05-23Update upb to be forward compatible with Bazel 0.27Marcel Hlopko
Specifically, this PR prepares up for: https://github.com/bazelbuild/bazel/issues/7793 https://github.com/bazelbuild/bazel/issues/7260
2019-05-18Fixed amalgamation to not exclude upb/decode.c.Joshua Haberman
2019-05-16Moved bazel files to bazel/ directory.Joshua Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback