aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Make SkylarkClassObject "Bazel-specific".Gravatar Dmitry Lomov2016-08-05
* Emphasize that default_strict_deps_java_protos is subject to change at any ti...Gravatar Carmi Grushko2016-08-05
* Fix Environment.Continuation's tracking of global variablesGravatar Jon Brandvein2016-08-05
* Delete unused RuleClass.createPlaceholderBuilderGravatar Michajlo Matijkiw2016-08-05
* Tentatively fix build for jdk7Gravatar Laurent Le Brun2016-08-04
* Check that deeply nested values in sets are immutableGravatar Jon Brandvein2016-08-04
* Enable named arguments for SkylarkCallable annotationGravatar Damien Martin-Guillerez2016-08-04
* Create Python executable zip fileGravatar Yun Peng2016-08-04
* Fix #1602: Bazel server couldn't start on system lacking IPv6 support.Gravatar Philipp Wollermann2016-08-04
* Short-circuit runfiles tree creation if runfiles are disabled (for example, o...Gravatar Lukacs Berki2016-08-04
* Remove static checks from the parser.Gravatar Laurent Le Brun2016-08-04
* Late-bound split attribute configs weren't being properly propagated to deps ...Gravatar Greg Estren2016-08-04
* Refactor CppLinkAction to construct its command line using the crosstool inst...Gravatar Cal Peyser2016-08-03
* Start removing the parsePython booleanGravatar Laurent Le Brun2016-08-03
* Prefer IPv6 when binding the gRPC server to localhost, because the OS X sandb...Gravatar Philipp Wollermann2016-08-03
* Add an enum representing the specific build file name (WORKSPACE, BUILD) to t...Gravatar John Cater2016-08-03
* Preliminary cleanup for removing Blaze-specific code from the environmentGravatar Laurent Le Brun2016-08-03
* Remove reference to android_tool_runner.Gravatar Googler2016-08-03
* Provides a clearer message when target analysis fails because its dynamicGravatar Greg Estren2016-08-03
* Introduce apple_watch2_extension rule for bundling watchOS2 extensions.Gravatar Chris Parsons2016-08-03
* Delete NodeEntryField since it's now superfluous in the presence of the new Q...Gravatar Nathan Harmata2016-08-03
* Dynamic configs: also include fragments needed to resolve the rule's late-bou...Gravatar Greg Estren2016-08-03
* Handle some previously unhandled scenarios of cycle reporting for TEST_COMPLE...Gravatar Googler2016-08-03
* ExperimentalStateTracker: make suffix gracefully handle negative lengthGravatar Klaus Aehlig2016-08-02
* Move the --define command line option from CppConfiguration to BuildConfigura...Gravatar Lukacs Berki2016-08-02
* ExperimentalEventHandler: narrow scope of synchronized blocksGravatar Klaus Aehlig2016-08-02
* Rollback of commit f61d12e9e4f940810efbaf244911a94830ba6c05.Gravatar Lukacs Berki2016-08-02
* ExperimentalEventHandler: avoid recursive starting of the updateThreadGravatar Klaus Aehlig2016-08-02
* Rollback of commit 49dfc29a40764ae48f2343007f88f3a4938498f1.Gravatar Yun Peng2016-08-02
* Avoid unnecessarily nesting FilesetTraversalParams if the nesting adds no inf...Gravatar Janak Ramakrishnan2016-08-02
* Add hashCode(), equals(), and basic toString() to FilesetTraversalParams clas...Gravatar Janak Ramakrishnan2016-08-02
* Fixes bug where --noenforce_constraints wasn't propagating to host configurat...Gravatar Greg Estren2016-08-02
* Don't fill in stack trace for ReturnExceptionGravatar Michajlo Matijkiw2016-08-02
* StandaloneTestStrategy: Pass relative JAVA_RUNFILES and PYTHON_RUNFILES to testsGravatar Yue Gan2016-08-01
* Make the default way of communication between client and the server gRPC inst...Gravatar Lukacs Berki2016-08-01
* Adds support for NDK12 to Bazel. Also updates ndk crosstools test to include ...Gravatar Googler2016-08-01
* --Gravatar Carmi Grushko2016-08-01
* Refactor FileArtifactValue and ArtifactValue now that presence of mtime and d...Gravatar Janak Ramakrishnan2016-08-01
* Reducing visibility of @VisibleForTesting methods in JavaCompileAction.Gravatar Googler2016-08-01
* Lazily construct NoSuchVariableException messageGravatar Michajlo Matijkiw2016-08-01
* Allow objc rule deps to include any rule that exports an "objc" provider.Gravatar Googler2016-08-01
* Sets SONAME on shared objects in Android binaries.Gravatar Adam Michael2016-08-01
* --Gravatar Googler2016-08-01
* Fix the description of allow_empty arg on string_list.Gravatar Dmitry Shevchenko2016-08-01
* Replace calls to SpawnAction$Builder#addInputs(NestedSet) with addTransitiveI...Gravatar Liam Miller-Cushon2016-07-29
* Fixed SkylarkDoc.getDocumentation to append a period to the doc string if it ...Gravatar John Cater2016-07-29
* Lift out the ResourceContainer -> arg/artifact functionsGravatar Googler2016-07-29
* workers: Use workers by default for Javac.Gravatar Philipp Wollermann2016-07-29
* Simplify immutability testGravatar Jon Brandvein2016-07-29
* Revert "Sets SONAME on shared objects in Android binaries."Gravatar Damien Martin-Guillerez2016-07-29