summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/experimental
Commit message (Expand)AuthorAgeFilesLines
* Resolve ambiguities in std::experimental::sample testJonathan Wakely2016-10-141-5/+8
* 1.cc: Remove 'test' variables.Paolo Carlini2016-10-1496-350/+30
* Avoid #include <functional> in other headersJonathan Wakely2016-10-139-15/+18
* Add missing <random> header in testcaseJonathan Wakely2016-10-131-0/+1
* 70564 fix newly-added tests for not_fnJonathan Wakely2016-10-051-1/+2
* PR 70564 disambiguate constructors for not_fn call wrapperJonathan Wakely2016-10-051-0/+7
* Define std::gcd and std::lcm for C++17Jonathan Wakely2016-10-032-19/+19
* Fix libstdc++ versioned namespace buildJonathan Wakely2016-10-037-15/+15
* Remove use of std::abs in experimental::{gcd,lcm}Jonathan Wakely2016-09-303-0/+29
* Check for overflow in filesystem::last_write_timeJonathan Wakely2016-09-281-0/+111
* Use effective-target instead of -std optionsJonathan Wakely2016-08-26254-372/+312
* Use dg-do preprocess instead of compile for testsJonathan Wakely2016-08-232-4/+2
* Define std::not_fn for C++17Jonathan Wakely2016-08-191-3/+12
* Fix ambiguities in C++17 modeJonathan Wakely2016-08-193-10/+79
* Adjust testcases for C++17 compatibilityJonathan Wakely2016-08-172-8/+17
* Define std::owner_less<void> specialization (P0074R0)Jonathan Wakely2016-08-031-2/+2
* Define __cpp_lib_generic_associative_lookup feature-test macroJonathan Wakely2016-08-031-5/+19
* Remove unused headers and variables from libstdc++ testsJonathan Wakely2016-08-011-5/+0
* Remove duplicate dg-options directive in string_view testJonathan Wakely2016-08-011-1/+0
* Fix naming, qualification and broken test for propagate_constJonathan Wakely2016-07-211-2/+3
* Fix out-of-bound array accesses in libstdc++ testsuiteJonathan Wakely2016-07-211-2/+2
* Add header for std::search to testcaseJonathan Wakely2016-07-141-0/+1
* Implement LWG 2451, optional<T> should 'forward' T's implicit conversions.Ville Voutilainen2016-07-062-0/+58
* Implement LWG 2509,Ville Voutilainen2016-07-052-1/+31
* re PR libstdc++/71313 ([Filesystem TS] remove_all fails to remove directory c...Ville Voutilainen2016-07-041-1/+2
* libstdc++/71320 Add or remove file permissions correctlyJonathan Wakely2016-06-061-0/+51
* re PR libstdc++/71081 (experimental/memory_resource/1.cc run for targets with...Thomas Preud'homme2016-05-201-1/+1
* Add dg-require-atomic-builtins to testJonathan Wakely2016-05-121-0/+1
* Test begin and end functions for directory iteratorsJonathan Wakely2016-05-102-0/+42
* libstdc++/71038 fix error checks in filesystem::copy_fileJonathan Wakely2016-05-101-0/+82
* libstdc++/71036 Handle EEXIST in filesystem::create_directoryJonathan Wakely2016-05-101-0/+63
* libstdc++/71037 Add base path to filesystem::canonical exceptionsJonathan Wakely2016-05-101-0/+20
* 2.cc: Remove unused using declaration.Jonathan Wakely2016-05-101-2/+1
* libstdc++/71005 fix post-increment for filesystem iteratorsJonathan Wakely2016-05-102-1/+94
* libstdc++/71004 fix recent additions to testcaseJonathan Wakely2016-05-091-3/+4
* libstdc++/71004 fix recursive_directory_iterator default constructorJonathan Wakely2016-05-091-0/+10
* Add dg-require-filesystem-ts directive to testJonathan Wakely2016-05-051-0/+1
* libstdc++/70940 Start fixing polymorphic memory resourcesJonathan Wakely2016-05-043-22/+140
* libstdc++/69703 ignore endianness in codecvt_utf8Jonathan Wakely2016-04-191-0/+72
* libstdc++/70609 fix filesystem::copy()Jonathan Wakely2016-04-191-12/+108
* Make use of extensions more explicit in libstdc++ testsJonathan Wakely2016-04-181-16/+16
* Don't include internal header in libstdc++ testsJonathan Wakely2016-04-184-14/+23
* Update copyright years.Jakub Jelinek2016-01-04246-246/+246
* Change tests to use -std=gnu++14 not -std=gnu++1yJonathan Wakely2015-12-1019-19/+19
* Fix dejagnu directives in shared_ptr testJonathan Wakely2015-12-101-4/+3
* * testsuite/experimental/random/randint.cc: Add dg-add-options tls.David Edelsohn2015-11-141-0/+1
* Define std::experimental::randint etc.Jonathan Wakely2015-11-131-0/+84
* Implement std::experimental::shared_ptr with array supportFan You2015-11-1319-0/+1636
* Implement C++ LFTSv1 polymorphic memory resourcesFan You2015-11-134-0/+408
* Implement D0013R2, logical type traits.Ville Voutilainen2015-11-121-1/+22