| Commit message (Expand) | Author | Age | Files | Lines |
* | utility (tuple_size<std::pair<> >::value): Provide definition. | Paolo Carlini | 2006-10-30 | 1 | -2/+5 |
* | tuple_iterate.h (tuple_size<tuple<> >::value): Provide definition. | Paolo Carlini | 2006-10-30 | 3 | -18/+31 |
* | re PR libstdc++/29520 (tr1: discrete_distributions vs large floating point va... | Paolo Carlini | 2006-10-29 | 2 | -4/+41 |
* | array (array<>::_M_at): New. | Paolo Carlini | 2006-10-28 | 1 | -24/+50 |
* | random.tcc: Fixup long line. | Benjamin Kosnik | 2006-10-17 | 1 | -1/+2 |
* | re PR libstdc++/28514 (libstdc++ vs. anonymous namespaces) | Benjamin Kosnik | 2006-10-17 | 3 | -45/+34 |
* | Makefile.am (tr1_headers): Add new tuple_defs.h. | Douglas Gregor | 2006-10-16 | 4 | -153/+182 |
* | random (xor_combine<>::_M_initialize_max_aux): New. | Paolo Carlini | 2006-10-02 | 2 | -22/+59 |
* | boost_shared_ptr.h: Use __atomic_add_dispatch and __exchange_and_add_dispatch... | Paolo Carlini | 2006-09-28 | 1 | -11/+15 |
* | re PR libstdc++/29224 (-Wshadow causing warning in <tr1/functional>) | Howard Hinnant | 2006-09-26 | 1 | -5/+5 |
* | boost_shared_ptr.h (shared_ptr<>::shared_ptr(const __shared_ptr<>&), [...]): ... | Paolo Carlini | 2006-09-24 | 1 | -245/+331 |
* | type_traits (add_reference): Robustify vs reference to void. | Paolo Carlini | 2006-09-22 | 4 | -54/+43 |
* | boost_shared_ptr.h: Trivial formatting fixes. | Paolo Carlini | 2006-09-22 | 1 | -875/+886 |
* | hash_map: Remove forward declaration of equality operator... | Paolo Carlini | 2006-09-21 | 2 | -210/+0 |
* | re PR libstdc++/29134 (Has there been a serious attempt to define the max_siz... | Paolo Carlini | 2006-09-21 | 1 | -15/+23 |
* | hashtable_policy.h: Uglify all the names. | Paolo Carlini | 2006-09-19 | 6 | -1245/+1387 |
* | type_traits.h: New. | Benjamin Kosnik | 2006-09-18 | 9 | -178/+100 |
* | atomicity.h: Move to... | Benjamin Kosnik | 2006-09-14 | 2 | -334/+226 |
* | random.tcc (poisson_distribution<>::operator()): Avoid potential warnings whe... | Paolo Carlini | 2006-09-08 | 1 | -2/+2 |
* | re PR c++/28871 (massive C++ compile time slowdown) | Benjamin Kosnik | 2006-09-04 | 2 | -2/+2 |
* | random (subtract_with_carry_01<>::_M_initialize_npows): New. | Paolo Carlini | 2006-08-29 | 2 | -21/+79 |
* | random (bernoulli_distribution::operator()): Fix wrt generators returning int... | Paolo Carlini | 2006-08-25 | 2 | -64/+98 |
* | random.tcc (subtract_with_carry_01<>:: seed(_Gen&, false_type)): Fix _M_carry... | Paolo Carlini | 2006-08-22 | 1 | -1/+9 |
* | added locking policy to tr1::shared_ptr<> and related classes | Phillip Jordan | 2006-08-22 | 1 | -382/+579 |
* | random (class subtract_with_carry_01): Add. | Paolo Carlini | 2006-08-22 | 2 | -53/+385 |
* | random (gamma_distribution<>::_M_initialize, [...]): Add. | Paolo Carlini | 2006-08-20 | 2 | -23/+50 |
* | random (class binomial_distribution<>): Add. | Paolo Carlini | 2006-08-18 | 2 | -49/+412 |
* | random (poisson_distribution<>::_M_initialize): Add. | Paolo Carlini | 2006-08-15 | 2 | -61/+35 |
* | random.tcc (mersenne_twister<>::operator()): Revert last change (per gcc-patc... | Paolo Carlini | 2006-08-15 | 1 | -4/+5 |
* | random (class poisson_distribution<>): Add. | Paolo Carlini | 2006-08-15 | 3 | -15/+295 |
* | random.tcc (gamma_distribution<>::operator()): Fixes from the Errata of Devro... | Paolo Carlini | 2006-08-10 | 1 | -5/+7 |
* | PR libstdc++/19664 round 3 | Benjamin Kosnik | 2006-07-28 | 7 | -1055/+1066 |
* | cinttypes: Simply protect everything with _GLIBCXX_USE_C99_INTTYPES_TR1. | Paolo Carlini | 2006-07-24 | 3 | -13/+6 |
* | random: Make include guards consistent. | Benjamin Kosnik | 2006-07-21 | 4 | -13/+13 |
* | random (minstd_rand0, [...]): Use unsigned long as implementation-defined type. | Paolo Carlini | 2006-07-14 | 1 | -4/+4 |
* | random.tcc (struct _To_Unsigned_Type): Add. | Paolo Carlini | 2006-07-14 | 2 | -28/+53 |
* | re PR libstdc++/28344 (Use of __alpha in tr1/random breaks Tru64 UNIX bootstrap) | Paolo Carlini | 2006-07-11 | 1 | -2/+2 |
* | random (class gamma_distribution<>): Add. | Paolo Carlini | 2006-07-06 | 2 | -0/+175 |
* | random (_Adaptor<>::operator()()): Cast 1 to result_type. | Paolo Carlini | 2006-07-04 | 1 | -41/+27 |
* | random (operator<<(std::basic_ostream<>&, const linear_congruential<>&), [...... | Paolo Carlini | 2006-06-26 | 2 | -106/+617 |
* | random (class normal_distribution<>): Add. | Paolo Carlini | 2006-06-25 | 2 | -48/+160 |
* | random.tcc (struct _Private::_Mod_w<>, [...]): Remove. | Paolo Carlini | 2006-06-20 | 1 | -47/+18 |
* | random (xor_combine<>::operator<<): Fix typo. | Paolo Carlini | 2006-06-19 | 1 | -37/+10 |
* | random (uniform_real<>::uniform_real(_RealType, _RealType)): Implement. | Paolo Carlini | 2006-06-16 | 1 | -6/+13 |
* | random.tcc (mersenne_twister<>::operator()()): Reload the last position of th... | Paolo Carlini | 2006-06-16 | 1 | -1/+5 |
* | random (class xor_combine): Fix result_type typedef. | Paolo Carlini | 2006-06-15 | 1 | -13/+17 |
* | random (random_device::random_device(const std::string& = "/dev/urandom")): O... | Paolo Carlini | 2006-06-10 | 1 | -50/+62 |
* | acinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): New, check for the availability of... | Paolo Carlini | 2006-06-09 | 1 | -9/+61 |
* | random (mersenne_twister<>::operator==, [...]): Implement. | Paolo Carlini | 2006-06-07 | 1 | -54/+118 |
* | random: Trivial uglification fixes. | Paolo Carlini | 2006-06-06 | 2 | -349/+367 |