1. 3d12b5c remove warnings from google-benchmarks in libcxx by Sebastian Pop · 8 years ago
  2. 426eb5d Update the status of three papers that do not require library changes by Marshall Clow · 8 years ago
  3. e29fb4c Implement http://wg21.link/p0302r1: Removing Allocator Support in std::function. These functions never worked, and as far as I know, no one ever called them. by Marshall Clow · 8 years ago
  4. 698cce6 Add missing include in test; NFC. Thanks to Jonathan Wakely for the report. by Marshall Clow · 8 years ago
  5. a469f83 Revert r282345 - Use __attribute__((internal_linkage)) when available. by Eric Fiselier · 8 years ago
  6. ecb5332 Disable trivial pair copy/move tests when unsupported by Dimitry Andric · 8 years ago
  7. b636128 Mark ostream_iterator's constructors as noexcept. by Marshall Clow · 8 years ago
  8. d588d2d [libc++] Correct explanation of _LIBCPP_NEW_DELETE_VIS by Shoaib Meenai · 8 years ago
  9. c69d8ca Correctly grant rebound limited_allocators friendship. by Eric Fiselier · 8 years ago
  10. 9bc0638 Remove incorrect XFAILS by Eric Fiselier · 8 years ago
  11. de8e3d3 Unbreak C++03 build by Eric Fiselier · 8 years ago
  12. a7b77eb Remove usages of _LIBCPP_CONSTEXPR under test/std by Eric Fiselier · 8 years ago
  13. 4775578 Remove usages of _ALIGNAS_TYPE by Eric Fiselier · 8 years ago
  14. 76f406d support --param=std=gnu++XX by Eric Fiselier · 8 years ago
  15. 6f6a960 Fix more C++11 constexpr issues in the tests by Eric Fiselier · 8 years ago
  16. 159b45f Fix nasty_containers.hpp for other stdlibs by Eric Fiselier · 8 years ago
  17. bf148f0 Fix use of C++14 constexpr in C++11 by Eric Fiselier · 8 years ago
  18. ae96260 Remove use of _VSTD::__invoke in the not_fn tests by Eric Fiselier · 8 years ago
  19. 028a209 Protect special members of NullBase archetype to avoid exposing them by Eric Fiselier · 8 years ago
  20. 35ce485 Implement N4606 optional by Eric Fiselier · 8 years ago
  21. ead5d40 Revert Add <optional>. Will recommit with better commit message by Eric Fiselier · 8 years ago
  22. fbc8016 Add <optional> header. by Eric Fiselier · 8 years ago
  23. 159b460 Fix two more tests that hang when testing against libstdc++ by Eric Fiselier · 8 years ago
  24. 4432d3f Prevent the test suite from hanging when run against libstdc++ by Eric Fiselier · 8 years ago
  25. fc6e622 Add mork workarounds for running the test suite against libstdc++ by Eric Fiselier · 8 years ago
  26. 5300359 Make it easier to run the libc++ test suite against libstdc++ by Eric Fiselier · 8 years ago
  27. 508f208 Fix LWG2683 - filesystem::copy() should always clear the user-provided error_code by Eric Fiselier · 8 years ago
  28. a75b75f Remove extraneous 'const' in the implementation of is_move_assignable. Howard pleads temporary insanity about this. Discussed at http://stackoverflow.com/questions/39986185 by Marshall Clow · 8 years ago
  29. e2bd16c Fix std::pair on FreeBSD by Eric Fiselier · 8 years ago
  30. 05577c8 Fix incorrect exception handling behavior in the uninitialized algorithms by Eric Fiselier · 8 years ago
  31. 9d97e2b Mark 2777 as complete by Marshall Clow · 8 years ago
  32. 529c61f Update with the rest of the results from the 7-Oct Telecom by Marshall Clow · 8 years ago
  33. bf1f79c [libcxx] Add support for Fuchsia by Petr Hosek · 8 years ago
  34. bcef974 Updated notes about issues; marked 2062, 2223, 2394, 2460 and 2540 as complete. by Marshall Clow · 8 years ago
  35. e9115a1 Add tests to check that swap(std::function, std::function) is noexcept. This is LWG#2062, but we already do this. No changes to the library, just adding tests. by Marshall Clow · 8 years ago
  36. f7b867b [libcxx] Fix gcc build. by Asiri Rathnayake · 8 years ago
  37. 742d878 Fix documentation mis-spelling. by Eric Fiselier · 8 years ago
  38. c3f1198 Add whitespace to make not_fn_impl more clear. NFC. by Marshall Clow · 8 years ago
  39. 2b6c249 Mark issues 2544, 2567, 2569, 2686 and 2694 as ready/done. by Marshall Clow · 8 years ago
  40. 8be2c5d Add tests for LWG2544. We already implement this; just adding tests to make sure that we keep doing it. by Marshall Clow · 8 years ago
  41. 8a486ce [libcxx] Add the missing limits.h header by Asiri Rathnayake · 8 years ago
  42. a54229f Cleanup CMake status output by Eric Fiselier · 8 years ago
  43. a244bb9 Provide a constexpr addressof with GCC 7. by Eric Fiselier · 8 years ago
  44. 0515938 Workaround missing C++14 constexpr semantics in filesystem by Eric Fiselier · 8 years ago
  45. fd0e761 Remove use of int128_t inside the filesystem implementation by Eric Fiselier · 8 years ago
  46. 8bddff7 Remove debug output from gen_linker_script.py by Eric Fiselier · 8 years ago
  47. 3bf8a9c Fix linker script generation for in-tree builds by Eric Fiselier · 8 years ago
  48. 475cf02 [CMake] Fix in-tree libcxxabi build support after r283659 by Hal Finkel · 8 years ago
  49. ffac224 [cmake] Split linked libraries into private & public, for linker script by Michal Gorny · 8 years ago
  50. cedbdd7 Remove all _LIBCPP_VERSION tests from under test/std by Eric Fiselier · 8 years ago
  51. fd1c9dd Purge all usages of _LIBCPP_STD_VER under test/std/algorithm by Eric Fiselier · 8 years ago
  52. daa895f Add missing <memory> include in test by Eric Fiselier · 8 years ago
  53. ef9e52b Add missing include in test_allocator.h by Eric Fiselier · 8 years ago
  54. 124ed40 [libc++] Fix stack_allocator by Eric Fiselier · 8 years ago
  55. 9c4dfbe Disable alignment support of 0x4000 for Win32. https://reviews.llvm.org/D25053 by Marshall Clow · 8 years ago
  56. a62e1dd Fix PR30642 - libc++ leaks always-visible symbols into programs by Eric Fiselier · 8 years ago
  57. ee0db89 Fix shadow warnings. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  58. 2c429be Fix various issues in std::any and the related tests. by Eric Fiselier · 8 years ago
  59. 45a9570 Remove MSVC workarounds. Patch from STL@microsoft.com by Eric Fiselier · 8 years ago
  60. 1a38ecc Mark issues 2514, 2519, 2536 and 2475 as done by Marshall Clow · 8 years ago
  61. e3a71a2 [libcxx] Recover no-exceptions XFAILs - I by Asiri Rathnayake · 8 years ago
  62. 1d6b5d3 Fix strict-aliasing violation in typeinfo::hash_code() by Eric Fiselier · 8 years ago
  63. f5293bc Comment out failing test while I figure out who is at fault by Marshall Clow · 8 years ago
  64. 8df21c9 Mark LWG#2679 as complete by Marshall Clow · 8 years ago
  65. 3d19a9d Mark LWG#2358 as done by Marshall Clow · 8 years ago
  66. aead8da Make tests for is_empty better. No functional change. by Marshall Clow · 8 years ago
  67. 6f5d594 Add another append test for basic_string by Marshall Clow · 8 years ago
  68. f257c26 Mark LWG issues 2221, 2556 and 2589 as complete by Marshall Clow · 8 years ago
  69. 8f972f6 [libcxx] [test] Guard __has_include usage with a macro by Eric Fiselier · 8 years ago
  70. cc30c0b Mark #2759 as ready and #2755 as complete by Marshall Clow · 8 years ago
  71. 10ff23d Mark #2598 as ready by Marshall Clow · 8 years ago
  72. 8332f9b Mark #2739 as ready by Marshall Clow · 8 years ago
  73. 1770a8c Mark a couple more Issaquah issues as done: 2578 and 2738 by Marshall Clow · 8 years ago
  74. 42a87db Change a couple of 'template <typename's to 'template <class' which is what we use in the rest of the library. by Marshall Clow · 8 years ago
  75. ec81081 Add tests to make sure that is_constructible<cv-void> is false. We already checked 'unqualified void'. This was brought up by LWG#2738 by Marshall Clow · 8 years ago
  76. 7d06a50 Mark a couple issues as done (2742 and 2760) by Marshall Clow · 8 years ago
  77. 8fe453a [lit] Allow more file extensions for test cases. by Logan Chien · 8 years ago
  78. 83050e5 Change titie of page from Oulu to Issaquah by Marshall Clow · 8 years ago
  79. a39b868 List tentatively ready issues for Issaquah by Marshall Clow · 8 years ago
  80. d24aba4 Remove some additional unnecessary std:: in cmath by Hal Finkel · 8 years ago
  81. 970af07 Use __builtin_isnan/isinf/isfinite in complex by Hal Finkel · 8 years ago
  82. 89e826a Remove all instances of _LIBCPP_HAS_NO_RVALUE_REFERENCES from test/std/utilities by Eric Fiselier · 8 years ago
  83. cdac787 Replace test_throw.h header with a single test macro by Eric Fiselier · 8 years ago
  84. 56919fc [libc++] Add missing locale aliases by Shoaib Meenai · 8 years ago
  85. c0f860c Partially revert overflow checking in last_write_time by Eric Fiselier · 8 years ago
  86. b160392 [libc++] Clarify _LIBCPP_NEW_DELETE_VIS for Windows by Shoaib Meenai · 8 years ago
  87. ff4f298 Mark libc++ internal globals with _LIBCPP_SAFE_STATIC. by Eric Fiselier · 8 years ago
  88. d5fc5ca Improve 'last_write_time(...)' accuracy and detect overflow errors. by Eric Fiselier · 8 years ago
  89. c3e00f6 Revert r282483 - [cmake] Add linker option "-Wl,-z,defs" in standalone build by Michal Gorny · 8 years ago
  90. 0e5fbd4 [cmake] Add linker option "-Wl,-z,defs" in standalone build by Michal Gorny · 8 years ago
  91. b79ca0a [cmake] Strip possibly-inherited compiler flags in in-tree build only by Michal Gorny · 8 years ago
  92. fbdbb36 Fix possible division by zero by Eric Fiselier · 8 years ago
  93. b81bbd2 Remove out of date items in TODO.txt by Eric Fiselier · 8 years ago
  94. 74c9857 Expect DLL builds on Windows by default and require a custom __config for static by Eric Fiselier · 8 years ago
  95. 3ba3ad4 [libc++] Fix typos causing compilation errors when _LIBCPP_DEBUG_LEVEL >= 2 by Oleg Ranevskyy · 8 years ago
  96. 66bdfe2 [libc++] Extension: Make `move` and `forward` constexpr in C++11. by Eric Fiselier · 8 years ago
  97. 08fa010 [include] Declare __STDC_*_MACROS for C++11 compat in old libc by Michal Gorny · 8 years ago
  98. 8dc5b6e Update -verify test to use new static assert message by Eric Fiselier · 8 years ago
  99. 01c3b62 Fix missing _LIBCPP_INLINE_VISIBILITY macro on C++03 specific __hash_table function by Eric Fiselier · 8 years ago
  100. 4e3e15a [libc++] Remove various C++03 feature test macros by Eric Fiselier · 8 years ago