]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/configure
2019-06-13 Richard Biener <rguenther@suse.de>
[thirdparty/gcc.git] / libstdc++-v3 / configure
2019-06-07  rediPR libstdc++/90770 fix missing src/debug/Makefile
2019-05-29  rediPR libstdc++/85494 use rdseed and rand_s in std::random...
2019-03-11  rediPR libstdc++/89460 Fix Networking TS test failures...
2019-02-27  rediPR libstdc++/89466 avoid slow xsltproc command in configure
2019-02-14  rediAdd std::timespec and std::timespec_get for C++17
2019-01-07  rediFix build for systems without POSIX truncate
2019-01-06  rediPR libstdc++/86756 Move rest of std::filesystem to...
2018-11-27  rediPR libstdc++/67843 set shared_ptr lock policy at build...
2018-11-07  law2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery...
2018-10-31  jsm28Update GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-16  rediUse autoconf to check for features needed by Networking TS
2018-10-16  rediDefine _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIB...
2018-08-13  rediRevert "libstdc++-v3: Have aligned_alloc() on Newlib"
2018-08-10  shlibstdc++-v3: Have aligned_alloc() on Newlib
2018-08-01  rediAdd -D_GLIBCXX_ASSERTIONS to DEBUG_FLAGS
2018-07-24  rediAdd initial version of C++17 <memory_resource> header
2018-07-17  rediPR libstdc++/86450 use -Wabi=2 and simplify -Werror use
2018-06-21  rediPR libstdc++/83328 add correct basic_string::insert...
2018-06-18  law2018-06-18 Maya Rashish <coypu@sdf.org>
2018-06-18  rediFix bootstrap failure for bare metal due to autoconf...
2018-05-31  rediPR libstdc++/78870 support std::filesystem on Windows
2018-05-24  rediPR target/85904 check for aligned_alloc on netbsd cross...
2018-05-21  rediAdd support for opening file streams from wide characte...
2018-05-01  rediPR libstdc++/84654 Disable __float128 specializations...
2018-04-24  hjlRegenerate configure of target libraries
2018-04-19  jakub * config/cet.m4 (GCC_CET_FLAGS): Default to --disable...
2018-04-18  jakub PR jit/85384
2018-03-12  rediPR libstdc++/84773 use aligned alloc functions for...
2018-02-19  itsimbalCET shouldn't be enabled in 32-bit run-time libraries...
2018-02-15  rediPR libstdc++/81797 Add .NOTPARALLEL to include/Makefile...
2018-01-18  uros * configure.ac (AC_CHECK_HEADERS): Add linux/types...
2017-11-21  shRTEMS: Enable some libstdc++ features
2017-11-17  itsimbalEnable building libstdc++-v3 with Intel CET
2017-06-21  rediPR libstdc++/81092 Regenerate configure for libtool_VER...
2017-06-01  roFix cross compilation to Solaris
2017-05-23  rediPR libstdc++/67578 Implement non-trivial std::random_de...
2017-05-16  rediRegenerate libstdc++-v3/configure for versioned-namespa...
2017-03-15  rediFix typo in config.h.in comment
2017-03-10  rsandifo[libstdc++-v3] Fix detection of obsolete isnan
2017-01-20  rediSupport unsigned __int20 in checks for size_t mangling
2017-01-17  jconner2017-01-17 Joshua Conner <joshconner@google.com>
2017-01-17  jakub PR other/79046
2017-01-09  rediPR79017 workaround incomplete C99 math on darwin
2017-01-06  rediCheck for __cxa_thread_atexit for freebsd crosses
2017-01-06  roBuild libgo with -Wa,-nH if possible (PR go/78978)...
2017-01-04  rediPR78968 add configure check for __cxa_thread_atexit...
2017-01-04  rediSupport exception propagation without lock-free atomic int
2016-12-06  rediEnable libstdc++ compilation on AVR targets
2016-12-01  edlinger2016-12-01 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-11-21  roDon't define libstdc++-internal macros in Solaris 10...
2016-11-15  doko<toplevel>
2016-10-26  rediAdd missing header in Filesystem TS configure tests
2016-09-30  redilibstdc++/77795 Only declare ::gets for C++98 and C++11
2016-09-28  amodraDisable .gnu.attributes tags in compatibility-ldbl.o
2016-09-23  jason * configure.ac: Define HAVE_MEMALIGN for newlib.
2016-09-23  sh[RTEMS] Always use atomic builtins for libstdc++
2016-09-09  jason Implement P0035R4, C++17 new of over-aligned types.
2016-09-02  mkuvyrkovUse setrlimit for testing libstdc++ in cross toolchains
2016-07-29  rediNew libstdc++ symbol version for new basic_string symbols
2016-06-21  tbsaunderemove knetbsd support
2016-05-25  rediFix configure test for sendfile()
2016-04-05  rediRestore atomic builtins usage in libstdc++-v3
2016-02-08  rediRemove accidentally added 'constexpr' in previous commit
2016-02-08  rediEnable isinf/isnan checks for all targets
2016-02-04  rediTest for C99 stdlib.h functions with -std=c++98
2016-01-28  danglin PR libstdc++/69450
2016-01-15  rediPR libstdc++/69294 Check for isinf and isnan on AIX
2016-01-15  torvaldlibstdc++: Make certain exceptions transaction_safe.
2016-01-13  rediUse ::isinf and ::isnan if libc defines them
2015-11-26  dje* configure: Regenerate.
2015-11-25  roPort libvtv to Solaris
2015-11-24  roHandle C++11 <math.h> overloads on Solaris 12
2015-11-14  andreast2015-11-14 Andreas Tobler <andreast@gcc.gnu.org>
2015-11-13  rediMore fine-grained autoconf checks for C99 library
2015-10-11  jsm28Test for __cxa_thread_atexit_impl when cross-compiling...
2015-09-23  rediFix semantics of Filesystem TS directory iterators
2015-09-16  rediImplement filesystem::canonical() without realpath
2015-09-04  rediAdd C++11 header <cuchar>.
2015-08-27  rediProvide nearly complete std::locale support for DragonFly
2015-08-27  redi * configure: Regenerate.
2015-08-12  cticeFix warnings when bootstrapping on darwin with vtable...
2015-07-02  redi * acinclude.m4 (GLIBCXX_DEFAULT_ABI): Change valid...
2015-06-30  redi * configure: Regenerate.
2015-05-14  redi PR libstdc++/66011
2015-05-14  redi PR libstdc++/66018
2015-05-13  ebotcazouconfig/
2015-05-13  redi * acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Re...
2015-05-13  haubilibstdc++: Bump to automake 1.11.6
2015-05-01  redi * acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable...
2015-05-01  redi * acinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable...
2015-04-30  rediImplement N4100 File System TS
2015-04-28  redi * Makefile.am (SUBDIRS): Move python to hosted_source.
2015-03-23  redi PR libstdc++/64967
2015-03-18  redi2015-03-18 Jonathan Wakely <jwakely@redhat.com>
2015-03-13  redi * acinclude.m4: Make --enable-libstdcxx-time=auto...
2015-01-29  jakub * acinclude.m4 (VTV_CYGMIN): Use x$vtv_cygmin = xyes...
2015-01-29  hjlDefine VTV_CYGMIN after vtv_cygmin is set
2015-01-29  doko2015-01-29 Matthias Klose <doko@ubuntu.com>
2015-01-29  cticeCommitting generated configure & Makefile.in pieces of
2015-01-16  redi * acinclude.m4: Fix typo in comment.
next