commit | 8cdeb87ab07fa4ce529edafaa7345768947029f2 | [log] [tgz] |
---|---|---|
author | djasper <djasper@google.com> | Tue Jan 12 10:22:25 2021 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jan 12 10:23:45 2021 -0800 |
tree | 1fe9da61079d710db58754cd0acd7bb4f11931c3 | |
parent | c2ba0275e8d7aa3183c010bb8cb2508361b36afc [diff] |
Add an option to elide a separate header compile action if a source file with the same basename is found. This is meant to be used with coding styles that prescribe #including the own header first to ensure it compiles by itself, e.g. https://google.github.io/styleguide/cppguide.html#Names_and_Order_of_Includes In those situations, creating an additional compile action for just the header does not add value. RELNOTES: None. PiperOrigin-RevId: 351397392
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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