aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions
Commit message (Expand)AuthorAge
* Move annotation classes used for referencing framework Java classes from Skyl...Gravatar John Field2015-12-16
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* ASwB aspect: parse java packages during executionGravatar Googler2015-12-03
* When getting package roots for exec paths, don't start with the file, which i...Gravatar Janak Ramakrishnan2015-11-13
* BUILD tweaksGravatar Han-Wen Nienhuys2015-11-10
* --Gravatar Carmi Grushko2015-11-05
* workers: Restart worker processes when their binary has changed since they we...Gravatar Philipp Wollermann2015-11-05
* Interface methods are public anyway, remove superfluous modifiers.Gravatar Philipp Wollermann2015-11-02
* Split off more BUILD files.Gravatar Han-Wen Nienhuys2015-10-28
* Move the check whether a repository name contains a slash to PackageIdentifie...Gravatar Philipp Wollermann2015-10-23
* ArtifactFactory.findSourceRoot now handles the case where an execPath refers ...Gravatar Philipp Wollermann2015-10-22
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Fix reporting of error messages for EnvironmentalExecExceptionGravatar Googler2015-10-16
* Separate BUILD file for options and docgen.Gravatar Han-Wen Nienhuys2015-10-16
* Split off 2 BUILD files.Gravatar Han-Wen Nienhuys2015-10-13
* For standalone spawn strategy (local execution), bootstrap ios SDKROOT (deter...Gravatar Chris Parsons2015-10-09
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Move Label from the lib.syntax to the lib.cmdline package so that:Gravatar Lukacs Berki2015-09-21
* Separate build-specific types and types inherent to Skylark.Gravatar Lukacs Berki2015-09-21
* Cleanup Skylark types some moreGravatar Francois-Rene Rideau2015-09-17
* Use AutoProfiler in the Bazel codebase.Gravatar Nathan Harmata2015-09-08
* Display TIMEOUT for test that times outGravatar Damien Martin-Guillerez2015-09-08
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Move PackageIdentifier to cmdlineGravatar Kristina Chodorow2015-08-31
* Split Skylark Library into multiple pages, one per module. Add collapsibleGravatar David Chen2015-08-18
* Remove incorrect preconditions checks when resolving artifacts.Gravatar Janak Ramakrishnan2015-08-13
* Add debugging info when resolving source artifacts.Gravatar Janak Ramakrishnan2015-08-12
* Tolerate BuildFileNotFoundExceptions during the execution phase.Gravatar Janak Ramakrishnan2015-08-11
* Experimental support LLVM ThinLTO.Gravatar Han-Wen Nienhuys2015-08-11
* Don't assume that relative inclusion is under same package root as the origin...Gravatar Janak Ramakrishnan2015-08-10
* Stop checking package roots for incompatible changes after loading phase.Gravatar Marian Lobur2015-08-07
* Fix middleman conflicts in external repositories by appending the package pathGravatar Damien Martin-Guillerez2015-07-30
* Skylark documentation fixesGravatar Laurent Le Brun2015-07-29
* Support for .s, .S, and .asm files for objc rulesGravatar Chris Parsons2015-07-23
* Add some debugging in case of crash.Gravatar Janak Ramakrishnan2015-07-02
* Eliminate BuildConfiguration.getShortName().Gravatar Lukacs Berki2015-06-29
* Remove BuildConfiguration.cacheKey() and replace .shortCacheKey() with a .che...Gravatar Lukacs Berki2015-06-29
* Only run the worker if the build is incremental. Gravatar Han-Wen Nienhuys2015-06-26
* Clean up ReleaseBundlingSupports calling of ShellCommands.Gravatar Googler2015-06-26
* Remove unused ChangedArtifactsMessage.Gravatar Han-Wen Nienhuys2015-06-24
* Add some utilities and relax some visibility restrictions to make alternative...Gravatar Janak Ramakrishnan2015-06-19
* Move split/no-split command-line decision to CppLinkAction.Gravatar Han-Wen Nienhuys2015-06-18
* Convert ActionContextProvider to an abstract class. This gets rid of a lot of...Gravatar Philipp Wollermann2015-06-18
* Fix a bug in the ActionCacheChecker where the code that intended to remove ou...Gravatar Philipp Wollermann2015-06-15
* Introduce CompositeRunfilesSupplierGravatar Michajlo Matijkiw2015-06-15
* Migrate C++ link action .params files to the Blaze-standard ParameterFileWrit...Gravatar Eric Fellheimer2015-06-15
* Handle exceptions encountered resolving packages during the execution phaseGravatar Michajlo Matijkiw2015-06-10
* Bugfix: We must use a case-insensitive TreeMap here so that differently cased...Gravatar Philipp Wollermann2015-06-10
* Improve an error messageGravatar Francois-Rene Rideau2015-06-03
* Skylark: File object can now retrieve dirname/basename.Gravatar Googler2015-05-27