summaryrefslogtreecommitdiffstats
path: root/src/extension/loader.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-14Extensions: Improve logic to lookup script extensionsPatrick Storz1-1/+1
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-13/+13
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2016-08-03Fix broken headersAlex Valavanis1-0/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2016-04-27Fixed path resolution in plugin loader.Moritz Eberl1-1/+1
2016-04-21minor warning cleanup.Jon A. Cruz1-2/+2
2016-04-12Modified the windows build to integrate gmodule-2.0 and loader.cpp/.hMoritz Eberl1-2/+36
2016-04-12fixed naming of methods. External extensions can now be other module types.Moritz Eberl1-5/+5
2016-04-11Added a mechanism to load c++ extensions dynamically.Moritz Eberl1-0/+103