aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
AgeCommit message (Expand)AuthorFilesLines
2015-05-26locale_conv.h: Fix copyright years.Jonathan Wakely2-2/+2
2015-05-232015-05-23 François Dumont fdumont@gcc.gnu.org>François Dumont1-2/+2
2015-05-20formatter.h (_GLIBCXX_TYPEID): New macro to simplify usage of typeid.François Dumont1-95/+75
2015-05-202015-05-20 François Dumont <fdumont@gcc.gnu.org>François Dumont3-21/+27
2015-05-20re PR libstdc++/66078 (20_util/specialized_algorithms/uninitialized_copy/8085...Jonathan Wakely1-0/+9
2015-05-19stl_list.h (_M_resize_pos(size_type&)): Declare.Jonathan Wakely2-22/+68
2015-05-17unordered_map.h (unordered_map, [...]): Add missing constructors.François Dumont6-64/+450
2015-05-14re PR libstdc++/66055 (hash containers missing required reserving constructors)Nathan Myers2-0/+41
2015-05-13shared_ptr_base.h (__shared_count(unique_ptr&&)): Check for nullptr (LWG 2415).Jonathan Wakely1-0/+5
2015-05-13stl_raw_storage_iter.h (raw_storage_iterator::base()): Define (LWG 2454).Jonathan Wakely1-0/+4
2015-05-13future (packaged_task(allocator_arg_t, const A&, F&&): Remove explicit (LWG 2...Jonathan Wakely1-1/+1
2015-05-13basic_string.h (basic_string::basic_string()): Make noexcept conditional on a...Jonathan Wakely1-1/+4
2015-05-13* include/std/complex (polar): Check for negative rho (LWG 2459).Jonathan Wakely1-1/+4
2015-05-13tuple (apply): Handle pointers to member (LWG 2418).Jonathan Wakely2-6/+11
2015-05-13* include/bits/random.h (seed_seq): More noexcept (LWG 2440).Jonathan Wakely1-4/+2
2015-05-13alloc_traits.h (_S_max_size): Implement LWG 2466.Jonathan Wakely1-1/+6
2015-05-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner1-7/+35
2015-05-05re PR libstdc++/51617 ([C++0x] async(f) isn't.)Jonathan Wakely1-1/+1
2015-05-02any (any::_Storage): Fix alignment of buffer.Jonathan Wakely1-2/+3
2015-05-02iterator (ostream_joiner): Simplify by using the injected-class-name and the ...Jonathan Wakely1-16/+6
2015-05-02iterator: New.Jonathan Wakely3-0/+129
2015-05-02numeric: New.Jonathan Wakely3-0/+90
2015-05-02Revert addition of feature macros from other headers per latest SD-6.Edward Smith-Rowland8-16/+0
2015-05-02any (any::_Storage): Make non-copyable.Jonathan Wakely1-33/+91
2015-05-02fs_path.h (filesystem_error::~filesystem_error): Declare.Jonathan Wakely1-0/+2
2015-05-02re PR libstdc++/65978 (missing constexpr on std::forward_as_tuple and std::ti...Jonathan Wakely1-2/+6
2015-05-02deque: Add feature-test macro.Edward Smith-Rowland8-0/+16
2015-05-01* include/experimental/memory: Correct feature-test macro.Jonathan Wakely1-1/+1
2015-05-01memory: Add feature-test macro.Jonathan Wakely2-0/+4
2015-05-01Implement observer_ptr.Ville Voutilainen3-0/+257
2015-05-01acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not a...Jonathan Wakely1-1/+1
2015-05-01fs_path.h (path::_List): Use vector instead of list.Jonathan Wakely1-2/+2
2015-05-01fs_dir.h: Fix use of non-reserved names.Jonathan Wakely3-22/+22
2015-05-01locale_classes.h (locale::facet): Delete copy operations in C++11 mode.Jonathan Wakely1-5/+13
2015-05-01* include/bits/alloc_traits.h (__alloc_rebind): Change parameter name.Jonathan Wakely1-2/+2
2015-05-01Inline one-line erasure dispatch functions.Edward Smith-Rowland8-16/+17
2015-05-01memory (pointer_safety, [...]): Define.Jonathan Wakely1-0/+20
2015-04-30Implement N4100 File System TSJonathan Wakely10-180/+2304
2015-04-30Add fundamentals TR container erasure.Edward Smith-Rowland12-4/+722
2015-04-302015-04-30 François Dumont <fdumont@gcc.gnu.org>François Dumont3-41/+42
2015-04-30hashtable_policy.h (_Prime_rehash_policy::_S_n_primes): Delete.François Dumont1-2/+0
2015-04-29re PR libstdc++/65760 (invalid use of incomplete type with std::is_convertibl...Jonathan Wakely1-1/+1
2015-04-29re PR libstdc++/64657 (Support iterators with overloaded operator-comma)Jonathan Wakely6-28/+36
2015-04-28stl_algo.h (random_shuffle): Only define for hosted implementations.Jonathan Wakely1-0/+2
2015-04-28re PR libstdc++/65883 (numeric_limits<unsigned __int128>::max() returns incor...Marc Glisse1-1/+2
2015-04-28vector (_Safe_vector::operator=): Add missing returns.Stephan Bergmann1-1/+5
2015-04-28re PR libstdc++/60333 (type_traits make_signed, make_unsigned missing support...Jonathan Wakely1-12/+11
2015-04-28re PR libstdc++/61645 (forward_list::splice_after shall not throw exceptions)Jonathan Wakely2-7/+7
2015-04-28re PR libstdc++/65631 (seed_seq should not be copyable)Jonathan Wakely1-0/+4
2015-04-28type_traits (void_t): Add.Jonathan Wakely1-0/+6