Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-08-15 | random (poisson_distribution<>::_M_initialize): Add. | Paolo Carlini | 3 | -61/+56 |
2006-08-15 | random.tcc (mersenne_twister<>::operator()): Revert last change (per gcc-patc... | Paolo Carlini | 2 | -4/+10 |
2006-08-15 | random (class poisson_distribution<>): Add. | Paolo Carlini | 5 | -15/+353 |
2006-08-11 | stl_bvector.h (__fill_bvector(_Bit_iterator, _Bit_iterator, bool)): New. | Paolo Carlini | 2 | -5/+17 |
2006-08-10 | random.tcc (gamma_distribution<>::operator()): Fixes from the Errata of Devro... | Paolo Carlini | 2 | -5/+12 |
2006-08-10 | stl_bvector.h (_Bit_iterator_base::_M_incr(ptrdiff_t)): Tidy a bit, thus redu... | Paolo Carlini | 2 | -3/+7 |
2006-08-09 | stl_bvector.h (vector<bool>::_M_copy_aligned): New. | Paolo Carlini | 8 | -30/+474 |
2006-08-09 | stl_algobase.h (fill(const _Deque_iterator<>&, const _Deque_iterator<>&, cons... | Paolo Carlini | 4 | -26/+34 |
2006-08-06 | re PR libstdc++/16611 (Terrible code generated for vector<bool>) | Paolo Carlini | 2 | -2/+15 |