commit | 7eafecc84bb0413d88c8f1e7055613891535ff3a | [log] [tgz] |
---|---|---|
author | laszlocsomor <laszlocsomor@google.com> | Fri Jul 21 11:16:39 2017 +0200 |
committer | Jakob Buchgraber <buchgr@google.com> | Mon Jul 24 09:50:50 2017 +0200 |
tree | 263a786e693d0db3f1048b6d014349c676f147ea | |
parent | 72dfe94450f8db7ed5134d045c0ee42aba482437 [diff] |
Windows: more robust path handling. In this change: - add support for absolute-on-current-drive paths (e.g. "\foo", meaning "c:\foo") - report error for relative-on-current-drive paths (e.g. "c:" and "c:foo") - report error for remote Windows paths (e.g. "\\servername\path\on\server") - update blaze_util::AsWindowsPath comments - update tests RELNOTES: none PiperOrigin-RevId: 162719763
{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 system. 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.