summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* libstdc++: Support getentropy and arc4random in std::random_deviceJonathan Wakely2021-11-091-0/+4
* libstdc++: Fix broken autoconf check for O_NONBLOCKJonathan Wakely2021-08-311-4/+4
* libstdc++: Make Networking TS headers more portable [PR100285]Jonathan Wakely2021-08-261-0/+5
* libstdc++: Use secure_getenv for filesystem::temp_directory_path() [PR65018]Jonathan Wakely2021-07-301-0/+1
* libstdc++: Remove _GLIBCXX_USE_INT128 autoconf macroJonathan Wakely2021-05-041-1/+1
* libstdc++: Remove GLIBCXX_CHECK_INT64_T checksJonathan Wakely2021-04-301-3/+0
* libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely2020-12-161-1/+36
* libstdc++: Test errno macros directly, not via autoconf [PR 93151]Jonathan Wakely2020-12-161-1/+0
* libstdc++: Disabling AC_LIBTOOL_DLOPEN check if building with avr-libcVladimir Vishnevsky2020-12-151-1/+1
* libstdc++: Add std::from_chars for floating-point typesJonathan Wakely2020-07-201-0/+5
* aix: Add GCC64 configuration and FAT target libraries.David Edelsohn2020-06-211-0/+11
* libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe2019-12-021-0/+3
* libstdc++: PR 78237 Add full steady_clock support to timed_mutexMike Crowe2019-12-021-0/+3
* Build filesystem library with large file supportJonathan Wakely2019-10-041-0/+2
* PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe2019-09-041-0/+3
* Fix libstdc++ install-pdf support.Jim Wilson2019-07-011-0/+4
* PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely2019-05-291-0/+2
* PR libstdc++/89460 Fix Networking TS test failures on HP-UXJonathan Wakely2019-03-111-0/+3
* PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely2019-02-271-0/+1
* Add std::timespec and std::timespec_get for C++17Jonathan Wakely2019-02-141-0/+3
* PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely2018-11-271-0/+1
* Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers2018-10-311-1/+0
* Use autoconf to check for features needed by Networking TSJonathan Wakely2018-10-161-0/+3
* Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely2018-10-161-2/+2
* Revert "libstdc++-v3: Have aligned_alloc() on Newlib"Jonathan Wakely2018-08-131-1/+0
* libstdc++-v3: Have aligned_alloc() on NewlibSebastian Huber2018-08-101-0/+1
* Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGSJonathan Wakely2018-08-011-1/+1
* PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely2018-07-171-1/+1
* Fix bootstrap failure for bare metal due to autoconf link testsJonathan Wakely2018-06-181-1/+0
* PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely2018-05-311-0/+1
* Add support for opening file streams from wide character stringsJonathan Wakely2018-05-211-0/+1
* PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwinJonathan Wakely2018-02-151-0/+6
* configure.ac (AC_CHECK_HEADERS): Add linux/types.h.Uros Bizjak2018-01-181-1/+7
* Enable building libstdc++-v3 with Intel CETIgor Tsimbalist2017-11-171-0/+7
* PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao2017-05-231-1/+1
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-171-0/+3
* Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth2017-01-061-1/+1
* PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely2017-01-041-1/+1
* Support exception propagation without lock-free atomic intPauli Nieminen2017-01-041-0/+3
* Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra2016-09-291-0/+6
* * configure.ac: Define HAVE_MEMALIGN for newlib.Jason Merrill2016-09-231-0/+1
* Implement P0035R4, C++17 new of over-aligned types.Jason Merrill2016-09-091-0/+1
* libstdc++: Make certain exceptions transaction_safe.Torvald Riegel2016-01-151-0/+3
* Handle C++11 <math.h> overloads on Solaris 12Rainer Orth2015-11-241-0/+1
* Add C++11 header <cuchar>.Edward Smith-Rowland2015-09-041-0/+1
* re PR libstdc++/66018 (opendir configure test not working when GCC_NO_EXECUTA...Jonathan Wakely2015-05-141-1/+0
* sjlj.m4: New file.Eric Botcazou2015-05-131-1/+0
* acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not a...Jonathan Wakely2015-05-011-1/+1
* Implement N4100 File System TSJonathan Wakely2015-04-301-0/+6
* New std::string implementation.Jonathan Wakely2014-12-191-1/+2