1. f178c26 Turn off header sorting and comment formatting by Eric Fiselier · 8 years ago
  2. f2f3637 Fix PR27374 - Remove the implicit reduced-arity-extension in tuple. by Eric Fiselier · 8 years ago
  3. 3e541a6 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 7/7. by Stephan T. Lavavej · 8 years ago
  4. f1cc7ff [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 6/7. by Stephan T. Lavavej · 8 years ago
  5. 0e8cbce [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 5/7. by Stephan T. Lavavej · 8 years ago
  6. 62cd72c [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 4/7. by Stephan T. Lavavej · 8 years ago
  7. f008c53 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 3/7. by Stephan T. Lavavej · 8 years ago
  8. 637a6f6 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 2/7. by Stephan T. Lavavej · 8 years ago
  9. c53fd92 [libcxx] [test] Fix MSVC warning C4244 "conversion from 'X' to 'Y', possible loss of data", part 1/7. by Stephan T. Lavavej · 8 years ago
  10. 22e3b2a Add more test cases to packaged_task copyability test by Eric Fiselier · 8 years ago
  11. 52b1b17 Avoid C++17 guaranteed copy elision when testing for non-copyability by Eric Fiselier · 8 years ago
  12. 014f0b0 Fix PR30323: numeric_limits<T>::max_digits10 when using 16 bit ints. by Eric Fiselier · 8 years ago
  13. 183fafa Fix _LIBCPP_VERSION tests with modules on Darwin by Eric Fiselier · 8 years ago
  14. a683dc0 Revert r288787: Add missing stdbool.h module. by Eric Fiselier · 8 years ago
  15. 1d80198 Add missing stdbool.h module. The test suite now passes on OS X with modules by Eric Fiselier · 8 years ago
  16. 7a6faba Fix stdio module build on OS X by Eric Fiselier · 8 years ago
  17. 86e9c5f std::get<0>([std::variant constant expression]) *is* noexcept. by Casey Carter · 8 years ago
  18. 74c9d6a Fix C++03 modules build by Eric Fiselier · 8 years ago
  19. 6504ee5 [libcxx] [test] D27269: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 3/4. by Stephan T. Lavavej · 8 years ago
  20. ae5809a [libcxx] [test] D27268: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 2/4. by Stephan T. Lavavej · 8 years ago
  21. 7a477f5 [libcxx] [test] D27267: Fix MSVC x64 warning C4267 "conversion from 'size_t' to 'int' [or 'unsigned int'], possible loss of data", part 1/4. by Stephan T. Lavavej · 8 years ago
  22. e2dbcaf [libcxx] [test] D27266: Remove spurious semicolons. by Stephan T. Lavavej · 8 years ago
  23. 43d9250 [libcxx] [test] D27025: Fix MSVC warning C4389 "signed/unsigned mismatch", part 12/12. by Stephan T. Lavavej · 8 years ago
  24. caa97ca [libcxx] [test] D27024: Fix MSVC warning C4389 "signed/unsigned mismatch", part 11/12. by Stephan T. Lavavej · 8 years ago
  25. 3bea618 [libcxx] [test] D27023: Fix MSVC warning C4389 "signed/unsigned mismatch", part 10/12. by Stephan T. Lavavej · 8 years ago
  26. 2120882 [libcxx] [test] D27022: Fix MSVC warning C4389 "signed/unsigned mismatch", part 9/12. by Stephan T. Lavavej · 8 years ago
  27. 9860594 [libcxx] [test] D27021: Fix MSVC warning C4389 "signed/unsigned mismatch", part 8/12. by Stephan T. Lavavej · 8 years ago
  28. d95f62e Add support for writing -verify shell tests by Eric Fiselier · 8 years ago
  29. c7011af Allow enabling/disabling testing with module using env LIBCXX_USE_MODULES=1 by Eric Fiselier · 8 years ago
  30. 7ba695e Add module definitions for <experimental/foo> headers by Eric Fiselier · 8 years ago
  31. 72a5c77 Add module definitions for string_view by Eric Fiselier · 8 years ago
  32. 045b27e Add modules for any/optional/variant by Eric Fiselier · 8 years ago
  33. bca6de0 Adjust libc++ test infastructure to fully support modules by Eric Fiselier · 8 years ago
  34. c6d8e8a [libc++] Add _LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS by Shoaib Meenai · 8 years ago
  35. d59e3c7 Handle tests for noexcept that expect a false value by Roger Ferrer Ibanez · 8 years ago
  36. b5c2c47 Update status page for variant implementation by Eric Fiselier · 8 years ago
  37. 0c2ffb6 Choose better hash values for std::monostate and valueless variants. by Eric Fiselier · 8 years ago
  38. c4599da Turn off testsuite warnings by default with GCC by Eric Fiselier · 8 years ago
  39. 81b7f63 Make make_exception_ptr abort with -fno-exceptions by Eric Fiselier · 8 years ago
  40. dd74cd2 Mark various <variant> items as complete by Eric Fiselier · 8 years ago
  41. 29616b3 Work around more -Wshadow warnings by Eric Fiselier · 8 years ago
  42. 5b0fa44 Fix <variant> w/o exception support by Eric Fiselier · 8 years ago
  43. b8574af Revert workaround for Clang bug. Thanks to Richard for the quick fix by Eric Fiselier · 8 years ago
  44. 90ade0a Fix -Wshadow warnings and enable warnings by default for C++ >= 11 by Eric Fiselier · 8 years ago
  45. b0d421a XFAIL variant tests for apple-clang by Eric Fiselier · 8 years ago
  46. efc4851 Enable warnings by default for C++ >= 11 and fix -Wshadow occurances by Eric Fiselier · 8 years ago
  47. ac5c826 Work around Clang 3.8 bugs by Eric Fiselier · 8 years ago
  48. a2ff798 Fix C++03 build by Eric Fiselier · 8 years ago
  49. 120401a Make variant's index part of the hash value by Eric Fiselier · 8 years ago
  50. 4975ccc Fix generated warnings in <variant> by Eric Fiselier · 8 years ago
  51. f7168e5 Update darwin ABI list for <variant> by Eric Fiselier · 8 years ago
  52. f722080 Update ABI lists for <variant> by Eric Fiselier · 8 years ago
  53. cab2af8 Implement C++17 <variant>. Patch from Michael Park! by Eric Fiselier · 8 years ago
  54. 4dfe243 Work around a bug in Clang's implementation of noexcept function types by Eric Fiselier · 8 years ago
  55. 7f2b2c8 Fix copy/paste errors in new variant tests by Eric Fiselier · 8 years ago
  56. 08d07da Add tests for libc++'s constexpr variant copy/move extension by Eric Fiselier · 8 years ago
  57. 63f6af4 Protect sequences test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  58. 5813abe Protect futures test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  59. 486d8a9 Protect optional test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  60. 7110e84 Protect std::ostream::sentry test under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  61. 72ac68a Protect std::array tests under noexceptions by Roger Ferrer Ibanez · 8 years ago
  62. 81086f8 Protect std::string tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  63. d6f0586 Protect std::{,unordered_}map tests under noexceptions by Roger Ferrer Ibanez · 8 years ago
  64. 10ffcdf Protect locale tests under noexceptions by Roger Ferrer Ibanez · 8 years ago
  65. ac5aff3 Protect test for dynarray under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  66. 4299795 [libcxx] remove unused code by Aditya Kumar · 8 years ago
  67. afa9b59 Implement conjuntion/disjuntion/negation for LFTS v2. Same code and tests for the ones in std:: by Marshall Clow · 8 years ago
  68. 70e6a8d Implement the 'detection idiom' from LFTS v2 by Marshall Clow · 8 years ago
  69. d3584d5 Reverting wrong diff by Roger Ferrer Ibanez · 8 years ago
  70. 01b9f8a Protect tests for std::uninitialized_{copy,fill} under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  71. 37a0d7c Protect std::string tests under libcpp-no-exceptions by Roger Ferrer Ibanez · 8 years ago
  72. e33c0b0 [libcxx] [test] D27027: Strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  73. 39245fe [libcxx] [test] D27026: Fix copy-paste silliness; ULL can't ever be 32-bit. by Stephan T. Lavavej · 8 years ago
  74. 50fe47b [libcxx] [test] D27020: Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 7/12. by Stephan T. Lavavej · 8 years ago
  75. 12f7f5d [libcxx] [test] D27019: Fix MSVC warning C4245 "conversion from 'X' to 'Y', signed/unsigned mismatch", part 6/12. by Stephan T. Lavavej · 8 years ago
  76. bdf8bae [libcxx] [test] D27018: Fix MSVC warning C4018 "signed/unsigned mismatch", part 5/12. by Stephan T. Lavavej · 8 years ago
  77. ed55db2 [libcxx] [test] D27016: Fix MSVC warning C4018 "signed/unsigned mismatch", part 4/12. by Stephan T. Lavavej · 8 years ago
  78. 9a65a47 [libcxx] [test] D27015: Fix MSVC warning C4018 "signed/unsigned mismatch", part 3/12. by Stephan T. Lavavej · 8 years ago
  79. 388c2a8 [libcxx] [test] D27014: Fix MSVC warning C4018 "signed/unsigned mismatch", part 2/12. by Stephan T. Lavavej · 8 years ago
  80. a9bcd3d [libcxx] [test] D27013: Fix MSVC warning C4018 "signed/unsigned mismatch", part 1/12. by Stephan T. Lavavej · 8 years ago
  81. 634ff01 [libc++] Remove unneeded visibility pragmas by Shoaib Meenai · 8 years ago
  82. e041941 Fix __hash_table::max_size() on 32 bit systems by Eric Fiselier · 8 years ago
  83. 80888fa Don't "LIBCPP_ONLY(stuff;)" at namespace scope. by Casey Carter · 8 years ago
  84. ef3060e [libcxx] Fix max_size() across all containers by Eric Fiselier · 8 years ago
  85. 0373708 Add <variant> tests but disable them for libc++ by Eric Fiselier · 8 years ago
  86. fb6164c Allow libc++ to use modules in C++03. by Eric Fiselier · 8 years ago
  87. 6010dc8 Attempt to fix stdint/cstdint modules try 2 by Eric Fiselier · 8 years ago
  88. faa8312 Cleanup module.modulemap by Eric Fiselier · 8 years ago
  89. 8b4cb5b Revert r287435 because of OS X test failures by Eric Fiselier · 8 years ago
  90. 487bc7e Mark variadic lock guard tests as XFAIL with modules, since they have to define macros to expose the new ABI by Eric Fiselier · 8 years ago
  91. 388ffe1 Adjust uses_alloc_types helpers for later changes by Eric Fiselier · 8 years ago
  92. 6f7f0b8 Fix stdint/cstdint modules by Eric Fiselier · 8 years ago
  93. 887c80e Mark test as unsupported in C++03 by Eric Fiselier · 8 years ago
  94. 850745d [libcxx] Implement locale.h to fix modules build by Eric Fiselier · 8 years ago
  95. 2917004 [libcxx] [test] D26812: In random tests, use real static_asserts and silence a warning. by Stephan T. Lavavej · 8 years ago
  96. c044b03 Allow using libsupc++ with LIBCXX_ENABLE_STATIC_ABI_LIBRARY. Patch from Michael Daniels. by Eric Fiselier · 8 years ago
  97. 0252201 [libcxx] [test] D26816: Fix non-Standard assumptions when testing sample(). by Stephan T. Lavavej · 8 years ago
  98. 3ee8025 [libcxx] [test] D26815: Fix an assumption about the state of moved-from std::functions. by Stephan T. Lavavej · 8 years ago
  99. cb9d881 [libcxx] [test] D26813: allocator<const T> is non-Standard. by Stephan T. Lavavej · 8 years ago
  100. 60479ea Make LIBCXX_ENABLE_STATIC_ABI_LIBRARY merge libc++.a and libc++abi.a by Eric Fiselier · 8 years ago