commit | b864ced191ce479a2bce54be696bde033fda151a | [log] [tgz] |
---|---|---|
author | Laszlo Csomor <laszlocsomor@google.com> | Mon Sep 23 07:39:16 2019 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Sep 23 07:41:22 2019 -0700 |
tree | 2f25c2f137995a4796d92c8d633467ec9c0a8a87 | |
parent | 8b873b2f60552161e2f6e09950ab13e48e717b09 [diff] |
Bazel client: fix string conversion functions The string conversion functions now work for non-ASCII input: - Fixed WstringToCstring (UTF-16 to UTF-8) and CstringToWstring (UTF-8 to UTF-16) converters - Added tests to cover non-ASCII conversion - Removed unused functions - Moved all string conversion logic to Windows-specific code path, because it's not needed on any other platform Step towards fixing https://github.com/bazelbuild/bazel/issues/7819 Closes #9411. PiperOrigin-RevId: 270673740
{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.