commit | 1af71e53903247a061d042d71775d3eb4700848f | [log] [tgz] |
---|---|---|
author | ulfjack <ulfjack@google.com> | Tue Jul 24 00:31:37 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Jul 24 00:33:17 2018 -0700 |
tree | 57386b3cf19ae521185805cef39239ee0c826eac | |
parent | dd9f60e4d2721cdfd3044a8c8a1bdfd8e444009c [diff] |
Use an interface to convert from nanos to millis since epoch The conversion approach we were previously using is not stable - the resulting offsets can differ based on what other things are going on on the same machine at the same time. By using an interface and passing it to the relevant places (and only computing the offset once), we ensure that all conversions are consistent with each other. PiperOrigin-RevId: 205787309
{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.