| Commit message (Expand) | Author | Age | Files | Lines |
| * | Last batch of P0202 constexpr additions: includes/set_intersection/exchange | Marshall Clow | 2018-01-22 | 1 | -11/+11 |
| * | Another batch of P0202 constepr algirithms. remove/remove_if/remove_copy/remo... | Marshall Clow | 2018-01-22 | 1 | -10/+10 |
| * | Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicog... | Marshall Clow | 2018-01-22 | 1 | -11/+12 |
| * | More P0202 constexpr work. This commit adds fill/fill_n/generate/generate_n/u... | Marshall Clow | 2018-01-20 | 1 | -34/+18 |
| * | More P0202 constexpr-ifying in <algorithm>. This commit handles replace/repla... | Marshall Clow | 2018-01-19 | 1 | -10/+10 |
| * | More P0202 constexpr-ifying in <algorithm>. This commit handles 'transform'. | Marshall Clow | 2018-01-19 | 1 | -4/+4 |
| * | More constexpr algorithms from P0202. search/search_n | Marshall Clow | 2018-01-16 | 1 | -11/+11 |
| * | More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, ... | Marshall Clow | 2018-01-16 | 1 | -21/+21 |
| * | More constexpr (re P0202) - equal and mismatch | Marshall Clow | 2018-01-16 | 1 | -18/+18 |
| * | More constexpr from P0202. count and count_if. Also fix a comment that Morwen... | Marshall Clow | 2018-01-15 | 1 | -6/+6 |
| * | More P0202 constexpr-ifying. All the find_XXX algorithms in this commit. | Marshall Clow | 2018-01-15 | 1 | -18/+18 |
| * | partition_point gets the P0202 treatment | Marshall Clow | 2018-01-15 | 1 | -2/+2 |
| * | More constexpr algorithms from P0202. any_of/all_of/none_of. | Marshall Clow | 2018-01-15 | 1 | -6/+6 |
| * | First part of P0202: Adding constexpr modifiers to functions in <algorithm> a... | Marshall Clow | 2018-01-15 | 1 | -51/+46 |
| * | Add the C++17 extensions to std::search. Include the default searcher, but no... | Marshall Clow | 2018-01-08 | 1 | -82/+10 |
| * | [libcxx] Fix intrinsics for MSVC | Shoaib Meenai | 2017-12-05 | 1 | -8/+8 |
| * | Rename identifiers named `__output` | Alexander Richardson | 2017-11-14 | 1 | -11/+11 |
| * | Fix PR#35119 : set_union misbehaves with move_iterators. Thanks to Denis Yaro... | Marshall Clow | 2017-10-30 | 1 | -1/+1 |
| * | Revert 313789 because gcc doesn't like it | Marshall Clow | 2017-09-20 | 1 | -4/+4 |
| * | Mark the __eval methods on independent_bits_engine (and __independent_bits_en... | Marshall Clow | 2017-09-20 | 1 | -4/+4 |
| * | Fix a bit of UB in __independent_bits_engine. Fixes PR#34663 | Marshall Clow | 2017-09-20 | 1 | -2/+3 |
| * | Fix PR31166: std::inplace_merge seems to be unstable. Thanks to Jan Wilken DÃ... | Marshall Clow | 2017-08-28 | 1 | -5/+5 |
| * | [libc++] Clean up cl warning 4231 disabling | Shoaib Meenai | 2017-07-14 | 1 | -7/+0 |
| * | [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows | Eric Fiselier | 2017-05-31 | 1 | -2/+6 |
| * | Remove uses of _UI because Windows is evil and tchar.h #define's it | Eric Fiselier | 2017-05-31 | 1 | -2/+2 |
| * | Last commit included some extra constexpr; remove them | Marshall Clow | 2017-05-25 | 1 | -3/+3 |
| * | Make for_each_n only avaliable on C++17 | Marshall Clow | 2017-05-25 | 1 | -3/+5 |
| * | Add non-parallel version of for_each_n (+tests) from the Parallelism TS | Marshall Clow | 2017-05-25 | 1 | -0/+21 |
| * | Don't interfere with the __builtin_foo namespace under MSVC | Eric Fiselier | 2017-05-10 | 1 | -22/+103 |
| * | [libc++] Refactor Windows support headers. | Eric Fiselier | 2017-05-10 | 1 | -2/+2 |
| * | Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm | Eric Fiselier | 2017-04-18 | 1 | -9/+9 |
| * | Fix C++17 dylib build | Eric Fiselier | 2017-04-03 | 1 | -1/+2 |
| * | Remove random_shuffle in C++17. Please use shuffle instead. If you have to, ... | Marshall Clow | 2017-03-23 | 1 | -2/+4 |
| * | Replace identifiers called `__out` because Windows.h #defines it. | Eric Fiselier | 2017-01-07 | 1 | -11/+11 |
| * | Fix __wrap_iter in debug mode and apply _NOEXCEPT_DEBUG to it | Eric Fiselier | 2016-12-28 | 1 | -0/+14 |
| * | Fix unused parameters and variables | Eric Fiselier | 2016-12-23 | 1 | -2/+5 |
| * | [libcxx] remove unused code | Aditya Kumar | 2016-11-29 | 1 | -70/+2 |
| * | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last... | Marshall Clow | 2016-11-14 | 1 | -1/+1 |
| * | Implement C++17 std::sample. | Eric Fiselier | 2016-08-28 | 1 | -0/+78 |
| * | Remove trailing WS [NFC] | Aditya Kumar | 2016-08-25 | 1 | -15/+15 |
| * | Implement LCM and GCD for C++17. Same code as for Library Fundamentals TS. | Marshall Clow | 2016-07-26 | 1 | -2/+2 |
| * | Add heterogeneous comparator support for __debug_less. Fixes PR17147. | Eric Fiselier | 2016-07-19 | 1 | -1/+15 |
| * | Add is_swappable/is_nothrow_swappable traits | Eric Fiselier | 2016-04-21 | 1 | -1/+1 |
| * | Remove unused internal routines. No functional change | Marshall Clow | 2016-04-04 | 1 | -28/+0 |
| * | Implement P0253R1: Fixing a design mistake in the searchers interface. | Marshall Clow | 2016-03-08 | 1 | -21/+23 |
| * | Implement P0025R0: 'An algorithm to clamp a value between a pair of boundary ... | Marshall Clow | 2016-03-07 | 1 | -0/+27 |
| * | Fix PR#25973 : 'basic_string::assign(InputIt, InputIt) doesn't provide the st... | Marshall Clow | 2016-01-13 | 1 | -19/+0 |
| * | Make reverse() call iter_swap like the standard says, instead of calling swap... | Marshall Clow | 2015-11-02 | 1 | -2/+2 |
| * | Fix warnings about pessimizing return moves for C++11 and higher | Dimitry Andric | 2015-08-19 | 1 | -1/+1 |
| * | Fix PR#24267. use numeric_limits::max instead of ~0 for 'all ones', since tha... | Marshall Clow | 2015-07-30 | 1 | -1/+1 |