]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3
2019-01-21 Iain Buclaw <ibuclaw@gdcproject.org>
[thirdparty/gcc.git] / libstdc++-v3 /
2019-01-21  jakub PR libstdc++/86590
2019-01-21  dreppergcc/testsuite/ChangeLog
2019-01-18  rediPR libstdc++/88782 avoid ODR problems in std::make_shared
2019-01-17  rediFix filesystem::equivalent for mingw
2019-01-17  rediPR libstdc++/88884 fix filesystem::absolute("//") for...
2019-01-17  rediPR libstdc++/88881 adjust filesystem::status and tests...
2019-01-16  rediFix failing filesystem tests on mingw targets
2019-01-16  drepperPR libstdc++/88738 treat shared_ptr and unique_ptr...
2019-01-15  rediUpdate value of __cpp_lib_shared_ptr_arrays macro
2019-01-15  rediFix more missing or incorrect feature test macros
2019-01-15  rediFix missing or incorrect feature test macros
2019-01-15  redi * doc/xml/manual/status_cxx2020.xml: Update P1123R0...
2019-01-12  rediPR libstdc++/88811 fix typo introduced in r266569
2019-01-11  rediDocument C++20 library status
2019-01-11  rediP0357R3 reference_wrapper for incomplete types
2019-01-11  rediP0972R0 <chrono> zero(), min(), and max() should be...
2019-01-11  rediFix location of __cpp_lib_erase_if macro
2019-01-11  jakubRemove trailing whitespace from latest commit.
2019-01-11  jakub * include/std/type_traits (__cpp_lib_is_constant_evalu...
2019-01-11  rediPR libstdc++/88802 define std::hash<nullptr_t> for...
2019-01-11  rediPR libstdc++/88125 remove duplicate entry in linker...
2019-01-11  rediFix incorrect linker script patterns
2019-01-10  rediFix filesystem::last_write_time failure with 32-bit...
2019-01-10  rediDefine __cpp_lib_erase_if feature test macro
2019-01-10  rediCheck AI_NUMERICSERV is defined before using it
2019-01-10  rediImplement LWG 2221: formatted output operator for nullptr
2019-01-10  rediInclude name of test in filesystem-test.XXXXXX filenames
2019-01-10  jakub PR tree-optimization/88775
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-09  rediFix failing prettyprinter test
2019-01-09  rediRemove some more code duplication in std::optional
2019-01-09  rediPR libstdc++/88204 disable std::complex<long double...
2019-01-08  rediPretty printer test fixes and improvements
2019-01-08  rediPR libstdc++/87855 fix optional for types with non...
2019-01-08  rediPR libstdc++/88066 use <> for includes not ""
2019-01-08  roFix libstdc++.so link on Solaris with C++17 std::basic_...
2019-01-08  rediPR libstdc++/88749 fix build failure in src/filesystem...
2019-01-07  rediPR libstdc++/87787 avoid undefined null args to memcpy...
2019-01-07  rediUpdate documentation for C++17 filesystem library
2019-01-07  rediFix build for systems without POSIX truncate
2019-01-06  rediPR libstdc++/86756 Move rest of std::filesystem to...
2019-01-06  rediPR libstdc++/86756 add std::filesystem::path to libstdc...
2019-01-06  rediPR libstdc++/87431 fix regression introduced by r264574
2019-01-06  rediPR libstdc++/88607 add tests using -finput-charset...
2019-01-05  rediDefine new filesystem::__file_clock type
2019-01-04  rediExport explicit instantiations for C++17 members of...
2019-01-04  rediAdd allocator-extended copy/move ctors to COW string
2019-01-04  rediFix test failure when -fno-inline is used
2019-01-04  rediRemove XFAIL from test that no longer fails
2019-01-04  rediFix test failure with old Copy-On-Write std::string
2019-01-04  rediFix bugs in filesystem::path::lexically_normal()
2019-01-04  rediFix concatenation bug in filesystem::path
2019-01-04  rediAvoid spurious test failures when -fno-inline in test...
2019-01-03  rediPR libstdc++/88607 replace some more UTF-8 characters
2019-01-03  rediPR libstdc++/88607 replace or remove unnecessary UTF...
2019-01-03  rediPR libstdc++/88681 export missing symbols
2019-01-02  rediAdd more testcases for class template argument deductio...
2019-01-02  rediFix year range in copyright header
2019-01-02  brobeckeFix year range in libstdc++v3/testsuite/.../empty.cc...
2019-01-01  jakub Update copyright years.
2018-12-23  fdumont2018-12-23 François Dumont <fdumont@gcc.gnu.org>
2018-12-23  fdumont2018-12-23 François Dumont <fdumont@gcc.gnu.org>
2018-12-22  iains[Patch, PowerPC/Darwin] Fix library export of long...
2018-12-20  rediFix filesystem::path tests that fail on Windows
2018-12-20  rediAdd missing test from previous commit
2018-12-19  rediFix grammar in libstdc++ ABI history documentation
2018-12-18  rediLWG 3171: restore stream insertion for filesystem:...
2018-12-18  rediFix previous commit to move instead of copying
2018-12-18  rediMicro-optimization to avoid creating temporary path
2018-12-18  rediLWG 2936: update path::compare logic and optimize strin...
2018-12-18  rediLWG 3040: define starts_with/ends_with as proposed
2018-12-17  rediPR libstdc++/71044 fix off-by-one errors introduced...
2018-12-13  rediFix handling of POSIX paths containing a root-name
2018-12-13  rediPR libstdc++/71044 optimize std::filesystem::path const...
2018-12-13  rediFix [fs.path.gen] tests to use backslashes for mingw
2018-12-13  rediFix test to work when path::native() returns wstring
2018-12-13  rediDisable new tests for configurations with no libstdc...
2018-12-12  rediOverload std::distance and std::advance for path::iterator
2018-12-12  rediPR libstdc++/80762 avoid ambiguous __constructible_from...
2018-12-12  jakub P0595R2 - is_constant_evaluated
2018-12-11  gerald * doc/xml/manual/documentation_hacking.xml: Update...
2018-12-10  rediMake test for Filesystem TS actually use the Filesystem TS
2018-12-06  iainsDarwin fix libstdc++ build warnings.
2018-12-06  iainsFix PR libstdc++/64883 Darwin headers use always_inline...
2018-12-04  emsr2018-12-03 Edward Smith-Rowland <3dw4rd@verizon.net>
2018-11-30  emsr2018-11-30 Edward Smith-Rowland <3dw4rd@verizon.net>
2018-11-30  emsrThe remainder of the Pre-emptively support P0646R1...
2018-11-30  emsr2018-11-30 Edward Smith-Rowland <3dw4rd@verizon.net>
2018-11-29  emsr2018-11-29 Edward Smith-Rowland <3dw4rd@verizon.net>
2018-11-29  emsr2018-11-29 Edward Smith-Rowland <3dw4rd@verizon.net>
2018-11-29  rediPR libstdc++/88119 use alignof in std::alignment_of...
2018-11-29  rediPR libstdc++/86910 fix filesystem::create_directories
2018-11-28  rediFix undefined references in libstdc++fs.a
2018-11-28  rediPR libstdc++/83511 add default argument to basic_string...
2018-11-28  emsr2018-11-28 Edward Smith-Rowland <3dw4rd@verizon.net>
2018-11-28  rediApply resolution for LWG DR 3096
2018-11-28  rediPR libstdc++/83306 make filesystem_error no-throw copyable
2018-11-28  rediUpdate C++17 library status docs
2018-11-27  rediClean up temporary files created by std::filesystem...
2018-11-27  rediPR libstdc++/67843 set shared_ptr lock policy at build...
next