aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build
Commit message (Expand)AuthorAge
...
* Return the set of files found when discovering inputs. Skyframe will probably...Gravatar Janak Ramakrishnan2015-03-11
* structured_resources allows directories in .app.Gravatar Peter Schmitt2015-03-11
* Populate a new local repository with the files, not dirGravatar Kristina Chodorow2015-03-11
* Glob documentation is updated.Gravatar Googler2015-03-11
* BazelFilegroupRule is documented.Gravatar Googler2015-03-11
* Do not require a WORKSPACE file to load the external pkgGravatar Kristina Chodorow2015-03-11
* Record statistics about dirty output files detected in the output tree.Gravatar Miguel Alcon Pinto2015-03-11
* Compiling protos should generate coverage files(.gcno) if in coverage mode.Gravatar Googler2015-03-11
* Document Bazel's java_{binary,library,plugin,import} rules.Gravatar Laszlo Csomor2015-03-10
* Misc Skylark cleanups and small featuresGravatar Francois-Rene Rideau2015-03-10
* Allow ios_test to override the GCOV environment variableGravatar Daniel Wagner-Hall2015-03-10
* Make the BE docgen's code a bit nicer.Gravatar Laszlo Csomor2015-03-10
* A minor documentation change in OutputGroupProvider.Gravatar Lukacs Berki2015-03-10
* Force log flush at the end of a command execution.Gravatar Miguel Alcon Pinto2015-03-10
* Increase exception specificity in getPackageGravatar Mark Schaller2015-03-10
* Skylark: Show ordering when pretty-printing sets.Gravatar Laurent Le Brun2015-03-10
* RELNOTES: Expose getWorkspaceName as ctx.workspace_name in Skylark.Gravatar Han-Wen Nienhuys2015-03-10
* Exempt Bazel WORKSPACE rules from constraint checking.Gravatar Greg Estren2015-03-10
* Revert the recent changes that made some skyframe-internal data structures se...Gravatar Nathan Harmata2015-03-10
* Introduce KeyedLocker, a nice concurrency abstraction for managing lots of mu...Gravatar Nathan Harmata2015-03-10
* Stop repeating the repository name as pkg name for local reposGravatar Kristina Chodorow2015-03-10
* Remove unneeded codeGravatar Kristina Chodorow2015-03-10
* Fix the example usage for CompileOrderExpander.Gravatar Michael Staib2015-03-10
* Remove obsolete comment about labels-crossing-subpackage check happening in l...Gravatar Nathan Harmata2015-03-10
* Add the method InMemoryNodeEntry#getGroupedDirectDeps so callers can access t...Gravatar Nathan Harmata2015-03-10
* Convert binding exception to something that's actually caught in PackageFunctionGravatar Kristina Chodorow2015-03-10
* Some constraint enforcement tweaks:Gravatar Greg Estren2015-03-10
* Allow BUILD files directly under the build rootGravatar Kristina Chodorow2015-03-10
* Skylark: Expose non_empty flag for list/dict attributes.Gravatar Laurent Le Brun2015-03-10
* Remove the unused and weird "omit a random symlink from the runfiles being me...Gravatar Lukacs Berki2015-03-10
* The info command keys now contain the correct product nameGravatar Laurent Le Brun2015-03-10
* Restore Skylark "support" for inheritanceGravatar Francois-Rene Rideau2015-03-06
* RELNOTES[NEW]: The "args" attribute of *_binary and *_test rules now support ...Gravatar Damien Martin-Guillerez2015-03-06
* Add --target_environment flag. This declares the environment (or set of envir...Gravatar Greg Estren2015-03-06
* Fix Bazel compileGravatar Kristina Chodorow2015-03-06
* RELNOTES: Added ios_memleaks flag which when enabled will check the test appl...Gravatar Googler2015-03-05
* List of file extensions supported in BaselineCoverageAction is moved to Const...Gravatar Googler2015-03-05
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Skylark: fix auto type conversion between the BUILD language and Skylark. Sky...Gravatar Googler2015-03-05
* Removed unsupported common attributes documentationGravatar Damien Martin-Guillerez2015-03-05
* Remove extra .toString() calls from Bazel's Constants.Gravatar Laszlo Csomor2015-03-05
* Make the factory methods public in ValueWithMetadata. This might be needed fo...Gravatar Nathan Harmata2015-03-05
* Change the default value for test_output to "errors".Gravatar Googler2015-03-05
* More blaze/bazel name cleanup in help messages.Gravatar Laurent Le Brun2015-03-05
* Use the correct product name in Bazel command helpGravatar Laurent Le Brun2015-03-05
* Help: Use the correct product name (blaze/bazel) in command help.Gravatar Laurent Le Brun2015-03-05
* HelpCommand: Display the correct name (blaze/bazel).Gravatar Laurent Le Brun2015-03-05
* Build encyclopedia: moved the HTML out of the java class into templatesGravatar Damien Martin-Guillerez2015-03-05
* Undocument some MakeVars in Bazel's BE.Gravatar Laszlo Csomor2015-03-05
* Add documentation for workspace()Gravatar Kristina Chodorow2015-03-05