This website requires JavaScript.
Explore
Help
Sign In
boost_mirror
/
filesystem
Watch
1
Star
0
Fork
0
You've already forked filesystem
mirror of
https://github.com/boostorg/filesystem.git
synced
2025-05-12 13:41:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
filesystem
/
include
/
boost
/
filesystem
History
Peter Dimov
c0528ab880
Extend bitmask enum types to 32 bits to placate ubsan
2018-09-06 02:22:58 +03:00
..
detail
Add test/config_info.cpp to increase macro state reporting in hopes of easing debugging on remote machines.
2017-01-08 15:23:42 -05:00
config.hpp
Fix pull request 17, 'some_function() noexcept = default;' from Antony Polukhin, by never relying on "= default". Antony's pull request would have fixed the problem interaction with noexcept by eliminating the noexcept. I preferred to retain the noexcept rather than the "= default", as applying "= default" has been exceedingly troublesome for both VC++ and GCC due to interactions between the two C++11 features. GCC interactions varied not just for the version, but also for the platform.
2015-10-08 07:19:55 -04:00
convenience.hpp
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
exception.hpp
Filesystem - Move V3 files and directories into place
2012-03-26 12:31:06 +00:00
fstream.hpp
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
operations.hpp
Extend bitmask enum types to 32 bits to placate ubsan
2018-09-06 02:22:58 +03:00
path_traits.hpp
Clear warnings, including new warnings from VC++ 2015 preview.
2015-01-05 10:34:24 -05:00
path.hpp
Add deprecated path::generic()
2016-11-22 16:51:45 -05:00
string_file.hpp
String file feature cleanup: Add string_file.hpp to filesystem.hpp. Change string_file.hpp to use boost/filesystem/fstream.hpp for I/O. Add string_file_tests function to operations_unit_test.cpp.
2015-10-07 10:11:18 -04:00