summaryrefslogtreecommitdiffstats
path: root/src/extension/loader.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-31cleanup includes a bitPatrick Storz1-3/+8
2018-11-08Clarify licensesMax Gaukler1-1/+2
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2016-08-03Fix broken headersAlex Valavanis1-4/+1
(bzr r15035)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+2
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-2/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+2
(bzr r15025)
2016-04-27Fixed path resolution in plugin loader.Moritz Eberl1-3/+3
(bzr r14862.1.1)
2016-04-12fixed naming of methods. External extensions can now be other module types.Moritz Eberl1-3/+3
(bzr r14761.1.2)
2016-04-11Added a mechanism to load c++ extensions dynamically.Moritz Eberl1-0/+73
(bzr r14761.1.1)