summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* status_cxx2017.xml: Update status tables.Jonathan Wakely2015-06-058-6/+216
* shared_mutex (__shared_mutex_pthread, [...]): New helper types implementing t...Jonathan Wakely2015-06-058-170/+533
* Fix date of ChangeLog entry.Jonathan Wakely2015-06-051-1/+1
* Add __is_nothrow_swappable and take it into use.Ville Voutilainen2015-06-0514-29/+234
* 2015-06-03 François Dumont fdumont@gcc.gnu.org>François Dumont2015-06-032-0/+5
* abi.xml: Document versioning for 5.1.0 release.Jonathan Wakely2015-06-023-3/+9
* lwg-active.html: Update to R93.Jonathan Wakely2015-06-026-35960/+95845
* [libstdc++-v3]Add _GLIBCXX_HAVE_LIMIT_FSIZE to guard 27_io/fpos/14775.cc.Renlin Li2015-06-022-1/+5
* libstdc++.exp (libstdc++_init): Unset LANGUAGE environment variable.Jonathan Wakely2015-06-012-0/+9
* re PR libstdc++/66354 ([UBSAN] stl_algobase.h:708:7: runtime error: null poin...Jonathan Wakely2015-05-312-2/+8
* stl_algobase.h (__equal<true>::equal): Check length instead of checking for n...Jonathan Wakely2015-05-302-13/+12
* 2015-05-29 François Dumont fdumont@gcc.gnu.org>François Dumont2015-05-2919-203/+412
* status_cxx2017.xml: Fix duplicate ID attribute.Jonathan Wakely2015-05-295-3/+9
* future (__async_result_of): New alias template.Jonathan Wakely2015-05-294-11/+70
* re PR libstdc++/66327 (-fsanitize=nonnull-attribute errors in stl_algobase.h)Jonathan Wakely2015-05-292-3/+20
* re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely2015-05-283-4/+8
* re PR libstdc++/65352 (array<T,0>::begin()/end() etc. forms a null reference ...Jonathan Wakely2015-05-284-5/+23
* stl_tree.h (_Rb_tree::_M_end()): Return _Base_ptr instead of downcasting.Jonathan Wakely2015-05-272-77/+87
* re PR libstdc++/66017 (Undefined behaviour in std::set<long long>)Jonathan Wakely2015-05-274-21/+66
* xmethods.py (UniquePtrMethodsMatcher): Add operator-> support.Doug Evans2015-05-263-1/+26
* locale_conv.h: Fix copyright years.Jonathan Wakely2015-05-2612-11/+28
* 2015-05-23 François Dumont fdumont@gcc.gnu.org>François Dumont2015-05-232-23/+50
* re PR target/66224 (PowerPC _GLIBCXX_READ_MEM_BARRIER too weak)David Edelsohn2015-05-213-3/+11
* del_opv.cc: Suppress -Wsized-deallocation.Jason Merrill2015-05-213-0/+11
* formatter.h (_GLIBCXX_TYPEID): New macro to simplify usage of typeid.François Dumont2015-05-203-278/+271
* 2015-05-20 François Dumont <fdumont@gcc.gnu.org>François Dumont2015-05-204-21/+38
* * testsuite/util/testsuite_fs.h (nonexistent_path): Don't use tempnam.Jonathan Wakely2015-05-202-10/+7
* re PR libstdc++/66078 (20_util/specialized_algorithms/uninitialized_copy/8085...Jonathan Wakely2015-05-205-3/+167
* stl_list.h (_M_resize_pos(size_type&)): Declare.Jonathan Wakely2015-05-193-22/+76
* 66055.cc: Add constructor invocations.François Dumont2015-05-195-5/+24
* Add cpu_defines.h for ARM.Ramana Radhakrishnan2015-05-193-0/+48
* unordered_map.h (unordered_map, [...]): Add missing constructors.François Dumont2015-05-177-64/+470
* ops.cc (stat_type): Define alias for struct stat and use throughout the file.Jonathan Wakely2015-05-157-42/+384
* re PR libstdc++/66055 (hash containers missing required reserving constructors)Nathan Myers2015-05-147-0/+174
* re PR libstdc++/66011 (call to '__open_missing_mode' declared with attribute ...Jonathan Wakely2015-05-145-21/+197
* re PR libstdc++/66018 (opendir configure test not working when GCC_NO_EXECUTA...Jonathan Wakely2015-05-145-278/+100
* sjlj.m4: New file.Eric Botcazou2015-05-1312-201/+34
* shared_ptr_base.h (__shared_count(unique_ptr&&)): Check for nullptr (LWG 2415).Jonathan Wakely2015-05-135-4/+28
* stl_raw_storage_iter.h (raw_storage_iterator::base()): Define (LWG 2454).Jonathan Wakely2015-05-133-0/+44
* future (packaged_task(allocator_arg_t, const A&, F&&): Remove explicit (LWG 2...Jonathan Wakely2015-05-132-1/+4
* basic_string.h (basic_string::basic_string()): Make noexcept conditional on a...Jonathan Wakely2015-05-132-1/+7
* * include/std/complex (polar): Check for negative rho (LWG 2459).Jonathan Wakely2015-05-132-1/+6
* tuple (apply): Handle pointers to member (LWG 2418).Jonathan Wakely2015-05-134-6/+31
* * include/bits/random.h (seed_seq): More noexcept (LWG 2440).Jonathan Wakely2015-05-132-4/+4
* alloc_traits.h (_S_max_size): Implement LWG 2466.Jonathan Wakely2015-05-1313-12/+46
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Re-enable on solaris.Jonathan Wakely2015-05-133-2/+7
* libstdc++: Bump to automake 1.11.6Michael Haubenwallner2015-05-1314-124/+490
* synopsis.cc: Add _GLIBCXX14_CONSTEXPR.Jason Merrill2015-05-093-0/+26
* std_c++0x_neg.cc: Add -std=c++98.Jason Merrill2015-05-0942-24/+121
* Makefile.am (AM_CXXFLAGS): Add -std=gnu++98.Jason Merrill2015-05-095-0/+11