re PR fortran/78798 ([cleanup] some int-valued functions should be bool)
[gcc.git] / libstdc++-v3 /
2016-12-12 Kyrylo Tkachov[libstdc++][testsuite] XFAIL tests relying on long...
2016-12-12 Jonathan WakelyRemove stray character at end of dg-do directive
2016-12-12 Jonathan WakelyRemove stray character at end of dg-do directive
2016-12-09 Jonathan WakelyFix std::variant for gnu-versioned--namespace build
2016-12-08 David Edelsohnparallel_algorithm_assert2.cc: Move dg-do run first.
2016-12-08 Eric Botcazoure PR libstdc++/78264 (ICE in build_noexcept_spec,...
2016-12-08 Jonathan WakelyFix filesystem test that fails in debug mode
2016-12-08 Jonathan WakelyDelete std::swap for debug mode array
2016-12-08 Jonathan WakelyPR71856 try to fix Parallel Mode assertions again
2016-12-08 Jakub JelinekP0003R5 - removal of dynamic exception specification...
2016-12-07 François Dumont2016-12-07 François Dumont <fdumont@gcc.gnu.org>
2016-12-07 François Dumontstl_map.h (map(const map&)): Make default.
2016-12-07 Jonathan WakelyReplace uses of C++14 remove_cv_t alias in C++11 header
2016-12-07 Jonathan WakelyReplace use of C++14 std::exchange in C++11 testcase
2016-12-07 Jonathan WakelyReplace dynamic exception specifications in testsuite
2016-12-07 Jonathan WakelyUse _GLIBCXX_THROW macro in bitmap_allocator
2016-12-07 Jonathan WakelyDisable test using std::set_unexcepted for C++17
2016-12-07 Jonathan WakelyImprove tests for contents of <new> header
2016-12-06 Felipe Magno de... Add #ifdef case for 16 bits in cow-stdexcept.cc
2016-12-06 Felipe Magno de... Enable libstdc++ compilation on AVR targets
2016-12-06 Jonathan WakelyFix pretty-printer for std::variant
2016-12-06 Jonathan WakelyFix debug mode assertion for std::shared_ptr<void>
2016-12-06 Jonathan WakelyFix libstdc++-v3/ChangeLog dates
2016-12-06 Ville VoutilainenConstrain optional's __constexpr_addressof in its retur...
2016-12-06 Tim Shenvariant (visit): Make visit constexpr.
2016-12-06 Tim Shenenable_special_members.h: Make _Enable_default_construc...
2016-12-06 Tim Shenvariant (std::get, operator==): Implement constexpr...
2016-12-06 Tim Shenvariant (__erased_use_alloc_ctor, [...]): Remove uses...
2016-12-06 Aditya KumarAdd missing noexcept on std::_Sp_locker constructors
2016-12-06 Jonathan WakelyAdd noexcept to various basic_string string operations
2016-12-03 John David Anglinbaseline_symbols.txt: Regenerate.
2016-12-01 David Edelsohn* testsuite/26_numerics/headers/cmath/hypot.cc: XFAIL...
2016-12-01 Ville VoutilainenImplement LWG 2766,
2016-12-01 Ville VoutilainenThe convertible_to traits need to use a variadic catch...
2016-12-01 Bernd Edlingercrossconfig.m4 (*-linux*): Add link-check for memalign.
2016-12-01 Tim Shenre PR libstdc++/71500 (regex::icase only works on first...
2016-11-30 Ville VoutilainenFix testsuite failures caused by the patch implementing...
2016-11-30 Tim ShenFix condition in shared_ptr assertion
2016-11-30 David Edelsohn50594.cc: XFAIL on AIX.
2016-11-30 Ville VoutilainenImplement LWG 2534, Constrain rvalue stream operators.
2016-11-30 Christophe Lyon[libstdc++, testsuite] Add dg-require-thread-fence
2016-11-29 David Edelsohnre PR libstdc++/68838 (AIX 32 bit wchar_t testsuite...
2016-11-27 Tim Shenre PR libstdc++/78441 ([variant] variant_alternative...
2016-11-23 Jonathan WakelyFix PR number in ChangeLog
2016-11-23 Felix MorgnerPR78494 add missing returns to propagate_const
2016-11-22 Uros BizjakMakefile.in ($(lang_checks_parallelized)): Fix detectio...
2016-11-22 Jonathan WakelyPR78465 Remove runtime tests for <atomic> macros
2016-11-21 Rainer OrthDon't define libstdc++-internal macros in Solaris 10...
2016-11-15 Jonathan WakelyPR 59406 note that FNV hash functions are incorrect
2016-11-15 Jonathan WakelyUse existing helper for new std::string constructor
2016-11-15 Jonathan WakelyMake std::tuple_size<cv T> SFINAE-friendly (LWG 2770)
2016-11-15 Jonathan WakelyAdjust pretty printer test for variant<T&>
2016-11-15 Tim Shenvariant: Remove variant<T&>...
2016-11-15 Matthias Kloseconfig-ml.in: Remove references to GCJ.
2016-11-15 Jonathan WakelyFix find&replace error in license boilerplate
2016-11-15 Jonathan WakelyAdd std::string constructor for substring of string_vie...
2016-11-15 Jonathan WakelyConstrain swap overload for std::optional (LWG 2748)
2016-11-14 Ville VoutilainenImplement P0513R0, Poisoning the Hash.
2016-11-14 Ville VoutilainenImplement P0504R0 (Revisiting in-place tag types for...
2016-11-14 Ville VoutilainenUse constexpr addressof in optional, SFINAE housekeepin...
2016-11-14 Jason MerrillImprove various diagnostic issues.
2016-11-14 Jonathan WakelyDelete addressof for temporaries (LWG 2598)
2016-11-14 Jonathan WakelyMake std::future::share() noexcept (LWG 2556)
2016-11-14 Jonathan WakelyPR78326 fix incorrect access of data member in base...
2016-11-13 Jonathan WakelyAdd array support to std::shared_ptr for C++17
2016-11-13 Ville VoutilainenImplement P0403R1, Literal suffixes for basic_string_view.
2016-11-13 Jason MerrillDR 374 - specialization in outer namespace
2016-11-12 Jonathan Wakely* src/filesystem/ops.cc (is_empty): Fix typo in excepti...
2016-11-12 Jonathan Wakely* include/std/future (future_error): Fix public typo...
2016-11-12 Jonathan WakelyAdd std::future_error constructor from future_errc
2016-11-12 Jonathan WakelyUse shared_ptr<T>::element_type in hash specializations
2016-11-10 François Dumontdebug.cc (format_word): Delete.
2016-11-09 Tim Shenregex.h (regex_iterator::regex_iterator()): Define...
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-11-07 François Dumontgnu-versioned-namespace.ver: Export C++17 new of over...
2016-10-28 Jonathan WakelyMake filesystem::path work with basic_string_view ...
2016-10-28 Jonathan WakelyFix filesystem::path for iterators with const value_type
2016-10-28 Jonathan WakelyImplement std::launder for C++17
2016-10-27 Uros BizjakPR70975 Pass valid offset argument to sendfile
2016-10-27 Jonathan WakelyFix target selectors in uniform_inside_sphere_distribut...
2016-10-27 Jonathan WakelyAdjust precision of filesystem::last_write_time tests
2016-10-26 François Dumontstl_map.h (map()): Make default.
2016-10-26 Bernd Edlingerre PR libstdc++/78110 (freestanding libstdc++ fails...
2016-10-26 Jonathan WakelyFix test for recursive_directory_iterator::pop
2016-10-26 Edward Smith-RowlandImplement uniform_inside_sphere_distribution extension.
2016-10-26 Jonathan WakelyAdd recursive_directory_iterator::pop(error_code&)
2016-10-26 Jonathan WakelyFix error handling in recursive_directory_iterator...
2016-10-26 Jonathan WakelyPR78111 fix fallback code for filesystem::canonical
2016-10-26 Uros BizjakAdd missing header in Filesystem TS configure tests
2016-10-25 Jonathan WakelyHandle negative times in filesystem::last_write_time
2016-10-25 Jonathan WakelyFix error handling in copy_file and equivalent
2016-10-24 Jonathan WakelyFix error handling in filesystem::is_empty
2016-10-24 Jonathan WakelyPR71337 fix filesystem::temp_directory_path error handling
2016-10-24 Jonathan WakelyMake directory iterators become end iterator on error
2016-10-24 Jonathan WakelyDo not retry failed close(3) in filesystem::copy
2016-10-24 Jonathan WakelyImplement DR resolutions for filesystem::copy
2016-10-24 Ville VoutilainenCross-port exception-safety and move fixes of std:...
2016-10-24 Ville VoutilainenCross-port the latest resolution of LWG2756 and some...
2016-10-24 Jonathan WakelyMake vector::data() return type consistent in C++98
2016-10-23 François Dumont2016-10-22 François Dumont <fdumont@gcc.gnu.org>
next