commit | bccd8edc0139f34b25a8858592ba00e04be8d6f9 | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Tue May 28 02:03:47 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Tue May 28 02:05:01 2019 -0700 |
tree | 1e303cc783f8bd3adef34ac10b06ed04e8622041 | |
parent | 63bf1152d37b606338cdb16fc8a1a960ad5ca2f4 [diff] |
Windows: rewrite and move path normalization The new implementation: - does not store substrings in the 'segments' vector, only indices - compares parts of the original string without creating other string objects - creates substrings only while merging remaining segments, thus creating at most as many strings (and potentially fewer) than the old implementation Closes #8471. PiperOrigin-RevId: 250238394
{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.