Age | Commit message (Expand) | Author | Files | Lines |
2006-06-25 | random (class normal_distribution<>): Add. | Paolo Carlini | 1 | -0/+29 |
2006-06-24 | re PR libstdc++/27984 (installed libstdc++ testing broken) | Benjamin Kosnik | 1 | -0/+7 |
2006-06-22 | hash_prime_size_policy_imp.hpp: Cast to size_t instead. | Jonathan Lennox | 1 | -0/+6 |
2006-06-22 | hash_prime_size_policy_imp.hpp: Fix for 64-bit machines. | Ami Tavory | 1 | -0/+5 |
2006-06-21 | postypes.h (operator==(const fpos<>&, const fpos<>&), [...]): Add. | Paolo Carlini | 1 | -0/+6 |
2006-06-21 | acinclude.m4 (GLIBCXX_EXPORT_INSTALL_INFO): When cross-compiling, put headers... | Mark Mitchell | 1 | -0/+6 |
2006-06-20 | random.tcc (struct _Private::_Mod_w<>, [...]): Remove. | Paolo Carlini | 1 | -0/+9 |
2006-06-20 | eh_arm.cc (__cxa_begin_cleanup): Always return 'true'. | Vladimir Prus | 1 | -0/+4 |
2006-06-19 | random (xor_combine<>::operator<<): Fix typo. | Paolo Carlini | 1 | -0/+26 |
2006-06-17 | twister_rand_gen.cc: Adapt to simply use tr1::mt19937. | Ami Tavory | 1 | -0/+7 |
2006-06-16 | random (uniform_real<>::uniform_real(_RealType, _RealType)): Implement. | Paolo Carlini | 1 | -0/+10 |
2006-06-16 | 2006-06-16 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -1/+1 |
2006-06-16 | locale_facets.tcc (time_get<>::_M_extract_via_format): Ignore the value of th... | Paolo Carlini | 1 | -0/+17 |
2006-06-16 | type_utils.hpp (numeric_traits): Add, const expression interface to std::nume... | Benjamin Kosnik | 1 | -0/+12 |
2006-06-16 | random.tcc (mersenne_twister<>::operator()()): Reload the last position of th... | Paolo Carlini | 1 | -0/+5 |
2006-06-15 | random (class xor_combine): Fix result_type typedef. | Paolo Carlini | 1 | -0/+10 |
2006-06-14 | pb_assoc: Delete. | Ami Tavory | 1 | -0/+876 |
2006-06-12 | re PR libstdc++/26970 (-O3 -Wformat=2 complains about floats written to ostream) | Paolo Carlini | 1 | -0/+13 |
2006-06-10 | random (random_device::random_device(const std::string& = "/dev/urandom")): O... | Paolo Carlini | 1 | -0/+13 |
2006-06-09 | acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for the availability of... | Paolo Carlini | 1 | -0/+19 |
2006-06-07 | util: New directory. | Benjamin Kosnik | 1 | -0/+30 |
2006-06-07 | random (mersenne_twister<>::operator==, [...]): Implement. | Paolo Carlini | 1 | -0/+16 |
2006-06-06 | 5_numerical_facilies: Move to... | Benjamin Kosnik | 1 | -0/+5 |
2006-06-06 | random: Trivial uglification fixes. | Paolo Carlini | 1 | -0/+11 |
2006-06-05 | random (mersenne_twister<>::seed()): Fix per tr1/5.1.4.2, p8. | Paolo Carlini | 1 | -0/+14 |
2006-06-05 | [multiple changes] | Paolo Carlini | 1 | -0/+85 |
2006-06-04 | re PR libstdc++/27867 (compile error in repeated application of valarray<>::o... | Paolo Carlini | 1 | -0/+7 |
2006-05-29 | re PR libstdc++/24692 (Atomic builtins for v3) | Paolo Carlini | 1 | -0/+12 |
2006-05-27 | configure.host: If the CPU provides atomic builtins select generic/atomic_bui... | Paolo Carlini | 1 | -0/+10 |
2006-05-26 | Makefile.am: Add install-html target. | Carlos O'Donell | 1 | -0/+5 |
2006-05-24 | re PR libstdc++/24704 (__gnu_cxx::__exchange_and_add is called even for singl... | Paolo Carlini | 1 | -0/+19 |
2006-05-23 | testsuite_shared.cc: Fix --enable-threads=single build. | Paolo Carlini | 1 | -0/+4 |
2006-05-19 | 9661-1.cc: Avoid leaking the semaphores if a VERIFY fails. | Paolo Carlini | 1 | -0/+14 |
2006-05-17 | hashtable (hashtable<>::m_find): Remove; update callers. | Paolo Carlini | 1 | -0/+9 |
2006-05-15 | hashtable (hashtable<>::m_find, [...]): Add. | Paolo Carlini | 1 | -0/+13 |
2006-05-13 | hashtable (identity<>::operator(), [...]): Return by const ref. | Peter Doerfler | 1 | -0/+5 |
2006-05-10 | libstdc++.exp (check_v3_target_cxa_atexit): Move to gcc subdir. | Steve Ellcey | 1 | -0/+7 |
2006-05-10 | hashtable (hashtable_iterator<>::hashtable_iterator(), [...]): Add. | Paolo Carlini | 1 | -0/+13 |
2006-05-10 | pool_allocator.h: Add missing std:: qualifications. | Marc Glisse | 1 | -0/+13 |
2006-05-07 | type_traits (integral_constant<>::value): Define. | Paolo Carlini | 1 | -0/+6 |
2006-05-04 | re PR libstdc++/27404 (Rope iterators are not InputIterators) | Douglas Gregor | 1 | -0/+6 |
2006-05-01 | acinclude.m4 (GLIBCXX_ENABLE_WCHAR_T): Always check the presence of wctype.h,... | Paolo Carlini | 1 | -0/+6 |
2006-04-29 | locale_facets.tcc (num_get<>::_M_extract_float): Special case main parsing lo... | Paolo Carlini | 1 | -0/+7 |
2006-04-27 | TODO: Update. | Benjamin Kosnik | 1 | -1/+5 |
2006-04-26 | re PR libstdc++/26875 (Array allocator use count is shared between array_allo... | Benjamin Kosnik | 1 | -0/+7 |
2006-04-26 | re PR libstdc++/26513 (make_exports.pl hardcoded to build nm) | Shantonu Sen | 1 | -0/+5 |
2006-04-23 | re PR libstdc++/27199 (ptrdiff_t and size_t outside of namespace std) | Marc Glisse | 1 | -0/+14 |
2006-04-23 | lwg-active.html, [...]: Import Revision 42. | Paolo Carlini | 1 | -0/+4 |
2006-04-19 | re PR libstdc++/26424 (tr1/unordered vs 64-bit machines) | Paolo Carlini | 1 | -0/+7 |
2006-04-18 | index.html ([5.5]): Adjust to mention function objects and reference_wrapper;... | Paolo Carlini | 1 | -0/+6 |