commit | 74a9f015270083d51e0e32e8390a33c3aecb9a2c | [log] [tgz] |
---|---|---|
author | Loo Rong Jie <loorongjie@gmail.com> | Thu Jun 28 02:31:02 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Thu Jun 28 02:33:33 2018 -0700 |
tree | 3d794a3187a0520675c891686f3ac75252e990f0 | |
parent | 3dc384760a141f23ffdd098066d9e0661a20430f [diff] |
Add virtual destructor and override to BinaryLauncherBase and subclasses Class with virtual functions must have virtual destructor. Subclasses should annotate overriden functions as `override`. Found by Clang's `-Winconsistent-missing-override`. Closes #5474. PiperOrigin-RevId: 202445230
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.