Age | Commit message (Expand) | Author | Files | Lines |
2011-12-09 | hashtable.h (_Hashtable<>::emplace, [...]): Add. | François Dumont | 11 | -5/+780 |
2011-12-08 | atomic_base.h (__calculate_memory_order): Rename to... | Jonathan Wakely | 3 | -15/+21 |
2011-12-07 | re PR libstdc++/51386 (23_containers/unordered_set/hash_policy/load_factor.cc... | François Dumont | 2 | -13/+27 |
2011-12-06 | re PR libstdc++/51438 (std::exception and derived classes are not compatible ... | Paolo Carlini | 22 | -117/+190 |
2011-12-06 | re PR libstdc++/51183 (pair piecewise_construct_t constructor copies) | Jonathan Wakely | 4 | -25/+99 |
2011-12-05 | initializer_list: Do not declare anything if __GXX_EXPERIMENTAL_CXX0X__ is no... | Paolo Carlini | 2 | -1/+9 |
2011-12-04 | type_traits: Doxygen improvements. | Jonathan Wakely | 10 | -40/+89 |
2011-12-04 | stl_heap.h (pop_heap): Check for non-empty range in overload taking a predicate. | Markus Trippelsdorf | 3 | -0/+46 |
2011-12-03 | macros.h (__glibcxx_check_non_empty_range): Define. | Jonathan Wakely | 7 | -5/+65 |
2011-12-03 | * doc/xml/manual/utilities.xml: Remove outdated text. | Jonathan Wakely | 2 | -2/+5 |
2011-12-02 | iomanip (put_money): Fix thinko, use __err local, like in, eg, basic_ostream:... | Paolo Carlini | 2 | -5/+13 |
2011-12-01 | acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros. | Benjamin Kosnik | 24 | -140/+200 |
2011-11-29 | hashtable.h (_Hashtable<>::_M_rehash): Remove code useless now that the hasht... | François Dumont | 8 | -40/+319 |
2011-11-28 | c-family | Andrew MacLeod | 3 | -28/+50 |
2011-11-28 | re PR libstdc++/51288 ([C++0x] get_money implementation is missing the sentry... | Paolo Carlini | 6 | -23/+251 |
2011-11-27 | using.xml (Prerequisites): Refer to x86 instead of i386. | Gerald Pfeifer | 2 | -1/+6 |
2011-11-27 | run_doxygen (problematic): Change Linux reference to GNU/Linux. | Gerald Pfeifer | 2 | -2/+7 |
2011-11-27 | abi.xml (Prerequisites): Refer to GNU/Linux. | Gerald Pfeifer | 2 | -2/+7 |
2011-11-26 | re PR libstdc++/51296 (Several 30_threads tests FAIL on Tru64 UNIX) | Jonathan Wakely | 4 | -6/+15 |
2011-11-23 | re PR libstdc++/41975 ([C++0x] [DR579] unordered_set::erase performs worse wh... | François Dumont | 16 | -408/+973 |
2011-11-22 | fix linenos | Jason Merrill | 1 | -4/+4 |
2011-11-22 | functional (is_placeholder, [...]): Add partial specializations for cv-qualif... | Jonathan Wakely | 6 | -13/+500 |
2011-11-21 | Additional fixes for FreeBSD-10 build: | Andreas Tobler | 2 | -6/+10 |
2011-11-21 | 2011-11-21 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -0/+6 |
2011-11-21 | re PR libstdc++/51185 ([C++0x] false-positive results of std::is_constructible) | Daniel Krugler | 7 | -11/+70 |
2011-11-21 | 2011-11-21 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -0/+2 |
2011-11-21 | tuple (__conv_types, [...]): Remove. | Paolo Carlini | 3 | -47/+16 |
2011-11-20 | re PR c++/48322 ([C++0x] Plural variadic parameter packs are not expanded well) | Jason Merrill | 2 | -6/+10 |
2011-11-20 | pt.c (type_unification_real): Set input_location during default arg instantia... | Jason Merrill | 2 | -2/+10 |
2011-11-20 | binders.h: Fix examples in doxygen comments and suggest using std::bind instead. | Jonathan Wakely | 2 | -2/+12 |
2011-11-20 | Fix grammar in ChangeLog entry. | Jonathan Wakely | 1 | -1/+1 |
2011-11-20 | * doc/xml/manual/status_cxx2011.xml: Fix docbook markup. | Jonathan Wakely | 2 | -9/+13 |
2011-11-20 | appendix_contributing.xml: Do not use "here" as link text. | Jonathan Wakely | 8 | -87/+120 |
2011-11-19 | bitset (operator[](size_t) const): Declare constexpr. | Paolo Carlini | 5 | -14/+52 |
2011-11-18 | re PR libstdc++/51209 (The template _M_find_node in hashtable.h has a bad ret... | Harti Brandt | 3 | -4/+12 |
2011-11-18 | hash-long-double-aux.cc: Rename to... | Paolo Carlini | 23 | -119/+188 |
2011-11-17 | re PR libstdc++/51181 (libstdc++.so __sync_sub_and_fetch_4 linkage error caus... | Richard Henderson | 2 | -0/+8 |
2011-11-18 | typesizes.cc: Do not run on darwin. | Jonathan Wakely | 2 | -2/+7 |
2011-11-17 | Remove accidentally committed duplicate ChangeLog entry. | Jonathan Wakely | 1 | -6/+0 |
2011-11-17 | class.c (add_implicitly_declared_members): Update move conditions. | Jason Merrill | 4 | -0/+14 |
2011-11-17 | status_cxx2011.xml: Status of piecewise construction and ios_base::failure. | Jonathan Wakely | 3 | -5/+21 |
2011-11-16 | re PR libstdc++/51102 (missing macros in <atomic>) | Andrew MacLeod | 2 | -1/+8 |
2011-11-15 | re PR libstdc++/51142 ([C++0x] map::erase(key) doesn't compile with -D_GLIBCX... | Paolo Carlini | 19 | -0/+386 |
2011-11-15 | re PR libstdc++/51133 (Incorrect implementation of std::tr1::hermite()) | Jason Dick | 2 | -2/+8 |
2011-11-14 | cmath (frexp, [...]): Do not mark constexpr, not viable anyway due to the poi... | Paolo Carlini | 2 | -7/+12 |
2011-11-13 | cmath (atan2, [...]): Simplify constraining on the return type. | Paolo Carlini | 3 | -105/+30 |
2011-11-13 | * using.xml: Use GNU/Linux. | Gerald Pfeifer | 2 | -3/+7 |
2011-11-12 | re PR c++/51060 (Temporary object stack space is not re-used) | Jason Merrill | 4 | -12/+19 |
2011-11-12 | re PR libstdc++/51083 (TR1 [tr.c99.cmath.over] and C++11 [cmplx.over] overloa... | Jonathan Wakely | 6 | -25/+277 |
2011-11-10 | re PR middle-end/51038 (29_atomics/atomic_flag/clear/1.cc test_and_set/explic... | Andrew MacLeod | 2 | -50/+21 |