summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.jakub2018-01-03285-285/+285
* PR c/81544 - attribute noreturn and warn_unused_result on the same function a...msebor2017-12-071-1/+1
* Use const char* to fix -Wwrite-strings warningredi2017-12-011-1/+1
* Define std::__to_address helperredi2017-09-131-2/+2
* PR c++/82039 suppress -Wzero-as-null-pointer-constant warningredi2017-08-311-1/+1
* 2017-07-23 Michael Collison <michael.collison@arm.com>collison2017-07-231-0/+5
* 2017-07-23 François Dumont <fdumont@gcc.gnu.org>fdumont2017-07-234-34/+9
* * libsupc++/new (bad_array_new_length): Remove redundantreichelt2017-07-193-10/+10
* Add C++17 deduction guide for std::basic_string (P0433R2, partial)redi2017-06-071-1/+1
* Remove reundant const-qualification from cast targetsredi2017-04-271-1/+1
* PR libstdc++/62045 fix O(N) insertion in pd_ds binary heapredi2017-03-152-19/+3
* PR69240 Define inequality operators for <random> param typesredi2017-01-201-15/+80
* PR69301 don't assume atomic<T> can default construct Tredi2017-01-181-4/+4
* Update copyright years.jakub2017-01-01285-285/+285
* 2016-12-24 François Dumont <fdumont@gcc.gnu.org>fdumont2016-12-241-13/+27
* Use _GLIBCXX_THROW macro in bitmap_allocatorredi2016-12-071-3/+3
* 2016-10-26 Edward Smith-Rowland <3dw4rd@verizon.net>emsr2016-10-262-1/+373
* Tweak whitespace in std::allocator filesredi2016-10-201-13/+13
* Make sure the return value of malloc_allocator::allocateville2016-10-161-1/+1
* PR65122 extended alignment support in allocatorsredi2016-10-145-3/+94
* Avoid reallocation for basic_string::clear()redi2016-09-231-1/+4
* Fix missing qualification in <ext/rope>redi2016-07-251-1/+1
* Replace references to C++0x with C++11 in commentsredi2016-07-152-3/+3
* Avoid -Wsign-compare warnings in std::to_string()redi2016-04-181-3/+13
* Revert empty class parameter passing ABI changes.jason2016-04-141-8/+0
* Adjust for new empty class parameter passing ABI.redi2016-04-131-0/+8
* libstdc++/69406 Fix test to check for supported headersredi2016-01-211-0/+3
* 2016-01-15 Steve Ellcey <sellcey@imgtec.com>sje2016-01-151-1/+1
* Update copyright years.jakub2016-01-04285-285/+285
* Improve generated libstdc++ API docsredi2015-12-101-7/+2
* PR libstdc++/68353 fix _GLIBCXX_USE_C99_WCHAR testredi2015-11-151-1/+1
* More fine-grained autoconf checks for C99 libraryredi2015-11-131-4/+8
* * config/cpu/i486/opt/bits/opt_random.h: Include pmmintrin.h insteadfroydnj2015-10-131-1/+1
* Use noexcept instead of _GLIBCXX_NOEXCEPTredi2015-10-021-4/+4
* Save-and-restore errno more carefully in libstdc++redi2015-10-011-3/+7
* Leave errno unchanged by successful std::stoi etcredi2015-09-291-0/+2
* Fix errors due to extra includes in extc++.hredi2015-09-181-2/+2
* Enable lightweight checks with _GLIBCXX_ASSERTIONS.redi2015-09-092-28/+34
* PR libstdc++/65049redi2015-08-241-0/+4
* * include/bits/functional_hash.h: Add specializations for __intNdj2015-07-231-3/+12
* * include/bits/c++config (_GLIBCXX_NOEXCEPT_IF): Define.redi2015-07-131-6/+0
* Implement N4258 (Cleaning-up noexcept in the Library rev 3)redi2015-06-262-47/+4
* * include/ext/alloc_traits.h (__alloc_traits::_S_nothrow_swap()): Useredi2015-06-171-2/+1
* Use atomics in guard.cc.ramana2015-06-121-2/+2
* PR libstdc++/66017redi2015-05-271-0/+41
* * include/bits/c++config (__gnu_cxx::__cxx11): Define new namespace.redi2015-03-201-2/+4
* PR c++/65046redi2015-03-181-2/+3
* * include/bits/atomic_base.h: Use __always_inline__ instead ofredi2015-01-291-1/+1
* Update copyright years.jakub2015-01-05285-285/+285
* PR libstdc++/64276redi2014-12-122-2/+2