macros.h (__glibcxx_check_valid_range_at): New.
[gcc.git] / libstdc++-v3 / testsuite / experimental /
2018-05-03 Jonathan WakelyPR libstdc++/85632 fix wraparound in filesystem::space
2018-04-16 Jonathan WakelyMake Filesystem TS tests pass in C++17 mode
2018-03-22 Rainer Orthxfail experimental/memory_resource/resource_adaptor...
2018-01-05 Jonathan WakelyPR libstdc++/83626 handle ENOENT due to filesystem...
2018-01-04 Jonathan WakelyPR libstdc++/83626 Don't throw for remove("") and remov...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-15 Jonathan WakelyMinor improvements to Filesystem tests
2017-10-27 Jonathan WakelyMake filesystem::file_status default constructor non...
2017-10-23 Jonathan WakelyImplement C++17 Filesystem library
2017-10-21 Jonathan WakelyFix invalid path::iterator test
2017-10-19 Jonathan WakelyImprove tests for error reporting in Filesystem TS
2017-10-19 Jonathan WakelyFix path::iterator post-increment and post-decrement
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
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-05-16 Jonathan WakelyTest source_location::current() in default member initi...
2017-05-16 Jonathan WakelyImplement std::experimental::source_location (N4519)
2017-02-23 Jonathan WakelyEnsure <experimental/iterator> includes <iterator>
2017-01-23 Jonathan WakelyRestore <functional> header to test
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-01 Jakub JelinekUpdate copyright years.
2016-12-12 Jonathan WakelyRemove stray character at end of dg-do directive
2016-12-12 Jonathan WakelyRemove stray character at end of dg-do directive
2016-12-08 Jonathan WakelyFix filesystem test that fails in debug mode
2016-11-30 Christophe Lyon[libstdc++, testsuite] Add dg-require-thread-fence
2016-11-23 Felix MorgnerPR78494 add missing returns to propagate_const
2016-11-15 Jonathan WakelyFix find&replace error in license boilerplate
2016-11-13 Ville VoutilainenImplement P0403R1, Literal suffixes for basic_string_view.
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-27 Jonathan WakelyAdjust precision of filesystem::last_write_time tests
2016-10-26 Jonathan WakelyFix test for recursive_directory_iterator::pop
2016-10-26 Jonathan WakelyAdd recursive_directory_iterator::pop(error_code&)
2016-10-26 Jonathan WakelyFix error handling in recursive_directory_iterator...
2016-10-25 Jonathan WakelyHandle negative times in filesystem::last_write_time
2016-10-25 Jonathan WakelyFix error handling in copy_file and equivalent
2016-10-24 Jonathan WakelyPR71337 fix filesystem::temp_directory_path error handling
2016-10-24 Jonathan WakelyMake directory iterators become end iterator on error
2016-10-24 Jonathan WakelyImplement DR resolutions for filesystem::copy
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-22 Jonathan WakelyIgnore perms::symlink_nofollow on non-symlinks
2016-10-21 Jonathan WakelyLWG2720 implement filesystem::perms::symlink_nofollow
2016-10-21 Jonathan WakelyLWG2725 Fix error reporting for filesystem::exists
2016-10-19 Jonathan WakelyMake std::enable_shared_from_this cope with ambiguity
2016-10-19 Jonathan WakelyTest experimental::shared_ptr construction from other...
2016-10-19 Jonathan WakelyFix std::experimental::shared_ptr SFINAE constraints
2016-10-18 Jonathan WakelyFix typos in experimental::shared_ptr
2016-10-14 Jonathan WakelyResolve ambiguities in std::experimental::sample test
2016-10-14 Paolo Carlini1.cc: Remove 'test' variables.
2016-10-13 Jonathan WakelyAvoid #include <functional> in other headers
2016-10-13 Jonathan WakelyAdd missing <random> header in testcase
2016-10-05 Jonathan Wakely70564 fix newly-added tests for not_fn
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-26 Jonathan WakelyUse effective-target instead of -std options
2016-08-23 Jonathan WakelyUse dg-do preprocess instead of compile for tests
2016-08-19 Jonathan WakelyDefine std::not_fn for C++17
2016-08-19 Jonathan WakelyFix ambiguities in C++17 mode
2016-08-17 Jonathan WakelyAdjust testcases for C++17 compatibility
2016-08-03 Jonathan WakelyDefine std::owner_less<void> specialization (P0074R0)
2016-08-03 Jonathan WakelyDefine __cpp_lib_generic_associative_lookup feature...
2016-08-01 Jonathan WakelyRemove unused headers and variables from libstdc++...
2016-08-01 Jonathan WakelyRemove duplicate dg-options directive in string_view...
2016-07-21 Jonathan WakelyFix naming, qualification and broken test for propagate...
2016-07-21 Jonathan WakelyFix out-of-bound array accesses in libstdc++ testsuite
2016-07-14 Jonathan WakelyAdd header for std::search to testcase
2016-07-06 Ville VoutilainenImplement LWG 2451, optional<T> should 'forward' T...
2016-07-05 Ville VoutilainenImplement LWG 2509,
2016-07-04 Ville Voutilainenre PR libstdc++/71313 ([Filesystem TS] remove_all fails...
2016-06-06 Jonathan Wakelylibstdc++/71320 Add or remove file permissions correctly
2016-05-20 Thomas Preud'hommere PR libstdc++/71081 (experimental/memory_resource...
2016-05-12 Jonathan WakelyAdd dg-require-atomic-builtins to test
2016-05-10 Jonathan WakelyTest begin and end functions for directory iterators
2016-05-10 Jonathan Wakelylibstdc++/71038 fix error checks in filesystem::copy_file
2016-05-10 Jonathan Wakelylibstdc++/71036 Handle EEXIST in filesystem::create_dir...
2016-05-10 Jonathan Wakelylibstdc++/71037 Add base path to filesystem::canonical...
2016-05-10 Jonathan Wakely2.cc: Remove unused using declaration.
2016-05-10 Jonathan Wakelylibstdc++/71005 fix post-increment for filesystem iterators
2016-05-09 Jonathan Wakelylibstdc++/71004 fix recent additions to testcase
2016-05-09 Jonathan Wakelylibstdc++/71004 fix recursive_directory_iterator defaul...
2016-05-05 Jonathan WakelyAdd dg-require-filesystem-ts directive to test
2016-05-04 Jonathan Wakelylibstdc++/70940 Start fixing polymorphic memory resources
2016-04-19 Jonathan Wakelylibstdc++/69703 ignore endianness in codecvt_utf8
2016-04-19 Jonathan Wakelylibstdc++/70609 fix filesystem::copy()
2016-04-18 Jonathan WakelyMake use of extensions more explicit in libstdc++ tests
2016-04-18 Jonathan WakelyDon't include internal header in libstdc++ tests
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-10 Jonathan WakelyChange tests to use -std=gnu++14 not -std=gnu++1y
2015-12-10 Jonathan WakelyFix dejagnu directives in shared_ptr test
2015-11-14 David Edelsohn* testsuite/experimental/random/randint.cc: Add dg...
2015-11-13 Jonathan WakelyDefine std::experimental::randint etc.
2015-11-13 Fan YouImplement std::experimental::shared_ptr with array...
2015-11-13 Fan YouImplement C++ LFTSv1 polymorphic memory resources
2015-11-12 Ville VoutilainenImplement D0013R2, logical type traits.
2015-10-02 Jonathan WakelyFix testsuite failures with --disable-wchar_t
next