aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Remove some unnecessary depsGravatar Ulf Adams2018-01-15
* Clean up after https://github.com/bazelbuild/bazel/commit/3864a45afa368473a4a...Gravatar cushon2018-01-15
* Introduce the blaze cquery command as the new ui for configurable query.Gravatar juliexxia2018-01-12
* Encapsulate SkylarkInfo layouts in a classGravatar brandjon2018-01-12
* PiperOrigin-RevId: 181797878Gravatar Googler2018-01-12
* Adds FileSystem check to Path.CODEC.serialize.Gravatar shahan2018-01-12
* Honor repository when checking for conflictsGravatar Klaus Aehlig2018-01-12
* Change packaging rules to operate on strings instead of path fragments.Gravatar tomlu2018-01-12
* Remove isMainRepo from Root.Gravatar tomlu2018-01-12
* Clean up Windows config_settingsGravatar Yun Peng2018-01-12
* RELNOTES: Allow expanding TreeArtifacts for libraries_to_linkGravatar Googler2018-01-12
* C++: Only call link() in cc_binary when linkCompileOutputSeparately is true.Gravatar plf2018-01-12
* windows: fix --symlink_prefix=/ throwing exceptionGravatar laszlocsomor2018-01-12
* Make FileSymlinkException and InconsistentFSException IOExceptionsGravatar ulfjack2018-01-12
* Simplify root relative path calculation.Gravatar tomlu2018-01-12
* Factor out InMemoryFileSystem's use of root directory.Gravatar tomlu2018-01-11
* Add support for native header outputs to {java,android}_libraryGravatar cushon2018-01-11
* Stop including BuildConfiguration inside ConfiguredTargetKey: it's too heavyw...Gravatar janakr2018-01-11
* Plumb exec root through to all spawn runners.Gravatar tomlu2018-01-11
* Propagate depsObjcProvider from loadable_bundle apple_binary targetsGravatar cparsons2018-01-11
* Simplify SkylarkRuleContext#getBuildFileRelativePath.Gravatar tomlu2018-01-11
* Convert ActionLookupKey implementations to directly implement SkyKey, removin...Gravatar janakr2018-01-11
* Remove unused code from AndroidIdeInfoProvider.Gravatar tomlu2018-01-11
* Move custom err msg functionality from Info to SkylarkInfoGravatar brandjon2018-01-11
* Final cleanup of android_resourcesGravatar Googler2018-01-11
* Remove BuildConfigurationValue#Key#enableActions field. Saves 8 bytes of memo...Gravatar janakr2018-01-11
* Remove some trivally unneeded usages of FileSystem#getRootDirectory.Gravatar tomlu2018-01-11
* Use Path#createDirectoryAndParents in SkylarkRepositoryContext.Gravatar tomlu2018-01-11
* Remove use of Path#isRootDirectory from BlazeDirectories.Gravatar tomlu2018-01-11
* Adds a CODECs for Package and PackageValue.Gravatar shahan2018-01-11
* Refactor SkylarkInfo constructorsGravatar brandjon2018-01-11
* Automated rollback of commit c166cd99ce9f72eed522e78d63c93ff410b6dc18.Gravatar plf2018-01-11
* sandbox: add env[TMPDIR] instead of `tmpDir`Gravatar Laszlo Csomor2018-01-11
* Minor cleanup: move all code from JavaConfigurationLoader to the ctor of Java...Gravatar lberki2018-01-11
* Windows, Java launcher: Use relativize paths in classpath jarGravatar Yun Peng2018-01-11
* sandbox: properly add `tmpDir` to `writablePaths`Gravatar Laszlo Csomor2018-01-11
* BuildEventStreamer: ingore noop-flush()sGravatar Klaus Aehlig2018-01-11
* Fold the Jvm configuration fragment into JavaConfiguration.Gravatar lberki2018-01-11
* Remove the unused --[no]experimental_disable_jvm command line option.Gravatar lberki2018-01-11
* BEP: make stdout/stderr buffering configurableGravatar Klaus Aehlig2018-01-11
* Have the RemoteSpawnRunner use the execution platform present in the Spawn to...Gravatar John Cater2018-01-10
* Codec for BuildConfigurationValue.Gravatar shahan2018-01-10
* AutoCodec proto marshaller bug fix and support for mutable Map.Gravatar shahan2018-01-10
* AutoCodec's constructor strategy recognizes fields in a (transitive)Gravatar cpeyser2018-01-10
* Remove synchronization from InMemoryNodeEntry#getValue{,MaybeWithMetadata} an...Gravatar janakr2018-01-10
* Produce data binding file from compile action when "enable_data_binding" attr...Gravatar Googler2018-01-10
* Fix turbine command lines with empty javacoptsGravatar cushon2018-01-10
* isable_presubmitGravatar Googler2018-01-10
* Use an annotation preprocessor to validate SkylarkConfigurationField.Gravatar cparsons2018-01-10
* Info-related cleanupsGravatar brandjon2018-01-10