| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
MOS_MIGRATED_REVID=138643916
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=138636874
|
|
|
|
|
|
|
| |
Add doc for the "read only" error message.
--
MOS_MIGRATED_REVID=138194709
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=138184866
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=138054554
|
|
|
|
|
|
|
|
|
|
|
|
| |
This
- makes the `tools/*.ps1` generation more sane
- supports generating a package for RCs
Closes #2005.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/2005
MOS_MIGRATED_REVID=138052483
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=138003998
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=137981481
|
|
|
|
|
|
|
|
|
|
| |
Make it explicit that the user only needs VC++
with Windows SDK.
Fixes https://github.com/bazelbuild/bazel/issues/1564
--
MOS_MIGRATED_REVID=137709665
|
|
|
|
|
|
|
|
|
|
|
|
| |
The C++ client now talks to the Java server through protobuf messages
using the RPC mechanism provided by grpc, so this AF_UNIX socket file is
not used anymore for the communication between them since commit
a3c4833dc24b: ("Remove support for using AF_UNIX...").
--
Change-Id: Ic71e4c65ebb6bb2e661128635c2440007feaf5f6
Reviewed-on: https://bazel-review.googlesource.com/#/c/7030/
MOS_MIGRATED_REVID=137679905
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=137500893
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=137494506
|
|
|
|
|
|
|
|
|
| |
example.
RELNOTES:none
--
MOS_MIGRATED_REVID=137369185
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=137293859
|
|
|
|
|
|
|
| |
--
Change-Id: I218ae41da9a139ac1a613e0fcef0adf062845ef5
Reviewed-on: https://bazel-review.googlesource.com/6891
MOS_MIGRATED_REVID=137193672
|
|
|
|
|
|
|
|
|
|
| |
- Add debugging tips
- Give more visibility to tools/build_defs/g3doc/
- Mention Standalone Skylark
- Remove some mentions of build extensions
--
MOS_MIGRATED_REVID=137175010
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=137128701
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=137004410
|
|
|
|
|
|
|
|
|
|
|
|
| |
Release 0.0.2 is too old and doesn't work any more.
I'll make the same change in the tutorial repo.
Closes #1962.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1962
MOS_MIGRATED_REVID=136825134
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=136666421
|
|
|
|
|
|
|
|
| |
Closes #1938.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1938
MOS_MIGRATED_REVID=136603317
|
|
|
|
|
|
|
|
|
| |
#1943
--
Change-Id: Ic7b4378acb4d3661a1b61ff887c9cc8592df9f7e
Reviewed-on: https://bazel-review.googlesource.com/c/6131/
MOS_MIGRATED_REVID=136154990
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
With bazel sources depending on checked-in binaries for the
supported platforms, porting bazel to a new platform is hard;
that approach also doesn't scale well if we want to support
users on more platforms.
This design document suggests an alternative approach based
on creating a zip-archive that, besides all sources, also
contains the generated output of the protoc actions. From
this archive, bazel can be bootstrapped without depending
on the right protoc on the target platform.
--
Change-Id: I401452435ed4189ea95260961d981ccc99a98560
Reviewed-on: https://bazel-review.googlesource.com/#/c/6530
MOS_MIGRATED_REVID=135891242
|
|
|
|
|
|
|
|
|
|
|
| |
And refer it from the various release pages.
Also:
- Adds the sig file to the release candidate page
- Fix a typo
--
MOS_MIGRATED_REVID=135793241
|
|
|
|
|
|
|
| |
As discovered in #1919.
--
MOS_MIGRATED_REVID=135677514
|
|
|
|
|
|
|
|
| |
Closes #1915.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1915
MOS_MIGRATED_REVID=135676413
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=135474033
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=135472917
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=135382903
|
|
|
|
|
|
|
|
|
|
|
| |
- Instead of a script for freezing the client environment, an info key was added.
- Mark as implemented.
--
Change-Id: I1928031bbe535fef2ffdedba4485fa9a37f4c1ec
Reviewed-on: https://bazel-review.googlesource.com/#/c/6494
MOS_MIGRATED_REVID=135356539
|
|
|
|
|
|
|
| |
--
Change-Id: I12cc96ee23e5a35d197e867813dfcedf3620b536
Reviewed-on: https://bazel-review.googlesource.com/#/c/6339
MOS_MIGRATED_REVID=134773226
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*** Reason for rollback ***
Roll-forward with appropriate fixes: --action_env is a "build" option,
not a "common" option. Moreover, also inherit the corresponding variables
for tests from the effective action environment.
Also fix the corresponding error in the design document.
*** Original change description ***
Automated [] rollback of commit 96d46280bc5a4803ba2242a4ad16939f85a3b212.
*** Reason for rollback ***
Broke installation on latest release.
Fixes #1846
*** Original change description ***
Reintroduce .bazelrc and set --action_env defaults
Shipping a .bazelrc was removed in 009b48bcfaf4ebb17f9ab03bea9036cfa3c12ff0.
However, as per our "Specifying environment variables for actions" design
document, we want to ship a global rc file specifying the common environment
variables to be inherited. So revert that change and add the desired entries
to the global bazelrc file we're shipping.
***
--
MOS_MIGRATED_REVID=134769063
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Throw an error if Bash-on-Windows is found instead of MSYS bash
2. Introduce BAZEL_VS environment variable
3. Output more information
Fix https://github.com/bazelbuild/bazel/issues/1847
--
Change-Id: Ic4571c6c792d9b81df4cd800b8f19d121cc44c33
Reviewed-on: https://bazel-review.googlesource.com/#/c/6330
MOS_MIGRATED_REVID=134531295
|
|
|
|
|
|
|
| |
--
Change-Id: I699d605b3dc923a60516d70dc5d0144a9be49b0b
Reviewed-on: https://bazel-review.googlesource.com/#/c/6310/1
MOS_MIGRATED_REVID=134466041
|
|
|
|
|
|
|
|
|
| |
This entails adding a read-locking mechanism to Mutability contexts.
RELNOTES[INC]: Updating list/dicts while they are being looped over is not allowed. Use an explicit copy if needed ("for x in list(mylist):").
--
MOS_MIGRATED_REVID=134442701
|
|
|
|
|
|
| |
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1742
MOS_MIGRATED_REVID=134283632
|
|
|
|
|
|
|
| |
Fixes https://github.com/bazelbuild/bazel/issues/1786
--
MOS_MIGRATED_REVID=134271340
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=133959741
|
|
|
|
|
|
|
| |
Fixes https://github.com/bazelbuild/bazel/issues/1763
--
MOS_MIGRATED_REVID=133594557
|
|
|
|
|
|
|
|
|
|
| |
The previous link to the gtest-1.7.0 zip was broken, making it difficult for a user to follow-along with the documentation. Project has been moved to github, links and prefixes updated accordingly.
Closes #1688.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1688
MOS_MIGRATED_REVID=133572103
|
|
|
|
|
|
|
|
|
|
| |
This fixed issue #947 for me.
Closes #1652.
--
Reviewed-on: https://github.com/bazelbuild/bazel/pull/1652
MOS_MIGRATED_REVID=133564534
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=133257383
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=132971817
|
|
|
|
|
|
|
| |
Fixes #1746
--
MOS_MIGRATED_REVID=132660728
|
|
|
|
|
|
|
|
|
|
| |
This way, we can still use links like:
http://bazel.io/docs/bazel-user-manual.html#sandboxing
--
Change-Id: Id76a9795eaaaa0cd420df83440faada584c8621b
Reviewed-on: https://bazel-review.googlesource.com/c/5950/
MOS_MIGRATED_REVID=132654093
|
|
|
|
|
|
|
| |
The github repo is just a code drop, and currently not updated. The website contains more up-to-date instructions, in line with the plugin version published to IntelliJ's plugin repo.
--
MOS_MIGRATED_REVID=132590585
|
|
|
|
|
|
|
|
|
| |
* Rename `hash` rule in Computed dependencies section since the name of the
rule conflicts with the Skylark function of the same name.
* Fix styling in some examples.
--
MOS_MIGRATED_REVID=132588578
|
|
|
|
|
|
|
| |
as an alternative to removing the debug logging.
--
MOS_MIGRATED_REVID=132570566
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=132320173
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=132257620
|