summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++/Makefile.am
AgeCommit message (Expand)Author
2025-09-11libstdc++: Make atomicity helpers use unsigned arithmetic [PR121148]Jonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-02-19libstdc++, Darwin: Handle a linker warning [PR112397].Iain Sandoe
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-10-11libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606]Jonathan Wakely
2022-01-10libstdc++: Fix and simplify freestanding configuration [PR103866]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-04-15libstdc++: Move atomic functions to libsupc++ [PR 96657]Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-09-25libstdc++: Remove redundant -std=gnu++1z flags from makefileJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-11-05Implement C++20 operator<=>.Jason Merrill
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist
2017-06-02Remove libsupc++ makefile targets setting -std=gnu++11 or -std=gnu++14Jonathan Wakely
2017-01-01Update copyright years.Jakub Jelinek
2016-09-09Implement P0035R4, C++17 new of over-aligned types.Jason Merrill
2016-08-22libstdc++/68297 avoid throw/catch in make_exception_ptrGleb Natapov
2016-01-04Update copyright years.Jakub Jelinek
2015-01-29Committing VTV Cygwin patch for Patrick WollgastCaroline Tice
2015-01-28re PR libstdc++/64828 (libstdc++-v3/libsupc++/del_opvs.cc:30:1: warning: ‘v...Jonathan Wakely
2015-01-07Makefile.am: Compile del_ops.cc as C++14.Jonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2014-12-15N3778: Sized DeallocationJason Merrill
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-08-06Commit the vtable verification feature.Caroline Tice
2013-05-13Makefile.am (sources): Add bad_array_length.cc, bad_array_new.cc.Benjamin Kosnik
2013-04-03exception (get_terminate(), [...]): Declare.Jonathan Wakely
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-10-08Support C++11 thread_local destructors.Jason Merrill
2012-09-29fragment.am (CONFIG_CXXFLAGS): Remove EXTRA_CXX_FLAGS.Benjamin Kosnik
2012-09-20re PR libstdc++/28811 (--with-pic vs static libraries and libstdc++)Benjamin Kosnik
2012-03-29re PR libstdc++/52689 (static linking with libstdc++ fails)Benjamin Kosnik
2012-01-23[multiple changes]Benjamin Kosnik
2011-12-01acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): Remove size-specific macros.Benjamin Kosnik
2011-11-08Merge from transactional-memory branch.Aldy Hernandez
2011-03-15Makefile.am: Add functional.cc, shared_ptr.cc.Benjamin Kosnik
2011-02-09re PR libstdc++/43863 (Unused recursive_init_error class defined with -fno-ex...Jonathan Wakely
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik
2010-10-05re PR libstdc++/44647 (std::nothrow and std::bad_alloc are coupled)Sebastian Huber
2010-09-22hash_bytes.cc: Move...Paolo Carlini
2009-08-23Fix placement of LIBTOOLFLAGS variable in v3 makefile.am.Ralf Wildenhues
2009-08-22LIBTOOLFLAGS, and *_LINK fixes for Automake 1.11Ralf Wildenhues
2009-05-12exception: Include nested_exception.h in C++0x mode.Jonathan Wakely
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-08-23[multiple changes]Paolo Carlini
2008-08-222008-08-22 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini
2008-08-14Re-instate last patch...Paolo Carlini