summaryrefslogtreecommitdiffstats
path: root/src/common/PluginRegistry.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* common/plugin: correct output filename pathChangcheng Liu2020-10-151-2/+2
* common/plugin: remove stale commented codeChangcheng Liu2020-10-151-2/+0
* common: Add dlfcn_compat.h for win32Lucian Petrut2020-04-141-7/+2
* common: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-0/+6
* common/PluginRegistry: Mutex -> ceph::mutexSage Weil2018-11-211-7/+6
* common: Mutex::Locker -> std::lock_guard<Mutex>Sage Weil2018-09-201-2/+2
* common,crush,mds,messages,osd: add missing #includeKefu Chai2018-09-051-0/+1
* common: Use ceph_assert for assertsAdam C. Emerson2018-08-271-4/+4
* common,rbd,rgw,osd: extract config values into ConfigValuesKefu Chai2018-07-101-2/+2
* common/PluginRegistry: define PLUGIN_SUFFIX to support osxKefu Chai2017-11-111-0/+4
* common: Remove redundant includesJos Collin2017-05-221-6/+2
* common: convert plugin_dir and erasure_plugin_dir to SAFE_OPTIONliuchang08122017-03-211-3/+5
* common/PluginRegistry: improve error output forshared library load failure.Igor Fedotov2016-09-141-2/+5
* common/PluginRegistry: try $plugin_dir/$foo if $plugin_dir/$type/$foo failsSage Weil2016-06-301-3/+9
* common: PluginRegistry modificationVed-vampir2015-12-021-6/+20
* common: PluginRegistrySage Weil2015-12-021-0/+208