1. 4063113 Change some #ifdefs to #if - thanks to Dexon for thge catch. by Marshall Clow · 10 years ago
  2. adfdae1 Fix a self-move bug in inplace_merge. Thanks to Ted and Dexon for the report and the suggested fix. by Marshall Clow · 10 years ago
  3. 19fa337 Fix warnings in test/std/algorithms by Eric Fiselier · 10 years ago
  4. 0b0671a Fix for LWG Issue 2369: constexpr max(initializer_list) vs max_element by Marshall Clow · 10 years ago
  5. 5f15a8b Need to wrap a bit in an ifdef, since there are no initializer_lists in C++03 by Marshall Clow · 11 years ago
  6. 002144f Fix PR 22541: When values are equal, minmax should return the rightmost one in the initializer_list by Marshall Clow · 11 years ago
  7. 5154402 [libcxx] Properly convert the count arguments to the *_n algorithms before use. by Eric Fiselier · 11 years ago
  8. 7e187f1 Test commit: remove whitespace at EOL. by Dimitry Andric · 11 years ago
  9. b9595b7 Fix PR#22433. The algorithm is_partitioned was testing an item in the middle of the sequence twice. by Marshall Clow · 11 years ago
  10. 0b48cf9 Fix PR#22427. The implementation of inplace_merge had a \'small data set\' optimization; if either half of the merge was small (i.e, less than 9 items), it did an inplace merge rather than allocating a buffer and doing a faster/smarter merge. However, this failed to satisfy the complexity requirements in the standard. Remove that code. Add tests to check the complexity, and add the same tests for std::merge, since we are in that section of the test suite anyway. by Marshall Clow · 11 years ago
  11. c57d98a Removed some tabs that snuck into the test suite. No functionality change by Marshall Clow · 11 years ago
  12. d632356 Fix PR 22106; make std::swap work for multi-dimensional arrays. Thanks to Peter Griess for the report and suggested fix by Marshall Clow · 11 years ago
  13. 5a83710 Move test into test/std subdirectory. by Eric Fiselier · 11 years ago