aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
Commit message (Expand)AuthorAge
* 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
* 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
* Add a DEVELOPER_DIR make variable to genrules to propagate the apple xcode en...Gravatar Chris Parsons2016-01-21
* Rename defaultShellEnvironment to localShellEnvironment and clarifyGravatar Han-Wen Nienhuys2016-01-21
* Refer to objc's gcov under @bazel_toolsGravatar Kristina Chodorow2016-01-21
* Make crashing test logger shut down the serverGravatar Michajlo Matijkiw2016-01-21
* Add a Java property to influence symlinking strategy so that we can test what...Gravatar Lukacs Berki2016-01-20
* Fix documentation of --[no]block_for_lockGravatar Googler2016-01-20
* Add titles to Bazel documentation pages.Gravatar David Chen2016-01-20
* Remove stray ul tag.Gravatar Alex Humesky2016-01-20
* Fix a couple of bugs related to error handling for top-level aspects.Gravatar Ulf Adams2016-01-20
* Fix potential NullPointerException in RepositoryFunctionGravatar Damien Martin-Guillerez2016-01-20
* Remove some commented out lines from android.WORKSPACE.Gravatar Lukacs Berki2016-01-20
* Include source jar count in progress message for java compile actionsGravatar Liam Miller-Cushon2016-01-20
* Support unreadable filesGravatar Michajlo Matijkiw2016-01-20
* Allow opaque OptionsClassProvider to be passed around in BuildDriver#meta et ...Gravatar Nathan Harmata2016-01-20
* Blaze CcLibraryHelper: make creating a CppCompilationContext publicGravatar Googler2016-01-20
* Add @bazel_tools prefix to objc toolsGravatar Kristina Chodorow2016-01-20
* Add @bazel_tools prefix to Java toolsGravatar Kristina Chodorow2016-01-20
* Replace %{product} in option help texts too.Gravatar Han-Wen Nienhuys2016-01-20
* Skylark IDE info aspect: sources and dependencies.Gravatar Dmitry Lomov2016-01-19
* Add variant of Preconditions.checkArgument that takes int placeholder.Gravatar Janak Ramakrishnan2016-01-19
* Avoid auto-unboxing in Preconditions check that has string then two integer a...Gravatar Janak Ramakrishnan2016-01-19
* Fileset (Google internal): code cleanup.Gravatar Laszlo Csomor2016-01-19
* General cleanup for the configured target / aspect creation code.Gravatar Ulf Adams2016-01-19
* Inlined RepositoryFunction#getExternalPackageGravatar Damien Martin-Guillerez2016-01-18
* Use only the Bazel server for bootstrappingGravatar Damien Martin-Guillerez2016-01-18
* Fix #757: Bazel does not copy xml test output from sandbox.Gravatar Philipp Wollermann2016-01-18
* Use JavaIoFileSystem during the bootstrapping, removing JNI compilation.Gravatar Damien Martin-Guillerez2016-01-18