summaryrefslogtreecommitdiff
path: root/BUILD
AgeCommit message (Collapse)Author
2019-09-10Removed -std=c89 optionEsun Kim
2019-07-30Add -Wstrict-prototypes optionEsun Kim
2019-07-30Support MSVC prior to 2015Esun Kim
2019-07-18Disabling gcc flags for Windows build.Nicolas "Pixel" Noble
2019-06-26change back to the original BUILDGoogle-Autofuzz
2019-06-26modified BUILDGoogle-Autofuzz
2019-06-26fix -fsanitizeGoogle-Autofuzz
2019-06-26Update BUILDGoogle AutoFuzz Team
2019-06-25modified fuzz configGoogle-Autofuzz
2019-06-17Build fixes from fuzz target.Joshua Haberman
2019-06-13Update BUILD with OSS-FUZZGoogle AutoFuzz Team
2019-06-02Merge pull request #179 from haberman/benchmarkJoshua Haberman
Added benchmark of parsing.
2019-06-02Added benchmark of parsing.Joshua Haberman
2019-06-01Hid generated-code-only headers inside a separate library.Joshua Haberman
2019-05-16Moved bazel files to bazel/ directory.Joshua Haberman
2019-05-15Removed package(), Bazel doesn't support it.Joshua Haberman
2019-05-15Added package() statement.Joshua Haberman
2019-05-15Added support for public dependencies.Joshua Haberman
2019-05-14Migrate std::unordered_map -> absl::flat_hash_map.Joshua Haberman
2019-05-14Split upb_proto_library.bzl into its own .bzl file.Joshua Haberman
2019-05-14Another fix of course.Joshua Haberman
2019-05-14A (final?) round of Blaze fixes.Joshua Haberman
2019-05-14More Blaze fixes.Joshua Haberman
2019-05-14More Blaze fixes.Joshua Haberman
2019-05-14More Blaze fixes.Joshua Haberman
2019-05-14More Blaze fixes.Joshua Haberman
2019-05-14More Blaze fixes.Joshua Haberman
2019-05-14Removed obsolete references to runfiles scripts.Joshua Haberman
2019-05-14Made upb_proto_reflection_library() a true aspect.Joshua Haberman
2019-05-14Removed map_dep() in favor of rewrites.Joshua Haberman
2019-05-13More Blaze fixes.Joshua Haberman
2019-05-13More fixes for Blaze.Joshua Haberman
2019-05-13Fixes for Blaze.Joshua Haberman
2019-05-13Re-enabled conformance tests.Joshua Haberman
2019-05-07Fixed conflict error with Ragel on Bazel 0.25.Joshua Haberman
2019-05-07Fixes for Bazel 0.25.Joshua Haberman
Disabled the conformance tests for now because I didn't push the necessary changes to the protobuf repo yet.
2019-04-24Merge pull request #162 from haberman/aspectJoshua Haberman
Replaced upb_proto_library() with a truly aspect-based rule.
2019-04-24Fixed amalgamation and CMake build.Joshua Haberman
2019-04-24More refactoring/simplification.Joshua Haberman
2019-04-19Fixed oneof case accessor to cast to enum for C++.Joshua Haberman
2019-04-17upb_proto_library() aspect is working, even for external repos.Josh Haberman
2019-04-13upb_proto_library() works for local project!Josh Haberman
Doesn't work for remote projects yet though.
2019-04-02Replaced upb_proto_library() with a truly aspect-based rule.Josh Haberman
2019-03-27Moved macros from upb.h to port_def.inc to avoid leaking them to users. (#160)Joshua Haberman
* Use port_def.inc to prevent macros from leaking to users. * Added helpful comments to port_def.inc/port_undef.inc.
2019-03-27Removed reflection and other extraneous things from the core library. (#158)Joshua Haberman
* Removed reflection and other extraneous things from the core library. * Added missing files and ran buildifier. * New CMakeLists.txt. * Made table its own cc_library() for internal usage.
2019-03-27Fixed macOS Kokoro build for new Bazel. (#159)Joshua Haberman
2019-03-24Commented out missing fileBo Yang
2019-03-20Changed enums to be open int32_t.Josh Haberman
This also fixes a bug where generated code wouldn't compile if the field's enum was defined in another file.
2019-02-17Merge branch 'master' into defcleanupJosh Haberman
2019-01-28Fix to deps.Josh Haberman
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback