summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge to upstream r297772.Dan Albert2017-03-1422-586/+835
|\
| * Fix PR32183 - Wrap GCC exception implementation in missing namespace stdEric Fiselier2017-03-082-1/+5
| * [libc++] Add option to disable new/delete overloads when libc++abi provides t...Eric Fiselier2017-03-021-2/+3
| * [libcxx] Support threads on FuchsiaPetr Hosek2017-03-011-2/+2
| * Remove a now unneeded __CloudABI__ check.Ed Schouten2017-02-111-2/+0
| * Fix the build of thread.cpp on CloudABI.Ed Schouten2017-02-111-2/+2
| * Fix yet another Apple buildit bugEric Fiselier2017-02-101-1/+3
| * Attempt to fix Apple buildit botsEric Fiselier2017-02-101-1/+5
| * Recommit "Split exception.cpp and new.cpp implementation into different files...Eric Fiselier2017-02-1012-498/+687
| * Revert "Split exception.cpp and new.cpp implementation into different files f...Eric Fiselier2017-02-1012-686/+498
| * Split exception.cpp and new.cpp implementation into different files for diffe...Eric Fiselier2017-02-1012-498/+686
| * Threading support: externalize sleep_for() function.Asiri Rathnayake2017-02-091-26/+2
| * Fix bugs in filesystem detected by _LIBCPP_ASSERT.Eric Fiselier2017-02-072-7/+16
| * filesystem: return the constructed objectSaleem Abdulrasool2017-02-071-5/+2
| * Refer to _LIBCPP_MSVC macro where applicableSaleem Abdulrasool2017-02-063-8/+8
| * Restore the _NOEXCEPT on the dtor of bad_optional_access. Destructors are noe...Marshall Clow2017-02-051-2/+2
| * Change the base class of std::bad_optional_access. This is a (subtle) ABI ch...Marshall Clow2017-02-051-2/+6
| * filesystem: fix n4100 conformance for `temp_directory_path`Saleem Abdulrasool2017-02-051-14/+19
| * Recommit [libcxx] Never use <cassert> within libc++Eric Fiselier2017-02-044-11/+5
| * experimental: avoid using raw _WIN32 in filesystemSaleem Abdulrasool2017-01-301-5/+6
| * experimental: port directory_iterator to WindowsSaleem Abdulrasool2017-01-301-0/+72
| * experimental: add missing file headerSaleem Abdulrasool2017-01-301-0/+9
| * experimental: inline single use of a typedefSaleem Abdulrasool2017-01-301-4/+1
| * experimental: tolerate the existence of a `__deref` macroSaleem Abdulrasool2017-01-301-2/+2
| * experimental: remove dead functionSaleem Abdulrasool2017-01-291-13/+0
* | Merge to upstream r293197.Dan Albert2017-01-2730-366/+2514
|\|
| * Revert "[libcxx] Never use <cassert> within libc++"Eric Fiselier2017-01-244-5/+11
| * [libcxx] Never use <cassert> within libc++Eric Fiselier2017-01-244-11/+5
| * Disable aligned new/delete on Apple platforms without posix_memalignEric Fiselier2017-01-201-0/+4
| * [NFC] Group aligned new/delete definitions together in new.cppEric Fiselier2017-01-201-85/+85
| * Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier2017-01-172-1/+4
| * [Test patch] Inline hot functions in libcxx shared_ptrKevin Hu2017-01-171-30/+8
| * Improve CMake and LIT support for WindowsEric Fiselier2017-01-161-1/+2
| * [libcxx] Follow-up to r292107Asiri Rathnayake2017-01-161-5/+5
| * Fix Windows try_lock implementationEric Fiselier2017-01-141-2/+2
| * [libc++] Pair _aligned_malloc with _aligned_freeShoaib Meenai2017-01-121-0/+4
| * [Chrono][Darwin] Include header for gettimeofdayBruno Cardoso Lopes2017-01-101-1/+1
| * [Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAWBruno Cardoso Lopes2017-01-091-3/+45
| * [libc++] Implement terminate(), unexpected() and uncaught_exceptions() on Win...Eric Fiselier2017-01-071-6/+28
| * Ensure Sleep(...) isn't passed the value 0 on WindowsEric Fiselier2017-01-071-1/+1
| * Explicitly specify MSVC mangling of iostream globals. Patch from Dave LeeEric Fiselier2017-01-071-10/+42
| * system_error: correct ELAST emulation on WindowsSaleem Abdulrasool2017-01-071-1/+1
| * [libc++] Tolerate presence of __deallocate macroEric Fiselier2017-01-071-1/+1
| * thread: implement sleep_for on WindowsSaleem Abdulrasool2017-01-071-0/+7
| * Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.Eric Fiselier2017-01-061-1/+1
| * config_elast: fix typo (NFC)Saleem Abdulrasool2017-01-051-1/+1
| * thread_support: split out {,non-}recursive mutexSaleem Abdulrasool2017-01-051-4/+4
| * Fix std::pointer_safety type in ABI v2Eric Fiselier2017-01-051-2/+3
| * [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-3/+3
| * fix elast configuration on Windows targetsSaleem Abdulrasool2017-01-041-1/+3