aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* Inline --output_descriptor_set=true.Gravatar Carmi Grushko2017-02-02
* MultiArchPlatformRule can use --experimental_objc_crosstoolGravatar Cal Peyser2017-02-02
* Rollback of commit 932d1abfa34267a9e5abc7441c9e2a081beedd85.Gravatar Adam Michael2017-02-02
* Fix a NPE in crash reportingGravatar Liam Miller-Cushon2017-02-02
* Fills out some macOS support needed for the bundler.Gravatar Googler2017-02-02
* Encourage folks to use -iquote instead of -I for includes so that they focus ...Gravatar Dave MacLachlan2017-02-02
* Change JavaProvider.getProvider to first look for the provider in the targetGravatar Irina Iancu2017-02-02
* Fix #2018: Can't access localhost in bazel 0.3.2.Gravatar Philipp Wollermann2017-02-01
* Test strategy unification - extract env setup to a new classGravatar Ulf Adams2017-02-01
* Rollback of commit 06072c557290b97cb2d2e4fd255b647a9208cb5c.Gravatar Yun Peng2017-02-01
* Add a flag to print the effective (Spawn)ActionContexts for debugging.Gravatar Philipp Wollermann2017-02-01
* Simplify the Spawn interface, update Executor interfaceGravatar Ulf Adams2017-02-01
* Do not crash when a strict proto_library depends on a non-strict one.Gravatar Carmi Grushko2017-02-01
* Use consistent quotes in alias rule example.Gravatar Googler2017-02-01
* Make android_sdk_repository discover all system-images directories in the sdk.Gravatar Adam Michael2017-02-01
* allow skylark implicit output callbacks to use the rule name Gravatar Benjamin Peterson2017-02-01
* Add type checking to select() keys.Gravatar Greg Estren2017-02-01
* CrosstoolCompilationSupport does not include .pch files in its module map.Gravatar Cal Peyser2017-02-01
* Refactor DirtyBuildingState to allow custom implementation on storing theGravatar Googler2017-02-01
* Turn on --experimental_j2objc_srcjar_processing by default.Gravatar Rumou Duan2017-02-01
* experimental_objc_library uses ImmutableSortedSet to avoid muddling inputGravatar Cal Peyser2017-02-01
* Remove apple_dynamic_library rule.Gravatar Chris Parsons2017-02-01
* Throw an exception when persistent workers are used to run tests with use_tes...Gravatar Kush Chakraborty2017-02-01
* Add a flag to make fallback from direct to transitive classpaths an errorGravatar Liam Miller-Cushon2017-02-01
* Pass individual extdir inputs, instead of inferring a directoryGravatar Liam Miller-Cushon2017-02-01
* --Gravatar John Cater2017-02-01
* Add a little more logging so that we have more data about gRPC communication ...Gravatar Lukacs Berki2017-02-01
* Update documentation to note that the shrinker behavior differs from the Grad...Gravatar Andrew Pellegrini2017-02-01
* Simplify the Spawn interfaceGravatar Ulf Adams2017-02-01
* Rename inputsExemptFromDiscovery to prunableMandatoryInputs, which seems to b...Gravatar Lukacs Berki2017-02-01
* Rollback of commit 00ac342f386be8b8ce1bdb11515c7828e86903c0.Gravatar Yun Peng2017-01-31
* Simplify action input discovery by removing Action#getInputsWhenSkippingInput...Gravatar Lukacs Berki2017-01-31
* Don't short-circuit runfiles creation in tests if the output MANIFEST file is...Gravatar Janak Ramakrishnan2017-01-31
* Fix test breakage, which tests build flags to be canonical, by maintaining --...Gravatar Andrew Pellegrini2017-01-31
* Global cleanup change.Gravatar Googler2017-01-31
* Split transitions that return an empty list of options do not suppress dynami...Gravatar Cal Peyser2017-01-30
* When the apple crosstool transition is being used (set with --apple_crosstool...Gravatar Cal Peyser2017-01-30
* Change depset conversion to stringsGravatar Vladimir Moskva2017-01-30
* Fix the translation of names of implicit or latebound attributes to their Sky...Gravatar Florian Weikert2017-01-30
* Update dict docsGravatar Jon Brandvein2017-01-30
* Expands the number of attributes that XcodeVersionProperties provides to Skyl...Gravatar Sergio Campama2017-01-30
* Remove --ios_multi_cpus (simulator & device) restriction on the objc_bundle_l...Gravatar Chris Parsons2017-01-30
* Tiny cleanup: narrow the scope of two variable declarations.Gravatar Greg Estren2017-01-30
* Fix error handling in WorkspaceFile/WorkspaceASTGravatar Kristina Chodorow2017-01-30
* Switch to RunfilesSuppliers for communicating runfilesGravatar Michajlo Matijkiw2017-01-30
* Create a base implementation of GenRule that can be used by both Bazel andGravatar John Cater2017-01-30
* Framework resource deduping (framework resources are kept in the framework bu...Gravatar Chris Parsons2017-01-30
* Update print() doc to admonish use in production codeGravatar Jon Brandvein2017-01-30
* Unify CppCompileActionContext#{getScannedIncludeFiles,findAdditionalInputs}.Gravatar Lukacs Berki2017-01-27
* Create aliases for tools for upcoming android_device rule.Gravatar Adam Michael2017-01-27