summaryrefslogtreecommitdiff
path: root/libfusepp/fuseapp.h
Commit message (Collapse)AuthorAge
* Tidy up fix/hack for conditional binding, gcc 4.6 compatrandomdan2013-08-23
|
* Only bind fuse wrappers into fuse_operations for functions that have ↵randomdan2013-08-22
| | | | overrides in a deriving class
* Add base case support for ioctl, poll, write_buf, read_buf and flockrandomdan2013-08-19
|
* Fix compilation against various versions of fuse libraryrandomdan2012-07-27
Usage C++0x to remove lots of code duplication in wrappers Move code for FuseAppBase into it's own folder