summaryrefslogtreecommitdiffstats
path: root/libcxx/include/__config
Commit message (Expand)AuthorAgeFilesLines
...
* [libcxx] Revert set of atomic patches that broke lldb.Davide Italiano2019-03-051-15/+2
* Make VCRuntime ABI configuration a first-class option.Eric Fiselier2019-03-051-5/+5
* [libc++] decoupling Freestanding atomic<T> from libatomic.aLouis Dionne2019-03-041-2/+15
* [libc++] Rename _NOALIAS macro to _LIBCPP_NOALIASLouis Dionne2019-02-261-2/+2
* [libc++] Don't define operator new/delete when using vcruntimeThomas Anderson2019-01-301-7/+8
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Bump the trunk version to 9.0.0svnHans Wennborg2019-01-161-1/+1
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-161-3/+15
* [libcxx] Mark do_open, do_get and do_close parameters unused when catopen is ...Petr Hosek2019-01-131-0/+2
* [libcxx][NFC] Properly indent nested #ifdefs and #definesLouis Dionne2018-12-171-7/+7
* [libc++] Fix _LIBCPP_EXPORTED_FROM_ABI when visibility annotations are disabledThomas Anderson2018-12-131-1/+5
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-111-0/+4
* Add a version of std::function that includes a few optimizations in ABI V2.Eric Fiselier2018-12-111-0/+2
* [libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne2018-12-061-6/+9
* [libcxx] Remove bad_array_lengthLouis Dionne2018-11-291-2/+0
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-10/+0
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-0/+10
* [libcxx] Remove dynarrayLouis Dionne2018-11-281-2/+0
* [libcxx] Remove unused definition of aligned allocation macro on old OS XLouis Dionne2018-11-211-5/+0
* [NFC] Reformat availability #defines in __configLouis Dionne2018-11-201-8/+5
* [libcxx] Fix threads detection on GNU/HurdLouis Dionne2018-11-201-0/+1
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-191-2/+16
* Use C++11 fallthrough attribute syntax when available and add a breakReid Kleckner2018-11-011-1/+5
* Make libc++'s versioning namespace customizableEric Fiselier2018-10-301-3/+5
* Unify definition of _LIBCPP_BEGIN/END_NAMESPACE_STDEric Fiselier2018-10-301-35/+19
* [libc++] Use exclude_from_explicit_instantiation instead of always_inlineLouis Dionne2018-10-291-1/+10
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-251-3/+5
* [libcxx] Avoid repeating the definition of std:: namespacesLouis Dionne2018-10-161-20/+6
* [libcxx] Remove _LIBCPP_EXTERN_TEMPLATE_INLINE_VISIBILITYLouis Dionne2018-10-161-1/+0
* Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ...Marshall Clow2018-10-161-0/+5
* Revert r344529 "Implement the first part of the calendar support for C++20"Artem Dergachev2018-10-161-5/+0
* Wrap up the new chrono literals in an #ifdef so that old versions of clang do...Marshall Clow2018-10-151-0/+5
* Distinguish between library and language support for aligned allocation.Eric Fiselier2018-10-111-4/+11
* [libc++] Remove Fuchsia-specific knowledge to pick the ABI versionLouis Dionne2018-09-261-5/+1
* [libc++] Add deprecated attributes to many deprecated componentsLouis Dionne2018-09-231-4/+28
* [libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-...Roman Lebedev2018-09-221-2/+24
* [libcxx] By default, do not use internal_linkage to hide symbols from the ABILouis Dionne2018-08-161-1/+13
* Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow2018-08-151-0/+3
* [libc++] Detect C11 features on non-Clang compilersLouis Dionne2018-08-151-22/+22
* [libc++] Enable aligned allocation based on feature test macro, irrespective ...Louis Dionne2018-08-101-0/+5
* [libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macroLouis Dionne2018-08-061-13/+10
* Update version to 8.0.0svn: cmake, includes files and docsHans Wennborg2018-08-011-1/+1
* [libc++] Fix GCC 7.2.0 macro redefinition warningLouis Dionne2018-08-011-1/+1
* Re-apply "[libcxx] implement <simd> ABI for Clang/GCC vector extension, const...Tim Shen2018-07-301-0/+4
* Revert "[libcxx] implement <simd> ABI for Clang/GCC vector extension, constru...Tim Shen2018-07-301-4/+0
* [libcxx] implement <simd> ABI for Clang/GCC vector extension, constructors, c...Tim Shen2018-07-301-0/+4
* [libc++] Introduce _LIBCPP_HIDE_FROM_ABI to replace _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-271-8/+19
* Move Filesystem namespace definition out of a clang specific ifdef block.Eric Fiselier2018-07-271-13/+14
* Implement <filesystem>Eric Fiselier2018-07-271-12/+25
* Stop wrapping __has_include in another macroAlexander Richardson2018-07-241-5/+3
OpenPOWER on IntegriCloud