aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
AgeCommit message (Expand)AuthorFilesLines
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
2018-10-16Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely1-0/+4
2018-06-18Fix bootstrap failure for bare metal due to autoconf link testsJonathan Wakely1-3/+3
2018-05-31PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely1-0/+9
2018-05-21Add support for opening file streams from wide character stringsJonathan Wakely1-0/+3
2018-05-01PR libstdc++/84654 Disable __float128 specializations for -mno-float128Tulio Magno Quites Machado Filho1-3/+0
2018-01-18configure.ac (AC_CHECK_HEADERS): Add linux/types.h.Uros Bizjak1-0/+3
2017-05-23PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao1-0/+3
2017-03-15Fix typo in config.h.in commentJonathan Wakely1-1/+1
2017-01-09PR79017 workaround incomplete C99 math on darwinJonathan Wakely1-0/+3
2017-01-04PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely1-0/+3
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen1-0/+3
2016-11-21Don't define libstdc++-internal macros in Solaris 10+ <math.h>Rainer Orth1-2/+7