aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAge
* Add CI config files for continuous/presubmit buildsGravatar Jeff McGlynn2019-01-23
|
* Add a CI script for LinuxGravatar Jeff McGlynn2019-01-23
|
* Update to build with the latest version of bazelGravatar Jeff McGlynn2019-01-23
| | | | | | | | | * http_archive and git_repository are now skylark rules, update to use them. * new_http_archive has been merged with http_archive, and takes a label for build_file instead of a path. Add an empty third_party/BUILD file so that we can reference the label. * Rename tools/bazel.rc to .bazelrc
* Fix ASAN failures in integer_sequence_codec and partitionGravatar Jeff McGlynn2018-08-16
Introduce UTILS_RELEASE_ASSERT, which crashes if the condition isn't met, even on release builds. Update integer_sequence_codec and partition to use the new tests to validate input parameters, and update the tests so that they expect the crash to occur even on release builds. Bug: 112691516, 112669735 Change-Id: Ic82edeffc64ca0f2b0d17f1c63563dfd8d9cdd71