Age | Commit message (Expand) | Author | Files | Lines |
2011-07-21 | safe_unordered_sequence.h, [...]: Rename respectively in... | François Dumont | 7 | -66/+72 |
2011-07-21 | mutex (timed_mutex, [...]): Update to use steady_clock instead of monotonic_c... | Paolo Carlini | 1 | -2/+2 |
2011-07-21 | array (array::at, [...]): Mark constexpr. | Benjamin Kosnik | 1 | -6/+10 |
2011-07-21 | chrono: (system_clock::is_steady): Update to N3291 from is_monotonic. | Benjamin Kosnik | 1 | -13/+23 |
2011-07-20 | system_error: Use noexcept. | Paolo Carlini | 1 | -51/+53 |
2011-07-20 | stdc++.h: Add scoped_allocator. | Ed Smith-Rowland | 1 | -1/+2 |
2011-07-20 | bitset (operator[]): Make constexpr. | Benjamin Kosnik | 1 | -8/+7 |
2011-07-20 | safe_local_iterator.h (_Safe_local_iterator<>:: _Safe_local_iterator(const _I... | Paolo Carlini | 1 | -1/+1 |
2011-07-19 | safe_unordered_base.h, [...]: New, support for unordered sequence safe local ... | François Dumont | 13 | -146/+1365 |
2011-07-18 | re PR libstdc++/48430 (std::hash partial specialization for std::unique_ptr a... | Paolo Carlini | 2 | -2/+2 |
2011-07-11 | re PR libstdc++/49559 ([C++0x] stable_sort calls self-move-assignment operator) | Paolo Carlini | 2 | -94/+171 |
2011-07-09 | Makefile.am: Add new header. | Jonathan Wakely | 3 | -0/+375 |
2011-07-09 | stl_vector.h: Use new allocator model in C++0x mode. | Jonathan Wakely | 2 | -55/+134 |
2011-07-09 | alloc_traits.h (__allocator_always_compares_equal): New trait, provide partia... | Jonathan Wakely | 1 | -4/+79 |
2011-07-09 | cast.h: Fix typo in include guard. | Jonathan Wakely | 2 | -14/+9 |
2011-07-09 | re PR libstdc++/49668 ([C++0x] std::thread does not forward its args as rvalues) | Jonathan Wakely | 4 | -44/+146 |
2011-07-08 | configure.host (abi_baseline_subdir_switch): Describe. | Rainer Orth | 1 | -0/+1 |
2011-06-29 | set.h, [...]: Remove base class default constructor calls. | François Dumont | 11 | -68/+54 |
2011-06-22 | pat_trie_base.hpp: Avoid -Wall warning. | Paolo Carlini | 1 | -1/+1 |
2011-06-22 | stl_construct.h: Update Copyright years. | Paolo Carlini | 2 | -2/+2 |
2011-06-22 | Makefile.am: Add alloc_traits.h headers. | Jonathan Wakely | 8 | -411/+647 |
2011-06-21 | move.h (__is_nothrow_swappable): Add. | Daniel Krugler | 2 | -2/+16 |
2011-06-20 | tuple (__conv_types, [...]): Add. | Daniel Krugler | 1 | -111/+38 |
2011-06-14 | ptr_traits.h (pointer_traits<T*>::pointer_to): Use noexcept. | Jonathan Wakely | 1 | -1/+1 |
2011-06-14 | valarray (~valarray): Use noexcept. | Paolo Carlini | 2 | -3/+3 |
2011-06-14 | functional: Use noexcept. | Paolo Carlini | 2 | -26/+29 |
2011-06-12 | allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. | François Dumont | 11 | -54/+150 |
2011-06-11 | extptr_allocator.h (construct, destroy): Fix for C++0x mode by overloading to... | Jonathan Wakely | 1 | -0/+9 |
2011-06-10 | throw_allocator.h: Use noexcept. | Paolo Carlini | 8 | -65/+84 |
2011-06-10 | *: Doxygen markup redo. | Benjamin Kosnik | 67 | -1380/+1288 |
2011-06-09 | type_traits (__is_copy_assignable_impl, [...]): Fix typos. | Paolo Carlini | 1 | -2/+2 |
2011-06-08 | extptr_allocator.h: Include <ext/numeric_traits.h> instead of <limits>. | Paolo Carlini | 3 | -6/+7 |
2011-06-08 | allocator.h (__shrink_to_fit): Simplify. | Paolo Carlini | 4 | -23/+13 |
2011-06-07 | move.h (struct __move_if_noexcept_cond): Add. | Paolo Carlini | 4 | -43/+67 |
2011-06-06 | move.h (move_if_noexcept): Use __and_ and __not_. | Paolo Carlini | 1 | -2/+2 |
2011-06-05 | ptr_traits.h (pointer_traits): Fix typos. | Jonathan Wakely | 2 | -4/+44 |
2011-06-01 | hashtable.h (_Hashtable<>::_Hashtable(_Hashtable&&)): Use std::move on the al... | Paolo Carlini | 36 | -79/+158 |
2011-05-31 | basic_string.h: Use noexcept per the FDIS (minus compare(const string&)... | Paolo Carlini | 5 | -85/+125 |
2011-05-31 | type_traits (__or_, __and_): Add trivial definitions for a single element. | Paolo Carlini | 3 | -58/+97 |
2011-05-31 | tuple: Restore is_convertible constraint. | Jonathan Wakely | 1 | -1/+1 |
2011-05-30 | tuple: Implement uses-allocator construction. | Jonathan Wakely | 5 | -31/+355 |
2011-05-28 | acinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBCXX_CHECK_SC_NPROCESSOR... | Jonathan Wakely | 1 | -2/+1 |
2011-05-28 | Makefile.am: Add new ptr_traits.h header. | Jonathan Wakely | 12 | -59/+718 |
2011-05-28 | future (launch): Update enumerators and define operators required for bitmask... | Jonathan Wakely | 1 | -28/+57 |
2011-05-28 | future: Use noexcept. | Jonathan Wakely | 1 | -61/+61 |
2011-05-27 | thread (this_thread::sleep_until): Move after sleep_for. | Jonathan Wakely | 1 | -6/+6 |
2011-05-27 | re PR libstdc++/49187 (parallel mode compilation broken - unqualified lookup?... | Paolo Carlini | 6 | -14/+26 |
2011-05-26 | list.cc: Use noexcept per the FDIS. | Paolo Carlini | 32 | -507/+507 |
2011-05-26 | stl_queue.h: Use noexcept per the FDIS. | Paolo Carlini | 2 | -0/+6 |
2011-05-26 | mutex: Add doxygen comments. | Jonathan Wakely | 1 | -0/+4 |