summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2017-12-03Corrected a typo in the building libc++ docsHamza Sood
2017-11-07Teach test suite about C++2a dialect flag.Eric Fiselier
2017-11-07Change test suite to support c++17 dialect flag instead of c++1z.Eric Fiselier
2017-10-09[libc++] Support Microsoft ABI without vcruntime headersShoaib Meenai
2017-10-04[libc++] Add site config option for ABI macrosShoaib Meenai
2017-07-19Bump docs version to 6.0Hans Wennborg
2017-07-13[libc++] class template -> template class. NFCShoaib Meenai
2017-07-13[libc++] Mark string operator+ _LIBCPP_FUNC_VISShoaib Meenai
2017-07-13[libc++] Use proper template terminology. NFCShoaib Meenai
2017-07-11[libcxx][CMake] Add install path variable to allow overriding the destinationPetr Hosek
2017-05-09Fix misspelling of environment throughout libc++Eric Fiselier
2017-05-09docs: Fix Sphinx detection with out-of-tree buildsTom Stellard
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-05-04Update Appveyor bot link to point to new llvm-mirror Appveyor accountEric Fiselier
2017-05-04update buildbot doc to link to the new Appveyor buildersEric Fiselier
2017-04-13[libc++] Add _LIBCPP_DISABLE_EXTERN_TEMPLATE config optionShoaib Meenai
2017-03-02[libc++] Make _LIBCPP_TYPE_VIS export membersShoaib Meenai
2017-03-02[libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export membersShoaib Meenai
2017-02-17Update all bug URL's to point to https://bugs.llvm.org/...Eric Fiselier
2017-02-17Add doc for _LIBCPP_ENABLE_CXX17_DISABLED_AUTO_PTR and make it work under _LI...Eric Fiselier
2017-02-17[libcxx] Remove unexpected handlers in C++17Eric Fiselier
2017-02-10docs: add some documentation for building on WindowsSaleem Abdulrasool
2017-02-05Fix typo in docsEric Fiselier
2017-01-25[libcxx] Mentions "targeting C++11 and above" instead of "targeting C++11" in...Mehdi Amini
2017-01-16[libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_debug_function link errorsEric Fiselier
2017-01-16[libcxx] Improve design documentation for the external-thread-libraryAsiri Rathnayake
2017-01-13Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros.Eric Fiselier
2017-01-13Update version to 5.0Eric Fiselier
2017-01-07[libc++] Correct macro name in documenationShoaib Meenai
2017-01-06[libc++] Cleanup and document <__threading_support>Eric Fiselier
2017-01-05Fix Sphinx build error caused by bad indentationEric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2017-01-03Update year to 2017Eric Fiselier
2016-12-28Remove dead debug_mode doc linkEric Fiselier
2016-12-28Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier
2016-12-23Update TestingLibcxx doc to reflect the use_system_cxx_lib flag. Patch from M...Eric Fiselier
2016-12-09Update doc version to 4.0Eric Fiselier
2016-12-09[NFC] Change whitespace to force docs rebuildEric Fiselier
2016-12-08Fix PR27374 - Remove the implicit reduced-arity-extension in tuple.Eric Fiselier
2016-12-05[libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONSShoaib Meenai
2016-11-16[libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`Shoaib Meenai
2016-11-13Add docs for use-configurable libc++ featuresEric Fiselier
2016-10-31Fix _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITY to always have default visibility.Eric Fiselier
2016-10-30Add start of filesystem benchmarksEric Fiselier
2016-10-14Cleanup LIT testing docEric Fiselier
2016-10-12[libc++] Correct explanation of _LIBCPP_NEW_DELETE_VISShoaib Meenai
2016-10-12Make it easier to run the libc++ test suite against libstdc++Eric Fiselier
2016-09-28[libc++] Clarify _LIBCPP_NEW_DELETE_VIS for WindowsShoaib Meenai
2016-09-19[libc++] Fix extern template visibility for WindowsShoaib Meenai
2016-09-16Attempt to fix Sphinx buildEric Fiselier