aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config.h.in
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-30libstdc++/77795 Only declare ::gets for C++98 and C++11Jonathan Wakely1-1/+1
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill1-0/+12
2016-05-25Fix configure test for sendfile()Jonathan Wakely1-1/+1
2016-02-04Test for C99 stdlib.h functions with -std=c++98Jonathan Wakely1-0/+4
2016-01-28re PR libstdc++/69450 (libstdc++-v3/include/math.h:66:1 2: error: 'constexpr ...John David Anglin1-2/+5
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel1-0/+3
2016-01-13Use ::isinf and ::isnan if libc defines themJonathan Wakely1-0/+3
2015-11-24Handle C++11 <math.h> overloads on Solaris 12Rainer Orth1-0/+5
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao1-9/+38
2015-09-23Fix semantics of Filesystem TS directory iteratorsJonathan Wakely1-3/+3
2015-09-16Implement filesystem::canonical() without realpathJonathan Wakely1-1/+1
2015-09-04Add C++11 header <cuchar>.Edward Smith-Rowland1-0/+7