| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
|
|
| |
Fixes #440
--
MOS_MIGRATED_REVID=102739492
|
|
|
|
|
|
|
| |
NAME>" in the stub application.
--
MOS_MIGRATED_REVID=102733123
|
|
|
|
|
|
|
|
|
| |
to interrupt evaluation in constant time.
Some ParallelEvaluator tests that implicitly relied on cleaning happening before the next evaluation were moved into MemoizingEvaluatorTest as a result.
--
MOS_MIGRATED_REVID=102696653
|
|
|
|
|
|
|
|
|
| |
section in the AndroidManifest.xml when it already contains a <screen> tag for each density specified in the densities attribute.
RELNOTES: The <compatible-screens> section of the AndroidManifest.xml will not be overwritten if it already contains a <screen> tag for each of the densities specified on the android_binary rule.
--
MOS_MIGRATED_REVID=102691148
|
|
|
|
|
|
|
|
| |
Old message was e.g.
"No matching method found for $index(int) in set"
--
MOS_MIGRATED_REVID=102685114
|
|
|
|
|
|
|
|
|
| |
instrumentation/coverage purposes.
This is easier by grouping together all assembly files in a file set, thus justifying a simultaneous cleanup of the redundant usage of the assembler-with-cpp flag
--
MOS_MIGRATED_REVID=102671848
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102670969
|
|
|
|
|
|
|
| |
of function calls in HTML output
--
MOS_MIGRATED_REVID=102663672
|
|
|
|
|
|
|
| |
subincludes of files in subdirectories of a package.
--
MOS_MIGRATED_REVID=102659838
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102658808
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was printing:
src/main/cpp/blaze_util.cc: In function 'bool blaze::WriteFile(const string&, const string&)':
src/main/cpp/blaze_util.cc:211:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
return r == content.size();
^
src/main/cpp/blaze_util.cc: In function 'bool blaze::CheckJavaVersionIsAtLeast(const string&, const string&)':
src/main/cpp/blaze_util.cc:334:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < jvm_version_vect.size() && i < version_spec_vect.size();
^
src/main/cpp/blaze_util.cc:334:73: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (i = 0; i < jvm_version_vect.size() && i < version_spec_vect.size();
^
src/main/cpp/blaze_util.cc:344:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (i < version_spec_vect.size()) {
^
src/main/cpp/blaze_util.cc:345:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (; i < version_spec_vect.size(); i++) {
This also fixes that we weren't checking write()'s return code.
--
MOS_MIGRATED_REVID=102656105
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102655878
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102653140
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102651489
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102651197
|
|
|
|
|
|
|
| |
implemented timeout support.
--
MOS_MIGRATED_REVID=102651003
|
|
|
|
|
|
|
| |
a test. Fixes #431.
--
MOS_MIGRATED_REVID=102650964
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102648848
|
|
|
|
|
|
|
|
| |
It's probably easier for users if all available rules are listed in the
same place. It also makes the left menu cleaner.
--
MOS_MIGRATED_REVID=102647614
|
|
|
|
|
|
|
| |
AspectValue.
--
MOS_MIGRATED_REVID=102643564
|
|
|
|
|
|
|
|
|
|
|
| |
github-release actually takes a glob, not a list of file and tmpdir
was not global so because errexit was set it leads to the job failing.
Tested by simulating a release environment on my machine but we cannot
fully test it until the next release.
--
MOS_MIGRATED_REVID=102642172
|
|
|
|
|
|
|
| |
--
Change-Id: I22c82e4a24839e0832cf5148e13fc6f0eafc0f2b
Reviewed-on: https://bazel-review.googlesource.com/#/c/1952/
MOS_MIGRATED_REVID=102640555
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102638039
|
|
|
|
| |
MOS_MIGRATED_REVID=102637361
|
|
|
|
|
|
|
| |
NotifyingInMemoryGraph in tests.
--
MOS_MIGRATED_REVID=102616906
|
|
|
|
|
|
|
|
|
| |
opposed to treating the label name as a file (which the extension is stripped from).
This prevents this functionality from breaking if the target contains what looks like an extension (e.g. test.foo)
--
MOS_MIGRATED_REVID=102600479
|
|
|
|
| |
Change-Id: Ie657f0dba2cd92805fc0ef832f2300b87b5905c8
|
|
|
|
|
|
|
| |
to roll our own for no reason.
--
MOS_MIGRATED_REVID=102597506
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102594957
|
|
|
|
|
|
|
| |
actions.
--
MOS_MIGRATED_REVID=102592965
|
|
|
|
|
|
|
| |
Tracking issue: #432
--
MOS_MIGRATED_REVID=102592907
|
|
|
|
|
|
|
| |
*** Reason for rollback ***
--
MOS_MIGRATED_REVID=102590114
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102584924
|
|
|
|
|
|
|
| |
error.
--
MOS_MIGRATED_REVID=102582717
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102570037
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Baseline: a0881e8
+ 87374e6: Make android_binary use a constant, hard-coded,
checked-in debug key.
+ 2984f1c: Adds some safety checks in the Bazel installer
+ 4e21d90: Remove BUILD.glob and incorporate the necessary
filegroups into the android_{ndk,sdk}_repository rules
themselves.
+ 1ee813e: Fix Groovy rules to work with sandboxing
+ 8741978: Add initial D rules to Bazel.
+ 2c2e70d: Fix the installer and fixing the package shiped into
binary version of Bazel.
Initial release.
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102567966
|
|
|
|
|
|
|
| |
Improvement for #424.
--
MOS_MIGRATED_REVID=102566748
|
|
|
|
|
|
|
|
|
| |
namespace-runner now have to be explicitly activated via --sandbox_debug.
Fixes #424.
--
MOS_MIGRATED_REVID=102566625
|
|
|
|
|
|
|
| |
tests that can only run under certain operating systems (e.g. Linux sandboxing tests can only run under Linux) into separate suites.
--
MOS_MIGRATED_REVID=102566414
|
|
|
|
|
|
|
| |
parts that can run via remote execution and those that can only run on the local machine (e.g. due to needing extended permissione).
--
MOS_MIGRATED_REVID=102565161
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102565057
|
|
|
|
|
|
|
| |
necessary tools for integration tests.
--
MOS_MIGRATED_REVID=102564985
|
|
|
|
|
|
|
| |
Fix for a part of bug #397.
--
MOS_MIGRATED_REVID=102564902
|
|
|
|
|
|
|
| |
too big. As defined in TestTimout.java
--
MOS_MIGRATED_REVID=102561927
|
|
|
|
|
| |
--
MOS_MIGRATED_REVID=102559969
|
|
|
|
|
|
|
|
|
| |
The lipo dependency is artificial; it's an artifact of how LIPO is implemented
in Bazel. Running these checks doesn't make sense; they unnecessarily
disallow perfectly valid scenarios.
--
MOS_MIGRATED_REVID=102550286
|
|
|
|
|
|
|
| |
They were broken by commit 05e2c5b4e0da2f88e12d95adbc63cc3d46a6fca6.
--
MOS_MIGRATED_REVID=102546907
|
|
|
|
|
|
|
| |
pipe2() does not exists on Darwin.
--
MOS_MIGRATED_REVID=102544058
|
|
|
|
|
|
|
|
| |
This is intended to make it easier to reimplement this in Skyframe, in order
to merge loading and analysis phases.
--
MOS_MIGRATED_REVID=102536532
|