aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
* BuildEventStreamer: clear a pending BuildStarted event firstGravatar Klaus Aehlig2017-10-16
* BEP: explicitly report failures associated with a label as suchGravatar Klaus Aehlig2017-10-16
* Export apple_host_system_env and target_apple_env through apple_common (as op...Gravatar lberki2017-10-16
* Removing the USER variable from test environment, unless explicitly provided.Gravatar olaola2017-10-16
* Remove the uses_protobuf attribute from objc_proto_library.Gravatar kaipi2017-10-16
* Extract more RuleContext error-related methods into RuleErrorConsumerGravatar cparsons2017-10-16
* Properly report errors as errors.Gravatar nharmata2017-10-16
* Add callcount system for blaze developers.Gravatar tomlu2017-10-16
* Define protos for the Skylark debug server.Gravatar allevato2017-10-16
* Flip the --incompatible_list_plus_equals_inplace flag by defaultGravatar vladmos2017-10-16
* Simplify ApplicationManifest by inlining createApk and simplifying the builde...Gravatar corysmith2017-10-16
* Update documentation on objc_proto_library rule, and disable the passing of d...Gravatar kaipi2017-10-16
* Don't follow globs in rbuildfiles. Globs request the FILE node for symlinks w...Gravatar shreyax2017-10-16
* BEP: link structured command lineGravatar Klaus Aehlig2017-10-16
* Improve private skylark attribute error messagingGravatar cparsons2017-10-16
* Deprecate methods in ConfigurationEnvironment that give access to Configurati...Gravatar lberki2017-10-16
* Simplify the SpawnExecException constructorGravatar ulfjack2017-10-16
* Put the platform version from the options into the output directory name inst...Gravatar lberki2017-10-13
* Merge [] compilation classpaths using singlejarGravatar cushon2017-10-13
* Remove the deprecated set constructor from SkylarkGravatar vladmos2017-10-13
* Fix NPE thrown by java_common.compile when no sources are specified.Gravatar elenairina2017-10-13
* Remove some no-op flags.Gravatar ajmichael2017-10-13
* Fix local repository detection when the repository path is absolute.Gravatar John Cater2017-10-13
* Remove deprecated legacy string representations of Skylark objectsGravatar vladmos2017-10-13
* Only delete the current execroot in clean.Gravatar Benjamin Peterson2017-10-13
* Throw a checked exception if there's an error reading /proc/meminfo, and hand...Gravatar janakr2017-10-12
* Expose ActionLogBufferPathGenerator in SkyframeExecutor.Gravatar janakr2017-10-12
* Remove synchronization from FileSystem implementations.Gravatar tomlu2017-10-12
* Add some debugging in TestResultAnalyzer: make crash message more informative...Gravatar janakr2017-10-12
* Add follow-symlinks parameter to FileSystemUtils#copyTreesBelow, so that all ...Gravatar janakr2017-10-12
* Update Appengine Rules LabelGravatar Tyler Rockwood2017-10-12
* Replace all tool getters in CppConfiguration with corresponding calls toGravatar cpeyser2017-10-12
* Check the implicit requirement of fdo_instrument and lipo_context.Gravatar ccalvarin2017-10-11
* Migrate usage of CppConfiguration#getToolPathFragment andGravatar cpeyser2017-10-11
* Remove support for --javabase=<absolute path>.Gravatar lberki2017-10-11
* Properly escape GitHub repository download URL for git_repository w/ sha256Gravatar Akira Baruah2017-10-11
* SplitTransitionProvider no longer requires the attributes it uses are "Non Co...Gravatar cparsons2017-10-11
* Refactor ConfiguredAttributeMapper to lib/packages from lib/analysis.Gravatar cparsons2017-10-11
* Small refactoring of AnalysisTestCase to allow alternate SkyframeExecutor imp...Gravatar janakr2017-10-11
* Remove unused MANDATORY_LINK_TARGET_TYPESGravatar George Gensure2017-10-11
* Make it an error to attempt to expand an attribute that does not existGravatar ulfjack2017-10-11
* Return JavaInfo providers only once in Java rules.Gravatar elenairina2017-10-11
* Clean up InvocationPolicy's use of OptionDescription.Gravatar ccalvarin2017-10-11
* Remove sdk_version_for_platform from ctx.fragments.apple .Gravatar lberki2017-10-11
* Remove the unused class ReleaseBundlingSupport.SplitArchTransition .Gravatar lberki2017-10-10
* Move the MakeVariableExpander to a new packageGravatar ulfjack2017-10-10
* Remove ctx.fragments.apple.minimum_os_for_platform_type.Gravatar lberki2017-10-10
* if --experimental_apple_mandatory_minimum_version is specified, make Apple ru...Gravatar lberki2017-10-10
* In PerActionFileCache, tolerate requests for Artifacts that are not in the ca...Gravatar janakr2017-10-10
* Report the structured Bazel command line via the BEP.Gravatar ccalvarin2017-10-10