]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/libsupc++/Makefile.am
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / Makefile.am
2021-01-04  Jakub JelinekUpdate copyright years.
2020-09-25  Jonathan Wakelylibstdc++: Remove redundant -std=gnu++1z flags from...
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-05  Jason MerrillImplement C++20 operator<=>.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-01-03  Jakub JelinekUpdate copyright years.
2017-11-17  Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-06-02  Jonathan WakelyRemove libsupc++ makefile targets setting -std=gnu...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-09-09  Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-08-22  Gleb Natapovlibstdc++/68297 avoid throw/catch in make_exception_ptr
2016-01-04  Jakub JelinekUpdate copyright years.
2015-01-29  Caroline TiceCommitting VTV Cygwin patch for Patrick Wollgast
2015-01-28  Jonathan Wakelyre PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs...
2015-01-07  Jonathan WakelyMakefile.am: Compile del_ops.cc as C++14.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-15  Jason MerrillN3778: Sized Deallocation
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-08-07  Caroline TiceCommit the vtable verification feature.
2013-05-13  Benjamin KosnikMakefile.am (sources): Add bad_array_length.cc, bad_arr...
2013-04-03  Jonathan Wakelyexception (get_terminate(), [...]): Declare.
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-10-08  Jason MerrillSupport C++11 thread_local destructors.
2012-09-29  Benjamin Kosnikfragment.am (CONFIG_CXXFLAGS): Remove EXTRA_CXX_FLAGS.
2012-09-20  Benjamin Kosnikre PR libstdc++/28811 (--with-pic vs static libraries...
2012-03-29  Benjamin Kosnikre PR libstdc++/52689 (static linking with libstdc...
2012-01-23  Benjamin Kosnik[multiple changes]
2011-12-01  Benjamin Kosnikacinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove...
2011-11-08  Aldy HernandezMerge from transactional-memory branch.
2011-03-15  Benjamin KosnikMakefile.am: Add functional.cc, shared_ptr.cc.
2011-02-09  Jonathan Wakelyre PR libstdc++/43863 (Unused recursive_init_error...
2011-01-15  Benjamin Kosnikre PR libstdc++/36104 (gnu-versioned-namespace is broken)
2010-10-05  Sebastian Huberre PR libstdc++/44647 (std::nothrow and std::bad_alloc...
2010-09-22  Paolo Carlinihash_bytes.cc: Move...
2009-08-23  Ralf WildenhuesFix placement of LIBTOOLFLAGS variable in v3 makefile.am.
2009-08-22  Ralf WildenhuesLIBTOOLFLAGS, and *_LINK fixes for Automake 1.11
2009-05-12  Jonathan Wakelyexception: Include nested_exception.h in C++0x mode.
2009-04-09  Jakub JelinekLicensing changes to GPLv3 resp. GPLv3 with GCC Runtime...
2008-08-23  Paolo Carlini[multiple changes]
2008-08-22  Paolo Carlini2008-08-22 Paolo Carlini <paolo.carlini@oracle.com>
2008-08-14  Paolo CarliniRe-instate last patch...
2008-08-13  Paolo Carlini2008-08-13 Paolo Carlini <paolo.carlini@oracle.com>
2008-08-13  Sebastian RedlAdd exception propagation support as per N2179.
2008-07-03  Paolo CarliniMakefile.am: Add initializer_list to the headers.
2007-05-08  Jason Merrillcxxabi-internal.h: Remove, to be replaced by...
2007-05-04  Mark Mitchellatexit_arm.cc: New file.
2007-03-18  Mark Mitchellarray_type_info.cc: Likewise.
2006-01-03  Mark Mitchelllibtool-ldflags: New script.
2005-11-22  Benjamin Kosnikdel_op.cc: Include c++config.h first.
2005-08-17  Kelley CookAll files: Update FSF address.
2005-06-28  Paul BrookMakefile.in: Set and use UNWIND_H.
2004-08-02  Mark MitchellMakefile.am (hosted_source): Add libmath and testsuite.
2004-02-27  Benjamin Kosnik[multiple changes]
2003-08-27  Phil EdwardsMakefile.am: Remove trailing whitespace.
2003-08-27  Phil EdwardsMakefile.am: Add comment.
2003-08-17  Phil Edwardsacinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_...
2003-08-05  Phil EdwardsConvert to new autotools.
2003-07-05  Benjamin KosnikMove from CPP to CXX.
2003-05-24  Nathanael NerodeMakefile.am, [...]: Replace "GNU CC" with "GCC".
2003-03-17  Danny SmithMakefile.am (C_COMPILE): Remove.
2003-03-07  Matthias KloseMakefile.am (AM_MAKEFLAGS): Also pass gxx_include_dir.
2003-02-27  Benjamin Kosnik[multiple changes]
2003-01-28  Danny SmithMakefile.am (CONFIG_CXXFLAGS): Reverse order of @EXTRA_...
2002-12-26  Phil Edwardsvterminate.cc: Move to...
2002-12-16  Benjamin Kosnikconfigure.in (GLIBCPP_ENABLE_DEBUG): Default to none.
2002-11-25  Mark MitchellMakefile.am (sources): Add guard.cc.
2002-08-07  John David AnglinMakefile.am (LTCOMPILE): Add LIBSUPCXX_PICFLAGS.
2002-08-01  Neil BoothMakefile.am (LT_COMPILE): Remove C++ flags.
2002-06-20  Benjamin KosnikMakefile.am (libsupc__convenience_la_SOURCES): Add...
2002-06-20  Benjamin KosnikMakefile.am: Add rules.
2002-05-04  Kaveh R. Ghaziconfigure.in (AC_CHECK_HEADERS): Check for string.h...
2002-04-01  Phil Edwardslinker-map.gnu: Export __verbose_terminate_handler.
2001-11-18  Jason Merrilleh_personality.cc (__cxa_call_unexpected): Take void*.
2001-07-13  Stephen M. WebbMakefile.am: New file encapsulating header generation...
2001-06-04  Hans-Peter NilssonMakefile.am (install-glibcppinstallHEADERS, [...])...
2001-05-03  Alexandre Olivaconfigure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer...
2001-04-11  Benjamin Kosnikacinclude.m4: AC_CHECK_TOOL for expect.
2001-03-28  Alexandre OlivaMakefile.am (CXXLINK): Add --tag disable-shared after...
2001-03-28  Richard HendersonIA-64 ABI Exception Handling.
2001-03-28  Alexandre OlivaMakefile.am (CXXLINK): Use CXX again, and choose CXX...
2001-02-26  Phil Edwardsacinclude.m4 (GLIBCPP_CONFIGURE): Update required compi...
2001-02-16  Benjamin KosnikAdd support for -fno-exceptions.
2001-02-07  Benjamin Kosnikacinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with...
2001-02-06  Benjamin Kosnikacinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): New macro.
2001-02-03  Benjamin KosnikMakefile.am (mkinstalldirs): Set.
2001-02-01  Alexandre Olivaconfigure.in (toplevel_srcdir, auxdir): Set.
2001-01-23  Mark Mitchellainclude.m4 (GLIBCPP_CHEC_MATH_DECLS_AND_LINKAGE_1...
2000-12-23  Benjamin KosnikMakefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES.
2000-11-22  Benjamin Kosnikstrstream.cc: Adjust includes.
2000-10-29  Mark HarigMakefile.am: Change logic for include dir options.
2000-10-18  Benjamin KosnikMakefile.am (exception): Change exception.cc to excepti...
2000-10-17  Benjamin Kosnikvia Alexandre Oliva <aoliva@redhat.com>
2000-10-15  Benjamin KosnikMakefile.am (toolexeclibdir): Add support fo VERSION_SP...
2000-10-12  Benjamin KosnikMakefile.am: Use it.
2000-10-12  Benjamin KosnikMakefile.am: Use it.
2000-10-10  Benjamin KosnikMakefile.am (LIBSUPCXX_INCLUDES): Adjust.
2000-10-09  Richard Hendersonpure.cc: New file.
2000-10-09  Benjamin Kosnikconfigopts.html: Edit.
2000-10-09  Benjamin KosnikMakefile.am (INCLUDES): Add toplevel include directory.
2000-10-07  Benjamin KosnikMakefile.am: Remove OPTIMIZE_CXXFLAGS, WARN_CXXFLAGS...
next