aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2011-03-16thread: Revert.Benjamin Kosnik1-1/+3
2011-03-15re PR libstdc++/48123 (bits/cpu_defines.h not installed in freestanding mode.)Doug Kwan2-2/+4
2011-03-15regex_compiler.h: Nest namespace versioning.Benjamin Kosnik3-6/+8
2011-03-15Makefile.am: Add functional.cc, shared_ptr.cc.Benjamin Kosnik12-481/+481
2011-03-14re PR libstdc++/48114 ([C++0x] binomial_distribution incorrect for p > .5 and...Andrey Zholos2-8/+8
2011-03-09[multiple changes]Paolo Carlini1-69/+96
2011-03-08re PR libstdc++/47145 (configure test for docbook-xsl-ns stylesheets uses har...Benjamin Kosnik1-0/+1
2011-03-04Makefile.am (inst_sources): Make source instantion files conditional.Benjamin Kosnik16-37/+41
2011-03-02ratio (ratio_less): Add comments.Marc Glisse1-0/+4
2011-03-02re PR libstdc++/47913 ([C++0x] improve ratio_add to overflow less often)Marc Glisse1-6/+10
2011-02-28re PR libstdc++/47921 (pbump will overflow when input n is larger than 2G-1)Paolo Carlini6-20/+45
2011-02-28[multiple changes]Paolo Carlini1-5/+39
2011-02-19string (basic_string::insert): Add iterator check and pass normal iterator to...François Dumont2-3/+2
2011-02-17regex.h (basic_regex::traits_type): Add typedef.Jonathan Wakely1-44/+74
2011-02-17re PR libstdc++/47724 ([C++0x] Regex string anchors cause segfault)Jonathan Wakely1-0/+4
2011-02-17re PR libstdc++/47773 (Versatile string lacks a default hash function)Paolo Carlini1-0/+60
2011-02-16regex.h (match_results::format): Use char_traits.Jonathan Wakely1-1/+2
2011-02-16atomic: Remove atomic_address, uplift to N3225.Benjamin Kosnik4-1219/+755
2011-02-14regex.h (sub_match::sub_match): Add.Jonathan Wakely6-70/+125
2011-02-14regex_compiler.h: Remove unnecessary bind() calls.Jonathan Wakely2-33/+15
2011-02-12re PR libstdc++/47709 (is_heap(standard iterator) becomes ambiguous in C++0x ...Paolo Carlini1-1/+6
2011-02-12[multiple changes]Jonathan Wakely2-4/+33
2011-02-11re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely)Johannes Singler1-0/+1
2011-02-11Makefile.am (sources): Add regex.cc.Benjamin Kosnik1-21/+19
2011-02-10re PR libstdc++/47662 (-fno-operator-names no longer works with STL headers)Jonathan Wakely1-1/+1
2011-02-10re PR libstdc++/47668 (missing 'typename' in debug-mode map)Paolo Carlini4-12/+4
2011-02-09future (packaged_task::operator bool): Rename to...Jonathan Wakely1-2/+4
2011-02-07re PR libstdc++/47628 (non-compliant C++0x erase methods on STL containers)Paolo Carlini1-1/+9
2011-02-05regex_error.h (__throw_regex_error): Not inline.Benjamin Kosnik1-3/+2
2011-02-01re PR libstdc++/46914 (std::atomic<int*>::exchange(...) doesn't store correct...Paolo Carlini1-14/+14
2011-02-01run_doxygen: Allow doxygen 1.7.0 again.Benjamin Kosnik7-10/+19
2011-01-31c++config (_GLIBCXX_DEPRECATED): To _GLIBCXX_USE_DEPRECATED.Benjamin Kosnik10-31/+31
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik268-1202/+1933
2011-01-28atomic_base.h: Do not include <stddef.h>.Paolo Carlini1-4/+3
2011-01-26numeric (inner_product, [...]): Qualify subsequent call with __gnu_parallel i...Johannes Singler3-12/+14
2011-01-24re PR libstdc++/47433 (libstdc++ parallel mode calls std::swap explicitely)Johannes Singler3-13/+16
2011-01-24re PR libstdc++/47437 (libstdc++ parallel mode: multiway_merge does not compile)Johannes Singler1-1/+1
2011-01-21c++config (_GLIBCXX_EXPORT_TEMPLATE): Remove.Benjamin Kosnik20-86/+36
2011-01-20hash_load_check_resize_trigger_imp.hpp: Adjust assert condition.Benjamin Kosnik5-113/+84
2011-01-19PR libstdc++/36104 part twoBenjamin Kosnik2-4/+4
2011-01-19confdeps.png: Regenerate.Benjamin Kosnik1-2/+3
2011-01-18unique_ptr.h (default_delete<>::default_delete()): Declare defaulted per DR 1...Paolo Carlini1-2/+2
2011-01-17stl_queue.h (queue<>::swap, [...]): Implement DR 1198.Paolo Carlini2-5/+13
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik16-269/+281
2011-01-14[multiple changes]Paolo Carlini2-3/+107
2011-01-06re PR libstdc++/47185 (UB in TR1 and C++0x placeholders and non conforming im...Paolo Carlini1-33/+30
2011-01-05safe_base.h (_Safe_iterator_base::_M_unlink): New.François Dumont2-0/+82
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek173-174/+191
2010-12-31run_doxygen: Allow doxygen 1.7.1 again.Benjamin Kosnik1-1/+10
2010-12-19basic_string.h (operator+(basic_string<>&&, basic_string<>&&)): Optimize better.Paolo Carlini2-4/+16