Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Enable hicpp tidy checks | Dan Goodliffe | 2019-04-01 |
| | |||
* | First round of clang tidy changes | Dan Goodliffe | 2019-03-31 |
| | |||
* | Specialised comparator in EntCache | Dan Goodliffe | 2019-02-03 |
| | |||
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-03 |
| | |||
* | C++17 | Dan Goodliffe | 2018-04-09 |
| | | | | | Replace boost shared_mutex with std::mutex to work with new lock helpers. | ||
* | C++17 | Dan Goodliffe | 2018-04-09 |
| | | | | | Replace boost shared_mutex with std::mutex to work with new lock helpers. | ||
* | Upgrade to Ice-3.7 | Dan Goodliffe | 2018-04-05 |
| | |||
* | Use std::shared_ptr and variadic calls to make_shared in shared components | Dan Goodliffe | 2017-12-16 |
| | |||
* | Rename libraries cos I never liked the original naming, more in keeping with ↵ | Dan Goodliffe | 2017-05-18 |
| | | | | other projects now | ||
* | Tidy up the mess that was type conversion | Dan Goodliffe | 2016-04-09 |
| | |||
* | Partially tested global visibility hidden in all projectsnetfs-1.1.6 | Dan Goodliffe | 2016-01-24 |
| | |||
* | Scrap the precompiled headers | Dan Goodliffe | 2016-01-04 |
| | |||
* | Remove flto cos I'm sick of it randomly breaking stuff | Dan Goodliffe | 2015-12-18 |
| | |||
* | Slash the amount of inclusion in pre-compiled headers | Dan Goodliffe | 2015-10-02 |
| | |||
* | Use libadhocutilnetfs-1.1.4 | Dan Goodliffe | 2015-09-02 |
| | |||
* | Visibility hiddennetfs-1.1.3 | Dan Goodliffe | 2015-07-26 |
| | |||
* | No more static entcache hack | Dan Goodliffe | 2015-07-26 |
| | |||
* | Add explicit instaniation of template members functions too | Dan Goodliffe | 2015-06-13 |
| | |||
* | Refactor to avoid possible destructed string copy | Dan Goodliffe | 2015-05-06 |
| | |||
* | Actually use precompiled headers | Dan Goodliffe | 2015-05-06 |
| | |||
* | Use native for instead BOOST_FOREACH | Dan Goodliffe | 2015-01-04 |
| | |||
* | Static entry caches | randomdan | 2014-06-05 |
| | | | | Improved checking of user/group memberships | ||
* | Use slicer for configuration reading, revise sample configs accordingly | randomdan | 2014-06-02 |
| | |||
* | Centralise some better lock helpers | randomdan | 2014-05-19 |
| | |||
* | Use IceUtil::Shared/Handle, which is already thread safe, instead of ↵ | randomdan | 2014-05-01 |
| | | | | boost::intrusive_ptr and IntrusivePtrBase, which isn't, to undo the mess introduced in 937 to enforce thread safety | ||
* | Remove guidmap, not used anymore | randomdan | 2014-03-21 |
| | |||
* | Modularized interfaces for netfs | randomdan | 2014-03-20 |