summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-01-30experimental: port directory_iterator to WindowsSaleem Abdulrasool
2017-01-30experimental: add missing file headerSaleem Abdulrasool
2017-01-30experimental: inline single use of a typedefSaleem Abdulrasool
2017-01-30experimental: tolerate the existence of a `__deref` macroSaleem Abdulrasool
2017-01-29experimental: remove dead functionSaleem Abdulrasool
2017-01-24Revert "[libcxx] Never use <cassert> within libc++"Eric Fiselier
2017-01-24[libcxx] Never use <cassert> within libc++Eric Fiselier
2017-01-20Disable aligned new/delete on Apple platforms without posix_memalignEric Fiselier
2017-01-20[NFC] Group aligned new/delete definitions together in new.cppEric Fiselier
2017-01-17Add ABI option to remove recently inlined __shared_count functions from the l...Eric Fiselier
2017-01-17[Test patch] Inline hot functions in libcxx shared_ptrKevin Hu
2017-01-16Improve CMake and LIT support for WindowsEric Fiselier
2017-01-16[libcxx] Follow-up to r292107Asiri Rathnayake
2017-01-14Fix Windows try_lock implementationEric Fiselier
2017-01-12[libc++] Pair _aligned_malloc with _aligned_freeShoaib Meenai
2017-01-10[Chrono][Darwin] Include header for gettimeofdayBruno Cardoso Lopes
2017-01-09[Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAWBruno Cardoso Lopes
2017-01-07[libc++] Implement terminate(), unexpected() and uncaught_exceptions() on Win...Eric Fiselier
2017-01-07Ensure Sleep(...) isn't passed the value 0 on WindowsEric Fiselier
2017-01-07Explicitly specify MSVC mangling of iostream globals. Patch from Dave LeeEric Fiselier
2017-01-07system_error: correct ELAST emulation on WindowsSaleem Abdulrasool
2017-01-07[libc++] Tolerate presence of __deallocate macroEric Fiselier
2017-01-07thread: implement sleep_for on WindowsSaleem Abdulrasool
2017-01-06Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.Eric Fiselier
2017-01-05config_elast: fix typo (NFC)Saleem Abdulrasool
2017-01-05thread_support: split out {,non-}recursive mutexSaleem Abdulrasool
2017-01-05Fix std::pointer_safety type in ABI v2Eric Fiselier
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2017-01-04fix elast configuration on Windows targetsSaleem Abdulrasool
2017-01-03clean up use of _WIN32Saleem Abdulrasool
2017-01-03system_error: provide a thread safe stringification for WindowsSaleem Abdulrasool
2017-01-03Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier
2017-01-02Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier
2017-01-02Fix configuring and building libc++ w/o an ABI library.Eric Fiselier
2017-01-02win32: temporarily disable setting locale on 14+Saleem Abdulrasool
2017-01-02chrono: correct the units for the epoch biasSaleem Abdulrasool
2017-01-02locale: update ctype access for MSVC CRT 14+Saleem Abdulrasool
2017-01-01chrono: address post commit comments from HowardSaleem Abdulrasool
2017-01-01chrono: address post-commit comments from majnemerSaleem Abdulrasool
2017-01-01chrono: give Windows a steady_clockSaleem Abdulrasool
2017-01-01chrono: implement a Windows version of system_clock::nowSaleem Abdulrasool
2016-12-31system_error: use strerror_r only for threaded codeSaleem Abdulrasool
2016-12-31random: include __config before buildingSaleem Abdulrasool
2016-12-28Fix debug mode build w/o exceptionsEric Fiselier
2016-12-28Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier
2016-12-23Don't use posix_memalign on Windows platformsEric Fiselier
2016-12-11[libc++] Fix support for multibyte thousands_sep and decimal_point in moneypu...Eric Fiselier
2016-12-02Make variant's index part of the hash valueEric Fiselier
2016-12-02Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier