1. c010bd6 Make reverse() call iter_swap like the standard says, instead of calling swap directly. No real change. by Marshall Clow · 9 years ago
  2. 25bcb0a Remove undefined behavior from some tests. Same pattern as the unitialized_copy tests by Marshall Clow · 9 years ago
  3. 48bcd27 Remove undefined behavior from some tests. Thanks to Walter Brown for the heads-up. by Marshall Clow · 9 years ago
  4. 59b5ea5 Add 'nostdinc++' to the flags used by testit. Makes the tests run better on Mac OS X with the new depr.c headers change by Marshall Clow · 9 years ago
  5. fe11cfd Improve the tests for 'is_literal_type' by Marshall Clow · 9 years ago
  6. 94611a8 Implement the first part of P0006R0: Adopt Type Traits Variable Templates for C++17. Significantly augment the existing tests. by Marshall Clow · 9 years ago
  7. 9d6ca49 Revert r249929 ("Split <string.h> out of <cstring>"). by Richard Smith · 9 years ago
  8. 8aadda9 Implement P0004R1 'Remove Deprecated iostreams aliases' by Marshall Clow · 9 years ago
  9. 0cff231 Mark two Kona papers as 'in progress' by Marshall Clow · 9 years ago
  10. 1f98e31 Adapt to lit change in llvm r251478-r251481 by Matthias Braun · 9 years ago
  11. dd2fe4d Fix test suite configuration. Sorry Marshall by Eric Fiselier · 9 years ago
  12. 28ce1c8 Mark LWG#2495 as complete. No code changes needed by Marshall Clow · 9 years ago
  13. fb7b97c Fix LWG#2489: mem_fn() should be noexcept by Marshall Clow · 9 years ago
  14. 8997b87 Add the tests for the last commit by Marshall Clow · 9 years ago
  15. 9533a4a Fix LWG#2476: scoped_allocator_adaptor is not assignable by Marshall Clow · 9 years ago
  16. 88fa03a Add a test for LWG#2466: allocator_traits::max_size() default behavior is incorrect by Marshall Clow · 9 years ago
  17. 175cb20 Add a test for LWG#2462: std::ios_base::failure is overspecified by Marshall Clow · 9 years ago
  18. 332ab91 Fix LWG#2127: Move-construction with raw_storage_iterator. by Marshall Clow · 9 years ago
  19. dbef2bb Fix LWG#2244: basic_istream::seekg by Marshall Clow · 9 years ago
  20. fd33deb Update C++ status from Kona by Marshall Clow · 9 years ago
  21. 25037cf Set LC_COLLATE rather than LANG to override collation. by Tim Northover · 9 years ago
  22. e6d05b6 Use proper output directory when naminging the libc++ output by Eric Fiselier · 9 years ago
  23. 601d2c1 Dont required CMake 3 to install a linker script by Eric Fiselier · 9 years ago
  24. 1cf5a81 Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is none by Eric Fiselier · 9 years ago
  25. 5d5b59b Disable linker scripts when the ABI library is not specified or is none. by Eric Fiselier · 9 years ago
  26. ac042ab Detect relaxed constexpr rules for gcc versions by Marshall Clow · 9 years ago
  27. 8f6e763 Fix an unfortunate yet old typo that never got attention before r250507. by Benjamin Kramer · 9 years ago
  28. 99290c6 Remove a long-standing __has_include hack. by Benjamin Kramer · 9 years ago
  29. 1d3716a Re-enable linker scripts after fixing bad CMake by Eric Fiselier · 9 years ago
  30. a778030 Quickly fix bad commit by Eric Fiselier · 9 years ago
  31. bb856cc [libcxx] Make libc++.so a linker script by default on most platforms. by Eric Fiselier · 9 years ago
  32. 7b081f6 Fix handling of -Wno-pedantic by Eric Fiselier · 9 years ago
  33. b9aebae Add links to libc++ code coverage and builders by Eric Fiselier · 9 years ago
  34. 89c7ec3 Update issues status by Eric Fiselier · 9 years ago
  35. a317a1b Use correct CMake variable for the libname by Eric Fiselier · 9 years ago
  36. d1e2a83 Link to new documentation from existing homepage by Eric Fiselier · 9 years ago
  37. 2bc8f6c Update testing guide for libc++ by Eric Fiselier · 9 years ago
  38. 8cbf020 [libcxx] Make it drastically simpler to link libc++. by Eric Fiselier · 9 years ago
  39. 56c1f9b Split out config_site logic so libc++abi can use it by Eric Fiselier · 9 years ago
  40. f0cd203 [libcxx] Use __config_site to configure the test suite features. by Eric Fiselier · 9 years ago
  41. a4ae16b Fix GCC atomic implementation in C++03 by Eric Fiselier · 9 years ago
  42. a662279 Use __config_site when building libc++. Also cleanup ABI versioning doc by Eric Fiselier · 9 years ago
  43. 499d878 Workaround -pedantic flag added by LLVM by Eric Fiselier · 9 years ago
  44. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  45. b3b0081 Fix use of libc++ <foo.h> headers from within an 'extern "C"' context in C++98. by Richard Smith · 9 years ago
  46. 3759bed Fix whitespace in doc by Eric Fiselier · 9 years ago
  47. 44d1476 Remove __config module to avoid #include cycle when libc headers include libc++'s <foo.h> headers. by Richard Smith · 9 years ago
  48. 73ffc78 [libcxx] Capture configuration information when installing the libc++ headers by Eric Fiselier · 9 years ago
  49. 218d017 Mark 2447 and 2466 as completed. by Marshall Clow · 9 years ago
  50. 6bed14b [Darwin] Reworking r250003 to use lit.util.capture instead of subprocess. by Chris Bieneman · 9 years ago
  51. bf64c23 [Darwin] Need to add -isysroot on OS X otherwise the tests will fail if you don't have the command line tools package installed. by Chris Bieneman · 9 years ago
  52. cb23a49 Turn off -pedantic by default when building due to #include_next. :-( by Eric Fiselier · 9 years ago
  53. 42b89c7 Revert r249931 - Remove same_decls.pass.cpp because it fails on OS X and in C++03 mode. by Eric Fiselier · 9 years ago
  54. ea33904 Get some of wchar_h.pass.cpp working on apple. by Eric Fiselier · 9 years ago
  55. de66c51 Unrevert r249889, and XFAIL the test for Darwin, where the libc apparently doesn't provide a correct overload set for some functions. by Richard Smith · 9 years ago
  56. 8b7a6b8 Add a test that we declare the right set of C library function signatures in :: by Richard Smith · 9 years ago
  57. 9f4f08d Split <string.h> out of <cstring>. by Richard Smith · 9 years ago
  58. e35e663 Revert r249889 due to bot failure. by Manman Ren · 9 years ago
  59. f2b3629 Split <wctype.h> out of <cwctype>. by Richard Smith · 9 years ago
  60. 26a70ec Split <wchar.h> out of <cwchar>. by Richard Smith · 9 years ago
  61. f650ea7 Split <stdlib.h> out of <cstdlib>. by Richard Smith · 9 years ago
  62. ff7ba4d Split <stdio.h> out of <cstdio>. by Richard Smith · 9 years ago
  63. 45bae0b PR25118: move system_header pragma before uses of include_next to avoid extension warnings for people finding libc++ headers via -I paths. by Richard Smith · 9 years ago
  64. 1883b40 Fix test failure in C++98 mode due to imperfect static_assert emulation. by Richard Smith · 9 years ago
  65. 759cd0e Split <stddef.h> out of <cstddef>. by Richard Smith · 9 years ago
  66. 4ccd90d Fix incorrect file header. This is <cfenv> not <cctype>. by Richard Smith · 9 years ago
  67. ddbf081 Split <setjmp.h> out of <csetjmp>. by Richard Smith · 9 years ago
  68. 4faa394 Split <math.h> out of <cmath>. by Richard Smith · 9 years ago
  69. 325c37a Split <inttypes.h> out of <cinttypes>. by Richard Smith · 9 years ago
  70. f82f4f3 Split <float.h> out of <cfloat>. by Richard Smith · 9 years ago
  71. 1bbbd60 Split <errno.h> out of <cerrno>. by Richard Smith · 9 years ago
  72. ceeace9 Split <ctype.h> out of <cctype>. by Richard Smith · 9 years ago
  73. 72d7577 Factor definition of std::nullptr_t out of <cstddef> into a header that can also be used by <stddef.h>. by Richard Smith · 9 years ago
  74. d20ca91 Mark 2244 as 'Patch Ready', 2477 and 2487 as 'Complete' by Marshall Clow · 9 years ago
  75. a09319b While researching LWG#2244, I noticed we weren't testing that eofbit was being cleared. Now we are by Marshall Clow · 9 years ago
  76. d8b2456 Remove unnecessary inline functions capturing the contents of C library macros. by Richard Smith · 9 years ago
  77. d2a59ae Updated issue 2476 by Marshall Clow · 9 years ago
  78. 5142fe4 Our test allocators support move/copy construction; they should support move/copy assignment as well by Marshall Clow · 9 years ago
  79. d06b33e Add comments for LWG issues 2219 and 2367 by Eric Fiselier · 9 years ago
  80. 2d2757f Mark 2259 and 2473 as complete. Add some more notes by Marshall Clow · 9 years ago
  81. 0d2d92e Mark 2380 and 2384 as complete; no changes needed by Marshall Clow · 9 years ago
  82. fa8c649 Patch for 2466 is ready by Marshall Clow · 9 years ago
  83. ba47751 Fixed a possible overflow in a test of allocator::max_size(). by Marshall Clow · 9 years ago
  84. f956599 Mark a couple more issues 'ready' by Marshall Clow · 9 years ago
  85. 960bd0c Mark 2072 as complete; we already do this by Marshall Clow · 9 years ago
  86. f8941c1 Patch ready for 2127 by Marshall Clow · 9 years ago
  87. 25daee7 [libcxx] Reexport std::bad_array_length symbols from libc++abi on OS X. by Eric Fiselier · 9 years ago
  88. 74a6450 Add comments about the issues by Marshall Clow · 9 years ago
  89. 6f287e9 Private page for status of Kona issues and papers. Will be deleted after the Kona meeting. Not to be linked to from other pages. by Marshall Clow · 9 years ago
  90. 7ed093b Implement LWG#2063, and update the issues links to point to the github generated pages by Marshall Clow · 9 years ago
  91. e3898a2 [libcxx] Use newest supported language dialect when running the test suite. by Eric Fiselier · 9 years ago
  92. 423ca20 [libcxx] Attempt to fix __throw_future_error in C++03 by Eric Fiselier · 9 years ago
  93. d95ca09 Attempt to prevent flaky thread.mutex tests by once again increasing timing tolerances by Eric Fiselier · 9 years ago
  94. 9698ac5 Manually suppress -Wnonnull when it occurs in an unevaluated context by Eric Fiselier · 9 years ago
  95. 5289b0d Fix initialzation order in dynarray by Eric Fiselier · 9 years ago
  96. 237206b Suppress array initialization warnings in std::experimental::apply tests by Eric Fiselier · 9 years ago
  97. 49abdbc Dont link -lrt in the testsuite on linux unless using sanitizers. by Eric Fiselier · 9 years ago
  98. 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
  99. da3ca86 Add placeholder __libcpp_relaxed_store() for when atomic builtins are not available. by Dimitry Andric · 9 years ago
  100. 514c831 Remove possible trailing padding from aligned_storage. Patch from Yiran Wang by Eric Fiselier · 9 years ago