aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Give a more helpful error message on malformed regexes.Gravatar Nathan Harmata2017-02-16
* Add dependency on environment variable for android_{n,s}dk_repository Gravatar Damien Martin-Guillerez2017-02-15
* Generate documentation for bool and int types.Gravatar Laurent Le Brun2017-02-15
* Windows: use JNI CreateJunction in Java code Gravatar Laszlo Csomor2017-02-15
* Remove special-casing of the 'native' module.Gravatar Laurent Le Brun2017-02-15
* Fix a bug in parsing .afdo.imports files whereupon Blaze would crash if a lin...Gravatar Lukacs Berki2017-02-15
* Early support for code generation directly from C++ module files. This canGravatar Googler2017-02-15
* Skylark repositories: add FileValue hash codes to the marker file Gravatar Damien Martin-Guillerez2017-02-15
* Loosen visibility of ASTFileLookupValue.Gravatar Janak Ramakrishnan2017-02-15
* CrosstoolCompilationSupport can be used for multi-arch binaries by allowing a...Gravatar Cal Peyser2017-02-15
* Restrict aspects visible to other aspects according to their advertised provi...Gravatar Dmitry Lomov2017-02-15
* Clarify documentation of PACKAGE_NAMEGravatar Laurent Le Brun2017-02-15
* Correct support for TreeArtifacts with ObjC header thinning feature.Gravatar Googler2017-02-15
* Remove type checking requirement from AttributeMap.has.Gravatar Greg Estren2017-02-15
* Rollback of commit 03d1255df1805ed1e5f7512bf0336f71c595791b.Gravatar Googler2017-02-15
* Avoid putting objc linkopts and copts in Set, as their order and duplicate-ar...Gravatar Chris Parsons2017-02-15
* Some minor logging improvements related to diff awareness:Gravatar Nathan Harmata2017-02-15
* Flips the default value of --explicit_jre_deps to true.Gravatar Googler2017-02-15
* BuildFileAST.eval() doesn't execute the code when there's a static error.Gravatar Laurent Le Brun2017-02-15
* Adds --[no]use_action_cache startup option to disable the action cache.Gravatar Googler2017-02-15
* Default Bazel builds to nontrimmed dynamic configurations (except LIPO).Gravatar Greg Estren2017-02-15
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-14
* Use the test's PATH to resolve the --run_under commandGravatar Ulf Adams2017-02-14
* Fix the documentation of set/depsetGravatar Vladimir Moskva2017-02-14
* Reinstate idleness checks where the server self-terminates when it's idle and...Gravatar Lukacs Berki2017-02-14
* Remove special handling of name attribute. Fixes #278Gravatar Googler2017-02-14
* Make android_device pass --android_sdk_path to unified launcher.Gravatar Adam Michael2017-02-14
* Exposes generated manifest artifact (this is the resulting artifact after the...Gravatar Googler2017-02-14
* Rollback of commit 51d245879ed2729f15c6c6a35b319a4277e7cd64.Gravatar Carmi Grushko2017-02-14
* Rollback of commit e15a31a3281ae386935d33f857351adea767b420.Gravatar Liam Miller-Cushon2017-02-14
* Rollback of commit cdbad585187dfe7bbb4d69ad68a1baf852beb691.Gravatar Michael Staib2017-02-14
* Allow objc.signing_certificate_name to return None in Skylark.Gravatar Googler2017-02-14
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Add an algorithm to reduce aspect paths according to aspects' visibility to e...Gravatar Dmitry Lomov2017-02-14
* Fix IllegalStateException when loading from a non declared external repository Gravatar Damien Martin-Guillerez2017-02-14
* Allow Skylark aspects to advertise providers.Gravatar Dmitry Lomov2017-02-14
* Add environ attribute to repository_rule Gravatar Damien Martin-Guillerez2017-02-14
* Rollback of commit 3bed84ff177c7cbfd0c8d315829cc9dcb35fcf70.Gravatar Dmitry Lomov2017-02-13
* Windows-aware path-absoluteness checks.Gravatar Laszlo Csomor2017-02-13
* Fix PackageProgressReceiver to not call contains on a list.Gravatar Janak Ramakrishnan2017-02-13
* Add @Nullable annotations to PackageFunction#progressReceiver.Gravatar Janak Ramakrishnan2017-02-13
* Add flag to disable automatic xcodeproj generation.Gravatar Peter Schmitt2017-02-13
* Rollback of commit aa1d31da27793d4c29bfa4dec12d1ae9ab20426b.Gravatar Googler2017-02-13
* apple_binary produces a skylark provider depending on its binary_typeGravatar Chris Parsons2017-02-13
* Make android_sdk_repository fail if api_level requested is not installed.Gravatar Adam Michael2017-02-13
* Refactoring: Types report what class of labels they contain.Gravatar Michael Staib2017-02-13
* Blaze/bazel modifications to command line flags used when dead-stripping.Gravatar Googler2017-02-13
* Install support for checking for 'one version' correctness of java_binaryGravatar Googler2017-02-10
* Introduce CppCompileActionTemplate, which expands into a list of CppCompileAc...Gravatar Rumou Duan2017-02-10
* Apply --symlink_prefix to the output and exec root symlinks.Gravatar Luis Fernando Pino Duque2017-02-10