summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__config
Commit message (Expand)AuthorAgeFilesLines
* Define _LIBCPP_HAS_TIMESPEC_GET for FreeBSD when appropriateDimitry Andric2020-01-301-0/+4
* Add test for spaceship operator to __configDavid Zarzycki2020-01-241-3/+2
* [libcxx] Use C11 thread API on FuchsiaPetr Hosek2020-01-141-2/+5
* Revert "[libc++] Explicitly enumerate std::string external instantiations."Oliver Stannard2020-01-131-4/+0
* [libc++] Explicitly enumerate std::string external instantiations.Eric Fiselier2020-01-091-0/+4
* [libcxx] fix incorrect attribute propertyKazuaki Ishizaki2020-01-081-1/+1
* [libc++] Update feature list for NetBSDMichał Górny2019-12-201-2/+1
* [libc++] Ensure __config always defines certain configuration macros.Eric Fiselier2019-12-131-0/+12
* Fix _LIBCPP_HAS_ definitions for Android.Dan Albert2019-11-181-0/+15
* [libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...Louis Dionne2019-11-071-0/+8
* Refine check for `_LIBCPP_C_HAS_NO_GETS` on FreeBSDDimitry Andric2019-10-191-1/+3
* P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...Richard Smith2019-10-191-0/+14
* Revert "Revert "Implement std::condition_variable via pthread_cond_clockwait(...Dan Albert2019-09-181-0/+10
* Revert "Implement std::condition_variable via pthread_cond_clockwait() where ...Dan Albert2019-09-161-6/+0
* Open fstream files in O_CLOEXEC mode when possible.Dan Albert2019-09-161-0/+11
* Implement std::condition_variable via pthread_cond_clockwait() where availableDan Albert2019-09-161-0/+6
* Remove ::gets for FreeBSD 13 and laterDimitry Andric2019-09-071-0/+7
* [libc++] Use __extension__ in a portable mannerLouis Dionne2019-09-041-0/+8
* [libc++] Enable <chrono> ""d and ""y literals for AppleClang 10 and upLouis Dionne2019-08-141-3/+4
* [libc++] Do not define _LIBCPP_CLANG_VER for non-LLVM ClangLouis Dionne2019-08-141-6/+2
* Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."Eric Fiselier2019-08-041-9/+0
* Suppress -Wctad-maybe-unsupported on types w/o deduction guides.Eric Fiselier2019-08-031-0/+9
* libcxx: Define __STDCPP_THREADS__ to 1, not to __cplusplus.Nico Weber2019-07-301-0/+8
* [NFC][libcxx] Add comments about making mutex/condition_variable trivial on A...Louis Dionne2019-07-251-3/+13
* Bump the trunk version to 10.0.0svnHans Wennborg2019-07-181-1/+1
* Make ~mutex and ~condition_variable trivial on Windows.Eric Fiselier2019-07-071-2/+11
* Fix PR27658 - Make ~mutex trivial when possible.Eric Fiselier2019-07-071-0/+8
* [libc++] Update availability markup for Filesystem on Apple platformsLouis Dionne2019-07-031-8/+8
* Revert "Change the ABI version and ABI namespace to be `_LIBCPP_VERSION`"Eric Fiselier2019-06-261-12/+5
* Change the ABI version and ABI namespace to be `_LIBCPP_VERSION`Eric Fiselier2019-06-251-5/+12
* Remove even more dead code.Eric Fiselier2019-06-211-2/+0
* Assume __is_final, __is_base_of, and friends.Eric Fiselier2019-06-211-36/+1
* Remove dead config now that C++03 requires Clang.Eric Fiselier2019-06-211-16/+0
* Remove GCC C++03 fallbacks for decltype and static_assert.Eric Fiselier2019-06-181-26/+2
* Make GCC in C++03 UnsupportedEric Fiselier2019-06-131-0/+4
* Apply [[nodebug]] to typedefs throughout the STL.Eric Fiselier2019-06-121-2/+11
* Substantially reduce instantiations and debug size of std::functionEric Fiselier2019-06-081-0/+6
* Rework std::type_info definition to support systems without fullyEric Fiselier2019-05-291-4/+10
* [WebAssembly] WASI support for libcxxDan Gohman2019-05-011-3/+4
* Remove libc++ checks and workarounds for unsupported old versions of GCC (<4.9).Richard Smith2019-04-251-33/+5
* Set _LIBCPP_DLL_VIS on _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS in MinGW modeMartin Storsjo2019-04-251-2/+7
* Add std::is_constant_evaluated.Eric Fiselier2019-04-241-0/+4
* [libc++] Use the no_destroy attribute to avoid destroying debug DB staticsLouis Dionne2019-04-171-0/+6
* Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, thi...Marshall Clow2019-03-281-0/+2
* [libc++] Mark <filesystem> as unavailable on Apple platforms using pragmasLouis Dionne2019-03-201-1/+14
* [NFC] Fix a couple of typos in libc++'s __configLouis Dionne2019-03-201-4/+4
* [libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...Louis Dionne2019-03-201-0/+6
* Remove exception throwing debug mode handler support.Eric Fiselier2019-03-181-16/+0
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-121-2/+4
* Reinstate libc++ patches now that the lldb formatter has been updated.Davide Italiano2019-03-051-2/+15
OpenPOWER on IntegriCloud