commit | b57ba275c0d67482f8bedc2888c34215721ee50e | [log] [tgz] |
---|---|---|
author | laszlocsomor <laszlocsomor@google.com> | Fri Jul 06 02:16:34 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Fri Jul 06 02:17:54 2018 -0700 |
tree | 30e6132db8dcb3603730f27cbab13c8e319b38dc | |
parent | bc52a18a16d378193fd18a76fb58cc5e50414e37 [diff] |
Windows,JNI: implement native DeletePath method Implement a native DeletePath method that can delete files, directories, and junctions. The method should tolerate when concurrent processes delete the file. The new JNI function is more robust than Java IO file deletion function because it can also delete readonly files. See https://github.com/bazelbuild/bazel/issues/5513 Closes #5520. Change-Id: I21ea36dd64960b294e2b51600273bf4290ad7c0f PiperOrigin-RevId: 203448581
{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.