| commit | 78fa94a6183d417216638144a5e6d0598f1b1afd | [log] [tgz] |
|---|---|---|
| author | Loo Rong Jie <loorongjie@gmail.com> | Tue Feb 27 01:28:53 2018 -0800 |
| committer | Copybara-Service <copybara-piper@google.com> | Tue Feb 27 01:30:22 2018 -0800 |
| tree | 7c011e3aedec5a71c50a9761c56e0f1b6210c21c | |
| parent | 6b9b6076c1b224d8e4f64fc065a9b84e4ba5817b [diff] |
Use std::to_string for non-mingw/cygwin `std::to_string` is faster than `std::stringstream`. This issue only presents in older versions of Mingw/Cygwin. My Mingw64 GCC 7.1.0 has `std::to_string`. I can't determine the exact version of GCC that fixed the issue. Closes #4493. PiperOrigin-RevId: 187145391
{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.