analyzer: testsuite fixes for alloca, getpass, and setjmp (PR 93316)
[gcc.git] / libstdc++-v3 /
2020-01-20 Jonathan Wakelylibstdc++: Fix recent documentation changes
2020-01-20 Eric S. RaymondClean up references to Subversion in documentation...
2020-01-18 Iain Sandoe[C++ coroutines] Initial implementation.
2020-01-17 Jonathan Wakelylibstdc++: Fix freestanding build PR 92376)
2020-01-16 Jonathan Wakelylibstdc++: std::ctype fixes for recent versions of...
2020-01-16 François Dumontlibstdc++: Improve unordered containers == operator...
2020-01-15 Jonathan Wakelylibstdc++: Fix weakly_incrementable to allow __int128...
2020-01-13 Jonathan Wakelylibstdc++: Ensure root-dir converted to forward slash...
2020-01-13 Jonathan Wakelylibstdc++: Value-initialize std::atomic for C++20 ...
2020-01-10 Jonathan Wakelylibstdc++: Improve comment about testsuite utilities
2020-01-10 Jonathan Wakelylibstdc++: Fix testcase for C++98 compatibility
2020-01-10 Jonathan Wakelylibstdc++: Make istreambuf_iterator base class consiste...
2020-01-09 Olivier Hainquerename local _C2 identifiers in stl map header files
2020-01-09 Jonathan Wakelylibstdc++: Fix <ext/pointer.h> incompatibilities with...
2020-01-09 Jonathan Wakelylibstdc++: Fix testsuite failures and warnings due...
2020-01-09 JeanHeyd "ThePhD... libstdc++: Implementing P0767 - deprecate POD
2020-01-09 Jonathan Wakelylibstdc++: Fix whitespace in ChangeLog-2019
2020-01-09 Jonathan Wakelylibstdc++: Fix undefined behaviour in random dist seria...
2020-01-09 Jonathan Wakelylibstdc++: Define memory resource key functions non...
2020-01-09 François DumontPR libstdc++/92124 fix incorrect unordered container...
2020-01-08 Jonathan Wakelylibstdc++: Fix error handling in filesystem::remove_all...
2020-01-08 Thomas RodgersRename condition_variable_any wait* methods to match...
2020-01-07 François DumontPR libstdc++/92124 fix incorrect container move assignment
2020-01-06 Jonathan Wakelylibstdc++: Remove redundant inequality operators in...
2020-01-06 Jonathan Wakelylibstdc++: Define __cpp_lib_three_way_comparison condit...
2020-01-03 Jonathan Wakelylibstdc++: Only use std::compare_three_way when concept...
2020-01-01 John David Anglinbaseline_symbols.txt: Update.
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-30 Corentin GayVxWorks has_nanosleep for libstdc++ enable-libstdcxx...
2019-12-30 Jerome LambourgAdapt libstdc++ os_defines for VxWorks to more recent...
2019-12-25 Alexandre OlivaDefine HAVE_ for math long double functions declared...
2019-12-20 Jonathan Wakelylibstdc++: Add inline to maybe-constexpr functions...
2019-12-20 Jerome Lambourglibstdc++: Test setrlimit with c++ in configure
2019-12-20 François Dumontlibstdc++: Fix versioned namespace tests
2019-12-20 François Dumontlibstdc++: Fix pretty printers script and tests
2019-12-20 Jerome Lambourglibstdc++: Strengthen the check for availability of...
2019-12-12 Jonathan Wakelylibstdc++: Simplify std::common_comparison_category
2019-12-12 François Dumontlibstdc++: Fix tr1 definition ambiguity in versioned...
2019-12-12 François Dumontlibstdc++: Qualify isdigit call to fix versioned namesp...
2019-12-11 Jonathan Wakelylibstdc++: Fix whitepace in changelog
2019-12-11 Thomas RodgersRestore enable_if lost during original import of pstl
2019-12-10 Jonathan Wakelylibstdc++: Correct noexcept-specifiers on span constructors
2019-12-10 François Dumontlibstdc++: Rework std::copy/copy_backward/move/move_bac...
2019-12-10 Jonathan Wakelylibstdc++: Fix description of std::ios::trunc (PR 92886)
2019-12-10 Jonathan Wakelylibstdc++: Define __cpp_lib_constexpr_complex macro
2019-12-10 Jonathan Wakelylibstdc++: Reduce header dependencies in <span>
2019-12-10 Jonathan Wakelylibstdc++: Fix bug in std::indirect_result_t
2019-12-09 Jonathan Wakelylibstdc++: Implement ranges::safe_range for C++20 ...
2019-12-09 Jonathan Wakelylibstdc++: Improve testing for path::operator+=(const...
2019-12-09 Jonathan Wakelylibstdc++: fix buffer overflow in path::operator+=...
2019-12-09 François Dumontlibstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG...
2019-12-08 Andrew PinskiFix libstdc++ compiling for an aarch64 multilib with...
2019-12-05 Jonathan Wakelylibstdc++: Fix bug in std::span test
2019-12-05 JeanHeyd "ThePhD... libstdc++: Implement P1872R0 and P1394R0 for std::span
2019-12-05 Jonathan Wakelylibstdc++: Define std::lexicographical_compare_three_wa...
2019-12-05 Jonathan Wakelylibstdc++: Define pretty printer for comparison categories
2019-12-05 Jonathan Wakelylibstdc++: Implement spaceship for std::array (P1614R2)
2019-12-03 Jonathan Wakelylibstdc++: Implement spaceship for std::pair (P1614R2)
2019-12-03 Jonathan Wakelylibstdc++: Fix Doxygen markup error
2019-12-03 Jonathan Wakelylibstdc++: Fix copyright date on new test header
2019-12-02 Mike Crowelibstdc++: Fix try_lock_until and try_lock_shared_until...
2019-12-02 Mike Crowelibstdc++: Add full steady_clock support to shared_time...
2019-12-02 Mike Crowelibstdc++: Fix timed_mutex::try_lock_until on arbitrary...
2019-12-02 Mike Crowelibstdc++: PR 78237 Add full steady_clock support to...
2019-12-02 Mike Crowelibstdc++: Improve tests for try_lock_until members...
2019-11-30 Jonathan Wakelylibstdc++: Default to --enable-libstdcxx-filesystem...
2019-11-30 Jonathan Wakelylibstdc++: Fix experimental::filesystem::u8path(const...
2019-11-29 Jonathan Wakelylibstdc++: Adjust some function templates for coding...
2019-11-29 Tom Honermannlibstdc++: P1423R3 char8_t remediation (4/4)
2019-11-29 Tom Honermannlibstdc++: P1423R3 char8_t remediation (3/4)
2019-11-29 Tom Honermannlibstdc++: P1423R3 char8_t remediation (2/4)
2019-11-29 Tom Honermannlibstdc++: P1423R3 char8_t remediation (1/4)
2019-11-29 Jonathan Wakelylibstdc++:: improve how pretty printers find node types...
2019-11-26 François Dumontlibstdc++: Use C++98 syntax to instantiate input_iterat...
2019-11-26 François Dumontlibstdc++: Add C++20 P1032 constexpr to _GLIBCXX_DEBUG...
2019-11-26 François Dumontlibstdc++: Add _GLIBCXX_DEBUG safe iterator C++20 itera...
2019-11-25 Jonathan Wakelylibstdc++: Add move_sentinel, common_iterator and count...
2019-11-25 Jonathan WakelyPR libstdc++/91786 fix compilation error with Clang
2019-11-24 François Dumontlibstdc++: Improve _GLIBCXX_DEBUG __valid_range check
2019-11-20 Janne BlomqvistSwitch gcc ftp URL's to https
2019-11-19 Jonathan Wakelylibstdc++: Fix declarations of variable templates
2019-11-18 Jonathan Wakelylibstdc++: Fix std::jthread bugs
2019-11-18 Jonathan Wakelylibstdc++: Fix some -Wsystem-headers warnings
2019-11-17 Edward Smith-RowlandRepair the <tuple> part of C++20 p1032 Misc constexpr...
2019-11-17 Jonathan Wakelylibstdc++: add range constructor for std::string_view...
2019-11-17 Jonathan Wakelylibstdc++: Define C++20 range utilities and range factories
2019-11-16 Jonathan WakelyRevert r278363 "Start work on <ranges> header"
2019-11-16 Jonathan Wakelylibstdc++: Optimize std::jthread construction
2019-11-16 Jonathan WakelyStart work on <ranges> header
2019-11-16 Edward Smith-RowlandImplement the <tuple> part of C++20 p1032 Misc constexp...
2019-11-15 Jonathan Wakelylibstdc++: Fix <stop_token> and improve tests
2019-11-15 Edward Smith-RowlandForgot to change teh date range.
2019-11-15 Edward Smith-RowlandImplement the default_searcher part of C++20 p1032...
2019-11-15 Jonathan Wakelylibstdc++: Implement LWG 3149 for std::default_construc...
2019-11-15 Jonathan Wakelylibstdc++: Implement LWG 3070 in path::lexically_relative
2019-11-15 Jonathan Wakelylibstdc++: Fix definition of std::nostopstate object
2019-11-15 Jonathan Wakelylibstdc++: Fix changelog whitespace
2019-11-15 Thomas RodgersSupport for jthread and stop_token
2019-11-15 Edward Smith-RowlandImplement the <array> part of C++20 p1032 Misc constexp...
2019-11-14 Jonathan Wakelylibstdc++: Implement new predicate concepts from P1716R3
next