]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/testsuite/util
c++: Add test for vt/ff in line comments
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / util /
12 days ago  Tomasz Kamińskilibstdc++: Expand compile-time ranges tests for vector...
2025-07-22  Tomasz Kamińskilibstdc++: Make testsuite_iterators constexpr and expan...
2025-07-18  Jonathan Wakelylibstdc++: Add std::inplace_vector for C++26 (P0843R14...
2025-07-08  François Dumontlibstdc++: Make debug iterator pointer sequence const...
2025-07-07  Jonathan Wakelylibstdc++: Make VERIFY a variadic macro
2025-06-26  Jakub Jelineklibstdc++: Implement C++26 P2927R3 - Inspecting excepti...
2025-05-30  Jonathan Wakelylibstdc++: Move atomic wait/notify entry points into...
2025-05-22  Jonathan Wakelylibstdc++: Fix PSTL test iterators
2025-05-02  Jonathan Wakelylibstdc++: Make __gnu_test::default_init_allocator...
2025-04-24  François Dumontlibstdc++: Add std::deque<>::shrink_to_fit test
2025-04-22  Andreas Schwablibstdc++: Finalize GCC 15 ABI
2025-04-18  François Dumontlibstdc++: Add _GLIBCXX_DEBUG checks on unordered conta...
2025-04-16  Tomasz Kamińskilibstdc++: Implement formatters for pair and tuple...
2025-04-15  Jonathan Wakelylibstdc++: Enable __gnu_test::test_container constructo...
2025-03-13  Jonathan Wakelylibstdc++: Add P1206R7 from_range members to container...
2025-02-05  Rainer Orthlibstdc++: Fix gnu.ver CXXABI_1.3.16 for Solaris [PR118701]
2025-01-27  Andreas Schwablibstdc++: correct symbol version of typeinfo for bfloa...
2025-01-02  Jakub JelinekUpdate copyright years.
2024-11-28  Jonathan Wakelylibstdc++: Deprecate std::rel_ops namespace for C++20
2024-11-13  Jonathan Wakelylibstdc++: Fix calculation of system time in performanc...
2024-11-13  Jonathan Wakelylibstdc++: Use __is_single_threaded() in performance...
2024-11-13  Jonathan Wakelylibstdc++: Stop using std::unary_function in perf tests
2024-10-27  Jonathan Wakelylibstdc++: Add P1206R7 from_range members to std::vecto...
2024-07-31  Jonathan Wakelylibstdc++: Handle encodings in localized chrono formatt...
2024-07-10  Jonathan Wakelylibstdc++: ranges::find needs explicit conversion to...
2024-06-21  Jonathan Wakelylibstdc++: Initialize base in test allocator's constructor
2024-05-07  Jonathan Wakelylibstdc++: Update ABI test to disallow adding to releas...
2024-04-11  Jonathan Wakelylibstdc++: Export std::__basic_file::native_handle...
2024-03-19  Jonathan Wakelylibstdc++: Fix typos in MemoryChecker assertion message...
2024-03-07  Jonathan Wakelylibstdc++: Replace unnecessary uses of built-ins in...
2024-02-02  Jonathan Wakelylibstdc++: Avoid reusing moved-from iterators in PSTL...
2024-01-03  Jakub JelinekUpdate copyright years.
2023-11-23  Jonathan Wakelylibstdc++: Fix access error in __gnu_test::uneq_allocator
2023-09-07  Jonathan Wakelylibstdc++: Avoid -Wunused-parameter warning in testsuit...
2023-08-23  François Dumontlibstdc++: Fix tests relying on operator new/delete...
2023-06-26  Thomas Rodgerslibstdc++: Synchronize PSTL with upstream
2023-06-07  Jonathan Wakelylibstdc++: Restore accidentally removed version in...
2023-06-06  Jonathan Wakelylibstdc++: Update list of known symbol versions for...
2023-05-31  Jonathan Wakelylibstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in...
2023-05-25  Jonathan Wakelylibstdc++: Add relational operators to __gnu_test:...
2023-04-28  Jakub Jelineklibstdc++: Another attempt to ensure g++ 13+ compiled...
2023-04-27  Jonathan Wakelylibstdc++: Make std::random_device throw std::system_er...
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-15  François Dumontlibstdc++: [_GLIBCXX_DEBUG] Complete deadlock fix on...
2023-01-13  Jonathan Wakelylibstdc++: Fix exports for IEEE128 versions of __try_us...
2022-12-15  Jakub Jelinekc++, libstdc++: Add typeinfo for _Float{16,32,64,128...
2022-10-12  François Dumontlibstdc++: Add __gnu_debug::basic_string<>::compare...
2022-09-12  Jakub Jelineklibstdc++: Outline the overlapping case of string _M_re...
2022-09-08  François Dumontlibstdc++: mallinfo deprecated, use mallinfo2 when...
2022-07-19  François Dumontlibstdc++: Complete __gnu_debug::string Standard conformity
2022-07-05  Alexandre Olivalibstdc++: testsuite: why cast getpid result
2022-07-05  Alexandre Olivalibstdc++: testsuite: cast getpid result
2022-06-27  Joel Brobeckerlibstdc++: testsuite: avoid predicable mkstemp
2022-06-24  Alexandre Olivalibstdc++: testsuite: skip fs last_write_time tests...
2022-06-24  Alexandre Olivalibstdc++: testsuite: skip fs space tests on dummy...
2022-06-24  Alexandre Olivalibstdc++: testsuite: conditionalize symlink tests
2022-05-05  Jonathan Wakelylibstdc++: Fixes for tests that fail with -fno-rtti
2022-03-17  Jonathan Wakelylibstdc++: Fix comment in testsuite utility
2022-03-16  Jonathan Wakelylibstdc++: Fix symbol versioning for Solaris 11.3 ...
2022-02-14  Jonathan Wakelylibstdc++: Fix stream extraction of IEEE128 long double...
2022-01-14  Jonathan Wakelylibstdc++: Add attribute to features deprecated in...
2022-01-05  François Dumontlibstdc++: Optimize operations on small size hashtable...
2022-01-05  Jonathan Wakelylibstdc++: Reduce template instantiations in <regex>
2022-01-05  Jonathan Wakelylibstdc++: Compare match_results for failed regex_match
2022-01-03  Jakub JelinekUpdate copyright years.
2021-11-17  Jonathan Wakelylibstdc++: Fix std::type_info::before for ARM [PR103240]
2021-11-12  Jonathan Wakelylibstdc++: Print assertion messages to stderr [PR59675]
2021-11-09  François Dumontlibstdc++: [_GLIBCXX_DEBUG] Implement unordered contain...
2021-10-08  Jonathan Wakelylibstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuite
2021-09-17  Jonathan Wakelylibstdc++: Fix last std::tuple constructor missing...
2021-08-23  Jonathan Wakelylibstdc++: Make permissions_are_testable function inlin...
2021-08-20  Jonathan Wakelylibstdc++: Skip filesystem tests that depend on permiss...
2021-08-03  Jonathan Wakelylibstdc++: Replace TR1 components with C++11 ones in...
2021-07-22  Jonathan Wakelylibstdc++: Use std::addressof in ranges::uninitialized_...
2021-06-16  Jonathan Wakelylibstdc++: Revert final/non-addressable changes to...
2021-06-03  Patrick Palkalibstdc++: Avoid hard error in ranges::unique_copy...
2021-05-24  François Dumontlibstdc++: Limit allocation on iterator insertion in...
2021-05-12  Jonathan Wakelylibstdc++: Fix some problems in PSTL tests
2021-04-23  Jonathan Wakelylibstdc++ Simplify definition of net::socket_base constants
2021-04-20  Jakub Jelineklibstdc++: Update ppc64le baseline_symbols.txt
2021-03-26  Jonathan Wakelylibstdc++: Add PRNG fallback to std::random_device
2021-03-25  François Dumontlibstdc++: Fix and complete __gnu_debug::basic_string...
2021-03-25  Jonathan Wakelylibstdc++: Allow seeding random engines in testsuite
2021-02-14  Jonathan Wakelylibstdc++: Restore <unistd.h> in testsuite_fs.h header...
2021-02-12  Jonathan Wakelylibstdc++: Make "nonexistent" paths less predictable...
2021-02-12  Jonathan Wakelylibstdc++: Make test memory_resource work without excep...
2021-02-10  Jonathan Wakelylibstdc++: Fix spelling of __MINGW32__ macros
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-16  Jonathan Wakelylibstdc++: Add C++ runtime support for new 128-bit...
2020-11-25  Jonathan Wakelylibstdc++: Fix testsuite helper functions [PR 97936]
2020-11-20  Thomas Rodgerslibstdc++: Add C++2a synchronization support
2020-10-29  Jonathan Wakelylibstdc++: Avoid warnings in tests
2020-10-09  Jonathan Wakelylibstdc++: Fix unused variable warning
2020-10-06  Jonathan Wakelylibstdc++: Inline std::exception_ptr members [PR 90295]
2020-07-30  Jonathan Wakelylibstdc++: Make testsuite usable with -fno-exceptions
2020-07-20  Jonathan Wakelylibstdc++: Add std::from_chars for floating-point types
2020-06-28  Ville VoutilainenPR libstdc++/95915
2020-06-04  Jonathan Wakelylibstdc++: Make std::copy_n work with negative and...
2020-06-01  Jonathan Wakelylibstdc++: Fix __gnu_test::input_iterator_wrapper:...
2020-04-17  Jonathan Wakelylibstdc++: Fix testsuite utility's use of allocators
next