]> gcc.gnu.org Git - gcc.git/history - libstdc++-v3/config.h.in
c++: Better module initializer code
[gcc.git] / libstdc++-v3 / config.h.in
2022-04-12 Jonathan Wakelylibstdc++: Prefer to use mmap instead of malloc in...
2022-02-04 Jonathan Wakelylibstdc++: Fix filesystem::remove_all races [PR104161]
2022-01-25 Jonathan Wakelylibstdc++: Avoid symlink race in filesystem::remove_all...
2022-01-18 Tom Honermannlibstdc++: Declare std::c8rtomb and std::mbrtoc8 if...
2022-01-17 Jonathan Wakelylibstdc++: Define <stacktrace> header for C++23
2021-12-10 Jonathan Wakelylibstdc++: Fix definition of _GLIBCXX_NO_SLEEP config...
2021-11-09 Jonathan Wakelylibstdc++: Support getentropy and arc4random in std...
2021-07-30 Jonathan Wakelylibstdc++: Use secure_getenv for filesystem::temp_direc...
2021-05-04 Jonathan Wakelylibstdc++: Remove _GLIBCXX_USE_INT128 autoconf macro
2021-04-30 Jonathan Wakelylibstdc++: Remove GLIBCXX_CHECK_INT64_T checks
2021-04-21 Jakub JelinekFix AIX libstdc++ semaphore support [PR100164]
2020-12-17 Jonathan Wakelylibstdc++: Regenerate autoconf files
2020-12-16 Jonathan Wakelylibstdc++: Add C++ runtime support for new 128-bit...
2020-12-15 Keith Packardlibstdc++: Support libc with stdio-only I/O in libstdc++
2020-12-09 Jonathan Wakelylibstdc++: Fix build failure for target with no way...
2020-11-23 Jonathan Wakelylibstdc++: Add configure checks for semaphores
2020-07-20 Jonathan Wakelylibstdc++: Add std::from_chars for floating-point types
2019-12-02 Mike Crowelibstdc++: Add full steady_clock support to shared_time...
2019-12-02 Mike Crowelibstdc++: PR 78237 Add full steady_clock support to...
2019-10-04 Jonathan WakelyBuild filesystem library with large file support
2019-09-04 Mike CrowePR libstdc++/41861 Add full steady_clock support to...
2019-05-29 Jonathan WakelyPR libstdc++/85494 use rdseed and rand_s in std::random...
2019-03-11 Jonathan WakelyPR libstdc++/89460 Fix Networking TS test failures...
2019-02-14 Jonathan WakelyAdd std::timespec and std::timespec_get for C++17
2019-01-07 Jonathan WakelyFix build for systems without POSIX truncate
2019-01-06 Jonathan WakelyPR libstdc++/86756 Move rest of std::filesystem to...
2018-11-27 Jonathan WakelyPR libstdc++/67843 set shared_ptr lock policy at build...
2018-10-16 Jonathan WakelyUse autoconf to check for features needed by Networking TS
2018-10-16 Jonathan WakelyDefine _GLIBCXX_USE_DEV_RANDOM as replacement for _GLIB...
2018-06-18 Jonathan WakelyFix bootstrap failure for bare metal due to autoconf...
2018-05-31 Jonathan WakelyPR libstdc++/78870 support std::filesystem on Windows
2018-05-21 Jonathan WakelyAdd support for opening file streams from wide characte...
2018-05-01 Tulio Magno Quites... PR libstdc++/84654 Disable __float128 specializations...
2018-01-18 Uros Bizjakconfigure.ac (AC_CHECK_HEADERS): Add linux/types.h.
2017-05-23 Xi RuoyaoPR libstdc++/67578 Implement non-trivial std::random_de...
2017-03-15 Jonathan WakelyFix typo in config.h.in comment
2017-01-09 Jonathan WakelyPR79017 workaround incomplete C99 math on darwin
2017-01-04 Jonathan WakelyPR78968 add configure check for __cxa_thread_atexit...
2017-01-04 Pauli NieminenSupport exception propagation without lock-free atomic int
2016-11-21 Rainer OrthDon't define libstdc++-internal macros in Solaris 10...
2016-09-30 Jonathan Wakelylibstdc++/77795 Only declare ::gets for C++98 and C++11
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-05-25 Jonathan WakelyFix configure test for sendfile()
2016-02-04 Jonathan WakelyTest for C99 stdlib.h functions with -std=c++98
2016-01-28 John David Anglinre PR libstdc++/69450 (libstdc++-v3/include/math.h...
2016-01-15 Torvald Riegellibstdc++: Make certain exceptions transaction_safe.
2016-01-13 Jonathan WakelyUse ::isinf and ::isnan if libc defines them
2015-11-24 Rainer OrthHandle C++11 <math.h> overloads on Solaris 12
2015-11-13 Jennifer YaoMore fine-grained autoconf checks for C99 library
2015-09-23 Jonathan WakelyFix semantics of Filesystem TS directory iterators
2015-09-16 Jonathan WakelyImplement filesystem::canonical() without realpath
2015-09-04 Edward Smith-RowlandAdd C++11 header <cuchar>.
2015-05-14 Jonathan Wakelyre PR libstdc++/66011 (call to '__open_missing_mode...
2015-05-14 Jonathan Wakelyre PR libstdc++/66018 (opendir configure test not worki...
2015-05-13 Eric Botcazousjlj.m4: New file.
2015-05-01 Jonathan Wakelyacinclude.m4 (GLIBCXX_ENABLE_FILESYSTEM_TS): Disable...
2015-04-30 Jonathan WakelyImplement N4100 File System TS
2015-03-18 Jonathan Wakelyacinclude.m4 (GLIBCXX_CHECK_GTHREADS): Check for pthrea...
2014-01-23 Bernhard Reutner... acinclude.m4 (GLIBCXX_CHECK_TMPNAM): New check for...
2013-08-07 Caroline TiceCommit the vtable verification feature.
2013-05-24 Jakub Jelinekchrono.cc: If _GLIBCXX_USE_CLOCK_GETTIME_SYSCALL, inclu...
2013-04-09 Tom Tromeyconfigure, [...]: Rebuild.
2013-03-15 Tom Tromeyunwind-cxx.h: Include sys/sdt.h if detected.
2013-02-26 Jason Merrillconfigure.ac: Check for __cxa_thread_atexit_impl.
2013-02-11 Jason Merrilllinkage.m4 (GLIBCXX_CHECK_STDLIB_DECL_AND_LINKAGE)...
2012-12-20 Jonathan Wakelyre PR libstdc++/55741 (bootstrap fails in libstdc+...
2012-11-23 Jonathan Wakelyre PR libstdc++/52680 (std::this_thread::sleep_for...
2012-09-09 Sebastian Huberre PR libstdc++/43852 (Embedded systems friendly libstdc++)
2012-09-09 Ulrich Drepperre PR bootstrap/54419 (Compiling libstdc++-v3/src/c...
2012-03-14 Rainer OrthRemove obsolete Solaris 8 support
2012-03-02 Benjamin Kosnikre PR libstdc++/51785 (gets not anymore declared)
2011-12-01 Benjamin Kosnikacinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove...
2011-11-07 Jonathan Wakelyacinclude.m4 (GLIBCXX_CHECK_SC_NPROC_ONLN): Define.
2011-11-07 Jonathan Wakelyacinclude.m4: Check for <stdalign.h>
2011-11-02 Rainer OrthMove gthr to toplevel libgcc
2011-10-14 Jonathan Yongconfigure.host: Use config/os/mingw32-w64 instead of...
2011-09-21 Paolo Carlinilimits.cc: Replace everywhere __int128_t -> __int128...
2011-09-17 Paolo Carlinire PR libstdc++/50441 ([C++0x] <type_traits> is missing...
2011-08-29 Kai Tietzconfigure: Regenerated.
2011-08-29 Rainer OrthHandle different versions of Solaris 8 <iso/math_iso...
2011-07-15 Paolo Carlinire PR libstdc++/49745 (error: ‘int truncate’ redeclared...
2011-05-28 Jonathan Wakelyacinclude.m4: Define GLIBCXX_CHECK_GET_NPROCS and GLIBC...
2010-07-27 Paolo Carliniacinclude.m4 ([GLIBCXX_CHECK_STDIO_MACROS]): Remove.
2010-07-02 Rainer Orthacinclude.m4 (symvers_renaming): Define HAVE_SYMVER_SYM...
2010-07-02 Rainer Orthgc++filt.m4: New file.
2010-01-13 Paolo CarliniMakefile.am (check-debug): Add.
2010-01-10 Silvius Ruslibstdc++ profile mode bug fixes and minor updates
2009-10-05 Benjamin Kosnik[multiple changes]
2009-10-03 Silvius Rusmerge branch profile-stdlib
2009-08-22 Ralf WildenhuesRegenerate tree using Autoconf 2.64 and Automake 1.11.
2009-01-15 Benjamin Kosnikre PR libstdc++/32666 (FAIL: abi_check hppa)
2009-01-15 Chris Fairlesacinclude.m4 ([GLIBCXX_ENABLE_CLOCK_GETTIME], [......
2009-01-07 Jakub Jelinekre PR libstdc++/38092 (libstdc++ doesn't build with...
2008-12-12 Benjamin Kosnikcstdatomic: Update to N2798.
2008-09-13 Chris Fairlesthread: New.
2008-09-07 Paolo Carliniacinclude.m4 ([GLIBCXX_CHECK_C99_TR1]): Check wcstoimax...
2008-08-28 Chris Fairlesacinclude.m4 ([GLIBCXX_CHECK_GTHREADS]): New.
2008-08-25 Paolo Carliniacinclude.m4 ([GLIBCXX_CHECK_GETTIMEOFDAY]): Change...
2008-08-24 Paolo Carliniacinclude.m4 ([GLIBCXX_CHECK_RANDOM_TR1]): Simplify...
2008-08-12 Paolo Carliniconfigure.ac: Run unconditionally GLIBCXX_CHECK_INT64_T...
next
This page took 2.077276 seconds and 107 git commands to generate.