aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src
AgeCommit message (Expand)AuthorFilesLines
2023-06-06libstdc++: Use close-on-exec for file descriptors in filesystem::copy_fileJonathan Wakely1-6/+7
2023-06-06libstdc++: Make std::filesystem::copy_file work for procfs [PR108178]Jonathan Wakely1-5/+10
2023-06-06libstdc++: Use copy_file_range for filesystem::copy_fileJannik Glückert1-0/+56
2023-06-06libstdc++: Also use sendfile for big filesJannik Glückert1-29/+44
2023-05-31libstdc++: Fix build for targets without _Float128 [PR109921]Jonathan Wakely1-1/+1
2023-05-31libstdc++: Fix preprocessor conditions for std::from_chars [PR109921]Jonathan Wakely1-7/+13
2023-05-16libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely1-2/+6
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely1-2/+2
2023-05-12libstdc++: Remove <random> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2-5/+0
2023-05-11libstdc++: Use RAII types in strtod-based std::from_chars implementationJonathan Wakely1-19/+69
2023-05-03libstdc++: Fix up abi.exp FAILs on powerpc64le-linuxJakub Jelinek2-0/+24
2023-05-02ibstdc++: Shut up -Wattribute-alias warning [PR109694]Jakub Jelinek1-0/+2
2023-04-28libstdc++: Another attempt to ensure g++ 13+ compiled programs enforce gcc 13...Jakub Jelinek1-0/+5
2023-04-27libstdc++: Make std::random_device throw std::system_error [PR105081]Jonathan Wakely1-6/+12
2023-04-19Revert "libstdc++: Export global iostreams with GLIBCXX_3.4.31 symver [PR1089...Jonathan Wakely5-34/+19
2023-04-18libstdc++: Export global iostreams with GLIBCXX_3.4.31 symver [PR108969]Jonathan Wakely5-19/+34
2023-04-12libstdc++: Ensure headers used by fast_float are includedPatrick Palka1-0/+4
2023-04-12libstdc++: Update tzdata to 2023cJonathan Wakely1-4/+2
2023-03-28libstdc++: Update tzdata to 2023a [PR109288]Jonathan Wakely2-30/+110
2023-03-20libstdc++: Fix formatting in std::filesystem helper functionJonathan Wakely1-1/+2
2023-03-14libstdc++: Add comment about symver linker scripts to makefileJonathan Wakely2-0/+2
2023-03-03link pthread_join from std::thread ctorAlexandre Oliva1-2/+8
2023-03-01libstdc++: Make std::chrono::current_zone() default to UTCJonathan Wakely1-9/+6
2023-02-28libstdc++: Add likely/unlikely attributes to <codecvt> implementationJonathan Wakely1-46/+46
2023-02-22[libstdc++] do not destruct mutex_pool mutexesAlexandre Oliva1-1/+5
2023-02-06libstdc++: Enable building libstdc++.{a,so} when !HOSTEDArsen Arsenović10-24/+73
2023-02-06libstdc++: Disable building additional archives for freestandingJonathan Wakely2-6/+18
2023-02-02libstdc++: Use ENOSYS for unsupported filesystem ops on AVRJonathan Wakely1-1/+6
2023-02-02libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]Jonathan Wakely1-0/+13
2023-02-01libstdc++: Fix std::random_device for avrJonathan Wakely1-0/+2
2023-02-01libstdc++: Fix build failures for avrJonathan Wakely3-2/+15
2023-01-27libstdc++: Use constant for name of tzdata fileJonathan Wakely1-1/+1
2023-01-26libstdc++: Add workaround for old tzdata.zi filesJonathan Wakely1-15/+34
2023-01-26libstdc++: Fix strings read from /etc/sysconfig/clock [PR108530]Jonathan Wakely1-14/+16
2023-01-24libstdc++: Use /etc/sysconfig/clock for std::chrono::current_zone() [PR108530]Jonathan Wakely1-2/+22
2023-01-23libstdc++: [_GLIBCXX_DEBUG] Remove useless constructor checksFrançois Dumont1-0/+53
2023-01-17Regenerate Makefile.in files.Martin Liska1-1/+1
2023-01-16libstdc++: Fix --with-default-libstdcxx-abi=gcc4-compatible buildJonathan Wakely1-0/+3
2023-01-16Update copyright years.Jakub Jelinek136-136/+136
2023-01-16libstdc++: Fix copyright notice to use usual form [PR108413]Jonathan Wakely1-1/+1
2023-01-14libstdc++: enable <stacktrace> on windowsBjörn Schäpers2-0/+5
2023-01-14libstdc++: Implement std::chrono::current_zone() for AIX [PR108409]Jonathan Wakely1-2/+21
2023-01-14libstdc++: Disable unwanted code for --with-libstdcxx-zoneinfo=noJonathan Wakely1-11/+53
2023-01-14libstdc++: Embed a static copy of tzdata.ziJonathan Wakely4-29/+4318
2023-01-13libstdc++: Fix Unicode codecvt and add tests [PR86419]Dimitrij Mijoski1-18/+18
2023-01-10libstdc++: Fix tzdb.cc to compile with -fno-exceptionsJonathan Wakely1-2/+2
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao4-1/+6
2023-01-06libstdc++: Suppress -Waddress warning in tzdb.cc [PR108228]Jonathan Wakely1-0/+3
2023-01-06libstdc++: Refactor time_zone::_Impl::rules_counter [PR108235]Jonathan Wakely1-53/+84
2023-01-05libstdc++: Support single components in name of chrono::current_zone() [PR108...Jonathan Wakely1-2/+5