Age | Commit message (Expand) | Author | Files | Lines |
2010-08-08 | re PR libstdc++/44963 ([DR 1334] Ambiguous function overload using __gnu_cxx:... | Paolo Carlini | 4 | -4/+71 |
2010-08-08 | cmath: Implement US 136. | Paolo Carlini | 4 | -16/+458 |
2010-08-06 | hook.in: Rename variable dir to dir_. | David Malcolm | 2 | -3/+8 |
2010-08-06 | * include/std/thread: Add deleted thread(thread&). | Jason Merrill | 3 | -7/+7 |
2010-08-06 | tuple (pack_arguments): Rename to forward_as_tuple and simplify, per US 98 an... | Paolo Carlini | 4 | -32/+25 |
2010-08-06 | tuple (begin, end): Remove per GB 87. | Paolo Carlini | 3 | -51/+5 |
2010-08-06 | ratio (ratio_less): Improve, use ratio_divide to avoid more overflows. | Paolo Carlini | 4 | -16/+42 |
2010-08-05 | utility (begin, end): Remove per GB 85. | Paolo Carlini | 4 | -55/+9 |
2010-08-05 | move.h (forward): Update to N3092. | Paolo Carlini | 36 | -190/+98 |
2010-07-27 | acinclude.m4 ([GLIBCXX_COMPUTE_STDIO_INTEGER_CONSTANTS]): Fix messages. | Paolo Carlini | 3 | -20/+21 |
2010-07-27 | [multiple changes] | Paolo Carlini | 43 | -1/+970 |
2010-07-27 | acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): Remove. | Paolo Carlini | 10 | -132/+175 |
2010-07-26 | 14220.cc: XFAIL on Solaris 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10... | Rainer Orth | 6 | -15/+37 |
2010-07-25 | re PR libstdc++/45060 (Wreorder warning in bits/hashtable.h) | Jonathan Wakely | 2 | -2/+8 |
2010-07-22 | DocBook 4.5 to 5.0 transition. | Benjamin Kosnik | 60 | -4423/+4093 |
2010-07-21 | appendix_contributing.xml: Update for new reality. | Benjamin Kosnik | 5 | -42/+161 |
2010-07-20 | [multiple changes] | Paolo Carlini | 2 | -13/+30 |
2010-07-20 | Makefile.am (doc-texinfo): New rule. | Benjamin Kosnik | 3 | -12/+58 |
2010-07-14 | shared_ptr.xml: Update. | Jonathan Wakely | 42 | -198/+190 |
2010-07-13 | Makefile.am: Edit pdf rules. | Benjamin Kosnik | 4 | -419/+461 |
2010-07-11 | type_traits (is_convertible): Use SFINAE. | Paolo Carlini | 5 | -12/+27 |
2010-07-09 | re PR libstdc++/44875 (libstdc++ status documentation fails to mention missin... | Jonathan Wakely | 42 | -162/+172 |
2010-07-08 | stl_heap.h: Update markup. | Benjamin Kosnik | 10 | -24/+58 |
2010-07-06 | status_cxx200x.xml: Add some missing features. | Jonathan Wakely | 43 | -180/+201 |
2010-07-03 | regex_compiler.h: Fix filename in doxygen comment. | Jonathan Wakely | 7 | -6/+15 |
2010-07-02 | acinclude.m4 (symvers_renaming): Define HAVE_SYMVER_SYMBOL_RENAMING_RUNTIME_S... | Rainer Orth | 4 | -8/+17 |
2010-07-02 | - Revert two chunks from libstdc++-v3/python/libstdcxx/v6/printers.py, | Matthias Klose | 1 | -3/+2 |
2010-07-02 | Missed in last commit. | Rainer Orth | 1 | -0/+2 |
2010-07-02 | gc++filt.m4: New file. | Rainer Orth | 19 | -51/+404 |
2010-06-29 | Enable implicitly declared move constructor/operator= (N3053). | Jason Merrill | 3 | -0/+32 |
2010-06-29 | * decl2.c (mark_used): Adjust error for use of deleted function. | Jason Merrill | 35 | -128/+116 |
2010-06-29 | re PR libstdc++/44708 (Enabling -std=c++0x results in ambiguous function over... | Paolo Carlini | 3 | -2/+40 |
2010-06-27 | regex_compiler.h: Trivial formatting / stylistic fixes. | Paolo Carlini | 5 | -505/+515 |
2010-06-26 | [multiple changes] | Paolo Carlini | 24 | -24/+55 |
2010-06-26 | faq.xml: Fix typo. | Jonathan Wakely | 3 | -2/+7 |
2010-06-25 | 2010-06-25 Paolo Carlini <paolo.carlini@oracle.com> | Paolo Carlini | 1 | -143/+157 |
2010-06-25 | Initial regex implementation. | Stephen M. Webb | 92 | -19/+8884 |
2010-06-25 | profiler_list_to_slist.h: Remove spurious semicolon; prefer pre-increment. | Paolo Carlini | 1 | -0/+11 |
2010-06-25 | profiler_list_to_slist.h: Remove spurious semicolon; prefer pre-increment. | Paolo Carlini | 4 | -12/+12 |
2010-06-25 | profiler_trace.h: Uglify it to __it, use everywhere std::size_t instead of si... | Paolo Carlini | 2 | -5/+10 |
2010-06-24 | profiler_trace.h (__trace_base<>:: __trace_base()): Move inline, simplify; fo... | Paolo Carlini | 1 | -0/+6 |
2010-06-24 | profiler_trace.h (__trace_base<>:: __trace_base()): Move inline, simplify; fo... | Paolo Carlini | 2 | -44/+35 |
2010-06-24 | profiler_trace.h (__warning_data:: __warning_message): Change to std::string... | Paolo Carlini | 15 | -596/+531 |
2010-06-23 | stl_tree.h (erase(iterator), [...]): Remove inline specifier. | Paolo Carlini | 2 | -2/+7 |
2010-06-22 | profiler_list_to_slist.h: Fix formatting, other minor stylistic changes. | Paolo Carlini | 12 | -1817/+1990 |
2010-06-22 | printers.py: Don't use string exceptions. | Matthias Klose | 2 | -4/+9 |
2010-06-22 | re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min whi... | Paolo Carlini | 5 | -30/+29 |
2010-06-21 | sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__=199901L, _XOPEN_SOUR... | Rainer Orth | 2 | -2/+7 |
2010-06-20 | random.tcc (uniform_int_distribution<>::operator()): Fix to work well for arb... | Paolo Carlini | 2 | -17/+57 |
2010-06-18 | re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ... | Paolo Carlini | 43 | -142/+1112 |