1. 928735a Fix for LWG Issue 2369: constexpr max(initializer_list) vs max_element by Marshall Clow · 9 years ago
  2. 488025c Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase by Marshall Clow · 9 years ago
  3. 3607f86 Remove some debugging printout lines. No functionality change. by Marshall Clow · 9 years ago
  4. dbaf7a0 Fix for LWG2454: Add raw_storage_iterator::base() member by Marshall Clow · 9 years ago
  5. d20675f Fix typo in www. NFC by Jonathan Roelofs · 9 years ago
  6. cd13782 Replace two naked references of 'std::' with the macro '_VSTD::'. No functionality change. by Marshall Clow · 9 years ago
  7. 4b23a33 Found a Urbana paper that has library bits by Marshall Clow · 9 years ago
  8. 14dbb25 Fix -Wpessimizing-move warning by remove the call to std::move. by Richard Trieu · 9 years ago
  9. 3e879e3 Mark LWG#2387 as complete. No code changes needed by Marshall Clow · 9 years ago
  10. 7ceff4e Removed 'complete' from 2408; updated status by Marshall Clow · 9 years ago
  11. 46a7ec9 Fix some preprocessor directives that were generating warnings in the test suite. by Marshall Clow · 9 years ago
  12. 8f916f1 Update C++17 status; mark issues 2170, 2377, and 2408 as complete. We already do these; no code changes necessary. by Marshall Clow · 9 years ago
  13. 71ed9f0 Fixed an 'extra tokens at end of #endif directive' warning in experimental/ratio by Marshall Clow · 9 years ago
  14. c254b36 Remove constexpr support for std::apply because it introduces regressions. by Eric Fiselier · 9 years ago
  15. e9d0306 A few bits of N2994 didn't get fully implemented a long time ago. Thanks to STL@microsoft.com for the bug report by Marshall Clow · 9 years ago
  16. 3a4964a Qualify an internal call in is_assignable to prevent ADL lookup, which would 'complete' an type definition unnecessarily. Thanks to Richard Smith for the report. by Marshall Clow · 9 years ago
  17. 66302c6 In many places, there was an #ifdef/#else block that selected one of two implmentations of rebind_alloc based on whether or not we had template aliases. Create a helper struct to encapsulate that bit of logic, and replace all the ifdefs with uses of that struct. No functionality change intented. by Marshall Clow · 9 years ago
  18. 6be02cb Fix race conditions in test class used throughout the std::thread tests. by Eric Fiselier · 9 years ago
  19. 1d55ecf [libcxx] Fix bug in shared_timed_mutex that could cause a program to hang. by Eric Fiselier · 9 years ago
  20. 2cea80b Remove statement with no effect inside tests. by Eric Fiselier · 9 years ago
  21. 088ed9f [libcxx] Optimize vectors uninitialized construction of trivial types from an iterator range. by Eric Fiselier · 9 years ago
  22. bf9653d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 9 years ago
  23. f68d637 Allow enabling CCache through an env variable. This helps enable/disable the option on buildbots. by Eric Fiselier · 9 years ago
  24. 3accbf0 Make the new tests better; make sure that we're testing the case where no reallocation has to happen by Marshall Clow · 9 years ago
  25. 86319f0 While testing Erik's code coverage scripts, I found a hole in the test suite - vector::assign where a reallocation was not required had no tests. Add some by Marshall Clow · 9 years ago
  26. 4bd1546 [libcxx] Fix PR22771 - Support access control SFINAE in the library version of is_convertible. by Eric Fiselier · 9 years ago
  27. 4f274d0 Only enable special apple link flags for libc++abi (or none) by Eric Fiselier · 9 years ago
  28. 91220d1 Fix PR23041. Use lock_shared() as opposed to lock() in shared_lock test. by Eric Fiselier · 9 years ago
  29. 28cf403 cleanup comments in sym_check by Eric Fiselier · 9 years ago
  30. faa65e9 Add readelf support to abi_check. Prefer readelf over nm by Eric Fiselier · 9 years ago
  31. fd4de45 Add tests for library version of is_convertible by Eric Fiselier · 9 years ago
  32. abd06b4 Make the presence of stdin and stdout optional. by Ed Schouten · 9 years ago
  33. 43dbeea Remove the state_types array. by Ed Schouten · 9 years ago
  34. 3f86893 Don't let time_put test use implementation dependent constructs. by Ed Schouten · 9 years ago
  35. 70e13a9 Fix incorrect error handling of call to mbrtowc. This is PR#13759. Leaving the bug open because (1) I'm not sure that we're correct here, only better than before, and (2) no tests by Marshall Clow · 9 years ago
  36. b58f517 Remove unneeded redeclaration of reference_wrapper. by Eric Fiselier · 9 years ago
  37. e199924 Improve automatic detection of filetype for sym_check by Eric Fiselier · 9 years ago
  38. efdefb2 Fix use of incorrect package name in sym_check by Eric Fiselier · 9 years ago
  39. 2d9feb5 Add symbol checking script to libc++ to help manage exported symbols. by Eric Fiselier · 9 years ago
  40. ffbfbcd Create macro to allow testing of is_convertible without the compiler builtin. by Eric Fiselier · 9 years ago
  41. 02c24c1 [libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_PATHS by Eric Fiselier · 9 years ago
  42. 64befb5 Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#22651. Thanks to Jim Porter for the report and suggested fix. by Marshall Clow · 9 years ago
  43. 2d24d89 Add support for kfreebsd. Thanks to Jan Henke by Sylvestre Ledru · 9 years ago
  44. 537876b Fix use after free and calls to operator comma in debug mode by Eric Fiselier · 9 years ago
  45. 71aa376 [libc++] Fix PR22922 - Allocator support for std::function does not know how to rebind. by Eric Fiselier · 9 years ago
  46. 0b6f8ed Provide std::abs(<floating-point>) in <cmath> on Solaris. by Eric Fiselier · 9 years ago
  47. 9959bf0 Fix DYNLD_LIBRARY_PATH to include the ABI path if specified by Eric Fiselier · 9 years ago
  48. 9be398d Fix failed test command repro printing for *.pass.cpp tests by Jonathan Roelofs · 9 years ago
  49. 62a06f9 Clean up iostream creation in preparation for conditionalizing streams. by Ed Schouten · 9 years ago
  50. 13858ee [libcxx] Add <experimental/tuple> header for LFTS. by Eric Fiselier · 9 years ago
  51. 4d23cc6 Define a new macro: _LIBCPP_HAS_NO_VARIABLE_TEMPLATES and use it. No functionality change. by Marshall Clow · 9 years ago
  52. 8e706d2 [libcxx] Move tuple_size and tuple_element overloads for pair and array out of !defined(_LIBCPP_HAS_NO_VARIADICS) block. by Eric Fiselier · 9 years ago
  53. 061244c Don't attempt to validate the output of %p. by Ed Schouten · 9 years ago
  54. aa8a52c Fix a problem when calling throw_with_nested with a class marked 'final'. Thanks to STL @ Microsoft for the bug report. by Marshall Clow · 9 years ago
  55. eda3fca Don't hardcode the Czech locale name. by Ed Schouten · 9 years ago
  56. 84b6c1f Make *abs() and *div() work on CloudABI. by Ed Schouten · 9 years ago
  57. 438a5c9 Don't hardcode the locale name string. by Ed Schouten · 9 years ago
  58. 94d09fa Remove unneeded initialisation of fenv_t and fexcept_t. by Ed Schouten · 9 years ago
  59. f77031d Fix build break on Solaris introduced by r231940 by Jonathan Roelofs · 9 years ago
  60. 561d332 Update copyright year to 2015. by Renato Golin · 9 years ago
  61. 95e5c0a Also enable the default rune table on CloudABI. by Ed Schouten · 9 years ago
  62. b33ae5b Add option to disable access to the global filesystem namespace. by Ed Schouten · 9 years ago
  63. 6fb33ea Fix ctype_byname<wchar_t>::do_is() mask checking.... again by Jonathan Roelofs · 9 years ago
  64. 0251f0f Disable cat*() on CloudABI. Also make tiny cleanups. by Ed Schouten · 9 years ago
  65. 6272ae5 Move Android to the builtin rune table. by Dan Albert · 9 years ago
  66. 761d98d Copy data files to the remote runner. by Dan Albert · 9 years ago
  67. 07a4bec Use generic feature name for sanitizers that replace new and delete by Eric Fiselier · 9 years ago
  68. c6c1a1e Factor out RemoteExecutor from SSHExecutor. by Dan Albert · 9 years ago
  69. 681abae Also use LC_C_LOCALE on CloudABI. by Ed Schouten · 9 years ago
  70. 4c42c4e Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI. by Ed Schouten · 9 years ago
  71. 21876f7 Don't include <sys/sysctl.h> on CloudABI. by Ed Schouten · 9 years ago
  72. e5a356a Print log/error messages on stderr, not stdout by Ed Schouten · 9 years ago
  73. 63e70b6 Add support for arc4random() to random_device. by Ed Schouten · 9 years ago
  74. 9f4f221 [libcxx] Fix __RAII_IncreaseAnnotator for increases >= 1 by Eric Fiselier · 9 years ago
  75. 1312198 Fix another -Wunused-local-typedef warning in include/__tree. by Dimitry Andric · 9 years ago
  76. 6e63e29 Move test to use correct suffix by Eric Fiselier · 9 years ago
  77. 3c7b801 Add TrackedValue to test/support. Thanks to Louis Dionne by Eric Fiselier · 9 years ago
  78. d07fcd6 Fix an exception-safety bug in <deque>. Reference: PR#22650. Not closing the bug because there's more work to do here by Marshall Clow · 9 years ago
  79. 2020d8a Add CloudABI locale names to platform_support.h. by Ed Schouten · 9 years ago
  80. cebeadf Oops. This arg is passed, just ignored. by Dan Albert · 9 years ago
  81. ca27dd0 Fix the PrefixExecutor. by Dan Albert · 9 years ago
  82. ab2b9f5 Remove unneeded python import by Eric Fiselier · 9 years ago
  83. 03e3302 Run ShTests when the executor is an instance of LocalExecutor by Eric Fiselier · 9 years ago
  84. ad98e21 Rework reverse_iterator::operator[] so as not to use the base iterators operator [], which can cause constness problems. Fixes PR17883 by Marshall Clow · 9 years ago
  85. 3b1d283 Move the <dynarray> tests out of the std/ hierarchy, since it's not really part of the standard any more. by Marshall Clow · 9 years ago
  86. e917d80 Nbjoerg suggested a better name for the macro for the default rune table: _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE by Marshall Clow · 9 years ago
  87. 8291a76 Create a default rune table for libc++. Initial setting - never enabled. The expectation is that some targets (Android, cough) will enable it. Note that this is an implementation detail, not an interface change. by Marshall Clow · 9 years ago
  88. 9c8e663 Allow declaration of map and multimap iterator with incomplete mapped type. Patch from eugenis by Eric Fiselier · 9 years ago
  89. 174b2b8 Add better tests for ctype<char>::classic_table by Marshall Clow · 9 years ago
  90. c0b166e [libcxx] Add support for linking libc++ against a static ABI library. by Eric Fiselier · 9 years ago
  91. 3ff0531 cmath: account for MSVCRT 12.0 changes by Saleem Abdulrasool · 9 years ago
  92. 7710603 Add self to CREDITS.txt by Jonathan Roelofs · 9 years ago
  93. 83d7735 Add remote testing support to the lit config. by Jonathan Roelofs · 9 years ago
  94. a14f7cb libc++: support newlib's ctype by JF Bastien · 9 years ago
  95. 59ac38c Add trailing return types (and noexcept specifications) to the 'diamond operators'. Fixes PR#22600. by Marshall Clow · 9 years ago
  96. fec0837 Make the forward declaration for array swap have the same inline/visibility attributes as the definition. Thanks to Steven Wu for the catch. by Marshall Clow · 9 years ago
  97. 40310ac Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for the fix by Eric Fiselier · 9 years ago
  98. a0ac177 Reword ELAST warning by JF Bastien · 9 years ago
  99. 1486150 Change string_view::at to make it work with gcc and VC++. Thanks to K-ballo for the bug report, and Jonathan Wakeley for the code review in the bar. by Marshall Clow · 9 years ago
  100. da1818a [libc++] Try and prevent evaluation of `is_default_constructible` on tuples default constructor if it is not needed. by Eric Fiselier · 9 years ago