1. a277811 Fix for Bug #27193; 'std::acos on complex does not agree with C'. Tests need work; so the bug will stay open. by Marshall Clow · 9 years ago
  2. d286467 Fix LWG issue 2469 - Use piecewise construction in map::operator[]. by Eric Fiselier · 9 years ago
  3. db21506 Teach __tree how to handle map's __value_type by Eric Fiselier · 9 years ago
  4. 21f3b4c Update container_test_types.h and cleanup the related tests by Eric Fiselier · 9 years ago
  5. e7931f9 Update copyright year to 2016. by Paul Robinson · 9 years ago
  6. 08511cd Implement is_always_lock_free by JF Bastien · 9 years ago
  7. 037efda Guard a number of tests relying on threads support when built in by Richard Barton · 9 years ago
  8. 4c51222 Missing ATOMIC_*_LOCK_FREE tests by JF Bastien · 9 years ago
  9. 798ec84 unord: Extract key to avoid preemptive mallocs in insert/emplace by Duncan P. N. Exon Smith · 9 years ago
  10. 735026e Make std::addressof constexpr in C++17 (Clang only). by Eric Fiselier · 9 years ago
  11. 8b15aee Add __unconstref for future use by Eric Fiselier · 9 years ago
  12. a15e8c3 Add clang thread safety annotations to mutex and lock_guard. Patch by jamesr@google.com. by Eric Fiselier · 9 years ago
  13. 3614681 [libcxx] Remove localization tests for Russian month names by Jonas Hahnfeld · 9 years ago
  14. d124b5b Missed this file in previous checkin by Marshall Clow · 9 years ago
  15. e22d9e5 Implement LWG2577: {shared,unique}_lock</tt> should use std::addressof by Marshall Clow · 9 years ago
  16. fd2d680 Add failing tests that I forgot to add to the last commit by Marshall Clow · 9 years ago
  17. ed77ffb Implement LWG#2566: Requirements on the first template parameter of container adaptors by Marshall Clow · 9 years ago
  18. d8b9e0b Mark exception-throwing test as XFAIL when exceptions are disabled by Marshall Clow · 9 years ago
  19. 2fe62cd Disable CFI checks in std::addressof. by Evgeniy Stepanov · 9 years ago
  20. fadd1db Revert r263036, it's ABI-breaking. by Nico Weber · 9 years ago
  21. a3f5b39 Update status to mark 2579 complete by Marshall Clow · 9 years ago
  22. f40ec90 Implement LWG#2579: Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assign by Marshall Clow · 9 years ago
  23. ff0b9f5 Implement LWG#2583: There is no way to supply an allocator for basic_string(str, pos) by Marshall Clow · 9 years ago
  24. d7d1bda Add some more tests for the containers type requirements by Marshall Clow · 9 years ago
  25. 2187425 Split locale management out of locale_win32. NFCI by Ben Craig · 9 years ago
  26. fd55658 Reorganize _LIBCPP_LOCALE__L_EXTENSIONS by Ben Craig · 9 years ago
  27. ee208ca Remove a couple tabs that crept in by Marshall Clow · 9 years ago
  28. f532a70 Implement P0272R1: Give 'std::string' a non-const '.data()' member function by Marshall Clow · 9 years ago
  29. f6d6b51 Implement P0253R1: Fixing a design mistake in the searchers interface. by Marshall Clow · 9 years ago
  30. 3e0808e Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary values' for C++17 by Marshall Clow · 9 years ago
  31. 8d48d9b non-member swap for array was mistakenly taking const ref params. Fixed and added test. Thanks to Ben Craig for the catch by Marshall Clow · 9 years ago
  32. 60d223d Update with work items passed in Jacksonville by Marshall Clow · 9 years ago
  33. c7c4c77 libc++: fix typo by JF Bastien · 9 years ago
  34. 4951a48 Fix for PR26812: possible overflow issue in std::allocator::allocate by Marshall Clow · 9 years ago
  35. 72cb14c more status updates by Marshall Clow · 9 years ago
  36. 7490f53 Added tests to make sure that the categorization traits work on incomplete types by Marshall Clow · 9 years ago
  37. 716030e Update the status of a N4089 and a couple issues by Marshall Clow · 9 years ago
  38. 61d4dd0 Another chunk of N4089 by Marshall Clow · 9 years ago
  39. 17a80bc No, really - test the constructor by Marshall Clow · 9 years ago
  40. 5425ba0 Add test to ensure that the converting constructor in N4089 is present and working by Marshall Clow · 9 years ago
  41. 0f0903b Fix a missing closing tag by Marshall Clow · 9 years ago
  42. 435ccb3 More updates by Marshall Clow · 9 years ago
  43. a4abce5 These new tests fail on the green-dragon bots, which use an old Apple compiler. by Marshall Clow · 9 years ago
  44. 54b5f6f More updates by Marshall Clow · 9 years ago
  45. c310174 Add tests for LWG#2560. No code changes, just tests by Marshall Clow · 9 years ago
  46. 20fefa6 Add additional tests to ensure that we DTRT with short lists. This is LWG#2590, but there are no code changes, just additional tests by Marshall Clow · 9 years ago
  47. d052c68 More updates; patch for 2583 ready by Marshall Clow · 9 years ago
  48. d812865 Fix __is_referenceable to work with vector types. Fixes PR#26654 and 26656. Thanks to Evgeniy for the reports, and to Eric for the suggestion on how to fix it. by Marshall Clow · 9 years ago
  49. 66e344f Rename <__hash_table> traits so they don't conflict with similar traits. by Eric Fiselier · 9 years ago
  50. 227b47c Remove all usages of "const" node pointer typedefs in the assoc containers. by Eric Fiselier · 9 years ago
  51. 5526348 Cleanup node-type handling in the associative containers. by Eric Fiselier · 9 years ago
  52. d47d359 Work around GCC bug in .fail.cpp tests by Eric Fiselier · 9 years ago
  53. 100ce64 Fix PR26622 - Make CheckLibcxxAtomic.cmake use the libc++ headers. by Eric Fiselier · 9 years ago
  54. b379228 Make __wrap_iter work with GCC again by Eric Fiselier · 9 years ago
  55. 6918a09 Add stdbool.h wrapper for libc++ by Eric Fiselier · 9 years ago
  56. 48fcc78 Split locale management out of newlib/xlocale.h. NFCI by Ben Craig · 9 years ago
  57. 9aebc5f Split locale management out of ibm/xlocale.h. NFCI by Ben Craig · 9 years ago
  58. 7f978a8 Commit tests missing from r261180. by Eric Fiselier · 9 years ago
  59. 0493d02 Get <ext/hash_map> working again by Eric Fiselier · 9 years ago
  60. 7e87bc9 [libcxx] Fix definition of regex_traits::__regex_word on big-endian glibc systems by Daniel Sanders · 9 years ago
  61. 62d5d15 Add some status by Marshall Clow · 9 years ago
  62. 15312aa Add some comments by Marshall Clow · 9 years ago
  63. 0e4ed2f Added a (private) status page for the Jacksonville meeting by Marshall Clow · 9 years ago
  64. fea3b21 Issue a warning instead of fatal errors when checks for libatomic fail. by Vasileios Kalintiris · 9 years ago
  65. ebe55fc Instead of asking glibc to provide correct C++ signatures for <string.h> by Richard Smith · 9 years ago
  66. 410ed30 Fix LWG issue 2469 - Use piecewise construction in unordered_map::operator[]. by Eric Fiselier · 9 years ago
  67. 35c6f01 Work around regression in glibc 2.22: request that glibc provides the correct by Richard Smith · 9 years ago
  68. ab41482 Revert r260514 because it has a bogus commit message. by Eric Fiselier · 9 years ago
  69. 629135a Rename CheckLibcxxAtomic.cmake variable result names so they don't clash with LLVM by Eric Fiselier · 9 years ago
  70. 05d9fdf Add some tests to ensure that the __regex_word does not conflict with any of ctype_base's values. by Marshall Clow · 9 years ago
  71. 9e9f42e Properly down-cast a sentinal node pointer through void* by Eric Fiselier · 9 years ago
  72. df69432 Fix r260515 - Correct typos in CMake changes by Eric Fiselier · 9 years ago
  73. 907ec40 separate nested >> by Eric Fiselier · 9 years ago
  74. cb6641a Re-commit "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 9 years ago
  75. ba41d7e Teach __hash_table how to handle unordered_map's __hash_value_type. by Eric Fiselier · 9 years ago
  76. 2960ae2 Teach __hash_table how to handle unordered_map's __hash_value_type. by Eric Fiselier · 9 years ago
  77. 7bec7e5 Remove changes that snuck in within r260431 by Eric Fiselier · 9 years ago
  78. 45dca2c Fix invalid casts in <functional>. by Evgeniy Stepanov · 9 years ago
  79. 774c7c5 Recommit r260012 - Cleanup node-type handling in the unordered containers. by Eric Fiselier · 9 years ago
  80. f8865b6 Limit catopen usage to unix-like OSes by Ben Craig · 9 years ago
  81. b4aa971 Fix overload sets of strchr, strpbrk, strrchr, memchr and strstr from by Richard Smith · 9 years ago
  82. 1654db4 Revert "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 9 years ago
  83. b56fdea Introduce a cmake module to figure out whether we need to link with libatomic. by Vasileios Kalintiris · 9 years ago
  84. 81b46a5 Minor updates to failing tests. NFC by Marshall Clow · 9 years ago
  85. f3adaaf Use the reserved spellings for attributes by Saleem Abdulrasool · 9 years ago
  86. 398588c Revert r260012 due to __gnu_cxx::hash_map breakage by Eric Fiselier · 9 years ago
  87. 5f3668d Clean up a test; get rid of hard-wired char/wchar_t code for template fns that take any char type. Prep work for PR#26503 by Marshall Clow · 9 years ago
  88. 7adfa03 build: silence warnings in in-tree build by Saleem Abdulrasool · 9 years ago
  89. cf108eb Cleanup node-type handling in the unordered containers by Eric Fiselier · 9 years ago
  90. c35d862 Fix the search path for CMake files by Niels Ole Salscheider · 9 years ago
  91. e784f57 re.results.form: Format out-of-range subexpression references as null by Duncan P. N. Exon Smith · 9 years ago
  92. d118e32 [docs] Remove references to autoconf build. by Alexey Samsonov · 9 years ago
  93. 8057a58 [libcxx] Whitelist inclusion of sysctl.h instead of blacklisting by Ben Craig · 9 years ago
  94. 5089530 Remove autoconf support. by Eugene Zelenko · 9 years ago
  95. 9f11882 [libcxx] Work around for clang calling GAS after having already failed. by Daniel Sanders · 9 years ago
  96. ef67e42 [libcxx] Remove pragmas that were needed to suppress warnings produced by Akira Hatanaka · 9 years ago
  97. b8d4b4c Left a file out of r259014 by Marshall Clow · 9 years ago
  98. 40a097d implement ostream_joiner. Reviewed as http://reviews.llvm.org/D16605 by Marshall Clow · 9 years ago
  99. 0b8b88a [libcxx] Additional 'REQUIRE' directives for tests that require en_US.UTF-8. by Daniel Sanders · 9 years ago
  100. 82091b2 [libcxx] Remove -Wpadded from buildit script. by Akira Hatanaka · 9 years ago