| commit | 559a07d2dd88a53d6dac8bf2d77a28db44fd7659 | [log] [tgz] |
|---|---|---|
| author | buchgr <buchgr@google.com> | Thu Nov 30 11:09:35 2017 -0800 |
| committer | Copybara-Service <copybara-piper@google.com> | Thu Nov 30 11:11:06 2017 -0800 |
| tree | 1d2d6bc6317d6a8fca6d776510f6cb0cceb6e172 | |
| parent | 1c9b698ede5527ff658b70ee15ef8eed01beb034 [diff] |
Refactor the FileSystem API to allow for different hash functions. Refactor the FileSystem class to include the hash function as an instance field. This allows us to have a different hash function per FileSystem and removes technical debt, as currently that's somewhat accomplished by a horrible hack that has a static method to set the hash function for all FileSystem instances. The FileSystem's default hash function remains MD5. RELNOTES: None PiperOrigin-RevId: 177479772
{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.