aboutsummaryrefslogtreecommitdiffstats
path: root/cc/stl.go
Commit message (Expand)AuthorAgeFilesLines
* Do not re-export _Unwind_XXX symbols.Christopher Ferris2019-04-101-1/+4
* Treat stl: "system" the same way as default.Sasha Smundak2019-03-241-1/+1
* Support building for Fuchsia.Doug Horn2019-01-241-2/+23
* Use libucrt instead of libmsvcr110Pirama Arumuga Nainar2018-11-301-1/+1
* Don't use libandroid_support post-21.Dan Albert2018-11-271-1/+24
* Change STL for Windows to libc++.Pirama Arumuga Nainar2018-10-101-6/+21
* Link msvcr110.a after mingwex.aPirama Arumuga Nainar2018-09-171-4/+3
* Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modulesColin Cross2018-09-101-7/+13
* Revert "Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modules"Colin Cross2018-09-101-13/+7
* Use soong_cc_prebuilt.mk instead of prebuilt.mk for Soong cc modulesColin Cross2018-09-101-7/+13
* Use Soong modules for the NDK's extra STL librariesRyan Prichard2018-03-291-4/+10
* Use the platform -std= for sdk_version.Elliott Hughes2018-02-201-2/+1
* Disable availability macros in libc++ on Darwin.Dan Albert2018-01-111-0/+13
* Remove support for stlport.Dan Albert2018-01-051-11/+6
* Remove support for gnustl.Dan Albert2018-01-051-6/+3
* Add basic NDK STL link type check.Dan Albert2017-12-151-0/+19
* Some clarifications in preparation to automatically order linker dependenciesJeff Gaston2017-10-181-1/+1
* Add -lm to the default libs for Linux & DarwinDan Willemsen2017-09-261-1/+0
* Make libdl.so be loaded after libc.soColin Cross2017-08-231-10/+2
* Allow arch-specific stl selectionColin Cross2017-07-201-1/+1
* Add ctx.Windows()Colin Cross2017-04-041-1/+1
* Add libc++ and libc++_static aliases for SDK builds.David Benjamin2017-01-251-0/+4
* Add Toolchain.Bionic()Dan Willemsen2016-11-171-3/+3
* Always link libdl with libc++ for the NDK.Dan Albert2016-09-141-2/+8
* Add libc and libm to modules that use libc++_staticColin Cross2016-07-151-1/+1
* Make Stl *boolColin Cross2016-07-121-9/+13
* Remove support for libstdc++ on Android/Linux/DarwinDan Willemsen2016-06-151-15/+3
* Simplify arch target handlingColin Cross2016-06-021-9/+9
* Revert "Simplify arch target handling"Colin Cross2016-06-031-9/+9
* Simplify arch target handlingColin Cross2016-06-021-9/+9
* Rename common to androidColin Cross2016-05-181-15/+15
* Support "none" for stl when using ndkColin Cross2016-04-211-0/+2
* Promote stl to a fixed featureColin Cross2016-04-211-7/+5
* Refactor ccColin Cross2016-03-211-0/+198