summaryrefslogtreecommitdiffstats
path: root/libcxx
Commit message (Expand)AuthorAgeFilesLines
* [CMake][libcxx] Move Python check to main CMake filePetr Hosek2017-01-102-7/+9
* Qualify some type names that I thought were fine, but some of the bots don't ...Marshall Clow2017-01-101-2/+3
* Fix up some mismatched SFINAE conditionsin shared_ptr; some used '_Tp*', othe...Marshall Clow2017-01-101-15/+17
* Mark tests as unsupported under libcpp-no-exceptionsRoger Ferrer Ibanez2017-01-102-2/+2
* threading_support: delete the critical sectionSaleem Abdulrasool2017-01-101-1/+1
* [Chrono][Darwin] Include header for gettimeofdayBruno Cardoso Lopes2017-01-101-1/+1
* [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if availableMichal Gorny2017-01-091-1/+12
* Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY`Justin Bogner2017-01-091-0/+1
* Swap two lines in __mutex_base. On systems with high clock rates, we could mi...Marshall Clow2017-01-091-1/+1
* Move _PairT declaration out of __hash_combine to avoid warning under C++98Dimitry Andric2017-01-091-4/+5
* Added XFAIL for the apple versions of clang as wellMarshall Clow2017-01-096-0/+6
* [Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAWBruno Cardoso Lopes2017-01-091-3/+45
* Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang ...Marshall Clow2017-01-098-1/+208
* [libcxx] Fix externally-threaded shared library builds after r291275.Asiri Rathnayake2017-01-091-11/+12
* Replace identifiers called `__out` because Windows.h #defines it.Eric Fiselier2017-01-075-51/+58
* Added "Michael Park" to `CREDITS.TXT`.Michael Park2017-01-071-0/+4
* [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
* provide Win32 native threadingSaleem Abdulrasool2017-01-073-9/+263
* [libc++] Tolerate presence of __deallocate macroEric Fiselier2017-01-079-52/+21
* thread: implement sleep_for on WindowsSaleem Abdulrasool2017-01-071-0/+7
* [libc++] Correct macro name in documenationShoaib Meenai2017-01-071-1/+1
* Add _LIBCPP_ABI_[ITANIUM|MICROSOFT] macros.Eric Fiselier2017-01-071-0/+9
* [libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej2017-01-075-8/+8
* Get all tuple tests passing on WindowsEric Fiselier2017-01-072-2/+3
* Fix linking of DLL's on WindowsEric Fiselier2017-01-073-23/+63
* Configure default ABI library as NONE on WindowsEric Fiselier2017-01-061-1/+6
* Fix breakage caused when _LIBCPP_HAS_THREAD_API_PTHREAD is manually definedEric Fiselier2017-01-061-4/+3
* Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros.Eric Fiselier2017-01-065-32/+32
* Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANGEric Fiselier2017-01-0612-50/+79
* [libc++] Cleanup and document <__threading_support>Eric Fiselier2017-01-0610-46/+111
* config_elast: fix typo (NFC)Saleem Abdulrasool2017-01-051-1/+1
* typeinfo: style adjustments for adding MS ABI RTTISaleem Abdulrasool2017-01-051-43/+62
* thread_support: split out {,non-}recursive mutexSaleem Abdulrasool2017-01-053-8/+43
* Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Mi...Eric Fiselier2017-01-054-9/+14
* Use C++11 static_assert in variant tests. Patch from Michael ParkEric Fiselier2017-01-052-24/+24
* Get tests linking on Windows.Eric Fiselier2017-01-051-0/+6
* [libcxx] Fix PR31402: map::__find_equal_key has undefined behavior.Eric Fiselier2017-01-052-68/+20
* Fix test suite configuration when no lit.site.cfg is availableEric Fiselier2017-01-051-3/+5
* Get test-suite configuring on Windows with clang-clEric Fiselier2017-01-051-9/+50
* PR31540: install libc++abi headers into include/c++/v1 in build area.Richard Smith2017-01-051-1/+9
* Fix XPASS buildbot failure related to structured bindingsEric Fiselier2017-01-051-1/+1
* Fix PR26961 - Add default constructor to std::pointer_safety struct.Eric Fiselier2017-01-053-2/+37
* Fix std::pointer_safety type in ABI v2Eric Fiselier2017-01-056-3/+98
* Fix Sphinx build error caused by bad indentationEric Fiselier2017-01-051-1/+1
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-0469-773/+774
* Fix private inheritance in C++03 tuple_sizeEric Fiselier2017-01-041-3/+3
* Fix verify test on 32 bit systemsEric Fiselier2017-01-041-1/+1
OpenPOWER on IntegriCloud