summaryrefslogtreecommitdiffstats
path: root/libcxx/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* clean up use of _WIN32Saleem Abdulrasool2017-01-036-18/+19
* system_error: provide a thread safe stringification for WindowsSaleem Abdulrasool2017-01-031-2/+10
* Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-034-8/+19
* Revert r290839 - Fix configuring and building libc++ w/o an ABI libraryEric Fiselier2017-01-024-19/+8
* Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option.Eric Fiselier2017-01-021-0/+2
* Fix configuring and building libc++ w/o an ABI library.Eric Fiselier2017-01-024-8/+19
* win32: temporarily disable setting locale on 14+Saleem Abdulrasool2017-01-021-0/+4
* chrono: correct the units for the epoch biasSaleem Abdulrasool2017-01-021-2/+1
* locale: update ctype access for MSVC CRT 14+Saleem Abdulrasool2017-01-021-2/+9
* chrono: address post commit comments from HowardSaleem Abdulrasool2017-01-011-13/+17
* chrono: address post-commit comments from majnemerSaleem Abdulrasool2017-01-011-8/+8
* chrono: give Windows a steady_clockSaleem Abdulrasool2017-01-011-14/+29
* chrono: implement a Windows version of system_clock::nowSaleem Abdulrasool2017-01-011-0/+32
* system_error: use strerror_r only for threaded codeSaleem Abdulrasool2016-12-311-0/+2
* random: include __config before buildingSaleem Abdulrasool2016-12-311-0/+2
* Fix debug mode build w/o exceptionsEric Fiselier2016-12-281-0/+4
* Implement a throwing version of _LIBCPP_ASSERT.Eric Fiselier2016-12-281-1/+60
* Don't use posix_memalign on Windows platformsEric Fiselier2016-12-231-0/+4
* [libc++] Fix support for multibyte thousands_sep and decimal_point in moneypu...Eric Fiselier2016-12-111-42/+91
* Make variant's index part of the hash valueEric Fiselier2016-12-021-9/+4
* Implement C++17 <variant>. Patch from Michael Park!Eric Fiselier2016-12-021-0/+18
* [libc++] Remove unneeded visibility pragmasShoaib Meenai2016-11-231-4/+0
* Allow using libsupc++ with LIBCXX_ENABLE_STATIC_ABI_LIBRARY. Patch from Micha...Eric Fiselier2016-11-181-5/+13
OpenPOWER on IntegriCloud