PR libstdc++/89102 fix common_type<> and common_type<T> specializations
[gcc.git] / libstdc++-v3 / ChangeLog
2019-02-06 Jonathan WakelyPR libstdc++/89102 fix common_type<> and common_type...
2019-02-05 Jonathan WakelyPR libstdc++/89128 add deduction guides for container...
2019-02-05 Jonathan WakelyPR libstdc++/89194 untangle is_convertible and is_nothr...
2019-02-05 Jonathan WakelyRestore previous behaviour of test
2019-02-05 Jonathan WakelyPR libstdc++/89130 restore support for non-MoveConstruc...
2019-02-05 Jonathan WakelyPR libstdc++/89090 avoid C++17 features in C++11/C...
2019-02-05 Marc GlisseRename __is_trivially_relocatable to __is_bitwise_reloc...
2019-01-30 Jonathan WakelyPR libstdc++/89117 fix path::replace_extension("")...
2019-01-30 Ulrich Drepper* doc/xml/manual/status_cxx2020.xml: Update P0600 entry.
2019-01-29 Jonathan WakelyFix tests for complex overloads of std::arg and std...
2019-01-29 Jonathan WakelyAdd missing exports for symbols used by directory iterators
2019-01-29 Jonathan WakelyAvoid ambiguity between C++2a std::erase_if and LFTS...
2019-01-29 Jonathan WakelyFix tests that fail in C++2a mode
2019-01-29 Jonathan WakelyEnsure pool resources always use normal mode vector
2019-01-28 Jonathan WakelyPR libstdc++/68737 Do not use vsnprintf on HPUX
2019-01-24 Jonathan WakelyPR libstdc++/88840 delay evaluation of constant until...
2019-01-24 Jonathan WakelyFix failing test due to inconsistent strcmp results
2019-01-22 Jonathan WakelyPR libstdc++/88740 Print assertion messages to stderr
2019-01-21 Jakub Jelinekre PR ipa/86590 (Codegen is poor when passing std:...
2019-01-21 Ulrich DrepperFix after P0600.
2019-01-18 Jonathan WakelyPR libstdc++/88782 avoid ODR problems in std::make_shared
2019-01-17 Jonathan WakelyFix filesystem::equivalent for mingw
2019-01-17 Jonathan WakelyPR libstdc++/88884 fix filesystem::absolute("//") for...
2019-01-17 Jonathan WakelyPR libstdc++/88881 adjust filesystem::status and tests...
2019-01-16 Jonathan WakelyFix failing filesystem tests on mingw targets
2019-01-16 Ulrich DrepperPR libstdc++/88738 treat shared_ptr and unique_ptr...
2019-01-15 Jonathan WakelyUpdate value of __cpp_lib_shared_ptr_arrays macro
2019-01-15 Jonathan WakelyFix more missing or incorrect feature test macros
2019-01-15 Jonathan WakelyFix missing or incorrect feature test macros
2019-01-15 Jonathan Wakely* doc/xml/manual/status_cxx2020.xml: Update P1123R0...
2019-01-12 Jonathan WakelyPR libstdc++/88811 fix typo introduced in r266569
2019-01-11 Jonathan WakelyDocument C++20 library status
2019-01-11 Jonathan WakelyP0357R3 reference_wrapper for incomplete types
2019-01-11 Jonathan WakelyP0972R0 <chrono> zero(), min(), and max() should be...
2019-01-11 Jonathan WakelyFix location of __cpp_lib_erase_if macro
2019-01-11 Jakub Jelinektype_traits (__cpp_lib_is_constant_evaluated): Define.
2019-01-11 Jonathan WakelyPR libstdc++/88802 define std::hash<nullptr_t> for...
2019-01-11 Jonathan WakelyPR libstdc++/88125 remove duplicate entry in linker...
2019-01-11 Jonathan WakelyFix incorrect linker script patterns
2019-01-10 Jonathan WakelyFix filesystem::last_write_time failure with 32-bit...
2019-01-10 Jonathan WakelyDefine __cpp_lib_erase_if feature test macro
2019-01-10 Jonathan WakelyCheck AI_NUMERICSERV is defined before using it
2019-01-10 Ville VoutilainenImplement LWG 2221: formatted output operator for nullptr
2019-01-10 Jonathan WakelyInclude name of test in filesystem-test.XXXXXX filenames
2019-01-10 Jakub Jelinekre PR tree-optimization/88775 (Optimize std::string...
2019-01-09 Sandra LoosemorePR other/16615 [1/5]
2019-01-09 Jonathan WakelyFix failing prettyprinter test
2019-01-09 Jonathan WakelyRemove some more code duplication in std::optional
2019-01-09 Jonathan WakelyPR libstdc++/88204 disable std::complex<long double...
2019-01-08 Jonathan WakelyPretty printer test fixes and improvements
2019-01-08 Jonathan WakelyPR libstdc++/87855 fix optional for types with non...
2019-01-08 Jonathan WakelyPR libstdc++/88066 use <> for includes not ""
2019-01-08 Rainer OrthFix libstdc++.so link on Solaris with C++17 std::basic_...
2019-01-08 Jonathan WakelyPR libstdc++/88749 fix build failure in src/filesystem...
2019-01-07 Jonathan WakelyPR libstdc++/87787 avoid undefined null args to memcpy...
2019-01-07 Jonathan WakelyUpdate documentation for C++17 filesystem library
2019-01-07 Jonathan WakelyFix build for systems without POSIX truncate
2019-01-06 Jonathan WakelyPR libstdc++/86756 Move rest of std::filesystem to...
2019-01-06 Jonathan WakelyPR libstdc++/86756 add std::filesystem::path to libstdc...
2019-01-06 Jonathan WakelyPR libstdc++/87431 fix regression introduced by r264574
2019-01-06 Jonathan WakelyPR libstdc++/88607 add tests using -finput-charset...
2019-01-05 Jonathan WakelyDefine new filesystem::__file_clock type
2019-01-04 Jonathan WakelyExport explicit instantiations for C++17 members of...
2019-01-04 Jonathan WakelyAdd allocator-extended copy/move ctors to COW string
2019-01-04 Jonathan WakelyFix test failure when -fno-inline is used
2019-01-04 Jonathan WakelyRemove XFAIL from test that no longer fails
2019-01-04 Jonathan WakelyFix test failure with old Copy-On-Write std::string
2019-01-04 Jonathan WakelyFix bugs in filesystem::path::lexically_normal()
2019-01-04 Jonathan WakelyFix concatenation bug in filesystem::path
2019-01-04 Jonathan WakelyAvoid spurious test failures when -fno-inline in test...
2019-01-03 Jonathan WakelyPR libstdc++/88607 replace some more UTF-8 characters
2019-01-03 Jonathan WakelyPR libstdc++/88607 replace or remove unnecessary UTF...
2019-01-03 Jonathan WakelyPR libstdc++/88681 export missing symbols
2019-01-02 Jonathan WakelyAdd more testcases for class template argument deductio...
2019-01-02 Jonathan WakelyFix year range in copyright header
2019-01-02 Joel BrobeckerFix year range in libstdc++v3/testsuite/.../empty.cc...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-23 François Dumont2018-12-23 François Dumont <fdumont@gcc.gnu.org>
2018-12-23 François DumontRespect pointer_traits on node deallocation in _ReuseOr...
2018-12-22 Iain Sandoe[Patch, PowerPC/Darwin] Fix library export of long...
2018-12-20 Jonathan WakelyFix filesystem::path tests that fail on Windows
2018-12-20 Jonathan WakelyAdd missing test from previous commit
2018-12-19 Jonathan WakelyFix grammar in libstdc++ ABI history documentation
2018-12-18 Jonathan WakelyLWG 3171: restore stream insertion for filesystem:...
2018-12-18 Jonathan WakelyFix previous commit to move instead of copying
2018-12-18 Jonathan WakelyMicro-optimization to avoid creating temporary path
2018-12-18 Jonathan WakelyLWG 2936: update path::compare logic and optimize strin...
2018-12-18 Jonathan WakelyLWG 3040: define starts_with/ends_with as proposed
2018-12-17 Jonathan WakelyPR libstdc++/71044 fix off-by-one errors introduced...
2018-12-13 Jonathan WakelyFix handling of POSIX paths containing a root-name
2018-12-13 Jonathan WakelyPR libstdc++/71044 optimize std::filesystem::path const...
2018-12-13 Jonathan WakelyFix [fs.path.gen] tests to use backslashes for mingw
2018-12-13 Jonathan WakelyFix test to work when path::native() returns wstring
2018-12-13 Jonathan WakelyDisable new tests for configurations with no libstdc...
2018-12-12 Jonathan WakelyOverload std::distance and std::advance for path::iterator
2018-12-12 Jonathan WakelyPR libstdc++/80762 avoid ambiguous __constructible_from...
2018-12-12 Jakub JelinekP0595R2 - is_constant_evaluated
2018-12-11 Gerald Pfeiferdocumentation_hacking.xml: Update reference to epubcheck.
2018-12-10 Jonathan WakelyMake test for Filesystem TS actually use the Filesystem TS
2018-12-06 Iain SandoeDarwin fix libstdc++ build warnings.
next