summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext
Commit message (Expand)AuthorAgeFilesLines
* Disambiguate __gnu_cxx::append_ partial specializationTom Honermann2019-02-221-3/+3
* Fix after P0600.Ulrich Drepper2019-01-2131-29/+38
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-2/+2
* PR libstdc++/88066 use <> for includes not ""Jonathan Wakely2019-01-082-3/+3
* Update copyright years.Jakub Jelinek2019-01-01285-285/+285
* PR libstdc++/88119 use alignof in std::alignment_of, not __alignof__Jonathan Wakely2018-11-291-3/+4
* PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely2018-11-271-6/+3
* 2018-11-19 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-11-191-32/+30
* Relocation (= move+destroy)Marc Glisse2018-10-253-2/+13
* Make ext allocators support heterogeneous equality comparisonJonathan Wakely2018-10-113-28/+34
* PR libstdc++/87544 limit max_size() to PTRDIFF_MAX / sizeof(T)Jonathan Wakely2018-10-102-2/+14
* Fix __gnu_cxx::_Pointer_adapter for long long arithmeticJonathan Wakely2018-08-301-0/+4
* Rope iterators: don't retain pointers when copiedJeremy Sawicki2018-08-141-3/+3
* Replace safe bool idiom with explicit operator boolJonathan Wakely2018-07-311-0/+4
* Add missing checks for _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2018-07-261-3/+8
* Remove char16_t and char32_t dependency on <stdint.h>Jonathan Wakely2018-07-262-7/+2
* LWG 3035. std::allocator's constructors should be constexprJonathan Wakely2018-06-182-0/+6
* P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely2018-06-141-20/+38
* P0935R0 Eradicating unnecessarily explicit default constructorsJonathan Wakely2018-06-121-20/+78
* 2018-06-05 François Dumont <fdumont@gcc.gnu.org>François Dumont2018-06-051-1/+3
* Some libstdc++ fixes for -Wdeprecated-copy.Jason Merrill2018-05-181-0/+5
* PR libstdc++/85749 constrain seed sequences for random number enginesJonathan Wakely2018-05-152-6/+10
* aligned_buffer.h [...] (template<> __aligned_buffer): Define as __aligned_mem...François Dumont2018-02-201-0/+5
* Update copyright years.Jakub Jelinek2018-01-03285-285/+285
* PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor2017-12-071-1/+1
* Use const char* to fix -Wwrite-strings warningJonathan Wakely2017-12-011-1/+1
* Define std::__to_address helperJonathan Wakely2017-09-131-2/+2
* PR c++/82039 suppress -Wzero-as-null-pointer-constant warningJonathan Wakely2017-08-311-1/+1
* Add optimized implementation of mersenne twister for aarch64Michael Collison2017-07-231-0/+5
* re PR libstdc++/81064 (Inline namespace regression)François Dumont2017-07-234-34/+9
* new (bad_array_new_length): Remove redundant semicolon after in-class member ...Volker Reichelt2017-07-193-10/+10
* Add C++17 deduction guide for std::basic_string (P0433R2, partial)Jonathan Wakely2017-06-071-1/+1
* Remove reundant const-qualification from cast targetsJonathan Wakely2017-04-271-1/+1
* PR libstdc++/62045 fix O(N) insertion in pd_ds binary heapJonathan Wakely2017-03-152-19/+3
* PR69240 Define inequality operators for <random> param typesJonathan Wakely2017-01-201-15/+80
* PR69301 don't assume atomic<T> can default construct TJonathan Wakely2017-01-181-4/+4
* Update copyright years.Jakub Jelinek2017-01-01285-285/+285
* random.tcc: Fix usage of _OutputIteratorConcept.François Dumont2016-12-241-13/+27
* Use _GLIBCXX_THROW macro in bitmap_allocatorJonathan Wakely2016-12-071-3/+3
* Implement uniform_inside_sphere_distribution extension.Edward Smith-Rowland2016-10-262-1/+373
* Tweak whitespace in std::allocator filesJonathan Wakely2016-10-201-13/+13
* Make sure the return value of malloc_allocator::allocate is zero-initialized ...Ville Voutilainen2016-10-161-1/+1
* PR65122 extended alignment support in allocatorsJonathan Wakely2016-10-145-3/+94
* Avoid reallocation for basic_string::clear()Jonathan Wakely2016-09-231-1/+4
* Fix missing qualification in <ext/rope>Georeth Chow2016-07-251-1/+1
* Replace references to C++0x with C++11 in commentsJonathan Wakely2016-07-152-3/+3
* Avoid -Wsign-compare warnings in std::to_string()Jonathan Wakely2016-04-181-3/+13
* Revert empty class parameter passing ABI changes.Jason Merrill2016-04-141-8/+0
* Adjust for new empty class parameter passing ABI.Jonathan Wakely2016-04-131-0/+8
* libstdc++/69406 Fix test to check for supported headersJonathan Wakely2016-01-211-0/+3