aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2015-05-02any (any::_Storage): Fix alignment of buffer.Jonathan Wakely4-3/+61
2015-05-02iterator (ostream_joiner): Simplify by using the injected-class-name and the ...Jonathan Wakely2-16/+9
2015-05-02iterator: New.Jonathan Wakely9-8/+314
2015-05-02numeric: New.Jonathan Wakely8-12/+171
2015-05-02Revert addition of feature macros from other headers per latest SD-6.Edward Smith-Rowland9-16/+12
2015-05-02any (any::_Storage): Make non-copyable.Jonathan Wakely4-34/+180
2015-05-02fs_path.h (filesystem_error::~filesystem_error): Declare.Jonathan Wakely3-0/+9
2015-05-02re PR libstdc++/65978 (missing constexpr on std::forward_as_tuple and std::ti...Jonathan Wakely3-17/+30
2015-05-02ops.cc (last_write_time): Set timespec members explicitly instead of with a b...Jonathan Wakely2-7/+15
2015-05-02deque: Add feature-test macro.Edward Smith-Rowland9-0/+27
2015-05-01* include/experimental/memory: Correct feature-test macro.Jonathan Wakely2-1/+3
2015-05-01memory: Add feature-test macro.Jonathan Wakely5-4/+14
2015-05-01Implement observer_ptr.Ville Voutilainen12-0/+775
2015-05-01* src/filesystem/path.cc (path::compare): Do not copy strings.Jonathan Wakely2-2/+10
2015-05-01acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not a...Jonathan Wakely8-19/+158
2015-05-01fs_path.h (path::_List): Use vector instead of list.Jonathan Wakely5-17/+61
2015-05-01fs_dir.h: Fix use of non-reserved names.Jonathan Wakely5-22/+34
2015-05-01locale_classes.h (locale::facet): Delete copy operations in C++11 mode.Jonathan Wakely2-5/+16
2015-05-01* include/bits/alloc_traits.h (__alloc_rebind): Change parameter name.Jonathan Wakely2-2/+4
2015-05-01acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable for solaris.Jonathan Wakely3-2/+7
2015-05-01Inline one-line erasure dispatch functions.Edward Smith-Rowland9-16/+28
2015-05-01intro.xml: Link to new status_cxx2017.xml file.Jonathan Wakely10-35/+365
2015-05-01memory (pointer_safety, [...]): Define.Jonathan Wakely3-0/+70
2015-04-30Implement N4100 File System TSJonathan Wakely69-197/+8252
2015-04-30Add fundamentals TR container erasure.Edward Smith-Rowland22-4/+1278
2015-04-302015-04-30 François Dumont <fdumont@gcc.gnu.org>François Dumont4-41/+51
2015-04-30hashtable_policy.h (_Prime_rehash_policy::_S_n_primes): Delete.François Dumont3-3/+11
2015-04-29re PR libstdc++/65839 (xmethods need updating once gdb decides how to fix 18285)Doug Evans9-21/+177
2015-04-29Use consistent naming for value type attributes.Doug Evans2-27/+42
2015-04-29re PR libstdc++/65760 (invalid use of incomplete type with std::is_convertibl...Jonathan Wakely3-1/+44
2015-04-29re PR libstdc++/64657 (Support iterators with overloaded operator-comma)Jonathan Wakely10-31/+137
2015-04-29list.cc (_GLIBCXX_USE_CXX11_ABI): Define to zero.Doug Evans2-0/+8
2015-04-28stl_algo.h (random_shuffle): Only define for hosted implementations.Jonathan Wakely2-0/+7
2015-04-28Makefile.am (SUBDIRS): Move python to hosted_source.Jonathan Wakely5-17/+24
2015-04-28re PR libstdc++/65883 (numeric_limits<unsigned __int128>::max() returns incor...Marc Glisse2-1/+7
2015-04-28vector (_Safe_vector::operator=): Add missing returns.Stephan Bergmann2-1/+9
2015-04-28re PR libstdc++/60333 (type_traits make_signed, make_unsigned missing support...Jonathan Wakely7-16/+161
2015-04-28re PR libstdc++/61645 (forward_list::splice_after shall not throw exceptions)Jonathan Wakely3-7/+13
2015-04-28re PR libstdc++/65631 (seed_seq should not be copyable)Jonathan Wakely3-0/+37
2015-04-28exception (uncaught_exceptions): Add comment.Jonathan Wakely3-2/+13
2015-04-28type_traits (void_t): Add.Jonathan Wakely3-0/+56
2015-04-28regex.tcc: Handle regex_constants::__polynomial.Tim Shen6-19/+31
2015-04-27re PR libstdc++/65909 (check_v3_target_namedlocale blows up on targets that d...Sandra Loosemore2-0/+12
2015-04-27eh_catch.cc (uncaught_exception, [...]): Return false or zero if the library ...Federico Lenarduzzi3-1/+17
2015-04-27gnu.ver: Fix comment.Ville Voutilainen2-1/+3
2015-04-27Add support for std::uncaught_exceptions.Ville Voutilainen7-3/+197
2015-04-27re PR libstdc++/62258 (uncaught_exception() equals to `true' after rethrow_ex...Dmitry Prokoptsev3-0/+72
2015-04-27extensions.xml: Add cross-reference.Jonathan Wakely3-2/+9
2015-04-22libstdc++, libgfortran gthr workaround for muslSzabolcs Nagy3-0/+13
2015-04-22[PATCH][libstc++v3]Add new dg-require-thread-fence directive.Renlin Li6-0/+76