-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace dirent
with boost::filesystem
#3676
Replace dirent
with boost::filesystem
#3676
Conversation
With Boost, there's no need of keeping it exclusive to only non-Windows users |
Done |
You know, I'm skeptical about this entire file |
This wouldn't be an issue if the interface was a bit better. I mean it's a bit of annoyance to iterate over a directory and check each file. Much better to have a nice interface which acts like a generic filter
Without these 10 lines, each project will have to reproduce this. And it has pitfalls, like extension() having a dot, file iterator giving broken symlinks, etc. which we can remove |
OK, I agree that in principle we can provide a nicer interface on top of |
dirent
with boost::filesystem
As suggested in #2888, replaced dirent with boost::filesystem