summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/DesignDocs
Commit message (Expand)AuthorAgeFilesLines
* Add documentation and tests for Clangs C++11 extensions in C++03.Eric Fiselier2019-06-111-0/+118
* [libcxx] Slightly improved policy for handling experimental featuresLouis Dionne2019-06-111-0/+203
* update debugging docs to be less out of dateEric Fiselier2019-06-081-23/+14
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-051-0/+6
* Support tests in freestandingJF Bastien2019-02-042-2/+3
* Move the feature test macros script to the utils directory.Eric Fiselier2019-02-021-4/+5
* Update an example to use the new LLVM file header.Chandler Carruth2019-01-191-8/+6
* Implement feature test macros using a script.Eric Fiselier2019-01-161-0/+44
* [libcxx] Remove the availability_markup LIT featureLouis Dionne2018-12-071-21/+8
* [libcxx] Always enable availability in the lit test suite.Louis Dionne2018-12-041-4/+2
* [NFC] Fix formatting in availability documentationLouis Dionne2018-11-201-12/+12
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-251-4/+4
* fix some typos in the docSylvestre Ledru2018-09-202-4/+4
* [libcxx] By default, do not use internal_linkage to hide symbols from the ABILouis Dionne2018-08-161-3/+36
* [libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macroLouis Dionne2018-08-061-9/+15
* [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-271-1/+17
* [NFC] Fix grammatical mistakes in libc++ FileTimeType design docsLouis Dionne2018-07-251-10/+10
* Fix another typo in the FileTimeType docsEric Fiselier2018-07-251-1/+1
* Fix typos, spelling, and grammar in the FileTimeType design docs.Eric Fiselier2018-07-251-36/+37
* Add design docs for upcoming file_time_type change.Eric Fiselier2018-07-251-0/+493
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-4/+4
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-4/+4
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-4/+4
* Fix typos.Bruce Mitchener2018-02-132-2/+2
* [cmake] Add a config option LIBCXX_HAS_WIN32_THREAD_API for enforcing win32 t...Martin Storsjo2018-01-051-0/+4
* [libc++] class template -> template class. NFCShoaib Meenai2017-07-131-1/+1
* [libc++] Mark string operator+ _LIBCPP_FUNC_VISShoaib Meenai2017-07-131-1/+2
* [libc++] Use proper template terminology. NFCShoaib Meenai2017-07-131-3/+3
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-041-0/+114
* [libc++] Make _LIBCPP_TYPE_VIS export membersShoaib Meenai2017-03-021-6/+5
* [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export membersShoaib Meenai2017-03-021-0/+29
* Fix typo in docsEric Fiselier2017-02-051-1/+1
* [libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_debug_function link errorsEric Fiselier2017-01-161-0/+6
* [libcxx] Improve design documentation for the external-thread-libraryAsiri Rathnayake2017-01-161-7/+16
* [libc++] Correct macro name in documenationShoaib Meenai2017-01-071-1/+1
* [libc++] Cleanup and document <__threading_support>Eric Fiselier2017-01-061-0/+70
* Fix Sphinx build error caused by bad indentationEric Fiselier2017-01-051-1/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-6/+7
* Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier2016-12-281-0/+100
* [libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`Shoaib Meenai2016-11-161-14/+12
* Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility.Eric Fiselier2016-10-311-6/+5
* [libc++] Correct explanation of _LIBCPP_NEW_DELETE_VISShoaib Meenai2016-10-121-8/+9
* [libc++] Clarify _LIBCPP_NEW_DELETE_VIS for WindowsShoaib Meenai2016-09-281-0/+13
* [libc++] Fix extern template visibility for WindowsShoaib Meenai2016-09-191-0/+20
* Update _LIBCPP_EXCEPTION_ABI doc with @mclow's feedbackEric Fiselier2016-09-161-2/+3
* [libc++] Add _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to support GCC ABI com...Eric Fiselier2016-09-161-0/+10
* [libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier2016-09-151-0/+85
* Use __config_site when building libc++. Also cleanup ABI versioning docEric Fiselier2015-10-141-0/+17
* Fix whitespace in docEric Fiselier2015-10-131-1/+1
* [libcxx] Capture configuration information when installing the libc++ headersEric Fiselier2015-10-131-0/+88
OpenPOWER on IntegriCloud