summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: make negative count safe with std::for_each_nJonathan Wakely2019-11-071-0/+2
* libstdc++: Add compare_three_way and install <compare> headerJonathan Wakely2019-11-061-2/+3
* libstdc++: remove redundant equality operatorsJonathan Wakely2019-11-061-17/+0
* Implement C++20 operator<=>.Jason Merrill2019-11-053-2/+7
* Fix <version> header for freestandingJonathan Wakely2019-11-051-48/+64
* Remove incorrect commentJonathan Wakely2019-11-051-1/+0
* Add remaining changes from P1065R2 "constexpr INVOKE"Jonathan Wakely2019-10-312-15/+44
* Partial implementation of C++20 of <ranges> headerJonathan Wakely2019-10-314-1/+115
* Remove PR 92268 workaround and fix new test failuresJonathan Wakely2019-10-311-14/+8
* Fix handling of arrays in range access customization pointsJonathan Wakely2019-10-311-44/+69
* Use if-constexpr instead of overloading for customization pointJonathan Wakely2019-10-301-15/+27
* Fix another compilation error with ClangJonathan Wakely2019-10-301-1/+1
* Fix some missing/incorrect feature test macrosJonathan Wakely2019-10-302-2/+5
* Remove some more using-declarations from namespace __gnu_cxxJonathan Wakely2019-10-304-37/+30
* Apply C++20 changes to various iterator typesJonathan Wakely2019-10-303-0/+31
* Fix compilation errors with ClangJonathan Wakely2019-10-292-1/+3
* Fix compilation errors with ClangJonathan Wakely2019-10-293-11/+17
* Add iterator concepts and range access customization points for C++20Jonathan Wakely2019-10-298-59/+1596
* PR libstdc++/92267 fix ABI change in deque iteratorsJonathan Wakely2019-10-291-3/+6
* Fix compilation with ClangJonathan Wakely2019-10-251-1/+3
* Guard use of concepts with feature test macroJonathan Wakely2019-10-251-1/+3
* Revert ABI changes to std::allocator in C++20Jonathan Wakely2019-10-241-7/+12
* Simplify common case of use_future_t that uses std::allocatorJonathan Wakely2019-10-241-2/+43
* Define std::uniform_random_bit_generator concept for C++20Jonathan Wakely2019-10-241-0/+15
* Make std::invoke usable in constant expressionsJonathan Wakely2019-10-232-4/+8
* PR c++/91369 Implement P0784R7 changes to allocation and constructionJonathan Wakely2019-10-237-111/+207
* Only qualify function as constexpr for C++14 and laterJonathan Wakely2019-10-231-1/+1
* Qualify type names in <ext/throw_allocator.h>Jonathan Wakely2019-10-231-2/+2
* Adjust pb_ds extensions to use allocator_traitsJonathan Wakely2019-10-2336-469/+328
* Adjust extension types to use allocator_traitsJonathan Wakely2019-10-237-28/+56
* Do not declare std::uses_allocator before C++11Jonathan Wakely2019-10-221-0/+2
* Remove redundant std::allocator members for C++20Jonathan Wakely2019-10-2215-59/+154
* Implement std::ranges::less without std::lessJonathan Wakely2019-10-181-3/+12
* Define [range.cmp] comparisons for C++20Jonathan Wakely2019-10-174-0/+184
* PR libstdc++/92124 fix incorrect container move assignmentJonathan Wakely2019-10-174-8/+9
* Only use GCC-specific __is_same_as built-in conditionallyJonathan Wakely2019-10-163-4/+24
* Implement <concepts> header for C++20Jonathan Wakely2019-10-115-7/+363
* Use __is_same_as for std::is_same and std::is_same_vJonathan Wakely2019-10-111-7/+4
* PR libstdc++/92059 fix several bugs in tr2::dynamic_bitsetJonathan Wakely2019-10-112-154/+143
* Avoid warnings in <charconv>Jonathan Wakely2019-10-111-5/+5
* Add std::copy_n istreambuf_iterator specializationFrançois Dumont2019-10-061-2/+17
* Add std::copy_n istreambuf_iterator specializationFrançois Dumont2019-10-062-1/+27
* Add C++11 __iterator_category_t template alias.François Dumont2019-10-062-6/+8
* Add std::copy_n __glibcxx_requires_can_increment checks.François Dumont2019-10-061-0/+2
* Improve _GLIBCXX_DEBUG safe iterator range size computation.François Dumont2019-10-044-21/+39
* Build filesystem library with large file supportJonathan Wakely2019-10-042-0/+46
* Add missing header required by previous changeJonathan Wakely2019-10-041-0/+1
* Adjust tr1::_Hashtable to work with std::allocator in C++20Jonathan Wakely2019-10-041-2/+6
* Add <span> to <bits/stdc++.h> precompiled headerJonathan Wakely2019-10-041-1/+1
* Avoid reserved identifier in include/parallel/multiway_merge.hRainer Orth2019-10-031-2/+2