aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
AgeCommit message (Expand)AuthorFilesLines
2024-05-17libstdc++: detect DLLs on windows with <stacktrace>Björn Schäpers1-0/+3
2024-01-17libstdc++: Implement C++26 std::text_encoding (P1885R12) [PR113318]Jonathan Wakely1-0/+3
2023-11-17libstdc++: Regenerate config.h.inJonathan Wakely1-1/+1
2023-11-11libstdc++: Remove handling for underscore-prefixed libm functions [PR111638]Jonathan Wakely1-506/+0
2023-09-15libstdc++: Implement C++26 native handles for file streams (P1759R6)Jonathan Wakely1-0/+3
2023-09-07libstdc++: Add autoconf checks for mkdir, chmod, chdir, and getcwdJonathan Wakely1-0/+12
2023-07-12libstdc++: Fix --enable-cstdio=stdio_pure [PR110574]Jonathan Wakely1-0/+3
2023-06-30libstdc++: Fix iostream init for Clang on darwin [PR110432]Jonathan Wakely1-0/+3
2023-06-06libstdc++: Use copy_file_range for filesystem::copy_fileJannik Glückert1-0/+3
2023-06-06libstdc++: Also use sendfile for big filesJannik Glückert1-0/+3
2023-05-31libstdc++: Add separate autoconf macro for std::float_t and std::double_t [PR...Jonathan Wakely1-0/+4
2023-05-31libstdc++: Stop using _GLIBCXX_USE_C99_MATH_TR1 in <cmath>Jonathan Wakely1-2/+6
2023-05-16libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely1-0/+4
2023-05-16libstdc++: Stop using TR1 macros in <cctype> and <cfenv>Jonathan Wakely1-0/+8
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely1-0/+12
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>Jonathan Wakely1-0/+5
2023-01-14libstdc++: enable <stacktrace> on windowsBjörn Schäpers1-0/+3
2023-01-14libstdc++: Embed a static copy of tzdata.ziJonathan Wakely1-1/+4
2022-12-23Reimplement GNU threads library on native WindowsEric Botcazou1-3/+3
2022-12-22libstdc++: Implement C++20 time zone support in <chrono>Jonathan Wakely1-0/+3
2022-10-29libstdc++: Don't use gstdint.h anymoreArsen Arsenović1-15/+0
2022-06-23libstdc++: check for openatAlexandre Oliva1-0/+3
2022-04-12libstdc++: Prefer to use mmap instead of malloc in libbacktraceJonathan Wakely1-0/+3
2022-02-04libstdc++: Fix filesystem::remove_all races [PR104161]Jonathan Wakely1-0/+6
2022-01-25libstdc++: Avoid symlink race in filesystem::remove_all [PR104161]Jonathan Wakely1-0/+3
2022-01-18libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C libraryTom Honermann1-0/+8
2022-01-17libstdc++: Define <stacktrace> header for C++23Jonathan Wakely1-0/+10
2021-12-10libstdc++: Fix definition of _GLIBCXX_NO_SLEEP config macroJonathan Wakely1-3/+3
2021-11-09libstdc++: Support getentropy and arc4random in std::random_deviceJonathan Wakely1-0/+6
2021-07-30libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]Jonathan Wakely1-0/+3
2021-05-04libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macroJonathan Wakely1-3/+0
2021-04-30libstdc++: Remove GLIBCXX_CHECK_INT64_T checksJonathan Wakely1-9/+0
2021-04-21Fix AIX libstdc++ semaphore support [PR100164]Jakub Jelinek1-4/+4
2020-12-17libstdc++: Regenerate autoconf filesJonathan Wakely1-57/+0
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely1-0/+4
2020-12-15libstdc++: Support libc with stdio-only I/O in libstdc++Keith Packard1-0/+3
2020-12-09libstdc++: Fix build failure for target with no way to sleepJonathan Wakely1-0/+3
2020-11-23libstdc++: Add configure checks for semaphoresJonathan Wakely1-0/+4
2020-07-20libstdc++: Add std::from_chars for floating-point typesJonathan Wakely1-0/+6
2019-12-02libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe1-0/+4
2019-12-02libstdc++: PR 78237 Add full steady_clock support to timed_mutexMike Crowe1-0/+3
2019-10-04Build filesystem library with large file supportJonathan Wakely1-0/+11
2019-09-04PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe1-0/+3
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely1-0/+3
2019-03-11PR libstdc++/89460 Fix Networking TS test failures on HP-UXJonathan Wakely1-0/+3
2019-02-14Add std::timespec and std::timespec_get for C++17Jonathan Wakely1-0/+3
2019-01-07Fix build for systems without POSIX truncateJonathan Wakely1-0/+3
2019-01-06PR libstdc++/86756 Move rest of std::filesystem to libstdc++.soJonathan Wakely1-0/+6
2018-11-27PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely1-0/+3
2018-10-16Use autoconf to check for features needed by Networking TSJonathan Wakely1-0/+18