aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext
AgeCommit message (Expand)AuthorFilesLines
2014-12-12re PR libstdc++/64276 (would be better to use __cpp_exceptions rather than __...Jonathan Wakely2-2/+2
2014-11-17re PR c++/33911 (attribute deprecated vs. templates)Jason Merrill1-0/+6
2014-09-22Make streams movable and swappable.Jonathan Wakely2-1/+40
2014-08-132014-08-13 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2014-08-13re PR libstdc++/62118 (cases under libstdc++-v3/testsuite/ext/ failed on aarc...Paolo Carlini1-2/+8
2014-08-09random.tcc (uniform_on_sphere_helper): Define.Ulrich Drepper1-12/+79
2014-08-09invoke.texi ([Wnarrowing]): Update for non-constants in C++11.Paolo Carlini1-1/+3
2014-07-29re PR libstdc++/61946 (rope construction, passing allocator referenct without...Jonathan Wakely1-3/+4
2014-07-29PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...>Ed Smith-Rowland1-1/+1
2014-07-16random: Minor formatting and cosmetic tweaks.Paolo Carlini2-19/+20
2014-07-14random.tcc: Unfortunately more fixes for operator>> and operator<< for...Ulrich Drepper1-2/+2
2014-07-13random.tcc: Fix operator>> and operator<< for uniform_on_sphere_distribution.Ulrich Drepper1-2/+2
2014-07-13random: Add uniform_on_sphere_distribution definition.Ulrich Drepper2-7/+257
2014-07-12Add the logistic_distribution as an extension.Edward Smith-Rowland2-35/+348
2014-06-25alloc_traits.h (__alloc_rebind): Define alias template.Jonathan Wakely1-1/+1
2014-06-24functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ ...Jonathan Wakely1-1/+1
2014-06-14api.xml: Link to more recent API docs.Jonathan Wakely1-1/+1
2014-06-14status_cxx2014.xml: Update Fundamentals TS status.Jonathan Wakely1-0/+5
2014-06-10re PR libstdc++/61390 (error in nested template parameter in ext/pb_ds header...Jonathan Wakely1-2/+2
2014-01-29re PR libstdc++/21609 (array_allocator vs rebind & templated constructor)Jonathan Wakely1-3/+5
2014-01-29alloc_traits.h (allocator_traits::_S_allocate): Do not use varargs when argum...Jonathan Wakely1-39/+12
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford285-285/+285
2013-11-22re PR libstdc++/59247 (Bootstrap fails due to errors in libstdc++ sources wit...Jonathan Wakely1-1/+1
2013-11-21Implement __gnu_cxx::hypergeometric_distribution.Edward Smith-Rowland2-1/+368
2013-11-20re PR c++/59173 (Alias template in partial specialization finds name from pri...Jonathan Wakely1-1/+1
2013-11-15build_hacking.xml: Fix documentation typos.Ondřej Bílka1-1/+1
2013-11-13re PR libstdc++/59087 (Issues including complex.h in C++11/1y mode because of...Marc Glisse1-16/+18
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov1-3/+11
2013-09-19re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse1-21/+15
2013-09-13re PR libstdc++/58415 (__sso_string_base move constructor does not null termi...Paolo Carlini1-2/+2
2013-08-15re PR libstdc++/58163 ([C++11] Pedantic assert on str[str.size()] is wrong in...Paolo Carlini1-3/+5
2013-08-07atomicity.h: Add #pragma GCC system_header.Paolo Carlini1-0/+2
2013-08-07re PR libstdc++/58098 (wrong return value of normal_distribution::min())Paolo Carlini1-1/+1
2013-07-01stl_list.h (list<>::insert(iterator, size_type, const value_type&), [...]): A...Paolo Carlini2-18/+93
2013-06-27stl_deque.h (deque<>::insert(iterator, const value_type&), [...]): Adjust C++...Paolo Carlini1-2/+25
2013-05-24type_traits.h (__is_null_pointer): Add std::nullptr_t overload.Paolo Carlini1-0/+5
2013-05-23Makefile.am (bits_headers): Remove ${bits_host_headers}.Matthias Klose1-1/+1
2013-05-10re PR libstdc++/54577 (deque<T>::erase() still takes iterator instead of cons...Paolo Carlini1-1/+9
2013-04-22hashtable_policy.h: Add C++11 allocator support.François Dumont1-31/+195
2013-04-07Makefile.am: Add ext/aligned_buffer.hJonathan Wakely1-0/+73
2013-03-24re PR libstdc++/56170 (Extension debug_allocator seems non-compliant w.r.t. r...Jonathan Wakely1-20/+85
2013-03-08memoryfwd.h: New.Benjamin Kosnik2-9/+2
2013-03-04Fix and optimize von_mises_distribution class.Ulrich Drepper1-13/+13
2013-03-03Add math constants and triangular and von Mises distributions.Ulrich Drepper3-10/+805
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford283-329/+283
2013-01-06insert_fn_imps.hpp: Fix typo in copyright years.Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek109-109/+113
2012-12-11re PR libstdc++/55631 (Several ext/ headers can not be #included on their own)Jonathan Wakely3-0/+8
2012-12-03standard_policies.hpp: Remove.Benjamin Kosnik2-120/+0
2012-11-20array_allocator.h: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jonathan Wakely1-2/+2