aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main
Commit message (Expand)AuthorAge
* Default to filtering resources in analysisGravatar Googler2018-01-16
* Remove ConfigurationTransitionProxy.NULLGravatar gregce2018-01-16
* Remove EventBus from SkyframeActionExecutorGravatar ulfjack2018-01-16
* Enable incremental dexing of proguarded Android binaries in Bazel (one dexbui...Gravatar kmb2018-01-16
* Move RootedPathCodec to an inner class of RootedPath.Gravatar tomlu2018-01-16
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Fix value collision in builtins registryGravatar brandjon2018-01-16
* Support array fields in AutoCodec. To do this, introduceGravatar cpeyser2018-01-16
* Refactor py_wrap_cc to go through CcLibraryHelper.Gravatar plf2018-01-16
* Fix copy-paste error in py_test docsGravatar Rodrigo Queiro2018-01-16
* C++: Fixes linkstamp not compiled with PIC.Gravatar plf2018-01-16
* Change the mnemonic of C++ link stamp compile actions so that extra actions c...Gravatar lberki2018-01-16
* Automated rollback of commit dafe71390340224e06eab0ac7afcebb2f5219f5a.Gravatar dslomov2018-01-16
* C++: Updates documentation for cc_library.Gravatar plf2018-01-16
* Report unsuccessful error code if bazel fetch fails in "keep going" mode.Gravatar Dmitry Lomov2018-01-16
* Create function createJavaInfo with new API. Implement JavaSourceJarsProvider.Gravatar dbabkin2018-01-16
* Remove use of Root#asDerivedRoot where the derived root == exec root.Gravatar tomlu2018-01-15
* Remove test methods from ArtifactFactory and Root that violate root invariants.Gravatar tomlu2018-01-15
* Fix typo in example codeGravatar Googler2018-01-15
* Deletes unused code: ArtifactIdRegistry, ArtifactSerializer / Deserializer.Gravatar shahan2018-01-15
* Export the runfiles path of the JVM executable to Skylark.Gravatar lberki2018-01-15
* actions,temp: respect TMPDIR envvarGravatar Laszlo Csomor2018-01-15
* Do not crash if 'bind' and external repo generate the same //external: target.Gravatar Dmitry Lomov2018-01-15
* Properly report missing external repositiones during pattern evaluation.Gravatar Dmitry Lomov2018-01-15
* 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