aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2012-09-20re PR libstdc++/28811 (--with-pic vs static libraries and libstdc++)Benjamin Kosnik26-356/+640
2012-09-18Implement the Nakagami statistical distribution as an extension.Edward Smith-Rowland10-0/+598
2012-09-18re PR libstdc++/54612 (Many failures in ext/random testsuite)Paolo Carlini3-1/+17
2012-09-17configure.ac: Substitute CPU_OPT_EXT_RANDOM.Ulrich Drepper20-206/+493
2012-09-17Fix a paste-o in ext/random.tcc - declared an Adapted urng that was not used ...Edward Smith-Rowland2-3/+5
2012-09-16random (rice_distribution<>::operator==): Change inline friend definition to ...Paolo Carlini31-9/+53
2012-09-16Add the rice distribution as an extension.Edward Smith-Rowland9-15/+618
2012-09-14* configure: Regenerated.David Edelsohn2-10/+16
2012-09-142012-09-14 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-2/+1
2012-09-14Check _GLIBCXX_USE_C99_STDINT_TR1 in random.ccJonathan Wakely2-1/+10
2012-09-12Clear hardware capabilities on libstdc++.so with Sun asRainer Orth15-46/+128
2012-09-11re PR libstdc++/54172 (__cxa_guard_acquire thread-safety issue)Jakub Jelinek2-1/+7
2012-09-10re PR libstdc++/43852 (Embedded systems friendly libstdc++)Sebastian Huber9-22/+111
2012-09-09re PR bootstrap/54419 (Compiling libstdc++-v3/src/c++11/random.cc fails on pl...Jonathan Wakely3-2/+8
2012-09-09Fix ChangeLog date.Jonathan Wakely1-1/+1
2012-09-09re PR libstdc++/54388 (std::array.at() const results in undefined behaviour)Jonathan Wakely5-14/+58
2012-09-09re PR bootstrap/54419 (Compiling libstdc++-v3/src/c++11/random.cc fails on pl...Ulrich Drepper6-3/+85
2012-09-09cpuid.h: Define signature_*_e[bcd]x macros for matching results of level 0 ca...Ulrich Drepper2-1/+6
2012-09-06re PR libstdc++/54172 (__cxa_guard_acquire thread-safety issue)Thiago Macieira2-3/+23
2012-09-05re PR libstdc++/54296 (using the object in the map to erase element from the ...François Dumont4-33/+299
2012-09-05random.cc (random_device::_M_init): Check whether cpuid instruction is availa...Ulrich Drepper2-4/+6
2012-09-05* include/ext/random.tcc (__gnu_cxx:normal_mv_distribution<>)Ulrich Drepper2-2/+4
2012-09-05random: Add __gnu_cxx:normal_mv_distribution<> class.Ulrich Drepper10-10/+834
2012-09-04random: Add __gnu_cxx::beta_distribution<> class.Ulrich Drepper10-0/+612
2012-09-04re PR bootstrap/54453 (r190783 breaks bootstrap on powerpc64-unknown-linux-gnu)Steven Bosscher3-4/+10
2012-08-30ChangeLog fixupBenjamin Kosnik1-6/+6
2012-08-30PR libstdc++/54005 continuedBenjamin Kosnik3-6/+13
2012-08-30random.h (random_device): Remove 'return' from constructor.Ulrich Drepper2-1/+6
2012-08-30testsuite_abi.cc (check_version): Add GLIBCXX_3.4.18.Benjamin Kosnik2-1/+6
2012-08-30Missing CL entryUlrich Drepper1-0/+8
2012-08-29random.h (random_device): Move implementation to...Ulrich Drepper6-41/+198
2012-08-29Add simd_fast_mersenne_twister_engine class.Ulrich Drepper13-11/+1397
2012-08-29PR libstdc++/54102, part 2Benjamin Kosnik109-4281/+3174
2012-08-29*: Regenerate.Benjamin Kosnik107-4863/+5981
2012-08-29re PR libstdc++/54102 (generated html vs. utf8)Benjamin Kosnik7-12/+57
2012-08-27Add interfaces to retrieve random numbers in bulk.Ulrich Drepper3-5/+1277
2012-08-27random.h (mersenne_twister_engine): Don't inline discard here.Ulrich Drepper3-31/+68
2012-08-26re PR libstdc++/54376 (incorrect complaint about redefinition)Marc Glisse21-45/+589
2012-08-26* testsuite/30_threads/async/54297.cc: Add dg-require-nanosleep.Jonathan Wakely2-0/+5
2012-08-26re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...Jonathan Wakely4-13/+36
2012-08-26Add testcase author to ChangeLog.Jonathan Wakely1-0/+1
2012-08-26re PR libstdc++/54351 (~unique_ptr() should not set stored pointer to null)Jonathan Wakely4-4/+96
2012-08-26re PR libstdc++/54297 ([C++11] Segmentation fault with std::async and release...Jonathan Wakely4-2/+67
2012-08-25re PR libstdc++/54248 (Comment in standard library header talks about boost)Jonathan Wakely2-2/+8
2012-08-24pt.c (tsubst_default_argument): Indicate where the default argument is being ...Jason Merrill2-5/+5
2012-08-23re PR libstdc++/54354 (TODO extended iomanip manipulators std::get_time and s...Jonathan Wakely52-235/+256
2012-08-15cxx11.cc (struct datum): New.Tom Tromey3-1/+28
2012-08-13re PR libstdc++/54185 (condition_variable not properly destructed)David Adler3-3/+71
2012-08-132012-08-10 François Dumont <fdumont@gcc.gnu.org>François Dumont7-158/+371
2012-08-13re PR libstdc++/54112 (including complex.h and complex fails in C++03)Marc Glisse5-4/+81