FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for source - cginternals/cppfs · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cginternals
/
cppfs
Public
Notifications
You must be signed in to change notification settings
Fork
73
Star
514
Code
Issues
12
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppfs
source
on
master
User selector
Datepicker
Commit history
Commits on Mar 5, 2023
Update googletest integration (refs #41)
scheibel
committed
f41f06a
View commit details
Copy full SHA for f41f06a
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
Add followSymlinks flag to removeDirectoryRec
Gregory Starck
committed
98f8d88
View commit details
Copy full SHA for 98f8d88
View code at this point
Browse repository at this point
Commits on Jan 11, 2022
Fix FilePath resolved (fix #38)
scheibel
committed
09ef14e
View commit details
Copy full SHA for 09ef14e
View code at this point
Browse repository at this point
Add FilePath test for resolved function (refs #38)
scheibel
committed
8f55be6
View commit details
Copy full SHA for 8f55be6
View code at this point
Browse repository at this point
Commits on Mar 6, 2021
Fix includes for alpine
scheibel
committed
ae2062b
View commit details
Copy full SHA for ae2062b
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
Merge branch 'master' into added_move
scheibel
committed
0c3c0e1
View commit details
Copy full SHA for 0c3c0e1
View code at this point
Browse repository at this point
Merge branch 'master' of github.com:cginternals/cppfs
scheibel
committed
8db1ffb
View commit details
Copy full SHA for 8db1ffb
View code at this point
Browse repository at this point
Update googletest dependency (closes #30)
scheibel
committed
1621cda
View commit details
Copy full SHA for 1621cda
View code at this point
Browse repository at this point
Commits on Jul 9, 2019
Make cppfs cross-compilable from linux to Windows (change shouldn't matter on Windows host)
sbusch42
committed
1a0d3c8
View commit details
Copy full SHA for 1a0d3c8
View code at this point
Browse repository at this point
Commits on Jun 13, 2019
use move when parameters are passed by value and only copied once
Hailios
committed
d2dcced
View commit details
Copy full SHA for d2dcced
View code at this point
Browse repository at this point
Commits on Jan 6, 2019
Review, clean up and comment Windows file watcher implementation
sbusch42
committed
68c41aa
View commit details
Copy full SHA for 68c41aa
View code at this point
Browse repository at this point
Windows backend: add handling renaming of files and creating and
Show description for dc0ebb5
sbusch42
committed
dc0ebb5
View commit details
Copy full SHA for dc0ebb5
View code at this point
Browse repository at this point
Fix compilation on Windows
sbusch42
committed
cd2fabd
View commit details
Copy full SHA for cd2fabd
View code at this point
Browse repository at this point
cppfs-watch: allow multiple paths to be specified and add --recursive flag (off by default)
sbusch42
committed
4ff0fa4
View commit details
Copy full SHA for 4ff0fa4
View code at this point
Browse repository at this point
Implement new event type FileAttribChanged
sbusch42
committed
b55db4a
View commit details
Copy full SHA for b55db4a
View code at this point
Browse repository at this point
Move LocalFileWatcher to linux directory, as it is specific for Linux
sbusch42
committed
b45312a
View commit details
Copy full SHA for b45312a
View code at this point
Browse repository at this point
Remove null implementation of FileWatcher, check for backend nullptr instead
sbusch42
committed
60c8fb1
View commit details
Copy full SHA for 60c8fb1
View code at this point
Browse repository at this point
Clarify in interface and documentation that only directories can be watched
sbusch42
committed
d8cf3ce
View commit details
Copy full SHA for d8cf3ce
View code at this point
Browse repository at this point
cppfs-watch: use single threading in example
sbusch42
committed
f3c27ff
View commit details
Copy full SHA for f3c27ff
View code at this point
Browse repository at this point
cppfs-watch: As file watchers are only available for the local file system, remove configuration option for remote login
sbusch42
committed
f8b16fd
View commit details
Copy full SHA for f8b16fd
View code at this point
Browse repository at this point
Commits on Dec 3, 2018
Small style related changes
sbusch42
committed
e363bb0
View commit details
Copy full SHA for e363bb0
View code at this point
Browse repository at this point
Commits on Nov 27, 2018
Windows add of folder to watch is now thread safe
robiwan
committed
022be82
View commit details
Copy full SHA for 022be82
View code at this point
Browse repository at this point
Commits on Nov 26, 2018
Adds windows file watcher, updates watch function prototype
robiwan
committed
ca00053
View commit details
Copy full SHA for ca00053
View code at this point
Browse repository at this point
Commits on Nov 25, 2018
Fix handling empty name field (happens when the watched object itself is subject of an event)
sbusch42
committed
9d2cf4e
View commit details
Copy full SHA for 9d2cf4e
View code at this point
Browse repository at this point
Remove bit field logic where not necessary
sbusch42
committed
773cb63
View commit details
Copy full SHA for 773cb63
View code at this point
Browse repository at this point
Fix FileHandle::watch() in case of other file systems than the system FS (not relevant, yet)
sbusch42
committed
2fad581
View commit details
Copy full SHA for 2fad581
View code at this point
Browse repository at this point
Create convenience function for creating a watcher on a single file/directory
sbusch42
committed
79b88ec
View commit details
Copy full SHA for 79b88ec
View code at this point
Browse repository at this point
Clean up file watcher interface
sbusch42
committed
2f068b1
View commit details
Copy full SHA for 2f068b1
View code at this point
Browse repository at this point
Clean up file watcher interface
sbusch42
committed
85a6575
View commit details
Copy full SHA for 85a6575
View code at this point
Browse repository at this point
Add mode to watch files/directories recursively
sbusch42
committed
ea51205
View commit details
Copy full SHA for ea51205
View code at this point
Browse repository at this point
Finish file watcher interface
sbusch42
committed
a8b0d3d
View commit details
Copy full SHA for a8b0d3d
View code at this point
Browse repository at this point
Commits on Nov 24, 2018
Create file event handlers (analog to FileVisitor)
sbusch42
committed
89e4dd8
View commit details
Copy full SHA for 89e4dd8
View code at this point
Browse repository at this point
Remove clone() from file watcher interface
sbusch42
committed
9d08a58
View commit details
Copy full SHA for 9d08a58
View code at this point
Browse repository at this point
Create structure for file system watchers and first implementation for linux
sbusch42
committed
299d797
View commit details
Copy full SHA for 299d797
View code at this point
Browse repository at this point
Make filesystem accessible through interfaces (FileHandle, FileIterator)
sbusch42
committed
0b91777
View commit details
Copy full SHA for 0b91777
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL