aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/Makefile.in
AgeCommit message (Expand)Author
2017-02-14Merged to ToT dated 13th Feb 2017.Sameera Deshpande
2016-07-07Implement std::any.Ville Voutilainen
2016-03-23Makefile.am (install-freestanding-headers): Add concept_check.h and move.h to...Bernd Edlinger
2016-01-25Avoid including all of <random> in <algorithm>Jonathan Wakely
2016-01-19Add C++-conforming wrappers for stdlib.h and math.hJonathan Wakely
2016-01-15libstdc++: Make certain exceptions transaction_safe.Torvald Riegel
2016-01-14Implement TR29124 C++ special Math Functions.Edward Smith-Rowland
2016-01-06Rename bits/mutex.h to avoid clashing with glibcJonathan Wakely
2015-11-13Define std::experimental::randint etc.Jonathan Wakely
2015-11-13Implement std::experimental::shared_ptr with array supportFan You
2015-11-13Define alias templates using polymorphic memory resourcesJonathan Wakely
2015-11-13Implement C++ LFTSv1 polymorphic memory resourcesFan You
2015-10-09Add include/experimental/bits dirJonathan Wakely
2015-09-04Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely
2015-09-04Add C++11 header <cuchar>.Edward Smith-Rowland
2015-08-13Implement std::experimental::fundamentals_v2::make_array and std::experimenta...Ville Voutilainen
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner
2015-07-03Implement std::experimental::fundamentals_v2::propagate_const.Ville Voutilainen
2015-06-29stl_iterator_base_types.h (_Iter_base): Limit definition to pre-C++11 mode.François Dumont
2015-05-292015-05-29 François Dumont fdumont@gcc.gnu.org>François Dumont
2015-05-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner
2015-05-02iterator: New.Jonathan Wakely
2015-05-02numeric: New.Jonathan Wakely
2015-05-01Implement observer_ptr.Ville Voutilainen
2015-04-30Implement N4100 File System TSJonathan Wakely
2015-04-30Add fundamentals TR container erasure.Edward Smith-Rowland
2015-01-16locale_conv.h (wstring_convert, [...]): New.Jonathan Wakely
2015-01-16Implement C++11 <codecvt> header.Jonathan Wakely
2015-01-16libstdc++: Optimize synchronization in std::future if futexes are available.Torvald Riegel
2014-12-19New std::string implementation.Jonathan Wakely
2014-11-12std::shared_ptr atomic operationsJonathan Wakely
2014-10-29Add <experimental/algorithm> and <experimental/functional>.Jonathan Wakely
2014-10-21Implement more Library Fundamentals v1 variable templates.Ville Voutilainen
2014-10-17Implement the Library Fundamentals v1 variable templates.Ville Voutilainen
2014-10-10re PR libstdc++/49561 ([C++0x] std::list::size complexity)Jonathan Wakely
2014-10-06Makefile.am: Add new header.Jonathan Wakely
2014-08-27re PR libstdc++/62159 (Missing headers for freestanding implementation)Jonathan Wakely
2014-06-25Makefile.am: Add new header.Jonathan Wakely
2014-06-14status_cxx2014.xml: Update Fundamentals TS status.Jonathan Wakely
2014-05-24array: Clean useless white chars.François Dumont
2014-05-07Makefile.in: Regenerate.Paolo Carlini
2013-11-16Implement N3762 string_view: a non-owning reference to a string.Edward Smith-Rowland
2013-11-01enable_special_members.h: New.Michael Brune
2013-10-19re PR libstdc++/58729 (tr2::dynamic_bitset::resize fails)Edward Smith-Rowland
2013-09-27predefined_ops.h: New.François Dumont
2013-09-24Makefile.am: Add regex.tcc.Tim Shen
2013-08-27Makefile.am: Add regex_scanner.{h,tcc}.Tim Shen
2013-08-07Makefile.am: Adjust to new files.Tim Shen
2013-08-06Commit the vtable verification feature.Caroline Tice
2013-06-16shared_mutex: Implement N3659.Jonathan Wakely