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