logic: improved "prepare indexing" performance for cxx sourcegroups
* improved performance of "prepare indexing" step for all cxx source groups except empty * unified code for filtering to contained file paths of source groups * cleaned up code of SourceGroupFactoryModules
This commit is contained in:
@@ -13,7 +13,7 @@ class SourceGroupFactoryModule
|
||||
public:
|
||||
virtual ~SourceGroupFactoryModule();
|
||||
virtual bool supports(SourceGroupType type) const = 0;
|
||||
virtual std::shared_ptr<SourceGroup> createSourceGroup(std::shared_ptr<SourceGroupSettings> settings) = 0;
|
||||
virtual std::shared_ptr<SourceGroup> createSourceGroup(std::shared_ptr<SourceGroupSettings> settings) const = 0;
|
||||
};
|
||||
|
||||
#endif // SOURCE_GROUP_FACTORY_MODULE_H
|
||||
|
||||
Reference in New Issue
Block a user