Age | Commit message (Expand) | Author | Files | Lines |
2006-09-22 | PR libstdc++/29134 (vector<bool> bits) | Paolo Carlini | 5 | -5/+55 |
2006-09-22 | type_traits (add_reference): Robustify vs reference to void. | Paolo Carlini | 10 | -57/+165 |
2006-09-22 | boost_shared_ptr.h: Trivial formatting fixes. | Paolo Carlini | 2 | -875/+890 |
2006-09-21 | type_traits.h (__numeric_traits_integer): New. | Benjamin Kosnik | 3 | -13/+58 |
2006-09-21 | hash_map: Remove forward declaration of equality operator... | Paolo Carlini | 12 | -355/+39 |
2006-09-21 | sso_string_base.h (__sso_string_base<>::_M_max_size(), [...]): Use _M_get_all... | Paolo Carlini | 2 | -3/+8 |
2006-09-21 | crossconfig.m4 (GLIBCXX_CROSSCONFIG): Remove invocations of GLIBCXX_CHECK_COM... | Ben Elliston | 4 | -2457/+1194 |
2006-09-21 | PR libstdc++/29134 (ext/vstring bits) | Paolo Carlini | 4 | -22/+54 |
2006-09-21 | re PR libstdc++/29134 (Has there been a serious attempt to define the max_siz... | Paolo Carlini | 24 | -38/+622 |
2006-09-20 | typelist_assoc_container.hpp: Remove, unused. | Benjamin Kosnik | 92 | -2315/+958 |
2006-09-19 | hashtable_policy.h: Uglify all the names. | Paolo Carlini | 7 | -1245/+1396 |
2006-09-19 | res_mng: Remove. | Benjamin Kosnik | 30 | -750/+518 |
2006-09-19 | tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to GCC_ENABLE. | Tom Tromey | 2 | -5/+8 |
2006-09-18 | locale_facets.tcc (_M_group_int): Remove redundant using-declaration. | Paolo Carlini | 2 | -1/+5 |
2006-09-18 | typelist.h (cond_type): Remove, use __conditional_type. | Benjamin Kosnik | 2 | -25/+8 |
2006-09-18 | type_traits.h: New. | Benjamin Kosnik | 32 | -349/+435 |
2006-09-18 | re PR libstdc++/29063 (valarray does not undefine all temp macros) | Paolo Carlini | 3 | -1/+10 |
2006-09-14 | concurrence.h (__mutex::__mutex): Pass address of mutex to *_MUTEX_INIT_FUNCT... | Benjamin Kosnik | 2 | -3/+8 |
2006-09-14 | atomicity.h: Move to... | Benjamin Kosnik | 36 | -803/+602 |
2006-09-12 | eh_globals.cc: Remove __gnu_internal. | Benjamin Kosnik | 6 | -33/+39 |
2006-09-12 | Fix some whitespace issues in the changeLog. | Andrew Pinski | 1 | -4/+4 |
2006-09-10 | stl_heap.h (sort_heap): Iterator post-decrement is only required to be conver... | Paolo Carlini | 2 | -3/+8 |
2006-09-08 | random.tcc (poisson_distribution<>::operator()): Avoid potential warnings whe... | Paolo Carlini | 2 | -2/+7 |
2006-09-07 | debug.h (_GLIBCXX_DEBUG_ONLY): New. | Benjamin Kosnik | 158 | -4712/+2525 |
2006-09-05 | basic_string.tcc (find(const _CharT*, size_type, size_type)): Robustify. | Paolo Carlini | 3 | -8/+23 |
2006-09-05 | basic_string.tcc (find(const _CharT*, size_type, size_type)): Reimplement in ... | Paolo Carlini | 4 | -27/+31 |
2006-09-04 | re PR c++/28871 (massive C++ compile time slowdown) | Benjamin Kosnik | 7 | -21/+37 |
2006-09-04 | mt_allocator.cc (__pool<true>::_M_reclaim_block): Do not name a variable __us... | Paolo Carlini | 2 | -3/+8 |
2006-09-02 | re PR libstdc++/24469 (Possible race condition in mt_allocator causing SIGSEGV) | Paolo Carlini | 3 | -26/+73 |
2006-08-31 | PR libstdc++/28671 continued | Benjamin Kosnik | 4 | -2/+20 |
2006-08-31 | mt_allocator.h: Remove volatile qualifiers from data members and correspondin... | Richard Guenther | 2 | -9/+15 |
2006-08-31 | gnu.ver: Correct atomic helper function signature for case where _Atomic_word... | Paolo Carlini | 2 | -2/+7 |
2006-08-31 | re PR libstdc++/28671 (undefined reference to `__sync_fetch_and_add_4') | Benjamin Kosnik | 3 | -12/+7 |
2006-08-30 | gnu.ver: Spell out exact signatures for atomic access functions. | Benjamin Kosnik | 3 | -8/+21 |
2006-08-29 | random (subtract_with_carry_01<>::_M_initialize_npows): New. | Paolo Carlini | 3 | -21/+95 |
2006-08-29 | acinclude.m4 (glibcxx_PCHFLAGS): Set to stdtr1c++.h. | Benjamin Kosnik | 4 | -2/+13 |
2006-08-28 | PR libstdc++/23773 partial | Benjamin Kosnik | 2 | -39/+124 |
2006-08-28 | stl_algo.h (__heap_select, [...]): New. | Roger Sayle | 3 | -56/+207 |
2006-08-28 | 2.cc: New. | Paolo Carlini | 2 | -0/+80 |
2006-08-27 | re PR libstdc++/28830 (FAIL: tr1/2_general_utilities/memory/shared_ptr/thread... | Paolo Carlini | 3 | -12/+14 |
2006-08-25 | tr1.html: Update. | Paolo Carlini | 2 | -8/+12 |
2006-08-25 | random (bernoulli_distribution::operator()): Fix wrt generators returning int... | Paolo Carlini | 3 | -64/+118 |
2006-08-23 | boost_shared_ptr.h: Added locking policy to tr1::shared_ptr<> and related cla... | Phillip Jordan | 1 | -0/+12 |
2006-08-22 | random.tcc (subtract_with_carry_01<>:: seed(_Gen&, false_type)): Fix _M_carry... | Paolo Carlini | 4 | -3/+21 |
2006-08-22 | added locking policy to tr1::shared_ptr<> and related classes | Phillip Jordan | 4 | -382/+976 |
2006-08-22 | 2006-08-22 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -3/+6 |
2006-08-22 | random (class subtract_with_carry_01): Add. | Paolo Carlini | 22 | -64/+914 |
2006-08-20 | random (gamma_distribution<>::_M_initialize, [...]): Add. | Paolo Carlini | 3 | -23/+64 |
2006-08-18 | random (class binomial_distribution<>): Add. | Paolo Carlini | 4 | -49/+474 |
2006-08-18 | re PR libstdc++/28765 (__gnu_cxx::__vstring::clear() is slow) | Paolo Carlini | 4 | -1/+16 |