aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2012-01-27re PR libstdc++/51795 (linear_congruential_engine doesn't work correctly)Paolo Carlini2-6/+13
2012-01-27re PR libstdc++/51798 (libstdc++ atomicity performance regression due to __sy...Jakub Jelinek1-3/+3
2012-01-26libstdc++: Use __GCC_ATOMIC_TEST_AND_SET in atomic_flag.Richard Henderson1-2/+9
2012-01-23[multiple changes]Benjamin Kosnik1-1/+1
2012-01-19re PR libstdc++/51845 (23_containers/unordered_multimap/erase/24061-multimap....Jakub Jelinek1-1/+1
2012-01-18re PR libstdc++/51866 ([c++0x][4.7 Regression] unordered_multiset compares mo...François Dumont1-8/+11
2012-01-17configure.ac (BUILD_EPUB): Adjust for epub3.Benjamin Kosnik1-2/+0
2012-01-14* include/bits/stl_iterator.h (reverse_iterator): Doxygen comments.Jonathan Wakely1-26/+33
2012-01-13hashtable_policy.h (_Hash_node_base): New, use it as base class of ...François Dumont2-323/+221
2012-01-09fragment.am (WARN_CXXFLAGS): Add -Wabi.Benjamin Kosnik1-1/+1
2012-01-05hashtable_policy.h (_Hashtable_base<>::_M_eq()): protected rather than privat...François Dumont2-2/+2
2012-01-03hashtable_policy.h (_Ebo_helper<>): Rename to the more specific _Hashtable_eb...François Dumont1-34/+41
2011-12-30re PR libstdc++/51711 (regex.h contains incorrect code)Paolo Carlini1-1/+1
2011-12-29hashtable_policy.h (struct _Ebo_helper<>): Don't use _N, badname on Solaris; ...Paolo Carlini1-21/+21
2011-12-29re PR libstdc++/51608 ([C++11] Unordered containers end(size_type) isn't cons...François Dumont8-199/+581
2011-12-23* include/c_global/cinttypes: Update comments that refer to TR1.Jonathan Wakely1-10/+4
2011-12-23re PR libstdc++/49204 ([C++0x] remaining issues in <future>)Jonathan Wakely1-3/+3
2011-12-23regex.h (match_results::size_type): Use allocator_traits.Jonathan Wakely1-2/+2
2011-12-20re PR libstdc++/51365 (cannot use final empty class in std::tuple)Jonathan Wakely1-3/+8
2011-12-15re PR libstdc++/51558 (Declaration of unspecialized std::hash<_Tp>::operator(...Paolo Carlini1-2/+3
2011-12-15re PR libstdc++/51540 (doxygen documentation for partial_sum misleading)Jonathan Wakely1-8/+9
2011-12-10user.cfg.in: Add macros, directories.Benjamin Kosnik14-310/+337
2011-12-10unordered_set: Minor formatting changes.François Dumont2-124/+191
2011-12-09hashtable.h (_Hashtable<>::emplace, [...]): Add.François Dumont3-2/+234
2011-12-08atomic_base.h (__calculate_memory_order): Rename to...Jonathan Wakely2-15/+13
2011-12-07re PR libstdc++/51386 (23_containers/unordered_set/hash_policy/load_factor.cc...François Dumont1-13/+20
2011-12-06re PR libstdc++/51438 (std::exception and derived classes are not compatible ...Paolo Carlini5-18/+18
2011-12-06re PR libstdc++/51183 (pair piecewise_construct_t constructor copies)Jonathan Wakely2-25/+24
2011-12-04type_traits: Doxygen improvements.Jonathan Wakely4-32/+66
2011-12-04stl_heap.h (pop_heap): Check for non-empty range in overload taking a predicate.Markus Trippelsdorf1-0/+1
2011-12-03macros.h (__glibcxx_check_non_empty_range): Define.Jonathan Wakely4-4/+17
2011-12-02iomanip (put_money): Fix thinko, use __err local, like in, eg, basic_ostream:...Paolo Carlini1-5/+8
2011-12-01acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.Benjamin Kosnik5-23/+9
2011-11-29hashtable.h (_Hashtable<>::_M_rehash): Remove code useless now that the hasht...François Dumont1-39/+5
2011-11-28c-familyAndrew MacLeod1-12/+11
2011-11-28re PR libstdc++/51288 ([C++0x] get_money implementation is missing the sentry...Paolo Carlini1-23/+45
2011-11-23re PR libstdc++/41975 ([C++0x] [DR579] unordered_set::erase performs worse wh...François Dumont6-405/+661
2011-11-22functional (is_placeholder, [...]): Add partial specializations for cv-qualif...Jonathan Wakely2-13/+232
2011-11-21re PR libstdc++/51185 ([C++0x] false-positive results of std::is_constructible)Daniel Krugler1-6/+16
2011-11-21tuple (__conv_types, [...]): Remove.Paolo Carlini1-46/+7
2011-11-20re PR c++/48322 ([C++0x] Plural variadic parameter packs are not expanded well)Jason Merrill1-6/+7
2011-11-20binders.h: Fix examples in doxygen comments and suggest using std::bind instead.Jonathan Wakely1-2/+7
2011-11-19bitset (operator[](size_t) const): Declare constexpr.Paolo Carlini2-5/+8
2011-11-18re PR libstdc++/51209 (The template _M_find_node in hashtable.h has a bad ret...Harti Brandt2-4/+4
2011-11-18hash-long-double-aux.cc: Rename to...Paolo Carlini16-54/+67
2011-11-16re PR libstdc++/51102 (missing macros in <atomic>)Andrew MacLeod1-1/+2
2011-11-15re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX...Paolo Carlini10-0/+57
2011-11-15re PR libstdc++/51133 (Incorrect implementation of std::tr1::hermite())Jason Dick1-2/+2
2011-11-14cmath (frexp, [...]): Do not mark constexpr, not viable anyway due to the poi...Paolo Carlini1-7/+7
2011-11-13cmath (atan2, [...]): Simplify constraining on the return type.Paolo Carlini2-105/+22