]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/src
cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924]
[thirdparty/gcc.git] / libstdc++-v3 / src /
13 days ago  Jonathan Wakelylibstdc++: Support link chains in std::chrono::tzdb...
2024-04-18  Alexandre Oliva[libstdc++] define zoneinfo_dir_override on vxworks
2024-04-15  Jonathan Wakelylibstdc++: Fix infinite loop in std::istream::ignore...
2024-04-10  Jonathan Wakelylibstdc++: Handle EMLINK and EFTYPE in std::filesystem...
2024-03-07  Jonathan Wakelylibstdc++: Do not define lock-free atomic aliases if...
2024-02-15  Jonathan Wakelylibstdc++: Update tzdata to 2024a
2024-02-04  Jonathan Wakelylibstdc++: Fix libstdc++exp.a so it really does contain...
2024-01-31  Jonathan Wakelylibstdc++: Enable std::text_encoding for darwin and...
2024-01-17  Jonathan Wakelylibstdc++: Implement C++26 std::text_encoding (P1885R12...
2024-01-15  Jonathan Wakelylibstdc++: Update tzdata to 2023d
2024-01-11  François Dumontlibstdc++: [_GLIBCXX_DEBUG] Fix assignment of value...
2024-01-11  Ken Matsuilibstdc++: Use using instead of typedef in opts-common.h
2024-01-11  Ken Matsuilibstdc++: Fix error handling in filesystem::equivalent...
2024-01-08  Jonathan Wakelylibstdc++: Add Unicode-aware width estimation for std...
2024-01-05  Jonathan Wakelylibstdc++: Avoid overflow when appending to std::filesy...
2024-01-05  Martin Küttlerlibstdc++: Remove unneeded double operation in src...
2024-01-05  Jakub JelinekUpdate copyright years.
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-16  Jonathan Wakelylibstdc++: Fix bootstrap on AIX due to fileno macro
2023-12-15  Jonathan Wakelylibstdc++: Fix std::print test case for Windows
2023-12-14  Jonathan Wakelylibstdc++: Implement C++23 <print> header [PR107760]
2023-12-12  Jonathan Wakelylibstdc++: Remove redundant -std flags from Makefile
2023-11-07  Richard Bienerlibstdc++/112351 - deal with __gthread_once failure...
2023-11-04  Jonathan Wakelylibstdc++: Use strerror_r in std::generic_category...
2023-10-30  François Dumontlibstdc++: [_GLIBCXX_INLINE_VERSION] Un-weak handle_con...
2023-10-29  François Dumontlibstdc++: [_GLIBCXX_INLINE_VERSION] Provide handle_con...
2023-10-25  Jonathan Wakelylibstdc++: Build libstdc++_libbacktrace.a as PIC [PR111936]
2023-10-22  Iain SandoeConfig,Darwin: Allow for configuring Darwin to use...
2023-09-29  Dimitrij Mijoskilibstdc++: Fix handling of surrogate CP in codecvt...
2023-09-15  Jonathan Wakelylibstdc++: Implement C++26 native handles for file...
2023-09-14  Jonathan Wakelylibstdc++: Remove some more unconditional uses of atomics
2023-09-11  Jonathan Wakelylibstdc++: Remove unconditional use of atomics in Debug...
2023-09-11  Jonathan Wakelylibstdc++: Move __glibcxx_assert_fail to its own file
2023-09-11  Pekka Seppänenlibstdc++: Fix -Wunused-parameter warnings
2023-09-08  Jonathan Wakelylibstdc++: Add Filesystem TS and std::stacktrace symbol...
2023-09-08  Alexey Lapshinlibstdc++: Fix unconditional -Werror in libbacktrace...
2023-09-07  Jonathan Wakelylibstdc++: Add autoconf checks for mkdir, chmod, chdir...
2023-09-01  Jonathan Wakelylibstdc++: Use std::string::__resize_and_overwrite...
2023-09-01  Jonathan Wakelylibstdc++: Avoid useless dependency on read_symlink...
2023-08-17  Jonathan Wakelylibstdc++: Replace global std::string objects in tzdb.cc
2023-08-17  Jonathan Wakelylibstdc++: Micro-optimize construction of named std...
2023-07-30  François Dumontlibstdc++: Fix several preprocessor directives
2023-07-19  Jonathan Wakelylibstdc++: Do not define inaccurate from_chars for...
2023-06-30  Jonathan Wakelylibstdc++: Fix iostream init for Clang on darwin [PR110432]
2023-06-30  Jonathan Wakelylibstdc++: Fix unused warning for new variable
2023-06-30  Jonathan Wakelylibstdc++: Make std::random_device throw more std:...
2023-06-29  Jonathan Wakelylibstdc++: Fix src/c++20/tzdb.cc for non-constexpr...
2023-06-29  Jonathan Wakelylibstdc++: Do not use off64_t in calls to copy_file_ran...
2023-06-09  Jonathan Wakelylibstdc++: Remove duplicate definition of _Float128...
2023-06-06  Jonathan Wakelylibstdc++: Use close-on-exec for file descriptors in...
2023-06-06  Jonathan Wakelylibstdc++: Make std::filesystem::copy_file work for...
2023-06-06  Jannik Glückertlibstdc++: Use copy_file_range for filesystem::copy_file
2023-06-06  Jannik Glückertlibstdc++: Also use sendfile for big files
2023-05-31  Jonathan Wakelylibstdc++: Fix build for targets without _Float128...
2023-05-31  Jonathan Wakelylibstdc++: Fix preprocessor conditions for std::from_ch...
2023-05-16  Jonathan Wakelylibstdc++: Disable cacheline alignment for DJGPP [PR109741]
2023-05-16  Jonathan Wakelylibstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in...
2023-05-12  Jonathan Wakelylibstdc++: Remove <random> dependency on _GLIBCXX_USE_C...
2023-05-11  Jonathan Wakelylibstdc++: Use RAII types in strtod-based std::from_cha...
2023-05-03  Jakub Jelineklibstdc++: Fix up abi.exp FAILs on powerpc64le-linux
2023-05-02  Jakub Jelinekibstdc++: Shut up -Wattribute-alias warning [PR109694]
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-04-19  Jonathan WakelyRevert "libstdc++: Export global iostreams with GLIBCXX...
2023-04-18  Jonathan Wakelylibstdc++: Export global iostreams with GLIBCXX_3.4...
2023-04-12  Patrick Palkalibstdc++: Ensure headers used by fast_float are included
2023-04-12  Jonathan Wakelylibstdc++: Update tzdata to 2023c
2023-03-28  Jonathan Wakelylibstdc++: Update tzdata to 2023a [PR109288]
2023-03-20  Jonathan Wakelylibstdc++: Fix formatting in std::filesystem helper...
2023-03-14  Jonathan Wakelylibstdc++: Add comment about symver linker scripts...
2023-03-03  Alexandre Olivalink pthread_join from std::thread ctor
2023-03-01  Jonathan Wakelylibstdc++: Make std::chrono::current_zone() default...
2023-02-28  Jonathan Wakelylibstdc++: Add likely/unlikely attributes to <codecvt...
2023-02-22  Alexandre Oliva[libstdc++] do not destruct mutex_pool mutexes
2023-02-06  Arsen Arsenovićlibstdc++: Enable building libstdc++.{a,so} when !HOSTED
2023-02-06  Jonathan Wakelylibstdc++: Disable building additional archives for...
2023-02-02  Jonathan Wakelylibstdc++: Use ENOSYS for unsupported filesystem ops...
2023-02-02  Jonathan Wakelylibstdc++: Fix std::filesystem errors with -fkeep-inlin...
2023-02-01  Jonathan Wakelylibstdc++: Fix std::random_device for avr
2023-02-01  Jonathan Wakelylibstdc++: Fix build failures for avr
2023-01-27  Jonathan Wakelylibstdc++: Use constant for name of tzdata file
2023-01-26  Jonathan Wakelylibstdc++: Add workaround for old tzdata.zi files
2023-01-26  Jonathan Wakelylibstdc++: Fix strings read from /etc/sysconfig/clock...
2023-01-24  Jonathan Wakelylibstdc++: Use /etc/sysconfig/clock for std::chrono...
2023-01-23  François Dumontlibstdc++: [_GLIBCXX_DEBUG] Remove useless constructor...
2023-01-17  Martin LiskaRegenerate Makefile.in files.
2023-01-16  Jonathan Wakelylibstdc++: Fix --with-default-libstdcxx-abi=gcc4-compat...
2023-01-16  Jakub JelinekUpdate copyright years.
2023-01-16  Jonathan Wakelylibstdc++: Fix copyright notice to use usual form ...
2023-01-14  Björn Schäperslibstdc++: enable <stacktrace> on windows
2023-01-14  Jonathan Wakelylibstdc++: Implement std::chrono::current_zone() for...
2023-01-14  Jonathan Wakelylibstdc++: Disable unwanted code for --with-libstdcxx...
2023-01-14  Jonathan Wakelylibstdc++: Embed a static copy of tzdata.zi
2023-01-13  Dimitrij Mijoskilibstdc++: Fix Unicode codecvt and add tests [PR86419]
2023-01-10  Jonathan Wakelylibstdc++: Fix tzdb.cc to compile with -fno-exceptions
2023-01-07  LIU HaoAlways define `WIN32_LEAN_AND_MEAN` before <windows.h>
2023-01-06  Jonathan Wakelylibstdc++: Suppress -Waddress warning in tzdb.cc [PR108228]
2023-01-06  Jonathan Wakelylibstdc++: Refactor time_zone::_Impl::rules_counter...
2023-01-05  Jonathan Wakelylibstdc++: Support single components in name of chrono...
2023-01-05  Jonathan Wakelylibstdc++: Only use std::atomic<tzdb_list::_Node*>...
next