aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Remove some cases of inferring configuration and platform from ruleContext ou...Gravatar Chris Parsons2017-01-06
* Update apple_binary documentation to match support for multiple platforms and...Gravatar Chris Parsons2017-01-06
* These API levels were removed in NDK r12.Gravatar Adam Michael2017-01-06
* Revert "blaze_util_windows: use CreateFileW" Gravatar John Cater2017-01-06
* Provide Skylark imports, even if the package has some errors.Gravatar Laurent Le Brun2017-01-05
* Use _ instead of $ on Windows to avoid shell expansion issues. Gravatar John Cater2017-01-05
* Rollback of commit 70c5790e4fb01db382d61d457596a46b68ba8d13.Gravatar Janak Ramakrishnan2017-01-05
* Add a "dylib" binary type to apple_binary, and deprecate apple_dynamic_libraryGravatar Chris Parsons2017-01-05
* Some little changes to prep for rolling forward the execroot changeGravatar Kristina Chodorow2017-01-05
* Make path attribute optional for android_sdk_repository and android_ndk_repos...Gravatar Adam Michael2017-01-05
* Fix cycle detection between .bzl files.Gravatar Laurent Le Brun2017-01-05
* Exempt config_setting from license checking.Gravatar Greg Estren2017-01-05
* Introduce is_cc_test_link_action build variableGravatar Marcel Hlopko2017-01-05
* blaze_util_windows: use CreateFileWGravatar Laszlo Csomor2017-01-05
* blaze_util_windows: remove AsWpathGravatar Laszlo Csomor2017-01-05
* Bazel client: implement PathExists on WindowsGravatar Laszlo Csomor2017-01-05
* Avoid linking objc protos that are transitively in the "dylibs" attributeGravatar Chris Parsons2017-01-05
* Refactor ResourceContainer: make top level and use AutoValue Builder support.Gravatar Michael Staib2017-01-04
* Fix an obscure crash scenario with static configs and BuildConfiguration.equals.Gravatar Greg Estren2017-01-04
* Add an experimental option to reduce header compilation classpathsGravatar Liam Miller-Cushon2017-01-04
* Fix Label() for @short repository labelsGravatar Justine Tunney2017-01-04
* Improve cycle reporting error message.Gravatar Laurent Le Brun2017-01-04
* Minor improvements to error messages.Gravatar Laurent Le Brun2017-01-04
* Change target key aspect id from String to List<String>.Gravatar Googler2017-01-04
* Remove the auto-punctuator because it is causing more problems than itGravatar John Cater2017-01-03
* Manually add periods to documentation strings where needed.Gravatar John Cater2017-01-03
* Run turbine with a UTF-8 charsetGravatar Liam Miller-Cushon2017-01-03
* Refactor JavaSkylarkApiProvider to source its info from passed-in providers i...Gravatar Googler2017-01-03
* Use the value of --watchos_minimum_os for clang's -mwatchos-version-min when ...Gravatar Googler2017-01-03
* RELNOTES:Gravatar Rumou Duan2017-01-03
* Do not expand flag_groups guarded by expand_if_true/false if variable is missingGravatar Marcel Hlopko2017-01-03
* Windows: resolve shortened pathsGravatar Laszlo Csomor2017-01-03
* Change lib.events.Event to use UTF-8 encoding instead of a mix of platform-de...Gravatar Jon Brandvein2017-01-03
* Add expand_if_equal crosstool.proto messageGravatar Marcel Hlopko2017-01-03
* Make "profile --html --html_details" work again.Gravatar Lukacs Berki2017-01-03
* Make "profile --html --html_details" not crash.Gravatar Lukacs Berki2017-01-03
* Make an enum final, the way it should be.Gravatar Lukacs Berki2017-01-03
* Cleanup initialization of expandIfTrue/False in CcToolchainFeatures.FlagGroup...Gravatar Marcel Hlopko2017-01-03
* Miscellaneous cleanups to lib.eventsGravatar Jon Brandvein2017-01-03
* Make the string strip() methods compatible with PythonGravatar Jon Brandvein2017-01-03
* Add 'did you mean' suggestion for load() statements.Gravatar Laurent Le Brun2017-01-03
* Add 'did you mean' suggestion when accessing a struct fieldGravatar Laurent Le Brun2017-01-03
* Bazel client, Windows: case-insensitive MSYS rootGravatar Laszlo Csomor2017-01-03
* Add 'did you mean' suggestion when accessing an undefined variable.Gravatar Laurent Le Brun2017-01-03
* Bazel client, Windows: fix MSYS root retrievalGravatar Laszlo Csomor2017-01-03
* Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...Gravatar Janak Ramakrishnan2017-01-03
* Cleanup in error messages, try to improve consistency.Gravatar Laurent Le Brun2017-01-03
* Fix flaky test supportGravatar Damien Martin-Guillerez2016-12-29
* Make BuildConfiguration reference-equals for static configs.Gravatar Greg Estren2016-12-29
* Load JNI library on Windows from the runfiles tree as a fallbackGravatar Damien Martin-Guillerez2016-12-28