aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2019-12-02libstdc++: Add full steady_clock support to shared_timed_mutexMike Crowe1-0/+3
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/+2
2019-09-04PR libstdc++/41861 Add full steady_clock support to condition_variableMike Crowe1-0/+3
2019-07-01Fix libstdc++ install-pdf support.Jim Wilson1-0/+4
2019-05-29PR libstdc++/85494 use rdseed and rand_s in std::random_deviceJonathan Wakely1-0/+2
2019-03-11PR libstdc++/89460 Fix Networking TS test failures on HP-UXJonathan Wakely1-0/+3
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely1-0/+1
2019-02-14Add std::timespec and std::timespec_get for C++17Jonathan Wakely1-0/+3
2018-11-27PR libstdc++/67843 set shared_ptr lock policy at build-timeJonathan Wakely1-0/+1
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers1-1/+0
2018-10-16Use autoconf to check for features needed by Networking TSJonathan Wakely1-0/+3
2018-10-16Define _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIBCXX_USE_RANDOM_TR1Jonathan Wakely1-2/+2
2018-08-13Revert "libstdc++-v3: Have aligned_alloc() on Newlib"Jonathan Wakely1-1/+0
2018-08-10libstdc++-v3: Have aligned_alloc() on NewlibSebastian Huber1-0/+1
2018-08-01Add -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGSJonathan Wakely1-1/+1
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely1-1/+1
2018-06-18Fix bootstrap failure for bare metal due to autoconf link testsJonathan Wakely1-1/+0
2018-05-31PR libstdc++/78870 support std::filesystem on WindowsJonathan Wakely1-0/+1
2018-05-21Add support for opening file streams from wide character stringsJonathan Wakely1-0/+1
2018-02-15PR libstdc++/81797 Add .NOTPARALLEL to include/Makefile for darwinJonathan Wakely1-0/+6
2018-01-18configure.ac (AC_CHECK_HEADERS): Add linux/types.h.Uros Bizjak1-1/+7
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist1-0/+7
2017-05-23PR libstdc++/67578 Implement non-trivial std::random_device::entropyXi Ruoyao1-1/+1
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek1-0/+3
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth1-1/+1
2017-01-04PR78968 add configure check for __cxa_thread_atexit in libcJonathan Wakely1-1/+1
2017-01-04Support exception propagation without lock-free atomic intPauli Nieminen1-0/+3
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra1-0/+6
2016-09-23* configure.ac: Define HAVE_MEMALIGN for newlib.Jason Merrill1-0/+1
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill1-0/+1
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel1-0/+3
2015-11-24Handle C++11 <math.h> overloads on Solaris 12Rainer Orth1-0/+1
2015-09-04Add C++11 header <cuchar>.Edward Smith-Rowland1-0/+1
2015-05-14re PR libstdc++/66018 (opendir configure test not working when GCC_NO_EXECUTA...Jonathan Wakely1-1/+0
2015-05-13sjlj.m4: New file.Eric Botcazou1-1/+0
2015-05-01acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable when <dirent.h> is not a...Jonathan Wakely1-1/+1
2015-04-30Implement N4100 File System TSJonathan Wakely1-0/+6
2014-12-19New std::string implementation.Jonathan Wakely1-1/+2
2014-11-18re PR libstdc++/43622 (Incomplete C++ library support for __float128)Marc Glisse1-0/+3
2014-10-10re PR libstdc++/49561 ([C++0x] std::list::size complexity)Jonathan Wakely1-0/+2
2014-01-23acinclude.m4 (GLIBCXX_CHECK_TMPNAM): New check for tmpnam function.Bernhard Reutner-Fischer1-0/+3
2013-10-31configure.ac: Add header checks for fenv.h and complex.h.Steve Ellcey1-0/+6
2013-08-06Commit the vtable verification feature.Caroline Tice1-0/+7
2013-05-22acinclude.m4 (GLIBCXX_ENABLE_LIBSTDCXX_TIME): Add KIND=auto to enable feature...Jonathan Wakely1-2/+1
2013-04-09configure, [...]: Rebuild.Tom Tromey1-1/+2
2013-03-15unwind-cxx.h: Include sys/sdt.h if detected.Tom Tromey1-1/+1
2013-02-25configure.ac: Check for __cxa_thread_atexit_impl.Jason Merrill1-0/+2
2012-09-26Optimize bulk mode for normal_distribution<double> for SSE3.Ulrich Drepper1-0/+2
2012-09-20re PR libstdc++/28811 (--with-pic vs static libraries and libstdc++)Benjamin Kosnik1-7/+33