Sign in
bazel
/
bazel
/
b64349e91debe8abb8a218c6e8888dc9b42fdea3
b64349e
Use _ instead of $ on Windows to avoid shell expansion issues.
by John Cater
· 8 years ago
7be337f
Rollback of commit 70c5790e4fb01db382d61d457596a46b68ba8d13.
by Janak Ramakrishnan
· 8 years ago
bf51766
Add a "dylib" binary type to apple_binary, and deprecate apple_dynamic_library
by Chris Parsons
· 8 years ago
cae11a7
Disable legacy Skylark IDE tests.
by Googler
· 8 years ago
f57730b
Some little changes to prep for rolling forward the execroot change
by Kristina Chodorow
· 8 years ago
d9db169
Document --build_tag_filters flag
by Googler
· 8 years ago
078cd19
Make path attribute optional for android_sdk_repository and android_ndk_repository.
by Adam Michael
· 8 years ago
d7e1571
Force debug info output into Swift modules
by Dmitry Shevchenko
· 8 years ago
66bee17
Fix cycle detection between .bzl files.
by Laurent Le Brun
· 8 years ago
8741940
Split tools/android/BUILD into BUILD and BUILD.tools.
by Adam Michael
· 8 years ago
d9f7e2b
Exempt config_setting from license checking.
by Greg Estren
· 8 years ago
2919950
Introduce is_cc_test_link_action build variable
by Marcel Hlopko
· 8 years ago
116d039
blaze_util_windows: use CreateFileW
by Laszlo Csomor
· 8 years ago
3cb6368
blaze_util_windows: remove AsWpath
by Laszlo Csomor
· 8 years ago
2459be3
Bazel client: implement PathExists on Windows
by Laszlo Csomor
· 8 years ago
823091f
Jarjar the third-party dependencies of the Jacoco test runner.
by Lukacs Berki
· 8 years ago
22b79d3
Do not pass a null pointer to Analyzer to avoid a NPE.
by Lukacs Berki
· 8 years ago
46985b8
Avoid linking objc protos that are transitively in the "dylibs" attribute
by Chris Parsons
· 8 years ago
8820f10
Update the tutorial to use the best way to load rules_appengine.
by John Cater
· 8 years ago
cf2263c
Handle huge (>4GB) output jars.
by Sasha Smundak
· 8 years ago
0b06ac4
Refactor ResourceContainer: make top level and use AutoValue Builder support.
by Michael Staib
· 8 years ago
f21d18e
Fix an obscure crash scenario with static configs and BuildConfiguration.equals.
by Greg Estren
· 8 years ago
a75ba26
Add an experimental option to reduce header compilation classpaths
by Liam Miller-Cushon
· 8 years ago
91b7d50
Add a few more open-source projects to the list of Bazel users.
by Googler
· 8 years ago
18a45a4
Fix Label() for @short repository labels
by Justine Tunney
· 8 years ago
febc4d1
Improve cycle reporting error message.
by Laurent Le Brun
· 8 years ago
1159cc2
Minor improvements to error messages.
by Laurent Le Brun
· 8 years ago
9340550
Change target key aspect id from String to List<String>.
by Googler
· 8 years ago
4a099f9
Add turbine to third_party
by Liam Miller-Cushon
· 8 years ago
2596995
Adds javapoet
by Yue Gan
· 8 years ago
5d8a44c
Remove the auto-punctuator because it is causing more problems than it solved.
by John Cater
· 8 years ago
d792842
Manually add periods to documentation strings where needed.
by John Cater
· 8 years ago
6e071515
xcode locator prefers xcodes installed under /Applications/
by Chris Parsons
· 8 years ago
e86afd9
Doc: Update wording for local run and 'Google Cloud Console' name
by Steren
· 8 years ago
7a14ed0
Add www.bazel.io --> bazel.build redirect
by David Stanke
· 8 years ago
acb38b1
Run turbine with a UTF-8 charset
by Liam Miller-Cushon
· 8 years ago
51564f5
Mention unsupported set syntax
by Jon Brandvein
· 8 years ago
35e1613
Doc: section title should reflect the correct rule name
by Steren
· 8 years ago
352c72d
Add script and genrule to build RPM package.
by John Cater
· 8 years ago
59d2a6a
Refactor JavaSkylarkApiProvider to source its info from passed-in providers instead of getting them from the base.
by Googler
· 8 years ago
c2d0c66
Use the value of --watchos_minimum_os for clang's -mwatchos-version-min when compiling/linking instead of --watchos_sdk_version.
by Googler
· 8 years ago
efc117e
RELNOTES:
by Rumou Duan
· 8 years ago
ddef343
Do not expand flag_groups guarded by expand_if_true/false if variable is missing
by Marcel Hlopko
· 8 years ago
8679e4c
Windows: resolve shortened paths
by Laszlo Csomor
· 8 years ago
c913989
Change lib.events.Event to use UTF-8 encoding instead of a mix of platform-default and latin-1
by Jon Brandvein
· 8 years ago
2b6279a
Add expand_if_equal crosstool.proto message
by Marcel Hlopko
· 8 years ago
536d9cb
Make "profile --html --html_details" work again.
by Lukacs Berki
· 8 years ago
bef98c2
Make "profile --html --html_details" not crash.
by Lukacs Berki
· 8 years ago
350f4c1
Make an enum final, the way it should be.
by Lukacs Berki
· 8 years ago
71e3722
Cleanup initialization of expandIfTrue/False in CcToolchainFeatures.FlagGroup constructor
by Marcel Hlopko
· 8 years ago
5735d9b
Miscellaneous cleanups to lib.events
by Jon Brandvein
· 8 years ago
36ecf16
Make the string strip() methods compatible with Python
by Jon Brandvein
· 8 years ago
d810d9a
Clarify concepts.md (re: mutability, scoping, loads)
by Jon Brandvein
· 8 years ago
a2501d5
Add 'did you mean' suggestion for load() statements.
by Laurent Le Brun
· 8 years ago
57badf4
Add 'did you mean' suggestion when accessing a struct field
by Laurent Le Brun
· 8 years ago
6e643c8
Bazel client, Windows: case-insensitive MSYS root
by Laszlo Csomor
· 8 years ago
c76c93e
Support gold linker in cc_configure.bzl
by Marcel Hlopko
· 8 years ago
e102a2d
Add 'did you mean' suggestion when accessing an undefined variable.
by Laurent Le Brun
· 8 years ago
224a3dd
Bazel client, Windows: fix MSYS root retrieval
by Laszlo Csomor
· 8 years ago
112840b
Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGraph#getException to be given non-existent keys without crashing. Add WalkableGraph#isCycle to fill the gap in testing for the difference between non-existence and depending on a cycle.
by Janak Ramakrishnan
· 8 years ago
c31f351
Cleanup in error messages, try to improve consistency.
by Laurent Le Brun
· 8 years ago
ccb78ec
Update BUILD file to list all docs
by Laurent Le Brun
· 8 years ago
cc49b66
Fix flaky test support
by Damien Martin-Guillerez
· 8 years ago
e46ada4
Do not execute concurrent/MultisetSemaphoreTest
by Damien Martin-Guillerez
· 8 years ago
45da3f1
java_integration_test#test_header_compilation: use expect_log
by Damien Martin-Guillerez
· 8 years ago
6239bc5
Make BuildConfiguration reference-equals for static configs.
by Greg Estren
· 8 years ago
d0dac80
Load JNI library on Windows from the runfiles tree as a fallback
by Damien Martin-Guillerez
· 8 years ago
b99c1cf
Add missing documentation for some analyze-profile flags.
by Dmitry Shevchenko
· 8 years ago
8d10034
Expose to Skylark a merge() method for runfiles objects
by Jon Brandvein
· 8 years ago
969d107
Skip //src/test/java/com/google/devtools/build/lib:cpp-rules-tests#testCompilesTestSourcesIntoDynamicLibrary on Windows
by Damien Martin-Guillerez
· 8 years ago
a17a88d
Expose apple.xcode_version() to skylark.
by Chris Parsons
· 8 years ago
81eacdb
Getting started: fix broken link
by Steren
· 8 years ago
98b7c0f
Make depsets temporarily completely backward compatible
by Vladimir Moskva
· 8 years ago
d200daf
Add `depset` as an alias to `set` in Skylark
by Vladimir Moskva
· 8 years ago
b5fb12f
Guard -pass-exit-codes to support clang
by Marcel Hlopko
· 8 years ago
1b6535c
Introduce --apple_crosstool_top, which sets the crosstool for sources in objc_*/apple_*/ios_* targets and their dependencies.
by Cal Peyser
· 8 years ago
66a9083
Expose ios_device attributes to Skylark.
by Googler
· 8 years ago
772f7e9
Rollback of commit 1a592765f3fc116ac5c83b80784dcf0c043ccb5e.
by Andrew Pellegrini
· 8 years ago
5db93ad
Don't ship a JDK to native singlejar actions
by Liam Miller-Cushon
· 8 years ago
985f343
Do not crash when there's an error in the rule.
by Carmi Grushko
· 8 years ago
92a1eb7
Add stub ios toolchain to bazel BUILD.static
by Cal Peyser
· 8 years ago
1a59276
Update depot version of ResourceUsageAnalyzer.java from the public Gradle source. This version includes:
by Andrew Pellegrini
· 8 years ago
b1abe46
Rollback of commit e81ff0e156647ae680346ac833313319e7ea69d6.
by Alex Humesky
· 8 years ago
08a9e30
RELNOTES[NEW]: Add transitive proguard_specs when android_sdk.aidl_lib is specified
by Googler
· 8 years ago
75c95ac
Rename toolchain_flags to legacy_link_flags build variable
by Marcel Hlopko
· 8 years ago
a2f2c40
Rollback of commit 87fd5baeaa3f983bbec0c0dbc7b16eb52cf2267f.
by Tobias Werth
· 8 years ago
8baff88
Make AndroidSkylarkSplitTransitionTest platform-independent.
by Dmitry Lomov
· 8 years ago
961e54f
Fix release notes formatting
by Damien Martin-Guillerez
· 8 years ago
d3b2364
Release 0.4.3 (2016-12-22)
by Bazel Release System
· 8 years ago
f768232
Rollback of commit b7c00d8762d74fb54d0a6b0eb355abc6dc7a97c3.
by Damien Martin-Guillerez
· 8 years ago
5b63024
Move hardcoded toolchain linker flags to CROSSTOOL
by Marcel Hlopko
· 8 years ago
5374d4f
Move hardcoded -L linker flags to CROSSTOOL
by Marcel Hlopko
· 8 years ago
ac0e4ec
bazel - improve the order for update and install.
by Googler
· 8 years ago
762a27c
Exposes the Android split transition configuration to Skylark.
by Alex Humesky
· 8 years ago
aa4ca94
Update the Bazel sample app to demonstrate the support library syntax.
by Adam Michael
· 8 years ago
ac00776
Stop passing --no-locals to dx for coverage builds
by Liam Miller-Cushon
· 8 years ago
87fd5ba
Introduce --apple_crosstool_top, which sets the crosstool for sources in objc_*/apple_*/ios_* targets and their dependencies.
by Cal Peyser
· 8 years ago
e81ff0e
Remove broken and unused Android tools aliases.
by Adam Michael
· 8 years ago
b7c00d8
Export dot-format graphs as-is and download dot as an external repo
by Kristina Chodorow
· 8 years ago
98398a2
Rollback AppleCrosstoolChange
by Cal Peyser
· 8 years ago
Next »