1. 62a0e01 Fix use of operator comma in is_permutation and delete comma operator for test iterators. by Eric Fiselier · 10 years ago
  2. e4e883e [libcxx] Remove use of uniform initialization from regex tests so that they compile in C++03. by Eric Fiselier · 10 years ago
  3. b991975 [libcxx] Fix use of operator comma where the types can be user defined by Eric Fiselier · 10 years ago
  4. 1d306de PR #21321 talked about implementation-defined behavior of realloc. I poo-poohed it, and was wrong. Fix the call in <locale>. Review the others, refactored some duplicated code, and found overflow bugs (and __event_cap_ was never getting updated, either). by Marshall Clow · 10 years ago
  5. 129e07f Change the comment on the closing #endif to match the condition on the corresponding #ifdef. Thanks to K-ballo for the catch. No functionality change. by Marshall Clow · 10 years ago
  6. 5636e63 Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux') by Eric Fiselier · 10 years ago
  7. 79578cd [libcxx] XFAIL all currently failing libc++ tests for linux. by Eric Fiselier · 10 years ago
  8. 29151f6 Only link tests against -ldl on linux by Eric Fiselier · 10 years ago
  9. a0ab096 Make headers available in the build directory by Justin Bogner · 10 years ago
  10. 4d2413c Add support for "fancy" pointers to promise and packaged_task. by Eric Fiselier · 10 years ago
  11. 4e7d536 Add support for "fancy" pointers to shared_ptr. Fixes PR20616 by Eric Fiselier · 10 years ago
  12. 9b82e15 Fix a couple of failing tests for C++03 by checking for rvalue reference support first. by Marshall Clow · 10 years ago
  13. 3de9baa Add -ldl to libc++ tests when sanitizers are used. by Eric Fiselier · 10 years ago
  14. 4a655fd Some tests used __typeof__ instead of decltype. Replace these usages. by Marshall Clow · 10 years ago
  15. 8148fdb LWG #2212 (not yet adopted) mandates that tuple_size/tuple_element are available if <array> or <utility> are included (not just <tuple>). We already do this. Add some tests to make sure that this remains true. by Marshall Clow · 10 years ago
  16. 499b1ad Remove dead buildbot link by Eric Fiselier · 10 years ago
  17. cb7e32c [libcxx] Redo adding support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  18. f4c53da Fix unused variables in tests to placate scan-build. Patch from Steve MacKenzie. by Eric Fiselier · 10 years ago
  19. 38d9005 Whitespace maintenance. Remove a bunch of tabs that snuck in. No functionality change by Marshall Clow · 10 years ago
  20. 9b53c10 Add special case for finding the in-tree ABI library. by Eric Fiselier · 10 years ago
  21. 9071bc0 [libcxx] Add support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  22. 950ee77 [libcxx] Fix SFINAE in <cmath>. Patch from K-Ballo. by Eric Fiselier · 10 years ago
  23. 66d529f [libcxx] Add support for LLVM_USE_SANITIZER=Undefined by Eric Fiselier · 10 years ago
  24. 798b2ac Fix bad link in documentation. Thanks to rsmith by Eric Fiselier · 10 years ago
  25. a43d114 Add my buildbot to list of libc++ buildbots in documentation by Eric Fiselier · 10 years ago
  26. bbc7c74 Fixes PR21157 'tuple: non-default constructible tuple hard failure' Thanks to Louis Dionne for the bug report and the patch. by Marshall Clow · 10 years ago
  27. df9722e Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification'. Thanks to Louis Dionne for the fix. by Marshall Clow · 10 years ago
  28. 4c88839 Fix win32 support header for mingw32. by Dan Albert · 10 years ago
  29. 8758796 Mark module atomic as cplusplus11. by Nico Weber · 10 years ago
  30. 300da4f [libcxx] Fix installation of ABI headers. Fixes PR20936 by Eric Fiselier · 10 years ago
  31. d132bf4 Fix some type-traits (is_assignable, etc) dealing with classes that take non-const references as 'right hand side'. Add tests. Fixes PR# 20836 by Marshall Clow · 10 years ago
  32. 6a5a8ab Support newlib as libc++'s C library [locale part] by Jonathan Roelofs · 10 years ago
  33. 5ffb8d0 Fix PR#20843: binomial_distribution<unsigned> is broken. Add test to ensure that signed and unsigned verstions produce the same sequence. by Marshall Clow · 10 years ago
  34. 6d9505a Fix char_traits functions for GCC compatibility. by Dan Albert · 10 years ago
  35. 01c6bbd Add include of <cassert> for the operator comma by Marshall Clow · 10 years ago
  36. bb9902e K-ballo pointed out *another* mistype in my change by Marshall Clow · 10 years ago
  37. d402a4d Fix for mismatch to handle evil iterators which overload operator comma by Marshall Clow · 10 years ago
  38. 270f8e0 Create a 'comma_iterator' class that overloads operator, and asserts when it's called. Add tests to mismatch to make sure it can't be blindsided by such an evil iterator. More tests for other algorithms forthcoming. Thanks to STL for pointing this out at CppCon and Yakov Galka for opening LWG issue #2133 by Marshall Clow · 10 years ago
  39. 4413ab0 Fix a bug in the move-assigment operator for basic_stringbuf. Thanks to Johnathan Wakeley for the bug report by Marshall Clow · 10 years ago
  40. 86d311c Thanks to K-ballo for noting a second incorrect noexcept clause in tuple - and suggesting a more correct way to write the first by Marshall Clow · 10 years ago
  41. 12929a9 Fix a bad noexcept clause in tuple's move constructor by Marshall Clow · 10 years ago
  42. d1fae17 Forgot 'const' on my last checkin by Marshall Clow · 10 years ago
  43. 546eca8 Some of the synopsis was left out of these headers, and the copy construction/assignment should have been marked as deleted. Done. No functionality change, because the base class (base_ios) was marked as non-copyable already. by Marshall Clow · 10 years ago
  44. 7ba3c57 PR20546: Fix tests for compare_exchange_weak. by Dan Albert · 10 years ago
  45. baed05d Address some post-commit review comments on r217261 by Jonathan Roelofs · 10 years ago
  46. 8d86b2e Allow libc++ to be built on systems without POSIX threads by Jonathan Roelofs · 10 years ago
  47. d634a2c Bugfix: allow additional_features to be empty by Jonathan Roelofs · 10 years ago
  48. 217bdc1 Set -D_LIBCPP_HAS_NO_THREADS and -D_LIBCPP_HAS_NO_MONOTONIC_CLOCK based on available_features by Jonathan Roelofs · 10 years ago
  49. 60a74bd Define ELAST in libcxx's config header on FreeBSD by Viktor Kutuzov · 10 years ago
  50. 26f472d Make the ASAN RAII object a nop when building w/o ASAN by Marshall Clow · 10 years ago
  51. 0f4ca8b Detection for _LIBCPP_HAS_NO_MONOTONIC_CLOCK caused several more build breakages by Jonathan Roelofs · 10 years ago
  52. 5907f03 Allow libc++ to be built with GCC 5.0 compiler by Alexey Volkov · 10 years ago
  53. 464da3b test: Make it possible to opt in to use_clang_verify per test by Justin Bogner · 10 years ago
  54. 438d2cb Fix buffer overflow issue in valarray test by Eric Fiselier · 10 years ago
  55. 837cfe5 test: Allow using clang -verify for failures rather than exit 1 by Justin Bogner · 10 years ago
  56. fc68548 Fix yet another aspect of the build breakage caused by r216949 by Jonathan Roelofs · 10 years ago
  57. cb09395 Fix comment that was obsoleted by r216949 by Jonathan Roelofs · 10 years ago
  58. 7d7b994 Fix build breakage introduced in r216949 by Jonathan Roelofs · 10 years ago
  59. 497f912 [asan] Make vector asan annotations exception-friendly by Kostya Serebryany · 10 years ago
  60. 5050833 Silence _LIBCPP_ELAST porting warning on __APPLE__ by Jonathan Roelofs · 10 years ago
  61. 0991323 Don't #define _LIBCPP_HAS_NO_MONOTONIC_CLOCK on __APPLE__ by Jonathan Roelofs · 10 years ago
  62. c578065 Partially address a FIXME in steady_clock::now() by Jonathan Roelofs · 10 years ago
  63. b942093 Newlib names ELAST differently than linux by Jonathan Roelofs · 10 years ago
  64. e33e03e Fix PR#20834 - 'is_trivially_destructible yeilds wrong answer for arrays of unknown bound' Thanks to K-ballo for the bug report. Update a few of the other tests while we're here, and fix a typo in a test name. by Marshall Clow · 10 years ago
  65. b26c966 Mark test types for <atomic> nothrow default constructible. Patch from Steve MacKenzie. by Eric Fiselier · 10 years ago
  66. 9dc353c Rename arguments in include/cmath to work around Newlib macro implementation using these particular names by Jonathan Roelofs · 10 years ago
  67. 116c819 Revert r216497: "[libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking." by Jonathan Roelofs · 10 years ago
  68. 32050e1 [libcxx] Fix ctype_byname<wchar_t>::do_is() mask checking. by Jonathan Roelofs · 10 years ago
  69. 861f1e9 Replace 'noexcept' with '_NOEXCEPT' in <shared_mutex>. This allows us to build the dylib with MSVC, which doesn't support noexcept (sheesh\!). Thanks to K-ballo for the report. by Marshall Clow · 10 years ago
  70. 4de3204 Fix bug 20740 - std::set/std::map don't support heterogeneous lookup for count(). Thanks to Jim Porter for the bug report by Marshall Clow · 10 years ago
  71. a564dc5 Fix assignments that should be comparisons x3 by Eric Fiselier · 10 years ago
  72. 69e7c05 Add return statement to a test class's assignment operator. Defect found by Coverity Scan. by Eric Fiselier · 10 years ago
  73. 1070916 [libcxx] Add --show-unsupported and --show-xfail to check-libcxx's default LIT args. by Eric Fiselier · 10 years ago
  74. ae6e58c Fix handling of format strings to work with python 2.6 by Eric Fiselier · 10 years ago
  75. 2c26213 Refactor lit.cfg. by Dan Albert · 10 years ago
  76. 4f26672 Add self to credits by Eric Fiselier · 10 years ago
  77. 5015619 Mark some localization time tests as XFAIL on linux. by Eric Fiselier · 10 years ago
  78. 51642a4 Mark some localization monetary tests as XFAIL on linux. by Eric Fiselier · 10 years ago
  79. f523693 Mark localization ctype tests as XFAIL on linux. by Eric Fiselier · 10 years ago
  80. 682132b fix missing include for ::close in platform_support.h by Eric Fiselier · 10 years ago
  81. bc4bcf0 Add extra test case for PR20345. Should have been commited with r215984 by Eric Fiselier · 10 years ago
  82. 63648cf Fix is_member_function_pointer does not account for ellipsis. PR20345. Patch from Agustin Berge. by Eric Fiselier · 10 years ago
  83. 6f10d47 Give libcxx tests temporary filenames that are actually unique. by Jonathan Roelofs · 10 years ago
  84. 6661ad1 Add standard version to lit.cfg's available features by Eric Fiselier · 10 years ago
  85. 978faa0 Update linux test results by Eric Fiselier · 10 years ago
  86. da98ce0 [libcxx] Add UNSUPPORTED tag to lit. It mirrors REQUIRES. by Eric Fiselier · 10 years ago
  87. caf1c02 [libcxx] Add list of currently known buildbots to libc++ homepage by Eric Fiselier · 10 years ago
  88. 781448f Mark cuchar tests as always xfail since we don't provide the header' by Eric Fiselier · 10 years ago
  89. 25a1516 [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standalone and in-tree by Eric Fiselier · 10 years ago
  90. dfe5e72 [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat by Eric Fiselier · 10 years ago
  91. b4b32a0 Readding FreeBSD support to lit.cfg. Patch from Pawel Worach. by Eric Fiselier · 10 years ago
  92. 09d8c46 Tame a few enum size tests when using -fshort-enums on ARM. by Jonathan Roelofs · 10 years ago
  93. efefe8b Revert get testsuite running on FreeBSD. by Eric Fiselier · 10 years ago
  94. 101e2f3 Get testsuite running on FreeBSD. by Eric Fiselier · 10 years ago
  95. 98c4e40 Revert "Turn off extern templates for most uses." by Justin Bogner · 10 years ago
  96. c808961 Fix incorrect locale requirements in tests by Eric Fiselier · 10 years ago
  97. 31b9c44 Add bare_allocator archetype that implements the minimal possible allocator interface. by Eric Fiselier · 10 years ago
  98. f3b5f0e [libc++] Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6 by Hans Wennborg · 10 years ago
  99. 5b34a5f Change two tests to be less dependant on locales. by Eric Fiselier · 10 years ago
  100. f412461 Add return statement to slice_array and mask_array assignment. Closes PR20614. by Eric Fiselier · 10 years ago