This website requires JavaScript.
Explore
Help
Sign In
boost
/
filesystem
Watch
2
Star
0
Fork
0
You've already forked filesystem
mirror of
https://github.com/boostorg/filesystem.git
synced
2026-01-19 04:12:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
feature/70-71-copy
Add File
New File
Upload File
Apply Patch
filesystem
/
src
History
Peter Dimov
62217174c6
Merge branch 'patch-2' of
https://github.com/rcombs/filesystem
into feature/70-71-copy
2018-09-05 23:26:21 +03:00
..
codecvt_error_category.cpp
System/FileSystem/Asio/Thread: ref
#7278
Added noexcept to Boost.System to conform with C++11
2012-12-09 14:47:39 +00:00
operations.cpp
Merge branch 'patch-2' of
https://github.com/rcombs/filesystem
into feature/70-71-copy
2018-09-05 23:26:21 +03:00
path_traits.cpp
For all path_traits convert() and dispatch() functions provide two overloads, one with a "const codecvt_type&" argument, and one without. The overload without a codecvt argument calls path::codecvt() iff a conversion actually needs to be performed. Change all uses of path_traits convert() and dispatch() functions call the appropriate overload, rather than calling with path::codecvt() as a default. This limits the impact of locale("") initialization failures on Linux and other non-BSD POSIX systems to programs that actually depend on locale(""). It further ensures that exceptions thrown as a result of such failures occur after main() has started, and so can be caught.
2014-10-27 19:20:17 -04:00
path.cpp
Remove two constants that are no longer used. Quiets warnings.
2015-12-01 11:01:11 -05:00
portability.cpp
Filesystem - Delete v3 directories no longer needed. Cleanup links, namespaces, and other residue from dual v2/v3 support.
2012-03-26 12:44:24 +00:00
unique_path.cpp
Fix warning for GCC under Cygwin
2016-07-04 14:14:11 +02:00
utf8_codecvt_facet.cpp
Summary: Moved libs/detail/utf8_codecvt_facet.cpp to boost/detail/utf8_codecvt_facet.ipp
2012-04-19 18:19:20 +00:00
windows_file_codecvt.cpp
Filesystem - Delete v3 directories no longer needed. Cleanup links, namespaces, and other residue from dual v2/v3 support.
2012-03-26 12:44:24 +00:00
windows_file_codecvt.hpp
Minor code and comment tweaks.
2015-08-31 10:23:41 -04:00