summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* * decl2.c (mark_used): Adjust error for use of deleted function.Jason Merrill2010-06-2935-128/+116
* re PR libstdc++/44708 (Enabling -std=c++0x results in ambiguous function over...Paolo Carlini2010-06-293-2/+40
* regex_compiler.h: Trivial formatting / stylistic fixes.Paolo Carlini2010-06-275-505/+515
* [multiple changes]Paolo Carlini2010-06-2624-24/+55
* faq.xml: Fix typo.Jonathan Wakely2010-06-263-2/+7
* 2010-06-25 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2010-06-251-143/+157
* Initial regex implementation.Stephen M. Webb2010-06-2592-19/+8884
* profiler_list_to_slist.h: Remove spurious semicolon; prefer pre-increment.Paolo Carlini2010-06-251-0/+11
* profiler_list_to_slist.h: Remove spurious semicolon; prefer pre-increment.Paolo Carlini2010-06-254-12/+12
* profiler_trace.h: Uglify it to __it, use everywhere std::size_t instead of si...Paolo Carlini2010-06-252-5/+10
* profiler_trace.h (__trace_base<>:: __trace_base()): Move inline, simplify; fo...Paolo Carlini2010-06-241-0/+6
* profiler_trace.h (__trace_base<>:: __trace_base()): Move inline, simplify; fo...Paolo Carlini2010-06-242-44/+35
* profiler_trace.h (__warning_data:: __warning_message): Change to std::string...Paolo Carlini2010-06-2415-596/+531
* stl_tree.h (erase(iterator), [...]): Remove inline specifier.Paolo Carlini2010-06-232-2/+7
* profiler_list_to_slist.h: Fix formatting, other minor stylistic changes.Paolo Carlini2010-06-2212-1817/+1990
* printers.py: Don't use string exceptions.Matthias Klose2010-06-222-4/+9
* re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min whi...Paolo Carlini2010-06-225-30/+29
* sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__=199901L, _XOPEN_SOUR...Rainer Orth2010-06-212-2/+7
* random.tcc (uniform_int_distribution<>::operator()): Fix to work well for arb...Paolo Carlini2010-06-202-17/+57
* re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ...Paolo Carlini2010-06-1843-142/+1112
* stl_uninitialized.h (__uninitialized_default, [...]): Add.Paolo Carlini2010-06-174-31/+204
* stl_construct.h (_Construct): Change to variadic in C++0x mode, consistently ...Paolo Carlini2010-06-164-84/+102
* compatibility.cc: Export long double versions of "C" math library for arm-lin...Matthias Klose2010-06-162-1/+11
* libstdc++.exp: Set additional_prunes.Jason Merrill2010-06-1539-49/+100
* call.c (convert_like_real): Give "initializing argument of" information for a...Jason Merrill2010-06-151-5/+0
* call.c (print_z_candidates): Do print viable deleted candidates.Jason Merrill2010-06-153-26/+3
* base.h (min, max): Mark inline.Paolo Carlini2010-06-133-7/+13
* shared_ptr.h (hash<shared_ptr>): Add.Paolo Carlini2010-06-116-1/+138
* appendix_contributing.xml: Indent code examples to match original C++STYLE do...Jonathan Wakely2010-06-1143-511/+582
* re PR libstdc++/44268 (abi docs say that hppa-linux defaults to libgcc_s.so.2)Jonathan Wakely2010-06-112-5/+25
* tuple (_Swallow_assign::operator=): Add const.Jonathan Wakely2010-06-112-7/+8
* re PR libstdc++/43918 (gcc 4.5.0 is failing for i586-pc-msdosdjgpp)Suresh Gumpula2010-06-103-0/+131
* tuple (tuple(const tuple&)): Define explicitly-defaulted.Paolo Carlini2010-06-103-5/+9
* re PR libstdc++/44487 ([C++0x] pair of references doesn't work)Paolo Carlini2010-06-106-9/+120
* type_traits (is_nothrow_constructible): Add.Paolo Carlini2010-06-109-8/+225
* re PR libstdc++/44461 (__cxa_end_cleanup ends up in wrong section i.e. not in...Khem Raj2010-06-092-4/+14
* re PR libstdc++/44413 (inefficient code for std::string::compare on x86-64)Paolo Carlini2010-06-092-6/+20
* re PR bootstrap/43170 (gcc 4.5 20100218 bootstrap compare fails on os x 10.6)Iain Sandoe2010-06-092-9/+14
* re PR libstdc++/44413 (inefficient code for std::string::compare on x86-64)Paolo Carlini2010-06-092-11/+12
* type_traits (has_nothrow_assign): Rename to has_nothrow_copy_assign.Paolo Carlini2010-06-088-4/+266
* 2010-06-08 Johannes Singler <singler@kit.edu>Johannes Singler2010-06-083-10/+23
* 2010-06-08 Johannes Singler <singler@kit.edu>Johannes Singler2010-06-082-3/+12
* re PR libstdc++/44417 (make check-target-libstdc++-v3 fails due to undefined ...Paolo Carlini2010-06-086-11/+33
* order_statistics_imp.hpp: Avoid -Wall warnings.Paolo Carlini2010-06-08151-487/+717
* Makefile.am, [...] (xml_sources_extra): Add fdl-1.3.xml.Jonathan Wakely2010-06-0750-384/+1005
* pointer.h (_Pointer_adapter::operator++): Remove name of unused parameter.Jonathan Wakely2010-06-062-2/+7
* re PR libstdc++/40296 ([C++0x] std::exception_ptr comparisons)Jonathan Wakely2010-06-065-11/+131
* shared_ptr_base.h (_Sp_counted_ptr::_M_dispose): Make nullptr_t specializatio...Jonathan Wakely2010-06-052-3/+8
* status_cxx200x.xml: Update.Jonathan Wakely2010-06-052-4/+28
* [multiple changes]Jonathan Wakely2010-06-0511-33/+316