aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/nativedeps
Commit message (Expand)AuthorAge
* Replace path implementation.Gravatar tomlu2018-02-08
* Rename Root to ArtifactRoot.Gravatar tomlu2018-01-16
* Use more robust check for bitcode inputs to linkGravatar Googler2017-12-21
* Automated rollback of commit 367f704e71f352b404df38161f4c367b9ff506c9.Gravatar hlopko2017-12-12
* Rollback of 178106899.Gravatar cpeyser2017-12-08
* Register separate linkstamp compile actionGravatar hlopko2017-12-06
* Suppress ThinLTO indexing for linkstatic testsGravatar Googler2017-11-30
* Move CppConfiguration's treatment of pic, --start-lib/--end-lib, and fission toGravatar cpeyser2017-11-22
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Add support for linker scripts in auto-linked Android native depsGravatar Googler2017-10-23
* Pass CppSemantics down to the CppLinkActionBuilderGravatar hlopko2017-09-29
* Ensure ThinLTO backend actions always generate debug info when fission enabledGravatar Googler2017-08-29
* Use camel case in names that included "LTO".Gravatar Googler2017-08-02
* Enable ThinLTO for nativedeps linksGravatar Googler2017-08-01
* Do not NPE crash when C++ actions are not configured in crosstoolGravatar hlopko2017-07-07
* Extract :cc_toolchain as constantGravatar hlopko2017-05-22
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Refactor scheduling of LTO Backend actions into CppLinkActionBuilderGravatar Googler2017-03-14
* Stop retrieving FdoSupport statically from hard-coded attribute ":cc_toolchai...Gravatar Rumou Duan2017-02-14
* Remove varargs Fingerprint#addStringsGravatar Michajlo Matijkiw2016-12-07
* Rollback of commit b5ac354867c4d8deb543285e87e636504078fb69.Gravatar Michael Staib2016-08-25
* Make native deps with embedded runtimes work again. commit 0978a8ea1593ef204e...Gravatar Lukacs Berki2016-08-17
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* Record the category of the artifact to be linked in LinkerInput.Gravatar Lukacs Berki2016-08-12
* 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
* Extract CppLinkAction.Builder to its own top level class.Gravatar Cal Peyser2016-07-13
* Rollback of commit 588a6a04c748a02f583d552660434d74190bb3ba.Gravatar Florian Weikert2016-07-04
* RELNOTES: Use the correct build configuration for shared native deps during A...Gravatar Googler2016-07-01
* Support copy-only native code in modern native support for android_binary.Gravatar Michael Staib2016-06-30
* Make linkstamp info use NestedSet.Gravatar Manuel Klimek2016-05-25
* --Gravatar Luis Fernando Pino Duque2016-05-03
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Inline the native deps suffix constant in one location.Gravatar Ulf Adams2015-09-08
* Fix some warnings.Gravatar Ulf Adams2015-09-04
* Link Android native code with libstdc++, statically.Gravatar Ulf Adams2015-09-03
* Remove an AnalysisEnvironment.getDerivedArtifact() call from nativedeps.Gravatar Lukacs Berki2015-08-24
* Remove an AnalysisEnvironment.getDerivedArtifact() call from nativedeps.Gravatar Lukacs Berki2015-08-24
* Abstract away artifact creation in CppLinkAction so that we can create most o...Gravatar Lukacs Berki2015-08-24
* Replace AnalysisEnvironment.getDerivedArtifact() calls with RuleContext.getSh...Gravatar Lukacs Berki2015-08-20
* Add more configuration fragment annotations, and a runtime check.Gravatar Ulf Adams2015-08-04
* Remove all calls to AnalysisEnvironment.getDerivedArtifact() from the C++ rul...Gravatar Lukacs Berki2015-08-04
* Refactor C++ link action creation.Gravatar Ulf Adams2015-07-27
* Redirect the getBuildInfo method calls through RuleContext.Gravatar Ulf Adams2015-04-23
* Move NativeDepsHelper into the public tree.Gravatar Michael Staib2015-04-13