libstdc++: Add C++2a synchronization support
[gcc.git] / libstdc++-v3 / include / Makefile.in
2020-11-20 Thomas Rodgerslibstdc++: Add C++2a synchronization support
2020-11-19 Jonathan Wakelylibstdc++: Move std::thread to a new header
2020-11-09 François Dumontlibstdc++: Remove <debug/array>
2020-11-02 Thomas Rodgerslibstdc++: Add c++2a <syncstream>
2020-10-22 Jonathan Wakelylibstdc++: Reduce header dependencies in and on <memory>
2020-09-22 Jonathan Wakelylibstdc++: Introduce new headers for C++20 ranges compo...
2020-09-11 Thomas Rodgerslibstdc++: Split std::align/assume_aligned to bits...
2020-08-19 Patrick Palkalibstdc++: integer-class types as per [iterator.concept...
2020-07-07 Jonathan Wakelylibstdc++: Replace __int_limits with __numeric_traits_i...
2020-06-23 Jonathan Wakelylibstdc++: Regenerate makefiles
2020-02-17 Jonathan Wakelylibstdc++: Add lightweight replacement for std::numeric...
2020-02-13 Patrick Palkalibstdc++: Implement ranges [specialized.algorithms]
2020-02-13 Patrick Palkalibstdc++: Move some ranges algos to a new header ...
2020-02-07 Patrick Palkalibstdc++: Implement C++20 constrained algorithms
2020-01-24 Maciej W. RozyckiAdd `--with-toolexeclibdir=' configuration option
2020-01-23 Jonathan Wakelylibstdc++: Simplify makefile rule for largefile-config...
2020-01-18 Iain Sandoe[C++ coroutines] Initial implementation.
2019-11-15 Thomas RodgersSupport for jthread and stop_token
2019-11-06 Jonathan Wakelylibstdc++: Add compare_three_way and install <compare...
2019-10-31 Jonathan WakelyPartial implementation of C++20 of <ranges> header
2019-10-29 Jonathan WakelyAdd iterator concepts and range access customization...
2019-10-17 Jonathan WakelyDefine [range.cmp] comparisons for C++20
2019-10-11 Jonathan WakelyImplement <concepts> header for C++20
2019-10-04 Jonathan WakelyBuild filesystem library with large file support
2019-09-05 JeanHeyd MeneideImplement std::span for C++20
2019-07-31 Jonathan WakelyImplement "P0631R4 Math Constants" for C++20
2019-06-12 Jonathan WakelyReplace std::to_string for integers with optimized...
2019-06-07 Thomas RodgersSynchronize libstdc++ PSTL with upstream LLVM PSTL
2019-05-13 Jonathan WakelyRemove Profile Mode, deprecated since GCC 7.1
2019-05-13 Jonathan WakelyRemove array_allocator extension, deprecated since...
2019-03-21 Thomas RodgersIntegrate C++17 parallel algorithms
2019-02-27 Jonathan WakelyPR libstdc++/89466 avoid slow xsltproc command in configure
2018-11-28 Edward Smith-RowlandImplement uniform container erasure for C++20.
2018-10-31 Joseph MyersUpdate GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-12 Jonathan WakelyInitial commit of Networking TS implementation
2018-08-13 Jonathan WakelyAdd <bit> and <version> to freestanding headers
2018-07-25 Jonathan WakelyMove std::unique_lock definition to a separate header
2018-07-24 Jonathan WakelyAdd initial version of C++17 <memory_resource> header
2018-07-17 Jonathan WakelyPR libstdc++/86450 use -Wabi=2 and simplify -Werror use
2018-07-03 Jonathan WakelyP0556R3 Integral power-of-2 operations, P0553R2 Bit...
2018-06-18 Jonathan WakelyP0754R2 <version> header
2018-05-08 Jonathan WakelyPR libstdc++/85672 #undef _GLIBCXX_USE_FLOAT128 when...
2018-05-01 Tulio Magno Quites... PR libstdc++/84654 Disable __float128 specializations...
2018-02-15 Jonathan WakelyPR libstdc++/81797 Add .NOTPARALLEL to include/Makefile...
2017-11-17 Igor TsimbalistEnable building libstdc++-v3 with Intel CET
2017-10-30 Jonathan WakelyDon't create broken symlink in libstdc++-v3/include...
2017-10-27 Jonathan WakelyList headers in Makefile in alphabetical order
2017-10-23 Jonathan WakelyImplement C++17 Filesystem library
2017-10-02 Jonathan WakelyC++17 P0067R5 std::to_chars and std::from_chars (partial)
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including TS headers...
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including headers...
2017-05-16 Jonathan WakelyImplement std::experimental::source_location (N4519)
2017-01-19 Jonathan WakelyPR78905 define _GLIBCXX_RELEASE macro
2017-01-17 Jakub Jelinekre PR other/79046 (g++ -print-file-name=plugin uses...
2017-01-06 Rainer OrthBuild libgo with -Wa,-nH if possible (PR go/78978)...
2016-10-21 Jonathan WakelySplit <functional> into smaller pieces
2016-10-03 Jonathan WakelyFix libstdc++ versioned namespace build
2016-09-30 Jonathan WakelyImplement LWG 2192 and LWG 2294 for std::abs
2016-09-28 Alan ModraDisable .gnu.attributes tags in compatibility-ldbl.o
2016-09-22 Jonathan WakelyImplement C++17 node extraction and insertion (P0083R5)
2016-08-22 Gleb Natapovlibstdc++/68297 avoid throw/catch in make_exception_ptr
2016-08-18 Tim ShenImplement <variant>
2016-08-06 Jonathan WakelyAdd std::apply for C++17
2016-07-28 Ville VoutilainenImplement std::string_view and P0254r2,
2016-07-10 Ville VoutilainenImplement std::optional.
2016-07-06 Ville VoutilainenImplement std::any.
2016-03-23 Bernd EdlingerMakefile.am (install-freestanding-headers): Add concept...
2016-01-25 Jonathan WakelyAvoid including all of <random> in <algorithm>
2016-01-19 Jonathan WakelyAdd C++-conforming wrappers for stdlib.h and math.h
2016-01-15 Torvald Riegellibstdc++: Make certain exceptions transaction_safe.
2016-01-14 Edward Smith-RowlandImplement TR29124 C++ special Math Functions.
2016-01-06 Jonathan WakelyRename bits/mutex.h to avoid clashing with glibc
2015-11-13 Jonathan WakelyDefine std::experimental::randint etc.
2015-11-13 Fan YouImplement std::experimental::shared_ptr with array...
2015-11-13 Jonathan WakelyDefine alias templates using polymorphic memory resources
2015-11-13 Fan YouImplement C++ LFTSv1 polymorphic memory resources
2015-10-09 Jonathan WakelyAdd include/experimental/bits dir
2015-09-04 Jonathan WakelyAdd portable timed_mutex and recursive_timed_mutex.
2015-09-04 Edward Smith-RowlandAdd C++11 header <cuchar>.
2015-08-13 Ville VoutilainenImplement std::experimental::fundamentals_v2::make_arra...
2015-07-24 Michael Haubenwallnerlibstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGS
2015-07-03 Ville VoutilainenImplement std::experimental::fundamentals_v2::propagate...
2015-06-29 François Dumontstl_iterator_base_types.h (_Iter_base): Limit definitio...
2015-05-29 François Dumont2015-05-29 François Dumont fdumont@gcc.gnu.org>
2015-05-13 Michael Haubenwallnerlibstdc++: Bump to automake 1.11.6
2015-05-02 Jonathan Wakelyiterator: New.
2015-05-02 Jonathan Wakelynumeric: New.
2015-05-01 Ville VoutilainenImplement observer_ptr.
2015-04-30 Jonathan WakelyImplement N4100 File System TS
2015-04-30 Edward Smith-RowlandAdd fundamentals TR container erasure.
2015-01-16 Jonathan Wakelylocale_conv.h (wstring_convert, [...]): New.
2015-01-16 Jonathan WakelyImplement C++11 <codecvt> header.
2015-01-16 Torvald Riegellibstdc++: Optimize synchronization in std::future...
2014-12-19 Jonathan WakelyNew std::string implementation.
2014-11-12 Jonathan Wakelystd::shared_ptr atomic operations
2014-10-29 Jonathan WakelyAdd <experimental/algorithm> and <experimental/functional>.
2014-10-21 Ville VoutilainenImplement more Library Fundamentals v1 variable templates.
2014-10-17 Ville VoutilainenImplement the Library Fundamentals v1 variable templates.
2014-10-10 Jonathan Wakelyre PR libstdc++/49561 ([C++0x] std::list::size complexity)
2014-10-06 Jonathan WakelyMakefile.am: Add new header.
next