aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Return opaque value for native.rule() on a select() statement.Gravatar Han-Wen Nienhuys2016-01-27
* Make runfiles tree creation on Windows depend on the artifacts of the actual ...Gravatar Lukacs Berki2016-01-26
* Followup change [] that fixes indentation as requested by Ulf.Gravatar Lukacs Berki2016-01-26
* Make local_repository and new_local_repository work with the limitations of o...Gravatar Lukacs Berki2016-01-26
* Separate runfiles middlemen into two layers: one that is a middleman for the ...Gravatar Lukacs Berki2016-01-26
* RELNOTES[INC]: Set stamping to false by default (i.e., --nostamp)Gravatar Damien Martin-Guillerez2016-01-26
* cpp: make callsites of Connect() function more readableGravatar Thiago Farina2016-01-26
* Add a (working) windows compatibility mode that makes Bazel create hardlinks ...Gravatar Lukacs Berki2016-01-26
* Add documentation for workspace functionGravatar Kristina Chodorow2016-01-26
* Stop inserting local shell environment into CppCompileAction.Gravatar Han-Wen Nienhuys2016-01-26
* Move RepositoryName to its own top-level classGravatar Kristina Chodorow2016-01-26
* Fix some generic warnings.Gravatar Ulf Adams2016-01-25
* Rollback of commit bd9f25c593a140acb15d3fd3fc7f66d091e1a898.Gravatar Ulf Adams2016-01-25
* Share some error handling code between aspects and top-level aspects.Gravatar Ulf Adams2016-01-25
* Export the AndroidManifest.xml from the resource processing. This is an initi...Gravatar Googler2016-01-25
* Make AspectFunction error handling match TopLevelAspectFunction.Gravatar Ulf Adams2016-01-25
* Remove unused ${ATTRIBUTE_DEFINITION} and ${ATTRIBUTE_SIGNATURE} variables fromGravatar David Chen2016-01-25
* Fix remaining links in inline native rule docs.Gravatar David Chen2016-01-25
* Move analysis root cause tracking to the ConfiguredTargetFunction.Gravatar Ulf Adams2016-01-25
* Use the existing exception instance, not a new one.Gravatar Ulf Adams2016-01-25
* Fixes an NPE in BazelJavaSemantics.checkMainClass that would occur whenGravatar Alex Humesky2016-01-25
* Make Bazel exit with the exit code from the BuildFailedException if one is sp...Gravatar Googler2016-01-25
* Allow an exit code to be specified in the ActionExecutionException when an ac...Gravatar Googler2016-01-25
* Always generate a workspace name for new repositoriesGravatar Kristina Chodorow2016-01-25
* Make select() statements in remote repositories with selector labels pointing...Gravatar Lukacs Berki2016-01-25
* Allow switching on header processing (parse_headers or preprocess_headers)Gravatar Manuel Klimek2016-01-22
* Clearer error message if git repository cannot be cloned. Minor style cleanup.Gravatar David Chen2016-01-22
* Do not compile source files mentioned in 'hdrs'.Gravatar Manuel Klimek2016-01-22
* Extract parsing of the WORKSPACE file in two partsGravatar Damien Martin-Guillerez2016-01-22
* Restore jsch as a runtime_dep of bazel-repository.Gravatar David Chen2016-01-22
* Make SkylarkList a List.Gravatar Francois-Rene Rideau2016-01-22
* Skylark, JS: nicer error message when a source file has an unknown type.Gravatar Laszlo Csomor2016-01-22
* Create convenience symlinks before the build so that they are available for i...Gravatar Lukacs Berki2016-01-22
* cpp: delete a mistaken note on ParseOptions() documentationGravatar Thiago Farina2016-01-22
* Properly filter out Aspect attributes when `blaze query` requests --noimplici...Gravatar Dmitry Lomov2016-01-22
* Extract AttributeInfoProvider interface for DependencyFilters.Gravatar Dmitry Lomov2016-01-22
* Refactor dependency filtering out of Rule class.Gravatar Dmitry Lomov2016-01-22
* Allow filtering out some extra-actions related to Java proto compilation.Gravatar Carmi Grushko2016-01-22
* Fix NullPointerException in DelegatingWalkableGraphGravatar Damien Martin-Guillerez2016-01-22
* Improve space efficiency of Blaze action cache: For actions that don't perfor...Gravatar Eric Fellheimer2016-01-22
* Raise error if we find an unknown type in native.rule().Gravatar Han-Wen Nienhuys2016-01-21
* Copy output files out of the sandbox even when the action failed.Gravatar Philipp Wollermann2016-01-21
* Create the convenience symlinks only after the build, and only those that poi...Gravatar Lukacs Berki2016-01-21
* Allow more flexibility on proto output formatter.Gravatar Miguel Alcon Pinto2016-01-21
* When using workers for Java compilation, build deploy jars and source jars on...Gravatar Philipp Wollermann2016-01-21
* Fix extra_actions with sandboxing.Gravatar Brian Silverman2016-01-21
* Scaffolding for implementing symlinks on Windows. Gravatar Lukacs Berki2016-01-21
* Introduce implicit host_xcodes dependency on cc_test rules, as cc_test rules ...Gravatar Chris Parsons2016-01-21
* Perform package loading in parallel with transitive target visitation. This i...Gravatar Janak Ramakrishnan2016-01-21
* Enforce aspect configuration fragment specification when present.Gravatar Michael Staib2016-01-21