Issues
- 3
[MSVC] Submodule filesystem test failed due to memory access violation
#329 opened by brianGriifin114 - 1
- 4
- 3
v1.81.0: `boost::filesystem::relative()` giving unexpected results on Windows.
#325 opened by lbarbieri - 2
boost::filesystem::exists calls made on a network path was found to be 3x slower in Windows after updating boost from 1.81 to 1.84.
#324 opened by SajasKK - 2
Warnings/Errors on Windows
#321 opened by Flamefire - 6
Removed `boost::filesystem::{filesystem_error,is_regular}` between 1.84 & 1.86?
#320 opened by h-vetinari - 2
- 1
Release History can't be found by users in docs
#317 opened by joaquintides - 2
- 0
v4: Rename `file_type` and `perms` enum values
#316 opened by Lastique - 0
v4: `path::compare` should separately compare root-name, root-directory and relative-path
#315 opened by Lastique - 1
Iteration through directory fails on Linux, if file is removed during iteration
#314 opened by martin5233 - 2
- 1
If a folder doesn't have read/write access, if (!(permission & fs::perms::owner_read) == fs::perms::no_perms) will always return success.
#312 opened by Rahool24 - 1
On MSVC, `relative(const path& p, const path& base)` does not work if one path has Windows long path style
#310 opened by emmenlau - 3
Boost winapi file_management dwReserved bug?
#309 opened by hoyhoy - 2
Regression in `equivalent` in boost 1.85.0 over 1.83.0 (or am I doing something wrong?)
#308 opened by emmenlau - 2
- 3
Get the owner of the file (UID & GID)
#289 opened by SilverPlate3 - 4
race condition in boost::filesystem::v4: `directory_iterator` calls `directory_entry` constructor, which calls `refresh()`, which throws exception if the file no longer exists
#306 opened by gh-user-2022 - 1
- 1
- 8
Behavior of `absolute("")` in v4
#301 opened by Pesa - 29
- 4
Missing forward slash (/) constraint in documentation for generic format observers
#299 opened by ecorm - 23
- 1
- 1
Build failure with the clang toolset.
#295 opened by matthijs - 4
last_write_time returns invalid time_t
#293 opened by Urmeli0815 - 1
Cannot use with Unreal Engine
#294 opened by egorpugin - 1
`copy_file()` racing with truncation of `from` file results in endless loop
#292 opened by jteh-cloudian - 4
- 2
Regression: can't stat files on Windows if file is open from another process
#290 opened by toh-ableton - 3
1.82.0 beta 1 build broken on OpenBSD
#283 opened by brad0 - 2
- 0
- 0
Boost 1.81.0 regression: path can no longer be overloaded with initializer_list<path>
#287 opened by zhihaoy - 2
More directory_iterator errors
#286 opened by chrisdecker08 - 1
Ambigous overloaded operator==(std::string, char*)
#285 opened by sgn - 4
- 13
filesystem::is_directory() returns wrong result for directories on smb 1 network shares
#282 opened by boytsovea - 1
Deviation from the standard
#281 opened by d0nc1h0t - 3
ODR violations in boost::filesystem::path
#279 opened by frankmiller - 11
- 1
Tutorial references scripts that have been removed
#276 opened by rdimartino - 1
1.81 path constructor issues
#273 opened by zlojvavan - 2
- 1
- 1
1.80 build failure with glibc 2.12
#274 opened by smx-smx