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-29 19:42:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
9befbd2448823098eab64c38aff93dee490d09a2
filesystem
/
src
History
Beman
5610f974be
Merge branch 'feature/relative2' into develop
2015-09-04 15:24:22 -04: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 'feature/relative2' into develop
2015-09-04 15:24:22 -04: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
Merge branch 'feature/relative2' into develop
2015-09-04 15:24:22 -04: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 a race condition in unique_path.
2015-08-27 11:42:56 +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