aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib
Commit message (Expand)AuthorAge
* Add PrepareDepsOfPatternsFunction, use before queryGravatar Mark Schaller2015-03-31
* Description redacted.Gravatar Googler2015-03-30
* Catch action conflicts in the same target during configured target analysis, ...Gravatar Janak Ramakrishnan2015-03-30
* Resolve inputs that were stored in action cache ahead of time so metadata for...Gravatar Janak Ramakrishnan2015-03-30
* Fix WORKSPACE file lookup to look at all package pathsGravatar Kristina Chodorow2015-03-30
* remove unused method/vars/doc in ConfiguredTargetFunctionGravatar Michajlo Matijkiw2015-03-30
* Move action-cache updating to inside ActionExecutionFunction, in preparation ...Gravatar Janak Ramakrishnan2015-03-30
* Actually force loading of optional objc labelsGravatar Daniel Wagner-Hall2015-03-30
* Make Python rules in Bazel actually work.Gravatar Lukacs Berki2015-03-30
* Bazel: move sources around to prepare accepting GitHub pull requests.Gravatar Laszlo Csomor2015-03-30
* PackageSerializer: include attributes with null values.Gravatar Greg Estren2015-03-26
* Sign bundles for device if ios_multi_cpu contains device cpus.Gravatar Peter Schmitt2015-03-26
* Bazel docs: fix broken links in BE.Gravatar Laszlo Csomor2015-03-26
* Fix bug where inputs are updated from action cache but not tracked in Skyframe.Gravatar Janak Ramakrishnan2015-03-26
* Add functionality to discard orphaned binaries and middlemen.Gravatar Michajlo Matijkiw2015-03-25
* Proper support for the external immutable directory mechanism for symlink cha...Gravatar Nathan Harmata2015-03-25
* Skylark: native module is updated.Gravatar Googler2015-03-25
* Add support of aspects to the skyframe implementation of query. To keep these...Gravatar Marian Lobur2015-03-25
* More precisely document AttributeMap.get (particularly the possibilityGravatar Greg Estren2015-03-25
* Allow the number of threads used in target parsing to be configurable.Gravatar Eric Fellheimer2015-03-25
* Remove useless flag check; executeBuild is only called if execution is reques...Gravatar Nathan Harmata2015-03-25
* Merge PackageSerializer's and ProtoOutputFormatter's duplicatedGravatar Greg Estren2015-03-25
* Bazel docs: document cc_library.hdrs_check and fix a broken BE link.Gravatar Laszlo Csomor2015-03-25
* Skylark: kill package loading if a Skylark file has errors.Gravatar Googler2015-03-25
* Compile objc resources when bundling, not at each target.Gravatar Peter Schmitt2015-03-24
* Removed a <?> generic in a instanceof.Gravatar Damien Martin-Guillerez2015-03-24
* Line break after . rather than beforeGravatar Daniel Wagner-Hall2015-03-24
* Actually add OutputGroupProvider.DEFAULT to the set of files to be built when...Gravatar Lukacs Berki2015-03-24
* Skylark: native module is updated with exports_files and package_group.Gravatar Googler2015-03-24
* Skylark: Allow builtin functions to be shadowed.Gravatar Laurent Le Brun2015-03-24
* Adds some notes about --batch flag.Gravatar Googler2015-03-24
* Skylark: Package environment extensions can register functions with the nativ...Gravatar Googler2015-03-24
* Parser: Useful error messages when a Python keyword is used.Gravatar Laurent Le Brun2015-03-24
* Parser: Add Python 3 keywords.Gravatar Laurent Le Brun2015-03-24
* Preload the universe for query testsGravatar Mark Schaller2015-03-24
* Skylark: zip function is implemented.Gravatar Googler2015-03-24
* Parser: Improve error messages (mention what was expected)Gravatar Laurent Le Brun2015-03-24
* Skylark: Implement string.index and string.rindexGravatar Laurent Le Brun2015-03-24
* Skylark: the native module is refactored and documented.Gravatar Googler2015-03-24
* A minor change in the path of ijars: previously the exec path of a java_binar...Gravatar Lukacs Berki2015-03-23
* Skylark: document ctx.expand_make_variables.Gravatar Googler2015-03-23
* Skylark: Fix typing for slice/substring operator.Gravatar Laurent Le Brun2015-03-23
* Add serialization functionality to classes.Gravatar Eric Fellheimer2015-03-23
* Only use a single copy of a nested bundle with ios_multi_cpus.Gravatar Peter Schmitt2015-03-23
* Reword documentation of --universe_scope to emphasize that it isn't necessari...Gravatar Nathan Harmata2015-03-23
* Include generateSubmodules in the cache key.Gravatar Googler2015-03-23
* Description redacted.Gravatar Googler2015-03-23
* Remove common java code between objc tools and rules.Gravatar Peter Schmitt2015-03-23
* Pass pre-processed label to Xcodegen so it can be used as an Xcode target nam...Gravatar Matthew DeVore2015-03-23
* Description redacted.Gravatar Greg Estren2015-03-23