aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2009-06-24future (shared_future): Adjust doxygen comment.Jonathan Wakely2-1/+5
2009-06-24re PR libstdc++/40297 ([C++0x] debug mode vs atomics)Jonathan Wakely3-32/+42
2009-06-24MAINTAINERS: Add myself as mep maintainer.DJ Delorie2-0/+9
2009-06-23user.cfg.in (PREDEFINED): Add _GLIBCXX_ATOMIC_BUILTINS_*.Benjamin Kosnik8-22/+39
2009-06-23shared_ptr.h: Do not swap rvalues.Jonathan Wakely7-38/+53
2009-06-23macros.h: Replace @tbd with valid doxygen tag @todo.Jonathan Wakely3-2/+7
2009-06-23re PR libstdc++/40518 (data races when calling std::string::erase() on empty ...Paolo Carlini3-16/+45
2009-06-22testsuite_common_types.h (bitwise_operators, [...]): Initialize a and b.Paolo Carlini6-11/+26
2009-06-221.cc: Mark test as possibly unused.Paolo Carlini5-4/+12
2009-06-21future: New.Jonathan Wakely69-5/+4453
2009-06-212009-06-20 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini3-45/+8
2009-06-20re PR libstdc++/40497 ([C++0x] troubles with std::next / std::prev declarations)Paolo Carlini3-4/+52
2009-06-19random.h (_Adaptor): Simplify for _DInputType always a floating point type.Paolo Carlini4-65/+56
2009-06-19random.tcc (discrete_distribution<>::param_type:: param_type(size_t, double, ...Paolo Carlini3-98/+133
2009-06-18check_construct_destroy.h: New.Benjamin Kosnik53-1582/+2116
2009-06-17hook.in: Do not fail when there is no current objfile.Tom Tromey2-27/+37
2009-06-16exception_ptr.h (exception_ptr::swap(exception_ptr&&)): Remove.Jonathan Wakely3-11/+54
2009-06-16thread (~thread(), [...]): Call terminate if joinable.Jonathan Wakely2-2/+7
2009-06-15printers.py (StdMapPrinter.__init__): Don't set self.iter.Tom Tromey2-6/+16
2009-06-11random.tcc (negative_binomial_distribution<>::operator() (_UniformRandomNumbe...Paolo Carlini3-262/+271
2009-06-10printers.py (lookup_function): Remove extra ';'.Tom Tromey2-7/+13
2009-06-10re PR libstdc++/40289 (share/libstdc++/python/ pollutes common namespace)Tom Tromey4-8/+74
2009-06-10move.h: Doxygen group fixes.Benjamin Kosnik2-3/+15
2009-06-08random.tcc (gamma_distribution<>::operator() (_UniformRandomNumberGenerator&,...Paolo Carlini3-217/+120
2009-06-05aggregate.cc: Remove xfail.Benjamin Kosnik2-2/+6
2009-06-05throw_allocator.h: Rework.Benjamin Kosnik11-365/+383
2009-06-036.cc: Adjust test name.Benjamin Kosnik2-2/+6
2009-06-03re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons)Paolo Carlini7-10/+52
2009-06-02crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.Richard Sandiford3-0/+17467
2009-06-02re PR libstdc++/40299 (Rope + C++0x mode = build error)Paolo Carlini3-6/+39
2009-05-28Makefile.in, [...]: New files.Tom Tromey11-6/+1237
2009-05-28testsuite_allocator.h (check_new, [...]): Move to ...Benjamin Kosnik41-1163/+309
2009-05-27call.c (implicit_conversion): Handle conversion from initializer-list to scalar.Jason Merrill2-2/+2
2009-05-27initializer_list: Format.Benjamin Kosnik4-27/+91
2009-05-27re PR libstdc++/40273 ([C++0x] Invalid conversion to bool is reported)Benjamin Kosnik4-6/+84
2009-05-24initializer_list (initializer_list): Add missing typedefs.Eelis van der Weegen2-0/+13
2009-05-22re PR bootstrap/40221 (Powerpc bootstrap is broken in building libstdc++)Benjamin Kosnik2-2/+7
2009-05-22re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc executi...Paolo Carlini1-0/+0
2009-05-22re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc executi...Paolo Carlini7-221/+225
2009-05-21functional (function): Use explicit operator bool.Benjamin Kosnik15-57/+67
2009-05-2014340.cc: Abstract list type.Benjamin Kosnik44-429/+572
2009-05-19re PR libstdc++/40184 (locale(const char* std_name) can create invalid facets...Paolo Carlini6-7/+129
2009-05-18re PR c++/40192 (Unable to use std::vector with typedef'd array types)Paolo Carlini3-3/+57
2009-05-18stl_pair.h (swap): Do not swap rvalues.Jonathan Wakely47-685/+134
2009-05-16mutex: Move std::lock_error to ...Jonathan Wakely5-17/+27
2009-05-1540160.cc: Remove spurious double include.Paolo Carlini2-2/+5
2009-05-15re PR libstdc++/40160 (-fno-rtti vs _GLIBCXX_DEBUG)Paolo Carlini4-13/+90
2009-05-15num_xbound_fun.cc: Minor tweaks.Paolo Carlini6-34/+56
2009-05-15re PR libstdc++/36211 (__iconv_adaptor chooses char** where const char** is r...David Billinghurst2-2/+7
2009-05-15num_xbound_fun.cc: Replace non-standard macro M_PI with constant pi.David Billinghurst6-10/+33