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