aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1/memory
AgeCommit message (Expand)AuthorFilesLines
2026-01-02Update copyright years.Jakub Jelinek1-1/+1
2025-12-11libstdc++: Implement C++26 P3378R2 - constexpr exception typesJakub Jelinek1-1/+0
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-09-25libstdc++: #ifdef out #pragma GCC system_headerJason Merrill1-0/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-10-03libstdc++: Mark headers that must be hosted as such [PR103626]Arsen Arsenović1-0/+2
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-02-20user.cfg.in: Set __cplusplus to 201103L.Benjamin Kosnik1-2/+2
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-2/+1
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini1-17/+3
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek1-14/+9
2008-09-04re PR libstdc++/36962 ([C++0x] Add constructors / assignment operators from u...Jonathan Wakely1-4/+2
2007-12-15boost_shared_ptr.h: Add support for allocators, aliasing, make_shared and rva...Jonathan Wakely1-0/+4
2007-06-13cmath: Tweak includes.Paolo Carlini1-1/+0
2007-05-31re PR libstdc++/31426 (TR1 includes do not work with -std=c++0x)Paolo Carlini1-8/+24
2007-04-22concurrence.h: Do not include <cstdlib>, use __builtin_abort.Paolo Carlini1-1/+0
2007-03-04acinclude.m4 (GLIBCXX_ENABLE_CHEADERS): Add c_global.Benjamin Kosnik1-9/+9
2007-02-20PR libstdc++/28080 (partial)Paolo Carlini1-9/+9
2006-12-05localefwd.h: Consistent @file placement...Benjamin Kosnik1-1/+1
2006-11-29throw_allocator.h: Consistent @file markup.Benjamin Kosnik1-0/+5
2006-09-22type_traits (add_reference): Robustify vs reference to void.Paolo Carlini1-0/+1
2006-09-14atomicity.h: Move to...Benjamin Kosnik1-4/+3
2005-08-17All files: Update FSF address.Kelley Cook1-1/+1
2005-04-05memory, [...]: Use mutex to make _Sp_counted_base::add_ref_lock() thread-safe.Jonathan Wakely1-0/+1
2005-03-24memory: Forward to...Benjamin Kosnik1-933/+4
2005-02-28memory: Replace checked_deleter with (unchecked) _Sp_deleter as GCC warns abo...Jonathan Wakely1-23/+6
2005-02-28* include/tr1/memory: Add missing "inline" to __throw_bad_weak_ptr.Jonathan Wakely1-1/+1
2005-02-22memory: New file.Jonathan Wakely1-0/+996