summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/experimental/bits
Commit message (Expand)AuthorAgeFilesLines
* Replace uses of C++14 remove_cv_t alias in C++11 headerJonathan Wakely2016-12-071-2/+3
* Add array support to std::shared_ptr for C++17Jonathan Wakely2016-11-131-656/+10
* Make filesystem::path work with basic_string_view (P0392R0)Jonathan Wakely2016-10-281-0/+49
* Fix filesystem::path for iterators with const value_typeJonathan Wakely2016-10-281-5/+8
* Add recursive_directory_iterator::pop(error_code&)Jonathan Wakely2016-10-261-0/+1
* LWG2720 implement filesystem::perms::symlink_nofollowJonathan Wakely2016-10-211-1/+1
* LWG2725 Fix error reporting for filesystem::existsJonathan Wakely2016-10-211-7/+12
* LWG2707 init filesystem::path from string_type&&Jonathan Wakely2016-10-211-0/+14
* Make std::enable_shared_from_this cope with ambiguityJonathan Wakely2016-10-191-17/+52
* Fix std::experimental::shared_ptr SFINAE constraintsJonathan Wakely2016-10-191-88/+193
* Fix indentation of experimental::shared_ptr codeJonathan Wakely2016-10-181-146/+146
* Fix typos in experimental::shared_ptrJonathan Wakely2016-10-181-2/+2
* Fix libstdc++ versioned namespace buildJonathan Wakely2016-10-034-1/+68
* Check for overflow in filesystem::last_write_timeJonathan Wakely2016-09-281-1/+1
* Test begin and end functions for directory iteratorsJonathan Wakely2016-05-101-4/+8
* Optimize __directory_iterator_proxy for the common caseJonathan Wakely2016-05-101-1/+3
* libstdc++/71005 fix post-increment for filesystem iteratorsJonathan Wakely2016-05-101-11/+30
* libstdc++/71004 fix recursive_directory_iterator default constructorJonathan Wakely2016-05-091-2/+2
* Add noexcept to Filesystem TS operatorsJonathan Wakely2016-04-191-21/+21
* Update copyright years.Jakub Jelinek2016-01-047-7/+7
* Fix dejagnu directives in shared_ptr testJonathan Wakely2015-12-101-41/+34
* Improve generated libstdc++ API docsJonathan Wakely2015-12-105-8/+10
* Define path::_Cmpt after specializing path::__is_encoded_charJonathan Wakely2015-12-011-10/+10
* * include/experimental/bits/shared_ptr.h: Tweak comments.Jonathan Wakely2015-11-131-2/+2
* Implement std::experimental::shared_ptr with array supportFan You2015-11-131-0/+1197
* * include/experimental/bits/string_view.tcc: Fix doxygen @file.Jonathan Wakely2015-11-121-1/+1
* Add include/experimental/bits dirJonathan Wakely2015-10-096-0/+2242