tag | cc1a024f9801b48291c81391ff9e0b3a1207c13d | |
---|---|---|
tagger | Dmitry Lomov <dslomov@google.com> | Tue Jul 12 16:54:34 2016 +0200 |
object | b5a67c23168f860f891b33b31292f4a788288cc2 |
0.2.2b 0.2.2b Release 0.2.2b (2016-04-22) Baseline: 759bbfe Extra cherry picks: + 068a661: GPLv2 + Classpath exception compliance: ship the source code of jformatstring + a18add1: Adds the source of the checker framework + f6c24de: GPLv2 + Classpath exception compliance: ship the source of checker_framework + c95cb5f: Add source for Javac + 4017d28: Fix fallout of incorrectly merged review (3921) Cherry picks: + 1250fda: Rollback of commit 351475627b9e94e5afdf472cbf465f49c433a25e. + ba8700e: Correctly set up build variables for the correct pic mode for fake_binary rules. + 386f242: Automated [] rollback of commit 525fa71b0d6f096e9bfb180f688a4418c4974eb4. + 97e5ab0: Fix cc_configure include path for Frameworks on OS X. + a20352e: cc_configure: always add -B/usr/bin to the list of gcc option + 0b26f44: cc_configure: Add piii to the list of supported cpu_value + 3e4e416: cc_configure: uses which on the CC environment variable + aa3dbd3: cc_configure.bzl: strip end of line when looking for the cpu + 810d60a: cc_configure: Add -B to compiler flag too Patch release, only includes fixes to C++ auto-configuration.
commit | b5a67c23168f860f891b33b31292f4a788288cc2 | [log] [tgz] |
---|---|---|
author | Dmitry Lomov <dslomov@google.com> | Tue Jul 12 12:14:49 2016 +0200 |
committer | Dmitry Lomov <dslomov@google.com> | Tue Jul 12 12:14:49 2016 +0200 |
tree | 8e8cee26f8ec780ba15e83dd7a62e4363b8d5ac8 | |
parent | 2fa2aac881ab22d9820faf43c6289343a7206d9f [diff] |
Updated CHANGELOG with source cherry-picks
{Fast, Correct} - Choose two
Bazel is a build tool that builds code quickly and reliably. It is used to build the majority of Google‘s software, and thus it has been designed to handle build problems present in Google’s development environment, including:
A massive, shared code repository, in which all software is built from source. Bazel has been built for speed, using both caching and parallelism to achieve this. Bazel is critical to Google's ability to continue to scale its software development practices as the company grows.
An emphasis on automated testing and releases. Bazel has been built for correctness and reproducibility, meaning that a build performed on a continuous build machine or in a release pipeline will generate bitwise-identical outputs to those generated on a developer's machine.
Language and platform diversity. Bazel's architecture is general enough to support many different programming languages within Google, and can be used to build both client and server software targeting multiple architectures from the same underlying codebase.
Find more background about Bazel in our FAQ.