summaryrefslogtreecommitdiffstats
path: root/libcxx/docs
Commit message (Expand)AuthorAgeFilesLines
* Update the docs for building libc++.Dan Albert2019-11-181-25/+29
* [libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.Louis Dionne2019-11-141-1/+3
* [NFC] Fix typos in libc++ documentationLouis Dionne2019-10-011-3/+3
* Reformat the beginning of the testing doc to make clear how to run all the te...Marshall Clow2019-09-051-5/+8
* [libc++] Fix typo in documentation for LIBCXX_HERMETIC_STATIC_LIBRARYLouis Dionne2019-08-231-1/+1
* [libc++] Use [[nodiscard]] for lock_guard, as an extensionLouis Dionne2019-08-131-0/+1
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-182-9/+9
* docs: add documentation for `LIBCXX_INCLUDE_TESTS`Saleem Abdulrasool2019-07-041-0/+6
* Make GCC in C++03 UnsupportedEric Fiselier2019-06-131-2/+2
* Add documentation and tests for Clangs C++11 extensions in C++03.Eric Fiselier2019-06-112-0/+119
* [libcxx] Slightly improved policy for handling experimental featuresLouis Dionne2019-06-113-0/+207
* update debugging docs to be less out of dateEric Fiselier2019-06-081-23/+14
* [Docs] Modernize references to macOSJ. Ryan Stinnett2019-05-303-4/+4
* Rework std::type_info definition to support systems without fullyEric Fiselier2019-05-291-0/+15
* P0722R3: Implement library support for destroying deleteEric Fiselier2019-05-231-1/+1
* Implement midpoint for floating point types. Reviewed as https://reviews.llvm...Marshall Clow2019-04-251-0/+2
* Add std::is_constant_evaluated.Eric Fiselier2019-04-241-1/+1
* Remove repeated words from BuildingLibcxx.rstJonathan Metzman2019-04-101-1/+1
* libcxx: Add _LIBCPP_NODISCARD_EXT to 38 more functionsNico Weber2019-04-031-0/+37
* [libc++] Re-document how to use <filesystem> with various versions of libc++Louis Dionne2019-03-211-0/+10
* Allow disabling of filesystem library.Eric Fiselier2019-03-211-0/+7
* [libc++][CMake] Clean up some of the libc++ re-exporting logicLouis Dionne2019-03-201-2/+0
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-192-32/+0
* Revert "[libc++] Build <filesystem> support as part of the dylib"Louis Dionne2019-03-192-0/+32
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-192-32/+0
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-121-5/+5
* [CMake] Support compiler-rt builtins library in testsPetr Hosek2019-02-051-0/+8
* [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
* Adjust documentation for git migration.James Y Knight2019-01-292-38/+12
* Update an example to use the new LLVM file header.Chandler Carruth2019-01-191-8/+6
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-162-26/+7
* Implement feature test macros using a script.Eric Fiselier2019-01-163-0/+251
* [libcxx] Support building hermetic static libraryPetr Hosek2019-01-061-0/+9
* [libcxx] Make sure use_system_cxx_lib does not override cxx_runtime_root for ...Louis Dionne2018-12-141-2/+1
* [libcxx] Remove the no_default_flags LIT configurationLouis Dionne2018-12-111-8/+0
* [libcxx] Remove the availability_markup LIT featureLouis Dionne2018-12-071-21/+8
* [libc++] Improve diagnostics for non-const comparators and hashers in associa...Louis Dionne2018-12-061-2/+4
* [libcxx] Always enable availability in the lit test suite.Louis Dionne2018-12-041-4/+2
* [libcxx] Remove bad_array_lengthLouis Dionne2018-11-291-0/+8
* [libcxx] Remove dynarrayLouis Dionne2018-11-281-0/+4
* [NFC] Fix formatting in availability documentationLouis Dionne2018-11-201-12/+12
* [libcxx] Mention restriction on inline namespaces in LIBCXX_ABI_NAMESPACE docsLouis Dionne2018-11-161-1/+3
* Rename cxx-benchmark-unittests target and convert to LIT.Eric Fiselier2018-11-141-0/+9
* Make libc++'s versioning namespace customizableEric Fiselier2018-10-301-0/+12
* [libc++] Use exclude_from_explicit_instantiation instead of always_inlineLouis Dionne2018-10-291-0/+7
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-251-4/+4
* [libcxx] Remove custom CMake code targeting Mac OS 10.6Louis Dionne2018-10-161-1/+1
* [libc++] Add deprecated attributes to many deprecated componentsLouis Dionne2018-09-231-0/+5
OpenPOWER on IntegriCloud