issues Search Results · repo:cginternals/cppfs language:C++
Filter by
23 results
(85 ms)23 results
incginternals/cppfs (press backspace or delete to remove)...
[ 72%] Building CXX object source/tests/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
In file included from /opt/Development/libs/cppfs/source/tests/googletest/googletest/src/gtest-all.cc:42: ...
ghost
- 1
- Opened on Feb 18, 2023
- #41
Hi,
it looks like removeDirectoryRec follow/enter directories symlinks.. which I think should better not be by default.
the issue is that there is no option to not follow/enter directories symlink.
...
gst
- 4
- Opened on Apr 25, 2022
- #39
FilePath::resolved() goes wrong when you have multiple concatenated path separators, combined with path traversal paths.
a/b//../c should be resolved to a/c. cppfs instead resolves it to a/b/c
Windows ...
kuepe-sl
- 1
- Opened on Dec 1, 2021
- #38
https://github.com/cginternals/cppfs/blob/ae2062b5558b5ffc35e44d2538f73145aa266fd6/source/cppfs/source/windows/LocalFileHandle.cpp#L201-L204
xahon
- Opened on May 6, 2021
- #37
I just wonder why? What s the reason?
https://github.com/cginternals/cppfs/blob/e6b03ac2f4d919497acec121dc4df0b69c591257/CMakeLists.txt#L87-L89
xahon
- Opened on Jun 23, 2020
- #36
I would remove std::string (and other templates) from the interface and would replace it with const char* when returning
for example the file name, etc. I believe this might be problematic if one tries ...
lppinto
- 2
- Opened on May 25, 2020
- #34
class TestFileEventHandler : public FileEventHandler {
public:
virtual void onFileEvent(FileHandle fh, FileEvent event) override { //
LOG_DEBUG( File Event ); // Not getting called
...
xahon
- 2
- Opened on Apr 25, 2020
- #33
https://github.com/cginternals/cppfs/blob/e6b03ac2f4d919497acec121dc4df0b69c591257/source/cppfs/include/cppfs/cppfs.h#L16
3 definitions in that file. I m sure that there are another usages of enum in the ...
xahon
- Opened on Apr 25, 2020
- #32
FileHandle.size() use unsigned int to return the size of the file, which only has 4,294,967,295.
Not enough for larger file.
Gabirel
- 2
- Opened on Apr 9, 2020
- #31
I am getting a build error on the latest release: 1.3.0
Steps to reproduce: mkdir build cd build cmake .. make
Output:
Scanning dependencies of target gmock_main
[ 67%] Building CXX object source/tests/googletest/googlemock/CMakeFiles/gmock_main.dir/__/googletest/src/gtest-all.cc.o ...
acxz
- 2
- Opened on Feb 2, 2020
- #30

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.