summaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely2023-05-161-2/+6
* libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely2023-05-161-2/+2
* libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2023-05-122-5/+0
* libstdc++: Use RAII types in strtod-based std::from_chars implementationJonathan Wakely2023-05-111-19/+69
* libstdc++: Fix up abi.exp FAILs on powerpc64le-linuxJakub Jelinek2023-05-032-0/+24
* ibstdc++: Shut up -Wattribute-alias warning [PR109694]Jakub Jelinek2023-05-021-0/+2
* libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...Jakub Jelinek2023-04-281-0/+5
* libstdc++: Make std::random_device throw std::system_error [PR105081]Jonathan Wakely2023-04-271-6/+12
* Revert "libstdc++: Export global iostreams with GLIBCXX_3.4.31 symver [PR1089...Jonathan Wakely2023-04-195-34/+19
* libstdc++: Export global iostreams with GLIBCXX_3.4.31 symver [PR108969]Jonathan Wakely2023-04-185-19/+34
* libstdc++: Ensure headers used by fast_float are includedPatrick Palka2023-04-121-0/+4
* libstdc++: Update tzdata to 2023cJonathan Wakely2023-04-121-4/+2
* libstdc++: Update tzdata to 2023a [PR109288]Jonathan Wakely2023-03-282-30/+110
* libstdc++: Fix formatting in std::filesystem helper functionJonathan Wakely2023-03-201-1/+2
* libstdc++: Add comment about symver linker scripts to makefileJonathan Wakely2023-03-142-0/+2
* link pthread_join from std::thread ctorAlexandre Oliva2023-03-031-2/+8
* libstdc++: Make std::chrono::current_zone() default to UTCJonathan Wakely2023-03-011-9/+6
* libstdc++: Add likely/unlikely attributes to <codecvt> implementationJonathan Wakely2023-02-281-46/+46
* [libstdc++] do not destruct mutex_pool mutexesAlexandre Oliva2023-02-221-1/+5
* libstdc++: Enable building libstdc++.{a,so} when !HOSTEDArsen Arsenović2023-02-0610-24/+73
* libstdc++: Disable building additional archives for freestandingJonathan Wakely2023-02-062-6/+18
* libstdc++: Use ENOSYS for unsupported filesystem ops on AVRJonathan Wakely2023-02-021-1/+6
* libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]Jonathan Wakely2023-02-021-0/+13
* libstdc++: Fix std::random_device for avrJonathan Wakely2023-02-011-0/+2
* libstdc++: Fix build failures for avrJonathan Wakely2023-02-013-2/+15
* libstdc++: Use constant for name of tzdata fileJonathan Wakely2023-01-271-1/+1
* libstdc++: Add workaround for old tzdata.zi filesJonathan Wakely2023-01-261-15/+34
* libstdc++: Fix strings read from /etc/sysconfig/clock [PR108530]Jonathan Wakely2023-01-261-14/+16
* libstdc++: Use /etc/sysconfig/clock for std::chrono::current_zone() [PR108530]Jonathan Wakely2023-01-241-2/+22
* libstdc++: [_GLIBCXX_DEBUG] Remove useless constructor checksFrançois Dumont2023-01-231-0/+53
* Regenerate Makefile.in files.Martin Liska2023-01-171-1/+1
* libstdc++: Fix --with-default-libstdcxx-abi=gcc4-compatible buildJonathan Wakely2023-01-161-0/+3
* Update copyright years.Jakub Jelinek2023-01-16136-136/+136
* libstdc++: Fix copyright notice to use usual form [PR108413]Jonathan Wakely2023-01-161-1/+1
* libstdc++: enable <stacktrace> on windowsBjörn Schäpers2023-01-142-0/+5
* libstdc++: Implement std::chrono::current_zone() for AIX [PR108409]Jonathan Wakely2023-01-141-2/+21
* libstdc++: Disable unwanted code for --with-libstdcxx-zoneinfo=noJonathan Wakely2023-01-141-11/+53
* libstdc++: Embed a static copy of tzdata.ziJonathan Wakely2023-01-144-29/+4318
* libstdc++: Fix Unicode codecvt and add tests [PR86419]Dimitrij Mijoski2023-01-131-18/+18
* libstdc++: Fix tzdb.cc to compile with -fno-exceptionsJonathan Wakely2023-01-101-2/+2
* Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao2023-01-074-1/+6
* libstdc++: Suppress -Waddress warning in tzdb.cc [PR108228]Jonathan Wakely2023-01-061-0/+3
* libstdc++: Refactor time_zone::_Impl::rules_counter [PR108235]Jonathan Wakely2023-01-061-53/+84
* libstdc++: Support single components in name of chrono::current_zone() [PR108...Jonathan Wakely2023-01-051-2/+5
* libstdc++: Only use std::atomic<tzdb_list::_Node*> if lock free [PR108228]Jonathan Wakely2023-01-051-34/+63
* libstdc++: Test for tzdata.zi before fallback version files.Iain Sandoe2022-12-241-7/+10
* Reimplement GNU threads library on native WindowsEric Botcazou2022-12-231-2/+12
* libstdc++: Fix Darwin bootstrap error in src/c++20/tzdb.ccJonathan Wakely2022-12-231-3/+10
* libstdc++: Remove problematic static_assert from src/c++20/tzdb.ccJonathan Wakely2022-12-231-1/+0
* libstdc++: Improve output of default contract violation handler [PR107792]Arsen Arsenović2022-12-221-11/+39