1. 11f6045 Add ABI option to remove recently inlined __shared_count functions from the library. by Eric Fiselier · 8 years ago
  2. a480c28 Fix DLL build by removing _LIBCPP_FUNC_VIS from member of class marked dllexport by Eric Fiselier · 8 years ago
  3. f08de52 [Test patch] Inline hot functions in libcxx shared_ptr by Kevin Hu · 8 years ago
  4. 45c4dbf Add warning messages to buildit/testit about their upcoming removal by Eric Fiselier · 8 years ago
  5. ca0e501 Rename new_handler in tests to avoid conflicts with MSVC symbols. by Eric Fiselier · 8 years ago
  6. b43f17c Fix std::tuples EBO when targeting the MSVC ABI. by Eric Fiselier · 8 years ago
  7. fc26379 [libc++] Introduce _LIBCPP_EXTERN_VIS to fix __libcpp_debug_function link errors by Eric Fiselier · 8 years ago
  8. 1cd196e Improve CMake and LIT support for Windows by Eric Fiselier · 8 years ago
  9. a0aa6c3 Make sym_check python 3 compatible by Eric Fiselier · 8 years ago
  10. 52fe250 [libcxx] Follow-up to r292107 by Asiri Rathnayake · 8 years ago
  11. e3d832a [libcxx] Improve design documentation for the external-thread-library by Asiri Rathnayake · 8 years ago
  12. af762e91 [libcxx] Don't assume __libcpp_thread_t is an integral type by Asiri Rathnayake · 8 years ago
  13. f4770ea Added a workaround for a `-fdelayed-template-parsing` bug. by Michael Park · 8 years ago
  14. e782695 Implement the missing constexpr stuff in <array>. Fixes PR#31645. by Marshall Clow · 8 years ago
  15. 2203aa9 Reland "[CMake][libcxx] Check that we have libcxxabi before using it" by Petr Hosek · 8 years ago
  16. 06d3c51 Reland "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 8 years ago
  17. daf3a69 Reland "[CMake][libcxx] Move Python check to main CMake file" by Petr Hosek · 8 years ago
  18. 4b3dc18 Work around python3 bytes vs str in libc++ test config by Eric Fiselier · 8 years ago
  19. 12ed728 XFAIL native handle tests by Eric Fiselier · 8 years ago
  20. 121baf4 Fix demangle.h on Windows by Eric Fiselier · 8 years ago
  21. d75a9d2 Attempt two at fixing threading on Windows by Eric Fiselier · 8 years ago
  22. 6f38b6a Fix thread creation on Windows by Eric Fiselier · 8 years ago
  23. 0ab3b77 Fix last_write_time tests for filesystems that don't support negative and very large times by Jonas Hahnfeld · 8 years ago
  24. 117c4af Mark test as UNSUPPORTED on Windows since it hangs forever by Eric Fiselier · 8 years ago
  25. 08e1477 Fix Windows try_lock implementation by Eric Fiselier · 8 years ago
  26. 666c64b Fix copy-paste errors in r292001 by Eric Fiselier · 8 years ago
  27. 7e3ee09 [libc++][CMake] Use debug MSVC runtimes when libc++ is built in debug mode by Eric Fiselier · 8 years ago
  28. cc1f65c [libc++] [CMake] Link with /nodefaultlibs on Windows by Eric Fiselier · 8 years ago
  29. 2f116c4 Mark 'constexpr char_traits' as complete. by Marshall Clow · 8 years ago
  30. 1d0d456 Tweak .clang-format configuration. by Eric Fiselier · 8 years ago
  31. 1e33f12 Use __is_identifier to detect Clang extensions instead of __has_extension. by Eric Fiselier · 8 years ago
  32. 18cfd4d Don't dump llvm-config --cmakedir output if command fails. by Eric Fiselier · 8 years ago
  33. e3061a4 Don't force use of lld in tests on Windows by Eric Fiselier · 8 years ago
  34. a595b7f Remove unused parameters in C++03 by Eric Fiselier · 8 years ago
  35. faf2a81 Diagnose invalid memory orderings in <atomic> by Eric Fiselier · 8 years ago
  36. 04333f9 Diagnose non-const-callable hash functions and comparators by Eric Fiselier · 8 years ago
  37. b1e7a12 Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros. by Eric Fiselier · 8 years ago
  38. d066f3a Update version to 5.0 by Eric Fiselier · 8 years ago
  39. a0f7252 Fix merge conflict caused by r291921 by Eric Fiselier · 8 years ago
  40. c8bd38a Revert "Rework fix for PR19460 - Use explicit bool as an extension instead." by Eric Fiselier · 8 years ago
  41. 3d4cc68 Add new macro _LIBCPP_BUILTIN_MEMCMP_ISCONSTEXPR to use in std::char_traits. by Marshall Clow · 8 years ago
  42. 7ce92f7 [libc++] Pair _aligned_malloc with _aligned_free by Shoaib Meenai · 8 years ago
  43. 9087bbe disable use of __builtin_memcmp temporarily to get the tests passing again by Marshall Clow · 8 years ago
  44. 05d57fa Implement P0426: Constexpr for std::char_traits by Marshall Clow · 8 years ago
  45. 895f24c Revert "[CMake][libcxx] Move Python check to main CMake file" by Petr Hosek · 8 years ago
  46. 8782d22 Revert "[CMake][libcxx] Do not rely on the existence of c++abi or unwind targets" by Petr Hosek · 8 years ago
  47. 8c6ac28 Revert "[CMake][libcxx] Check that we have libcxxabi before using it" by Petr Hosek · 8 years ago
  48. 7e35ee4 [CMake][libcxx] Check that we have libcxxabi before using it by Petr Hosek · 8 years ago
  49. 777de22 [CMake][libcxx] Do not rely on the existence of c++abi or unwind targets by Petr Hosek · 8 years ago
  50. 1612f8c [CMake][libcxx] Move Python check to main CMake file by Petr Hosek · 8 years ago
  51. 3a6474e Qualify some type names that I thought were fine, but some of the bots don't like. by Marshall Clow · 8 years ago
  52. dc83e77 Fix up some mismatched SFINAE conditionsin shared_ptr; some used '_Tp*', others used 'element_type *'. Today, they're the same - but soon they won't be. No functional change. by Marshall Clow · 8 years ago
  53. e8623b9 Mark tests as unsupported under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  54. 4ec493b threading_support: delete the critical section by Saleem Abdulrasool · 8 years ago
  55. d7849a6 [Chrono][Darwin] Include header for gettimeofday by Bruno Cardoso Lopes · 8 years ago
  56. c3afb8a [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available by Michal Gorny · 8 years ago
  57. 603715c Adorn __call_once_proxy with `inline` and `_LIBCPP_INLINE_VISIBILITY` by Justin Bogner · 8 years ago
  58. 04b9853 Swap two lines in __mutex_base. On systems with high clock rates, we could mistakenly return no_timeout when a mutex had timed out if we got a tick between these two lines. Thanks to Brian Cain for the bug report. by Marshall Clow · 8 years ago
  59. 082fa54 Move _PairT declaration out of __hash_combine to avoid warning under C++98 by Dimitry Andric · 8 years ago
  60. 6f8e7e0 Added XFAIL for the apple versions of clang as well by Marshall Clow · 8 years ago
  61. e542373 [Chrono][Darwin] Make steady_clock use CLOCK_UPTIME_RAW by Bruno Cardoso Lopes · 8 years ago
  62. 8fd58a6 Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang 4.0 (specifically, r290744) by Marshall Clow · 8 years ago
  63. b71c899 [libcxx] Fix externally-threaded shared library builds after r291275. by Asiri Rathnayake · 8 years ago
  64. 5741d86 Replace identifiers called `__out` because Windows.h #defines it. by Eric Fiselier · 8 years ago
  65. f62eb6b Added "Michael Park" to `CREDITS.TXT`. by Michael Park · 8 years ago
  66. 956604f [libc++] Implement terminate(), unexpected() and uncaught_exceptions() on Windows by Eric Fiselier · 8 years ago
  67. 7277113 Ensure Sleep(...) isn't passed the value 0 on Windows by Eric Fiselier · 8 years ago
  68. a7234f1 Explicitly specify MSVC mangling of iostream globals. Patch from Dave Lee by Eric Fiselier · 8 years ago
  69. 49a10e1 system_error: correct ELAST emulation on Windows by Saleem Abdulrasool · 8 years ago
  70. 6d7d0be provide Win32 native threading by Saleem Abdulrasool · 8 years ago
  71. cd71f44 [libc++] Tolerate presence of __deallocate macro by Eric Fiselier · 8 years ago
  72. deaceef thread: implement sleep_for on Windows by Saleem Abdulrasool · 8 years ago
  73. 1b0bda3 [libc++] Correct macro name in documenation by Shoaib Meenai · 8 years ago
  74. 330fe01 Add _LIBCPP_ABI_[ITANIUM|MICROSOFT] macros. by Eric Fiselier · 8 years ago
  75. 12195f1 [libcxx] [test] Strip trailing whitespace. NFC, no code review. by Stephan T. Lavavej · 8 years ago
  76. 4ecb6dd Get all tuple tests passing on Windows by Eric Fiselier · 8 years ago
  77. 9361933 Fix linking of DLL's on Windows by Eric Fiselier · 8 years ago
  78. 937c74c Configure default ABI library as NONE on Windows by Eric Fiselier · 8 years ago
  79. 72cffa5 Fix breakage caused when _LIBCPP_HAS_THREAD_API_PTHREAD is manually defined by Eric Fiselier · 8 years ago
  80. 541f9e2 Add _LIBCPP_COMPILER_[CLANG|GCC|MSVC|IBM] macros. by Eric Fiselier · 8 years ago
  81. 8f56ded Replace _LIBCPP_HAS_NO_DELETED_FUNCTIONS with _LIBCPP_CXX03_LANG by Eric Fiselier · 8 years ago
  82. 00f6bea [libc++] Cleanup and document <__threading_support> by Eric Fiselier · 8 years ago
  83. caabc1b config_elast: fix typo (NFC) by Saleem Abdulrasool · 8 years ago
  84. 9075622d typeinfo: style adjustments for adding MS ABI RTTI by Saleem Abdulrasool · 8 years ago
  85. 58a0dce thread_support: split out {,non-}recursive mutex by Saleem Abdulrasool · 8 years ago
  86. 945d79a Add gcc-[56] clang-3.[678] to list of XFAILS for variant tests. Patch from Michael Park by Eric Fiselier · 8 years ago
  87. fc9859b Use C++11 static_assert in variant tests. Patch from Michael Park by Eric Fiselier · 8 years ago
  88. 72c5d90 Get tests linking on Windows. by Eric Fiselier · 8 years ago
  89. cb5cbc8 [libcxx] Fix PR31402: map::__find_equal_key has undefined behavior. by Eric Fiselier · 8 years ago
  90. c1d5d11 Fix test suite configuration when no lit.site.cfg is available by Eric Fiselier · 8 years ago
  91. 4372f06 Get test-suite configuring on Windows with clang-cl by Eric Fiselier · 8 years ago
  92. 564cba9 PR31540: install libc++abi headers into include/c++/v1 in build area. by Richard Smith · 8 years ago
  93. 07aaf62 Fix XPASS buildbot failure related to structured bindings by Eric Fiselier · 8 years ago
  94. 76a01ea Fix PR26961 - Add default constructor to std::pointer_safety struct. by Eric Fiselier · 8 years ago
  95. 528600c Fix std::pointer_safety type in ABI v2 by Eric Fiselier · 8 years ago
  96. 011508d Fix Sphinx build error caused by bad indentation by Eric Fiselier · 8 years ago
  97. e2f2d1ed [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS by Eric Fiselier · 8 years ago
  98. e5b41f7 Fix private inheritance in C++03 tuple_size by Eric Fiselier · 8 years ago
  99. a00db36 Fix verify test on 32 bit systems by Eric Fiselier · 8 years ago
  100. dbf7ca9 Implement P0505: 'Wording for GB 50' by Marshall Clow · 8 years ago