summaryrefslogtreecommitdiffstats
path: root/src/extension/loader.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extensions: Improve logic to lookup script extensionsPatrick Storz2019-10-141-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-2/+2
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-13/+13
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Fix broken headersAlex Valavanis2016-08-031-0/+3
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
* Fixed path resolution in plugin loader.Moritz Eberl2016-04-271-1/+1
* minor warning cleanup.Jon A. Cruz2016-04-211-2/+2
* Modified the windows build to integrate gmodule-2.0 and loader.cpp/.hMoritz Eberl2016-04-121-2/+36
* fixed naming of methods. External extensions can now be other module types.Moritz Eberl2016-04-121-5/+5
* Added a mechanism to load c++ extensions dynamically.Moritz Eberl2016-04-111-0/+103