Use value-init syntax in std::__detail::__airy
[gcc.git] / libstdc++-v3 / include / experimental /
2017-11-14 Ville VoutilainenImplement LWG 2733 and LWG 2759
2017-10-24 Jonathan WakelyPR libstdc++/82685 add 'noexcept' to string_view literals
2017-10-23 Jonathan WakelyImplement C++17 Filesystem library
2017-10-19 Jonathan WakelyFix path::iterator post-increment and post-decrement
2017-09-12 Jonathan WakelyPR libstdc++/79433 no #error for including TS headers...
2017-09-12 Jonathan WakelyPR libstdc++/70483 make std::experimental::string_view...
2017-07-23 François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-07-06 Jonathan WakelyPrevent __uses_alloc from holding dangling references
2017-05-16 Jonathan WakelyImplement std::experimental::source_location (N4519)
2017-05-10 François DumontBump version namespace.
2017-04-24 Jonathan WakelyPR libstdc++/80493 fix invalid exception specification
2017-04-19 Jonathan WakelyPR libstdc++/80448 remove noexcept from defaulted functions
2017-02-23 Jonathan WakelyEnsure <experimental/iterator> includes <iterator>
2017-01-26 Jonathan WakelyFix namespace versioning and remove __detail::__identit...
2017-01-24 Jonathan WakelyPR libstdc++/79206 check string_view sizes in operator==
2017-01-23 Jonathan WakelyPR libstdc++/79195 fix make_array type deduction
2017-01-20 Jonathan WakelyPR69321 fix any_cast<T>(any*) for non-copyable T
2017-01-18 Jonathan WakelyPR69301 don't assume atomic<T> can default construct T
2017-01-18 Jonathan WakelyPR68925 don't use thread_local static for stateless...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-07 Jonathan WakelyReplace uses of C++14 remove_cv_t alias in C++11 header
2016-12-06 Ville VoutilainenConstrain optional's __constexpr_addressof in its retur...
2016-11-23 Felix MorgnerPR78494 add missing returns to propagate_const
2016-11-14 Jonathan WakelyPR78326 fix incorrect access of data member in base...
2016-11-13 Jonathan WakelyAdd array support to std::shared_ptr for C++17
2016-10-28 Jonathan WakelyMake filesystem::path work with basic_string_view ...
2016-10-28 Jonathan WakelyFix filesystem::path for iterators with const value_type
2016-10-26 Jonathan WakelyAdd recursive_directory_iterator::pop(error_code&)
2016-10-24 Ville VoutilainenCross-port exception-safety and move fixes of std:...
2016-10-24 Ville VoutilainenCross-port the latest resolution of LWG2756 and some...
2016-10-21 Jonathan WakelyLWG2720 implement filesystem::perms::symlink_nofollow
2016-10-21 Jonathan WakelyLWG2725 Fix error reporting for filesystem::exists
2016-10-21 Jonathan WakelyLWG2707 init filesystem::path from string_type&&
2016-10-19 Jonathan WakelyMake std::enable_shared_from_this cope with ambiguity
2016-10-19 Jonathan WakelyFix std::experimental::shared_ptr SFINAE constraints
2016-10-18 Jonathan WakelyFix indentation of experimental::shared_ptr code
2016-10-18 Jonathan WakelyFix typos in experimental::shared_ptr
2016-10-17 Jonathan WakelyPR77994 Convert std::sample size argument to suitable...
2016-10-13 Jonathan WakelyAvoid #include <functional> in other headers
2016-10-13 Jonathan WakelyQualify use of std::declval to avoid ADL
2016-10-13 Jonathan WakelyUse normal mode containers in searchers
2016-10-12 Jonathan WakelyDefine std::sample for C++17
2016-10-11 Jonathan WakelyRemove redundant const qualifliers from string_view
2016-10-10 Jonathan WakelyLWG 2733, LWG 2759 reject bool in gcd and lcm
2016-10-05 Jonathan WakelyPR 70564 disambiguate constructors for not_fn call...
2016-10-03 Jonathan WakelyDefine std::gcd and std::lcm for C++17
2016-10-03 Jonathan WakelyFix libstdc++ versioned namespace build
2016-09-30 Jonathan WakelyRemove use of std::abs in experimental::{gcd,lcm}
2016-09-28 Jonathan WakelyCheck for overflow in filesystem::last_write_time
2016-08-19 Jonathan WakelyDefine std::not_fn for C++17
2016-08-19 Jonathan WakelyFix ambiguities in C++17 mode
2016-08-06 Jonathan WakelyAdd std::apply for C++17
2016-07-21 Jonathan WakelyFix naming, qualification and broken test for propagate...
2016-07-14 Jonathan WakelyInclude header for std::__parallel::search
2016-07-13 Ville VoutilainenImplement P0307R2, Making Optional Greater Equal Again.
2016-07-06 Ville VoutilainenImplement LWG 2451, optional<T> should 'forward' T...
2016-07-05 Ville VoutilainenImplement LWG 2509,
2016-05-10 Jonathan WakelyTest begin and end functions for directory iterators
2016-05-10 Jonathan WakelyOptimize __directory_iterator_proxy for the common...
2016-05-10 Jonathan Wakelylibstdc++/71005 fix post-increment for filesystem iterators
2016-05-09 Jonathan Wakelylibstdc++/71004 fix recursive_directory_iterator defaul...
2016-05-04 Jonathan Wakelylibstdc++/70940 Start fixing polymorphic memory resources
2016-04-19 Jonathan WakelyAdd noexcept to Filesystem TS operators
2016-02-24 Jonathan Wakelylibstdc++/69939 Qualify get and forward
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-10 Jonathan WakelyFix dejagnu directives in shared_ptr test
2015-12-10 Jonathan WakelyImprove generated libstdc++ API docs
2015-12-01 Jonathan WakelyDefine path::_Cmpt after specializing path::__is_encode...
2015-11-13 Jonathan WakelyDefine std::experimental::randint etc.
2015-11-13 Jonathan Wakely* include/experimental/bits/shared_ptr.h: Tweak comments.
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-11-12 Ville VoutilainenImplement D0013R2, logical type traits.
2015-11-12 Jonathan Wakely* include/experimental/bits/string_view.tcc: Fix doxyge...
2015-10-09 Jonathan WakelyAdd include/experimental/bits dir
2015-10-02 Jonathan WakelyAllow Filesystem TS to compile without wchar_t
2015-09-23 Jonathan WakelyFix semantics of Filesystem TS directory iterators
2015-09-09 Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-09-03 Jonathan WakelyMake std::experimental::not_fn SFINAE-friendly.
2015-08-20 Jonathan Wakelyany (__any_caster): Define at namespace scope so the...
2015-08-14 Jonathan Wakelyany (any::operator=(const any&)): Move check for self...
2015-08-14 Jonathan Wakelyarray: Add feature-test macro.
2015-08-13 Ville VoutilainenImplement std::experimental::fundamentals_v2::make_arra...
2015-07-30 Jonathan Wakelyany (any::operator=(const any&)): Check for self-assign...
2015-07-03 Ville VoutilainenImplement std::experimental::fundamentals_v2::propagate...
2015-07-01 Jonathan WakelyImplement N4502, the C++ Detection Idiom.
2015-06-30 Ville VoutilainenImplement N4387, "Improving pair and tuple", and LWG...
2015-05-13 Jonathan Wakelytuple (apply): Handle pointers to member (LWG 2418).
2015-05-02 Jonathan Wakelyany (any::_Storage): Fix alignment of buffer.
2015-05-02 Jonathan Wakelyiterator (ostream_joiner): Simplify by using the inject...
2015-05-02 Jonathan Wakelyiterator: New.
2015-05-02 Jonathan Wakelynumeric: New.
2015-05-02 Edward Smith-RowlandRevert addition of feature macros from other headers...
2015-05-02 Jonathan Wakelyany (any::_Storage): Make non-copyable.
2015-05-02 Jonathan Wakelyfs_path.h (filesystem_error::~filesystem_error): Declare.
2015-05-02 Edward Smith-Rowlanddeque: Add feature-test macro.
2015-05-01 Jonathan Wakely* include/experimental/memory: Correct feature-test...
2015-05-01 Jonathan Wakelymemory: Add feature-test macro.
2015-05-01 Ville VoutilainenImplement observer_ptr.
next