aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/cpp/SolibSymlinkAction.java
Commit message (Expand)AuthorAge
* Cleanup SolibSymlinkAction: "target" is never null, and no need to re-impleme...Gravatar felly2017-05-04
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Add the repository name as a parameter to the output path functionsGravatar Kristina Chodorow2016-08-12
* Refactor C++ rules so that CcLinkingOutputs.libraryIdentifierOf() gets called...Gravatar Lukacs Berki2016-08-09
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* Review a number of action subclasses and update them according to the spec.Gravatar Ulf Adams2016-04-19
* Little refactorings on resource management stuff:Gravatar Philipp Wollermann2016-02-28
* Make The Build Faster: Drop the describeStrategy() and strategyLocality() met...Gravatar Philipp Wollermann2016-02-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Remove the some calls to AnalysisEnvironment.getDerivedArtifact() and add a b...Gravatar Lukacs Berki2015-08-24
* Convert ResourceSet ctor calls to factory methodGravatar Mark Schaller2015-02-20
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25