1. c3589a8 [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS by Eric Fiselier · 8 years ago
  2. 2d2247d Fix private inheritance in C++03 tuple_size by Eric Fiselier · 8 years ago
  3. 2b3c8a2 Fix verify test on 32 bit systems by Eric Fiselier · 8 years ago
  4. 3df90c9 Implement P0505: 'Wording for GB 50' by Marshall Clow · 8 years ago
  5. 9c6b70a Use C++11 static_assert in variant tests. Patch from Michael Park by Eric Fiselier · 8 years ago
  6. 06a0feb [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work with structured bindings by Eric Fiselier · 8 years ago
  7. e22af6b Implement the last bit of P0031: 'A Proposal to Add Constexpr Modifiers to reverse_iterator, move_iterator, array and Range Access' for C++17 by Marshall Clow · 8 years ago
  8. 1fbd97c fix elast configuration on Windows targets by Saleem Abdulrasool · 8 years ago
  9. 4508216 config: MSVC 19+ has unicode chars by Saleem Abdulrasool · 8 years ago
  10. 1f2d778 build: use the platform dependent library prefix/suffix by Saleem Abdulrasool · 8 years ago
  11. 8ddd269 build: use more portable spelling for flag by Saleem Abdulrasool · 8 years ago
  12. 5c737d8 Refactor bitscan64 check by Saleem Abdulrasool · 8 years ago
  13. dcac520 [libcxx] [test] Strip trailing whitespace. by Stephan T. Lavavej · 8 years ago
  14. 3169d4a [libcxx] [test] Fix recently introduced warnings emitted by MSVC. by Stephan T. Lavavej · 8 years ago
  15. e34f9d5 clean up use of _WIN32 by Saleem Abdulrasool · 8 years ago
  16. e262e7b [libcxx] Add build/test support for the externally threaded libc++abi variant by Asiri Rathnayake · 8 years ago
  17. e29d9ff [libcxx] Fix testing of the externally-threaded library build after r290850 by Asiri Rathnayake · 8 years ago
  18. d28b523 Update year to 2017 by Eric Fiselier · 8 years ago
  19. a53a02b Simplify CMake target for the __generated_config header by Eric Fiselier · 8 years ago
  20. c79fa04 clang-format: tweak configuration by Saleem Abdulrasool · 8 years ago
  21. 849b0c8 build: remove now unused UNIX_CAT by Saleem Abdulrasool · 8 years ago
  22. 1591b37 Fix creating __generated_config on Windows by Eric Fiselier · 8 years ago
  23. ba161f4 system_error: provide a thread safe stringification for Windows by Saleem Abdulrasool · 8 years ago
  24. 1d19237 threading_support: refactor for Win32 threading by Saleem Abdulrasool · 8 years ago
  25. cfc5515 Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  26. 4084384 Re-implement LWG 2770 - Fix tuple_size with structured bindings. by Eric Fiselier · 8 years ago
  27. b45121d Fix use of throw(...) spec with GCC in C++17 by Eric Fiselier · 8 years ago
  28. 983f384 Revert r290839 - Fix configuring and building libc++ w/o an ABI library by Eric Fiselier · 8 years ago
  29. 4b07f98 Introduce _LIBCPP_DEPRECATED_ABI_EXTERNAL_ERROR_CATEGORY_CONSTRUCTOR ABI option. by Eric Fiselier · 8 years ago
  30. ea38cde Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  31. 766e557 build: tweak macros for Windows build by Saleem Abdulrasool · 8 years ago
  32. 1b34b98 build: make cross-compiling to Windows work on Linux by Saleem Abdulrasool · 8 years ago
  33. 66ee699 win32: temporarily disable setting locale on 14+ by Saleem Abdulrasool · 8 years ago
  34. 3a1b90a Rework fix for PR19460 - Use explicit bool as an extension instead. by Eric Fiselier · 8 years ago
  35. b3f4bdf chrono: correct the units for the epoch bias by Saleem Abdulrasool · 8 years ago
  36. f7f9eff locale: update ctype access for MSVC CRT 14+ by Saleem Abdulrasool · 8 years ago
  37. 864ad6d chrono: address post commit comments from Howard by Saleem Abdulrasool · 8 years ago
  38. 4ed4bca chrono: address post-commit comments from majnemer by Saleem Abdulrasool · 8 years ago
  39. 75748cd chrono: give Windows a steady_clock by Saleem Abdulrasool · 8 years ago
  40. 67372ee chrono: implement a Windows version of system_clock::now by Saleem Abdulrasool · 8 years ago
  41. 1ca3c45 build: further improve flags handling for cl by Saleem Abdulrasool · 8 years ago
  42. cfe109b build: dont detect libraries for Windows by Saleem Abdulrasool · 8 years ago
  43. 63de5d2 build: differentiate between building for and on Windows by Saleem Abdulrasool · 8 years ago
  44. f7e8495 system_error: use strerror_r only for threaded code by Saleem Abdulrasool · 8 years ago
  45. 5334ba7 clean up some qualifier casting by Saleem Abdulrasool · 8 years ago
  46. c6aee64 remove some inherited attributes on exceptions by Saleem Abdulrasool · 8 years ago
  47. 04674ef random: include __config before building by Saleem Abdulrasool · 8 years ago
  48. 51dfbbc improve performance of string::find by Sebastian Pop · 8 years ago
  49. 4797c11 Fix some 'FIXME's in the tests. by Marshall Clow · 8 years ago
  50. bc06f26 Recommit r290750: Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  51. 6ce93e5 Revert r290750 - Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  52. 01153d5 Add missing include in test. by Eric Fiselier · 8 years ago
  53. 687c0bb Fix PR19460 - std::ios is convertible to int. by Eric Fiselier · 8 years ago
  54. 1e17bc1 Remove mblen(), mbtowc() and wctomb() from the thread-unsafe functions. by Ed Schouten · 8 years ago
  55. 8673c52 Get ctype_byname tests passing on Linux. by Eric Fiselier · 8 years ago
  56. 9f988e6 Update "Making Optional Greater Equal Again" paper status by Eric Fiselier · 8 years ago
  57. ae3128f Fix build using the buildit script by Eric Fiselier · 8 years ago
  58. 152e5e6 Fix PR31489 - std::function self-swap segfaults by Eric Fiselier · 8 years ago
  59. 7d0000f Fix typo in comment by Eric Fiselier · 8 years ago
  60. 8a549ab Fix ABI incompatible C++03 nullptr_t by Eric Fiselier · 8 years ago
  61. ce34512 Remove dead debug_mode doc link by Eric Fiselier · 8 years ago
  62. 32eebb7 Ensure <__debug> gets the nullptr definition in C++03 by Eric Fiselier · 8 years ago
  63. fb34238 Fix debug mode for vector/list and cleanup tests by Eric Fiselier · 8 years ago
  64. 72a67ff Fix stupid build error caused by a stupid person by Eric Fiselier · 8 years ago
  65. 47257c4 Add tests for unordered container tests and std::string by Eric Fiselier · 8 years ago
  66. 2c8aa05 Fix __wrap_iter in debug mode and apply _NOEXCEPT_DEBUG to it by Eric Fiselier · 8 years ago
  67. fa31c10 Fix build errors in C++03 caused by recent debug changes by Eric Fiselier · 8 years ago
  68. 51d64bb Fix debug mode build w/o exceptions by Eric Fiselier · 8 years ago
  69. 01eb99a Implement a throwing version of _LIBCPP_ASSERT. by Eric Fiselier · 8 years ago
  70. 046a71b Implement P0435R1 - Resolving LWG issues for common_type by Eric Fiselier · 8 years ago
  71. 3010df9 Fix PR31481 - 3+ parameter common_type isn't SFINAE friendly by Eric Fiselier · 8 years ago
  72. 833ad54 [libc++] Make __num_get_float hidden by Shoaib Meenai · 8 years ago
  73. 99447c8 Fix bug #31387 - not checking end iterator when parsing decimal escape. Thanks to Karen for the report. by Marshall Clow · 8 years ago
  74. ab9ab94 Enable -Wunreachable-code and fix duplicate warning flags by Eric Fiselier · 8 years ago
  75. e32aed8 Fix ASAN test failure by Eric Fiselier · 8 years ago
  76. 3414afa Fix -Wsign-compare warnings in re tests that only run on OS X by Eric Fiselier · 8 years ago
  77. 68e3ccb Fix sign-compare warnings on ARM platforms caused by wchar_t being unsigned by Eric Fiselier · 8 years ago
  78. 2ab8f62 Avoid unused warning in __throw_future_error w/o exceptions enabled by Eric Fiselier · 8 years ago
  79. f62eee4 Fix warning caused by platforms providing a signed wint_t by Eric Fiselier · 8 years ago
  80. f475367 Fix yet another missed -Wunused warning. Hopefully this is the last one by Eric Fiselier · 8 years ago
  81. 10dd69e Fix unused warning which only triggers in C++11 by Eric Fiselier · 8 years ago
  82. e978403 fix warnings only produced by apple-clang by Eric Fiselier · 8 years ago
  83. 9d2fd1f Fix missed sign-compare warning by Eric Fiselier · 8 years ago
  84. 0a1cbcf fix newly failing c++03 tests by Eric Fiselier · 8 years ago
  85. 3678f7d Fix another unused warning by Eric Fiselier · 8 years ago
  86. 50f6579 fix sign comparison warnings by Eric Fiselier · 8 years ago
  87. 0e5ebbc Fix unused parameters and variables by Eric Fiselier · 8 years ago
  88. 17a98d8 Don't use posix_memalign on Windows platforms by Eric Fiselier · 8 years ago
  89. 5ac2f14 Fix PR31440: Make __sanitizer_annotate_contigious_container always visible. Fix from Jan Beich by Eric Fiselier · 8 years ago
  90. 0de917e Update doc and various cleanup by Eric Fiselier · 8 years ago
  91. 59c5cb0 Add test that _LIBCPP_VERSION matches __libcpp_version by Eric Fiselier · 8 years ago
  92. 8f7a9c0 Add release update instructions for libc++ by Eric Fiselier · 8 years ago
  93. 904a9cb Update TestingLibcxx doc to reflect the use_system_cxx_lib flag. Patch from Michael Park by Eric Fiselier · 8 years ago
  94. 20ace04 Add apple-clang-8 to list of XFAILS for some variant tests. Patch from Michael Park by Eric Fiselier · 8 years ago
  95. a4b3552 [CMake] Fix issue reported on sanitizer bots by Chris Bieneman · 8 years ago
  96. 801aa91 [CMake] Put headers relative to clang by Chris Bieneman · 8 years ago
  97. 1d0d379 Fix XFAILS for is_trivially_destructible trait by Eric Fiselier · 8 years ago
  98. b7fe139 Fix typo by Eric Fiselier · 8 years ago
  99. cdc59e5 Add tests for LWG 2796 by Eric Fiselier · 8 years ago
  100. 90314c5 Add more test cases for PR31384 by Eric Fiselier · 8 years ago