aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2010-10-18re PR libstdc++/45866 ([C++0x] std::ratio_add, ratio_sub, ratio_multiply, rat...Paolo Carlini3-0/+115
2010-10-17forward_list.h (forward_list<>::erase_after): Return an iterator.Paolo Carlini10-43/+81
2010-10-17re PR libstdc++/43554 (profile-mode version of forward_list missing)Paolo Carlini6-7/+199
2010-10-15functional (function<>::operator==, operator!=): Remove, per LWG 1240.Paolo Carlini3-16/+10
2010-10-13re PR libstdc++/45990 (28_regex/07_traits/char/isctype.cc XPASSes on Solaris ...Jonathan Wakely2-1/+6
2010-10-13random.h (discrete_distribution<>::param_type:: param_type()): Default constr...Paolo Carlini5-38/+219
2010-10-12random.h (discrete_distribution<>::param_type): Disable move operations.Paolo Carlini2-6/+32
2010-10-12random.tcc (piecewise_linear_distribution<>:: operator()): Don't crash when t...Paolo Carlini3-0/+51
2010-10-11[multiple changes]Paolo Carlini7-20/+159
2010-10-11api.xml: Add link to 4.5 generated docs.Benjamin Kosnik2-0/+10
2010-10-08future (_Result_alloc): Derive from _Alloc, exploit the Empty Base Optimization.Paolo Carlini2-5/+8
2010-10-08re PR libstdc++/45403 (python pretty printer for std::string requires GDB 7.1)Jonathan Wakely2-1/+8
2010-10-08future (uses_allocator<packaged_task<>,>): Add; minor formatting tweaks.Paolo Carlini2-12/+23
2010-10-08future: Enable allocator support.Jonathan Wakely4-25/+10
2010-10-08re PR libstdc++/45893 ([C++0x] [DR 817] Finish updating std::bind to rvalue r...Jonathan Wakely7-98/+277
2010-10-07re PR libstdc++/45841 (r164529 cris-elf libstdc++ 27_io/basic_filebuf/seekoff...Hans-Peter Nilsson2-7/+22
2010-10-07conformance.exp: Apply check_v3_target_fileio as a gate for tests in subdirec...Hans-Peter Nilsson2-2/+11
2010-10-07locale_facets_nonio.tcc (time_get<>:: _M_extract_via_format): Tighten somewha...Paolo Carlini4-2/+152
2010-10-07re PR libstdc++/45924 ([C++0x] bind<R>(x)(y, z) fails)Jonathan Wakely1-0/+7
2010-10-07re PR libstdc++/45924 ([C++0x] bind<R>(x)(y, z) fails)Jonathan Wakely2-4/+49
2010-10-06functional (struct _Weak_result_type_impl): Add specializazions for cv-qualif...Paolo Carlini4-39/+229
2010-10-06re PR libstdc++/45863 (FAIL: libstdc++-abi/abi_check)Rainer Orth2-19/+68
2010-10-06re PR libstdc++/45841 (r164529 cris-elf libstdc++ 27_io/basic_filebuf/seekoff...David Krauss4-111/+211
2010-10-05locale_facets_nonio.h (time_get::get_time): Doc typo.Jonathan Wakely2-4/+9
2010-10-052010-10-05 Jonathan Wakely <jwakely.gcc@gmail.com>Jonathan Wakely1-1/+0
2010-10-05type_traits (_GLIBCXX_HAS_NESTED_TYPE): Add.Paolo Carlini6-77/+50
2010-10-05re PR libstdc++/44647 (std::nothrow and std::bad_alloc are coupled)Sebastian Huber5-17/+55
2010-10-04functional (function<>::swap): Use std::swap.Paolo Carlini3-18/+11
2010-10-04acinclude.m4 (GLIBCXX_ENABLE): Properly quote argument to AC_HELP_STRING.Andreas Schwab3-21/+37
2010-10-02Revert the pvs change.H.J. Lu2-55/+14
2010-10-01extract_symvers: Add support for tracking TLS symbols.Benjamin Kosnik4-5/+17
2010-10-01extract_symvers: Use pvs if present.Rainer Orth10-16/+17616
2010-09-30Check in support for Xilinx MicroBlaze processor.Michael Eager2-0/+40
2010-09-29[multiple changes]Paolo Carlini26-40/+1423
2010-09-28hash_bytes.cc (_Hash_bytes): Replace "clength" with "len" for "unusual sizeof...DJ Delorie2-1/+6
2010-09-28chi2_quality.cc: New.Matt Austern3-0/+391
2010-09-27allocator.h (allocator_arg_t, [...]): Add.Paolo Carlini9-23/+223
2010-09-27cmath (__pow_helper): Remove.Paolo Carlini10-198/+52
2010-09-222010-09-22 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-1/+1
2010-09-22re PR libstdc++/45628 (std::fstream::tellg invalidates I/O buffer)David Krauss11-141/+329
2010-09-22functional_hash.h (__hash_base): Add.Paolo Carlini12-22/+41
2010-09-22typeindex: New.Paolo Carlini10-22/+442
2010-09-22hash_bytes.cc: Move...Paolo Carlini9-38/+117
2010-09-20re PR libstdc++/45711 (Building with "--enable-libstdcxx-debug" fails during ...Ralf Wildenhues3-0/+13
2010-09-19Uglify C++ headers some more.Ralf Wildenhues4-14/+25
2010-09-19hash_bytes.cc: Compile load_bytes and shift_mix only when __SIZEOF_SIZE_T__ =...Paolo Carlini2-0/+7
2010-09-18re PR libstdc++/45713 (sizeof std::bitset<ULONG_MAX> == 1)Luc Hermitte3-2/+34
2010-09-16stl_raw_storage_iter.h (raw_storage_iterator<>:: operator=(const _Tp&)): Use ...Paolo Carlini2-2/+7
2010-09-16system_error (system_error::system_error(error_code), [...]): Fix for what() ...Paolo Carlini8-27/+40
2010-09-16complex (complex<float>::operator=(float), [...]): Simplify a tad...Paolo Carlini2-42/+58