summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/bits
Commit message (Expand)AuthorAgeFilesLines
* 2017-07-23 François Dumont <fdumont@gcc.gnu.org>fdumont2017-07-238-40/+35
* 2017-05-10 François Dumont <fdumont@gcc.gnu.org>fdumont2017-05-102-9/+9
* PR libstdc++/80448 remove noexcept from defaulted functionsredi2017-04-191-4/+3
* Fix namespace versioning and remove __detail::__identity helpersredi2017-01-262-5/+8
* Update copyright years.jakub2017-01-018-8/+8
* Replace uses of C++14 remove_cv_t alias in C++11 headerredi2016-12-071-2/+3
* Add array support to std::shared_ptr for C++17redi2016-11-131-656/+10
* Make filesystem::path work with basic_string_view (P0392R0)redi2016-10-281-0/+49
* Fix filesystem::path for iterators with const value_typeredi2016-10-281-5/+8
* Add recursive_directory_iterator::pop(error_code&)redi2016-10-261-0/+1
* LWG2720 implement filesystem::perms::symlink_nofollowredi2016-10-211-1/+1
* LWG2725 Fix error reporting for filesystem::existsredi2016-10-211-7/+12
* LWG2707 init filesystem::path from string_type&&redi2016-10-211-0/+14
* Make std::enable_shared_from_this cope with ambiguityredi2016-10-191-17/+52
* Fix std::experimental::shared_ptr SFINAE constraintsredi2016-10-191-88/+193
* Fix indentation of experimental::shared_ptr coderedi2016-10-181-146/+146
* Fix typos in experimental::shared_ptrredi2016-10-181-2/+2
* Fix libstdc++ versioned namespace buildredi2016-10-034-1/+68
* Check for overflow in filesystem::last_write_timeredi2016-09-281-1/+1
* Test begin and end functions for directory iteratorsredi2016-05-101-4/+8
* Optimize __directory_iterator_proxy for the common caseredi2016-05-101-1/+3
* libstdc++/71005 fix post-increment for filesystem iteratorsredi2016-05-101-11/+30
* libstdc++/71004 fix recursive_directory_iterator default constructorredi2016-05-091-2/+2
* Add noexcept to Filesystem TS operatorsredi2016-04-191-21/+21
* Update copyright years.jakub2016-01-047-7/+7
* Fix dejagnu directives in shared_ptr testredi2015-12-101-41/+34
* Improve generated libstdc++ API docsredi2015-12-105-8/+10
* Define path::_Cmpt after specializing path::__is_encoded_charredi2015-12-011-10/+10
* * include/experimental/bits/shared_ptr.h: Tweak comments.redi2015-11-131-2/+2
* Implement std::experimental::shared_ptr with array supportredi2015-11-131-0/+1197
* * include/experimental/bits/string_view.tcc: Fix doxygen @file.redi2015-11-121-1/+1
* Add include/experimental/bits dirredi2015-10-096-0/+2242