Make std::function tolerate semantically non-CopyConstructible objects
[gcc.git] / libstdc++-v3 / ChangeLog
2018-05-09 Jonathan WakelyMake std::function tolerate semantically non-CopyConstr...
2018-05-08 François Dumontdebug.cc [...]: Include execinfo.h.
2018-05-08 François Dumontmacros.h (__glibcxx_check_valid_range_at): New.
2018-05-08 François Dumontformatter.h (_Error_formatter::_M_function): New.
2018-05-08 Jonathan WakelyMake std::regex automata use non-debug vector in Debug...
2018-05-08 Jonathan WakelyPR libstdc++/85672 #undef _GLIBCXX_USE_FLOAT128 when...
2018-05-07 Jonathan WakelyDocument -lstdc++fs requirement for std::filesystem
2018-05-07 Jonathan WakelyPR libstdc++/85671 allow copy elision in path concatenation
2018-05-07 Edward Smith-RowlandMoar PR libstdc++/80506
2018-05-07 Edward Smith-RowlandRevert 20001.
2018-05-07 Edward Smith-RowlandMoar PR libstdc++/80506
2018-05-04 Jonathan WakelyPR libstdc++/85642 fix is_nothrow_default_constructible...
2018-05-03 Jonathan WakelyPR libstdc++/82644 define TR1 hypergeometric functions...
2018-05-03 Jonathan WakelyPR libstdc++/84769 qualify call to std::get<0>
2018-05-03 Jonathan WakelyPR libstdc++/85632 fix wraparound in filesystem::space
2018-05-03 Jonathan WakelyAdd tests for std::remove_cvref
2018-05-03 Jonathan WakelyPR libstdc++/84087 add default arguments to basic_strin...
2018-05-03 Jonathan WakelyPR libstdc++/84535 constrain std::thread constructor
2018-05-03 Jonathan WakelyUse std::invoke_result in std::async instead of std...
2018-05-03 Jonathan WakelyDefine std::remove_cvref and std::remove_cvref_t for...
2018-05-02 François Dumontdeque.tcc (deque<>::_M_assign_aux): Cast to void to...
2018-05-02 Jonathan WakelyPR libstdc++/68197 fail on negative iword/pword indices
2018-05-02 Jonathan WakelyPR libstdc++/83860 avoid dangling references in valarra...
2018-05-02 Jonathan WakelyRemove duplicate function call in test
2018-05-02 Jonathan WakelyPR libstdc++/69608 Move semantics for strstreambuf
2018-05-01 Tulio Magno Quites... PR libstdc++/84654 Disable __float128 specializations...
2018-04-24 H.J. LuRegenerate configure of target libraries
2018-04-19 Jakub Jelinekcet.m4 (GCC_CET_FLAGS): Default to --disable-cet, repla...
2018-04-18 Jonathan WakelyPR libstdc++/85442 fix duplicate debuginfo for cxx11...
2018-04-18 Jonathan WakelyPR libstdc++/84442 if _Exit isn't declared then use...
2018-04-18 David Malcolmre PR jit/85384 (libgccjit does not work if --with...
2018-04-16 Jonathan WakelyMake Filesystem TS tests pass in C++17 mode
2018-04-13 Jonathan WakelyFix broken sed command from previous commit
2018-04-13 Jonathan WakelyFix __iosfail_type_info hack to work on darwin
2018-04-12 Jonathan WakelyFix comments that misspell names of files and classes
2018-04-12 Jonathan WakelyRemove #define made redundant by r259281
2018-04-11 Jonathan WakelyUpdate libstdc++ manual in preparation for GCC 8 release
2018-04-10 Jonathan WakelyUpdate links to archived copy of SGI STL docs
2018-04-10 Jonathan WakelyPR libstdc++/85222 allow catching iostream errors as...
2018-04-05 Jonathan WakelyAdd another workaround to std::variant for Clang bug...
2018-04-03 Jonathan WakelyPR libstdc++/85183 fix std::variant move-assignment
2018-03-26 Jonathan WakelyAdd workaround to std::variant for Clang bug 31852
2018-03-22 Jonathan WakelyPR libstdc++/85040 fix std::less<void> etc. ambiguities
2018-03-22 Rainer Orthxfail experimental/memory_resource/resource_adaptor...
2018-03-21 Jonathan WakelyFix some libstdc++ testsuite failures
2018-03-20 François Dumontre PR libstdc++/84998 (std::hash<std::bitset<N>> fails...
2018-03-18 Gerald Pfeiferapi.xml: www.fsf.org has moved to https.
2018-03-18 Gerald Pfeiferdocumentation_hacking.xml: Adjust link to docbook.org.
2018-03-17 Jonathan WakelyFix new test that fails in C++98 mode
2018-03-14 Jonathan WakelyPR libstdc++/78420 Make std::less etc. yield total...
2018-03-12 Jonathan WakelyPR libstdc++/84773 use aligned alloc functions for...
2018-03-09 François Dumontprinters.py (build_libstdcxx_dictionary): Fix std:...
2018-03-09 Jonathan WakelyPR libstdc++/84769 qualify std::get and std::get_if...
2018-03-09 Jonathan WakelyUse non-throwing is_directory in filesystem::create_dir...
2018-03-08 François Dumontprinters.py (NodeIteratorPrinter): New.
2018-03-06 Ville Voutilainenre PR libstdc++/84601 (std::optional<std::pair<int...
2018-03-02 Jonathan WakelyPR libstdc++/84671 handle digit separators in duration...
2018-02-27 Ville VoutilainenImplement the missing bits of LWG 2769
2018-02-23 Jonathan WakelyPR libstdc++/84532 prevent unwrapping of reference_wrap...
2018-02-20 François Dumontaligned_buffer.h [...] (template<> __aligned_buffer...
2018-02-19 Igor TsimbalistCET shouldn't be enabled in 32-bit run-time libraries...
2018-02-15 Jonathan WakelyPR libstdc++/81797 Add .NOTPARALLEL to include/Makefile...
2018-01-29 Jonathan WakelyPR libstdc++/83833 fix failing test on ia32
2018-01-29 Jonathan WakelyRegenerate libstdc++ documentation
2018-01-29 Jonathan WakelyPR libstdc++/83658 fix exception-safety in std::any...
2018-01-25 Jonathan WakelyPR libstdc++/81076 make __byte_operand SFINAE-friendly
2018-01-19 Christophe Lyon[libstdc++][testsuite] Fix dg-options/dg-add-options...
2018-01-18 Uros Bizjakconfigure.ac (AC_CHECK_HEADERS): Add linux/types.h.
2018-01-16 Eric Botcazou* testsuite/17_intro/names.cc: Undefine 'y' on SPARC...
2018-01-16 Jonathan WakelyPR libstdc++/83834 replace wildcard pattern in linker...
2018-01-15 Jonathan WakelyPR libstdc++/83833 fix chi_squared_distribution::param...
2018-01-15 Jonathan WakelyPR libstdc++/83830 Define std::has_unique_object_repres...
2018-01-15 Ville VoutilainenMake optional conditionally trivially_{copy,move}_...
2018-01-15 Jonathan WakelyPR libstdc++/80276 fix template argument handling in...
2018-01-15 Juraj OršulićCorrect earlier ChangeLog entry
2018-01-14 Andreas Schwabre PR libstdc++/81092 (Missing symbols for new std...
2018-01-14 Tim Shenre PR libstdc++/83601 (std::regex_replace C++14 conform...
2018-01-12 Rainer OrthLink with correct values-*.o files on Solaris (PR targe...
2018-01-10 François Dumont2018-01-10 François Dumont <fdumont@gcc.gnu.org>
2018-01-09 Jonathan WakelyPR libstdc++/80276 fix pretty printers for array smart...
2018-01-09 François Dumontre PR libstdc++/83709 (Inserting duplicates into an...
2018-01-09 Juraj OršulićPR libstdc++/59253 Improve pretty printers for smart...
2018-01-05 Jonathan WakelyPR libstdc++/83626 simplify filesystem::remove and...
2018-01-05 Jonathan WakelyPR libstdc++/83279 Use non-null offset argument for...
2018-01-05 Jonathan WakelyPR libstdc++/83626 handle ENOENT due to filesystem...
2018-01-04 Jonathan WakelyPR libstdc++/83626 Don't throw for remove("") and remov...
2018-01-04 Jonathan WakelyAvoid redundant calls to filesystem::status_known
2018-01-04 Jonathan WakelyPR libstdc++/83607 specialize Boyer-Moore searchers...
2018-01-03 Ville VoutilainenProtect optional's deduction guide with the feature...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-27 Jonathan WakelyPR libstdc++/83600 fix end iterator for unready std...
2017-12-27 Jonathan WakelyPR libstdc++/83598 don't modify flags passed to std...
2017-12-27 Jonathan WakelyPR libstdc++/83538 fix std::match_results<T>::reference...
2017-12-24 Michele Pezzuttire PR libstdc++/83237 (Values returned by std::poisson_...
2017-12-24 Jonathan WakelyPR libstdc++/83450 avoid -Wreturn-type warning in test
2017-12-20 François Dumontre PR libstdc++/82522 (std::map::insert(value_type...
2017-12-20 Kyrylo Tkachov[aarch64][libstdc++] Use __ARM_BIG_ENDIAN instead of...
2017-12-19 François DumontFix last ChangeLog entry date.
2017-12-18 François Dumontre PR libstdc++/80761 (std::set<T,C,A>::insert_return_t...
2017-12-18 Ville Voutilainenre PR libstdc++/68430 (std::is_constructible<T>::value...
next