1. 423ca20 [libcxx] Attempt to fix __throw_future_error in C++03 by Eric Fiselier · 9 years ago
  2. d95ca09 Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances by Eric Fiselier · 9 years ago
  3. 9698ac5 Manually suppress -Wnonnull when it occurs in an unevaluated context by Eric Fiselier · 9 years ago
  4. 5289b0d Fix initialzation order in dynarray by Eric Fiselier · 9 years ago
  5. 237206b Suppress array initialization warnings in std::experimental::apply tests by Eric Fiselier · 9 years ago
  6. 49abdbc Dont link -lrt in the testsuite on linux unless using sanitizers. by Eric Fiselier · 9 years ago
  7. 6a85e8a Fix Typo in GCC no RTTI detection. Fixes PR#24901. Thanks to Bernhard Rosenkraenzer for the report and the patch. by Marshall Clow · 9 years ago
  8. da3ca86 Add placeholder __libcpp_relaxed_store() for when atomic builtins are not available. by Dimitry Andric · 9 years ago
  9. 514c831 Remove possible trailing padding from aligned_storage. Patch from Yiran Wang by Eric Fiselier · 9 years ago
  10. bf94e48 The test I cnecked in to check the fix for PR#24890 failed (as expected) w/o the fix, but for the wrong reason. Now it fails for the right reason. by Marshall Clow · 9 years ago
  11. 842e3f6 Check in the test for PR#24890 that I forgot in previous commit by Marshall Clow · 9 years ago
  12. 6b0e419 Change pair::swap(pair&) to call ADL swap instead of iter_swap; this fixes an obscure bug having to do with overloaded operator&. Fixes PR#24890 by Marshall Clow · 9 years ago
  13. 0b4ab6f Fix <atomic> with -pedantic-errors by Eric Fiselier · 9 years ago
  14. 2897e78 Add endianness configuration block for GCC. by Dan Albert · 9 years ago
  15. 41a04d6 Suppress some warnings in the tests that snuck in. That 'tmpnam' is deprecated doesn't change the fact that we have to test it. by Marshall Clow · 9 years ago
  16. c2d317f Change initialization of mbstate_t objects in tests from '= {0}' to '= {}', which does the same thing, w/o having clang and gcc warn with -Wall. by Marshall Clow · 9 years ago
  17. af9a44f Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. by Marshall Clow · 9 years ago
  18. 65a6f64 make common_type SFINAE-friendly and support void. Patch from Agustin Berge. by Eric Fiselier · 9 years ago
  19. b22481a Cleanup BuildingLibcxx.rst and remove TODO by Eric Fiselier · 9 years ago
  20. 5d514c0 Fix another bad link in the new docs by Eric Fiselier · 9 years ago
  21. 7ec94be Try to fix links for libcxx.llvm.org/docs again. by Eric Fiselier · 9 years ago
  22. 82c5745 Try and fix links again. Seems to be a sphinx version issue. by Eric Fiselier · 9 years ago
  23. 4b5169a Try and fix broken bugzilla link by Eric Fiselier · 9 years ago
  24. 1aa96e8 Cleanup new documentation index and transfer more information from www/index.html by Eric Fiselier · 9 years ago
  25. cf829c9 Remove test commit. by Tanya Lattner · 9 years ago
  26. 9641982 Test temporary commit. by Tanya Lattner · 9 years ago
  27. bf54da7 Test commit for builder by Eric Fiselier · 9 years ago
  28. e3ec600 Add temporary Makefile.sphinx build file to get libcxx.llvm.org/docs going by Eric Fiselier · 9 years ago
  29. 46f9f32 Try building docs again. by Eric Fiselier · 9 years ago
  30. 6e5b234 Test commit for sphinx docs try2 by Eric Fiselier · 9 years ago
  31. 0dec9d5 Test commit to see if libcxx.llvm.org/docs builds by Eric Fiselier · 9 years ago
  32. a189974 Make a helper routine __throw_future_error, and encapsulate the #ifdef _LIBCPP_NO_EXCEPTIONS there, instead of duplicating it throughout the code. No functionality change by Marshall Clow · 9 years ago
  33. 6d9da58 Remove unused code. NFC by Marshall Clow · 9 years ago
  34. cae4cab Move __lazy_* metafunctions to type traits and add tests by Eric Fiselier · 9 years ago
  35. 408369b Suppress clang warnings in some tests by Eric Fiselier · 9 years ago
  36. 9eddf6e Remove task to get C++03 tests passing from TODO.txt by Eric Fiselier · 9 years ago
  37. e2d4892 Fix most GCC warnings during build. Only -Wattribute left. by Eric Fiselier · 9 years ago
  38. 8781327 Finally get the test suite passing in C++03!! by Eric Fiselier · 9 years ago
  39. ba3e81f Remove empty file that arcanist created by Eric Fiselier · 9 years ago
  40. aff153a [libcxx] Constrain unique_ptr::operator=(unique_ptr<Tp, Dp>) in C++03 mode by Eric Fiselier · 9 years ago
  41. 031a3d2 [libcxx] Mark most test/std/future tests as UNSUPPORTED in C++03 by Eric Fiselier · 9 years ago
  42. 5ec04a9 Fix bug in test_allocator<void> that used the wrong value to represent object state by Eric Fiselier · 9 years ago
  43. 4f24182 [libcxx] Optimize away unneeded length calculation in basic_string::compare(const char*) by Eric Fiselier · 9 years ago
  44. 044df63 Do not include pthread.h and sched.h when threads are disabled by Jonathan Roelofs · 9 years ago
  45. 5ea4430 Remove a switch statement, and replace with a bunch of ifs to silence a warning about 'all the enumeration values covered'. No functional change. by Marshall Clow · 9 years ago
  46. 961269d [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. by Eric Fiselier · 9 years ago
  47. e94b484 [libcxx] Add special warning flag detection logic to compiler.py by Eric Fiselier · 9 years ago
  48. f1626ad [libcxx] Rewrite C++03 __invoke. by Eric Fiselier · 9 years ago
  49. db8a5fd Refactor flaky shared_mutex tests by Eric Fiselier · 9 years ago
  50. 3dfc10d Remove XFAIL in test. The bug causing it has been fixed. by Eric Fiselier · 9 years ago
  51. 6d51f6c Mark test as XFAIL with MSAN until D12311 gets committed by Eric Fiselier · 9 years ago
  52. 7bcd570 Refactor and fix more flaky shared_mutex tests by Eric Fiselier · 9 years ago
  53. 4add27b Move test/std/utilities/date.time to proper stable name utilities/time/date.time by Eric Fiselier · 9 years ago
  54. 5e91fa1 Misc drive-by cleanups. NFC by Jonathan Roelofs · 9 years ago
  55. 6804e8b Add release goals to TODO.txt by Eric Fiselier · 9 years ago
  56. 70e8f59 Fix a crasher found by libFuzzer by Marshall Clow · 9 years ago
  57. bb2f28e Recommit rL245802: Cleanup fancy pointer rebinding in list using __rebind_pointer. by Eric Fiselier · 9 years ago
  58. d686dda Revert r245802. It violates the incomplete type requirements. by Eric Fiselier · 9 years ago
  59. a276cb0 Cleanup fancy pointer rebinding in list using __rebind_pointer. by Eric Fiselier · 9 years ago
  60. a73d092 Refactor shared_timed_mutex tests. by Eric Fiselier · 9 years ago
  61. 2fdc443 Fix default value for LLVM_INCLUDE_DOCS in out of tree build. by Eric Fiselier · 9 years ago
  62. b9f425a [libcxx] Add new Sphinx documentation by Eric Fiselier · 9 years ago
  63. dc68c69 Remove completed items from TODO.TXT by Eric Fiselier · 9 years ago
  64. ed65d0d Fix a typo: overidden -> overridden - Patch from Kai Zhao by Eric Fiselier · 9 years ago
  65. 3d46eb0 Fix a typo: abreviated -> abbreviated - Patch from Kai Zhao by Eric Fiselier · 9 years ago
  66. 66d7d70 Cleanup unique_ptr failure tests and convert them to Clang verify by Eric Fiselier · 9 years ago
  67. db61736 Fix one last dynarray test by Eric Fiselier · 9 years ago
  68. fae0070 Fix more uses of uninitialized values in dynarray by Eric Fiselier · 9 years ago
  69. 4c4d1aa Cleanup failing dynarray tests by Eric Fiselier · 9 years ago
  70. f4d8ff9 Add files that got missed in r245512. by Eric Fiselier · 9 years ago
  71. 672575d More unique_ptr test cleanup. Fixes in <memory> to come later. by Eric Fiselier · 9 years ago
  72. de56f74 [libcxx] Add "install-libcxx" target. by Eric Fiselier · 9 years ago
  73. 85b6661 Remove test_atomic.h header by Eric Fiselier · 9 years ago
  74. 0a6d1e2 Replace __asan_set_error_exit_code() with __sanitizer_set_death_callback() by Alexey Samsonov · 9 years ago
  75. 00f4a49 [libcxx] Allow use of <atomic> in C++03. Try 3. by Eric Fiselier · 9 years ago
  76. 8966350 Fix warnings about pessimizing return moves for C++11 and higher by Dimitry Andric · 9 years ago
  77. 35a6c56 Use TestAtomic instead of std::atomic so the test can run in C++03 by Eric Fiselier · 9 years ago
  78. faa9a31 Mark std::packaged_task tests as unsupported in C++03. by Eric Fiselier · 9 years ago
  79. a8dca5f Remove commented out TODOs. They defined unneeded methods. by Eric Fiselier · 9 years ago
  80. f99b59c Fix use of static_assert macro with nested commas by Eric Fiselier · 9 years ago
  81. 286e0a4 [libcxx] Add Atomic test helper and fix TSAN failures. by Eric Fiselier · 9 years ago
  82. 3b1fb53 Move atomic_support.h and config_elast.h into src/include by Eric Fiselier · 9 years ago
  83. 34172f7 GC empty directory. by Joerg Sonnenberger · 9 years ago
  84. d434e2a Broke C++03 compatibility in 245330. Fix that. by Marshall Clow · 9 years ago
  85. 8e03071 [libcxx] Fix PR23589: std::function doesn't recognize null pointer to varargs function. by Eric Fiselier · 9 years ago
  86. 0376dfa [libc++] Fix PR22606 - Leak pthread_key with static storage duration to ensure all of thread-local destructors are called. by Eric Fiselier · 9 years ago
  87. 85d45f6 [libcxx] Disable -Wnon-virtual-dtor warning in <locale> by Eric Fiselier · 9 years ago
  88. af961ed implement more of N4258 - Cleaning up noexcept in the standard library. Specifically add new noexcept stuff to vector and string's move-assignment operations by Marshall Clow · 9 years ago
  89. fc93ce7 Make regex and any assert when they should throw an exception _but_ the user has decreed 'no exceptions'. This matches the behavior of string and vector by Marshall Clow · 9 years ago
  90. 1efadf9 Fix CMake error whet llvm-config reports a non-existent source directory. by Eric Fiselier · 9 years ago
  91. ba865ff Protect template argument from user interference. by Joerg Sonnenberger · 9 years ago
  92. bed1d91 Update some links so that they don't point at the (private) WG21 Wiki by Marshall Clow · 9 years ago
  93. d08dbfc Update references to lists.llvm.org by Tanya Lattner · 9 years ago
  94. 9a3c689 Change char_traits<char16_t>::eof() to return 0xFFFF instead of 0xDFFF. Fixes PR#24342 by Marshall Clow · 9 years ago
  95. c0e7971 Remove -Werror when using check_cxx_compiler_flag because it was causing compiler-rt breakages. by Eric Fiselier · 9 years ago
  96. 6a85d5c Print message when configuring for standalone build. by Eric Fiselier · 9 years ago
  97. fe5102c Fix failing unique_ptr tests. by Eric Fiselier · 9 years ago
  98. 76581dc Start cleanup of unique_ptr tests. by Eric Fiselier · 9 years ago
  99. 65a1d45 Mark any as done and comment out extra methods until speaking to Marshall by Eric Fiselier · 9 years ago
  100. 7175a07 [libcxx] Add <experimental/any> v2. by Eric Fiselier · 9 years ago