Age | Commit message (Expand) | Author | Files | Lines |
2010-09-07 | re PR libstdc++/45549 (merge is_iterator into iterator_traits) | Paolo Carlini | 3 | -18/+32 |
2010-09-07 | re PR libstdc++/45398 ([C++0x] Missing atomic<_Tp*>::store definition) | Paolo Carlini | 1 | -14/+6 |
2010-09-03 | re PR libstdc++/45347 (concurrence.h: In constructor '__gnu_cxx::__cond::__co... | Paolo Carlini | 1 | -1/+3 |
2010-09-02 | re PR libstdc++/40974 (cannot build gcc-4.4.1: fenv_t has not been declared) | Paolo Carlini | 2 | -2/+2 |
2010-09-01 | re PR libstdc++/45488 (lower_bound doesn't really require the iterator parame... | Christopher Yeleighton | 2 | -31/+22 |
2010-08-31 | re PR libstdc++/44480 ([C++0x] Linear performance of begin() in unordered ass... | Paolo Carlini | 1 | -53/+61 |
2010-08-29 | [multiple changes] | Paolo Carlini | 16 | -72/+142 |
2010-08-27 | stl_iterator_base_types.h: Fix doxygen warning. | Benjamin Kosnik | 1 | -1/+7 |
2010-08-17 | re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of ... | Paolo Carlini | 2 | -6/+6 |
2010-08-16 | re PR libstdc++/45300 (in cstdio/cstdlib keyword restrict is used instead of ... | Paolo Carlini | 4 | -14/+16 |
2010-08-14 | hashtable.h (_Hashtable<>::operator=(const _Hashtable&)): Move inline. | Paolo Carlini | 7 | -155/+142 |
2010-08-14 | re PR libstdc++/45281 (performance/ext/pb_ds/priority_queue_text_modify_down_... | Paolo Carlini | 1 | -22/+1 |
2010-08-13 | ios_init.cc (ios_base::Init::~Init): Add back semicolon at the end of the _GL... | Paolo Carlini | 6 | -18/+18 |
2010-08-12 | c++config (_GLIBCXX_SYNCHRONIZATION_HAPPENS_BEFORE, [...]): Add. | Kostya Serebryany | 6 | -8/+76 |
2010-08-11 | hashtable.h (_Hashtable<>::erase(const key_type&)): Use std::__addressof. | Paolo Carlini | 2 | -8/+22 |
2010-08-11 | stl_algo.h (shuffle): Change signature consistently with random_shuffle (US 1... | Paolo Carlini | 2 | -2/+2 |
2010-08-11 | move.h (forward): Reinstate the N2835 version. | Paolo Carlini | 1 | -10/+23 |
2010-08-11 | re PR libstdc++/42925 ([GB 99] Not possible to compare unique_ptr with 0) | Paolo Carlini | 3 | -1/+61 |
2010-08-11 | unique_ptr.h: Replace _Tp_Deleter -> _Dp, and _Up_Deleter -> _Ep. | Paolo Carlini | 1 | -55/+55 |
2010-08-10 | shared_ptr_base.h: Remove a few now redundant __glibcxx_function_requires(_Co... | Paolo Carlini | 1 | -7/+3 |
2010-08-10 | cons_overflow_neg.cc: Avoid -Wall warnings. | Paolo Carlini | 4 | -15/+48 |
2010-08-10 | re PR libstdc++/45228 ([C++0x] Can't copy-construct "tuple<int,int,int>" from... | Paolo Carlini | 1 | -19/+89 |
2010-08-08 | re PR libstdc++/44963 ([DR 1334] Ambiguous function overload using __gnu_cxx:... | Paolo Carlini | 1 | -3/+25 |
2010-08-08 | cmath: Implement US 136. | Paolo Carlini | 2 | -16/+358 |
2010-08-06 | * include/std/thread: Add deleted thread(thread&). | Jason Merrill | 1 | -0/+1 |
2010-08-06 | tuple (pack_arguments): Rename to forward_as_tuple and simplify, per US 98 an... | Paolo Carlini | 1 | -20/+3 |
2010-08-06 | tuple (begin, end): Remove per GB 87. | Paolo Carlini | 1 | -18/+0 |
2010-08-06 | ratio (ratio_less): Improve, use ratio_divide to avoid more overflows. | Paolo Carlini | 1 | -13/+20 |
2010-08-05 | utility (begin, end): Remove per GB 85. | Paolo Carlini | 2 | -22/+1 |
2010-08-05 | move.h (forward): Update to N3092. | Paolo Carlini | 32 | -78/+58 |
2010-07-27 | [multiple changes] | Paolo Carlini | 19 | -1/+199 |
2010-07-27 | acinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): Remove. | Paolo Carlini | 2 | -25/+4 |
2010-07-25 | re PR libstdc++/45060 (Wreorder warning in bits/hashtable.h) | Jonathan Wakely | 1 | -2/+2 |
2010-07-11 | type_traits (is_convertible): Use SFINAE. | Paolo Carlini | 1 | -7/+13 |
2010-07-08 | stl_heap.h: Update markup. | Benjamin Kosnik | 5 | -12/+12 |
2010-07-03 | regex_compiler.h: Fix filename in doxygen comment. | Jonathan Wakely | 6 | -6/+6 |
2010-07-02 | gc++filt.m4: New file. | Rainer Orth | 1 | -0/+2 |
2010-06-29 | Enable implicitly declared move constructor/operator= (N3053). | Jason Merrill | 2 | -0/+28 |
2010-06-29 | re PR libstdc++/44708 (Enabling -std=c++0x results in ambiguous function over... | Paolo Carlini | 1 | -2/+2 |
2010-06-27 | regex_compiler.h: Trivial formatting / stylistic fixes. | Paolo Carlini | 4 | -505/+508 |
2010-06-25 | Initial regex implementation. | Stephen M. Webb | 12 | -19/+5006 |
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 | 1 | -5/+5 |
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 | 14 | -596/+502 |
2010-06-23 | stl_tree.h (erase(iterator), [...]): Remove inline specifier. | Paolo Carlini | 1 | -2/+2 |
2010-06-22 | profiler_list_to_slist.h: Fix formatting, other minor stylistic changes. | Paolo Carlini | 11 | -1817/+1975 |
2010-06-22 | re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min whi... | Paolo Carlini | 4 | -30/+19 |
2010-06-20 | random.tcc (uniform_int_distribution<>::operator()): Fix to work well for arb... | Paolo Carlini | 1 | -17/+51 |
2010-06-18 | re PR libstdc++/32618 (std::vector calls uneccessary constructors instead of ... | Paolo Carlini | 14 | -40/+717 |