aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/nativedeps
Commit message (Expand)AuthorAge
* C++: Refactor WrapCcHelper.Gravatar plf2018-06-26
* Rename LinkStaticness to LinkingMode and unify with the other LinkingMode.Gravatar hlopko2018-05-07
* Extract CcCommon.configureFeaturesOrThrowEvalExceptionGravatar hlopko2018-04-20
* Push using ruleContext.getFeatures() outside of creating FeatureConfigurationGravatar hlopko2018-04-17
* Push using ruleContext.getDisabledFeatures() outside of creating FeatureConfi...Gravatar hlopko2018-04-16
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-12
* Automated rollback of commit 77c5582fa0f5c829df576d9f8d66f4975fe415a6.Gravatar hlopko2018-04-06
* Make statically linking cpp-runtimes as a crosstool feature.Gravatar Googler2018-04-05
* C++: Fixes Blaze crashing on CLIF in toolchains that don't need PICGravatar plf2018-03-27
* Enable static_linking_mode or dynamic_linking_mode features from cc_binaryGravatar hlopko2018-03-09
* 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