aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-12re PR libstdc++/52681 ([C++11] Using std::thread without -pthread crashes wit...Jonathan Wakely2-0/+11
2012-08-09acinclude.m4: Update references to final C++11 standard.Jonathan Wakely7-27/+36
2012-08-07re PR libstdc++/54005 (Use __atomic_always_lock_free in libstdc++ is_lock_fre...Benjamin Kosnik3-6/+12
2012-08-06[multiple changes]Paolo Carlini21-39/+364
2012-08-04revert: stl_map.h (operator[](key_type&&)): Replace std::make_pair with value...Paolo Carlini3-39/+11
2012-08-03functions.h (__check_partition_lower_aux): Remove redundant comparison with p...François Dumont2-24/+62
2012-08-03stl_map.h (operator[](key_type&&)): Replace std::make_pair with value_type.Ollie Wild3-1/+46
2012-08-03memory: Include auto_ptr.h later.Jonathan Wakely10-37/+82
2012-07-30c++config (_GLIBCXX_END_NAMESPACE_CONTAINER): Fix order of closures.François Dumont2-2/+8
2012-07-29re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)François Dumont3-15/+66
2012-07-26Fix an english issue.François Dumont1-1/+1
2012-07-25re PR libstdc++/54075 ([4.7.1] unordered_map insert still slower than 4.6.2)François Dumont6-9/+223
2012-07-20re PR libstdc++/54025 (atomic<chrono::duration> won't compile: chrono::durati...Chip Salzenberg4-3/+41
2012-07-20adl.cc: Add missing dg-requires.Paolo Carlini2-1/+7
2012-07-19eh_personality.cc (__gxx_personality_seh0): New function.Tristan Gingold3-1/+27
2012-07-18DR 1170 PR c++/51213Paolo Carlini2-0/+44
2012-07-16re PR libstdc++/53270 (Error when bootstrapping gcc on hppa2.0-unknown-linux-...Jonathan Wakely3-57/+35
2012-07-16re PR libstdc++/53978 (Missing static const definitions in <bits/alloc_traits...Jonathan Wakely4-6/+61
2012-07-13re PR libstdc++/53657 ([C++11] pair(pair&&) move constructor is non-trivial)Paolo Carlini11-58/+71