summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2019-01-06[libcxx] Support building hermetic static libraryPetr Hosek
2018-12-14[libcxx] Make sure use_system_cxx_lib does not override cxx_runtime_root for ...Louis Dionne
2018-12-11[libcxx] Remove the no_default_flags LIT configurationLouis Dionne
2018-12-07[libcxx] Remove the availability_markup LIT featureLouis Dionne
2018-12-06[libc++] Improve diagnostics for non-const comparators and hashers in associa...Louis Dionne
2018-12-04[libcxx] Always enable availability in the lit test suite.Louis Dionne
2018-11-29[libcxx] Remove bad_array_lengthLouis Dionne
2018-11-28[libcxx] Remove dynarrayLouis Dionne
2018-11-20[NFC] Fix formatting in availability documentationLouis Dionne
2018-11-16[libcxx] Mention restriction on inline namespaces in LIBCXX_ABI_NAMESPACE docsLouis Dionne
2018-11-14Rename cxx-benchmark-unittests target and convert to LIT.Eric Fiselier
2018-10-30Make libc++'s versioning namespace customizableEric Fiselier
2018-10-29[libc++] Use exclude_from_explicit_instantiation instead of always_inlineLouis Dionne
2018-10-25[libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne
2018-10-16[libcxx] Remove custom CMake code targeting Mac OS 10.6Louis Dionne
2018-09-23[libc++] Add deprecated attributes to many deprecated componentsLouis Dionne
2018-09-22Correct docs to reference the new libc++ lists.Eric Fiselier
2018-09-22[libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-...Roman Lebedev
2018-09-20fix some typos in the docSylvestre Ledru
2018-09-20refresh the libc++ homepageSylvestre Ledru
2018-09-10ReleaseNotes: update links to use httpsHans Wennborg
2018-09-06[libc++] Add a link to the Release notes from the main libc++ documentationLouis Dionne
2018-09-06[libcxx] Add ReleaseNotes.rst file for release notesLouis Dionne
2018-08-16[libcxx] By default, do not use internal_linkage to hide symbols from the ABILouis Dionne
2018-08-06[libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macroLouis Dionne
2018-08-01Update version to 8.0.0svn: cmake, includes files and docsHans Wennborg
2018-07-27[libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITYLouis Dionne
2018-07-27Implement <filesystem>Eric Fiselier
2018-07-25[NFC] Fix grammatical mistakes in libc++ FileTimeType design docsLouis Dionne
2018-07-25Fix another typo in the FileTimeType docsEric Fiselier
2018-07-25Fix typos, spelling, and grammar in the FileTimeType design docs.Eric Fiselier
2018-07-25Add design docs for upcoming file_time_type change.Eric Fiselier
2018-07-11[libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne
2018-07-05[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne
2018-02-13Fix typos.Bruce Mitchener
2018-01-05[cmake] Add a config option LIBCXX_HAS_WIN32_THREAD_API for enforcing win32 t...Martin Storsjo
2018-01-03Update version to 7.0.0svn: cmake, include files and docsHans Wennborg
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