summaryrefslogtreecommitdiffstats
path: root/src/extension/loader.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup includes a bitPatrick Storz2019-08-311-3/+8
|
* Clarify licensesMax Gaukler2018-11-081-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
* Fix broken headersAlex Valavanis2016-08-031-4/+1
| | | (bzr r15035)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+2
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-2/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+2
| | | (bzr r15025)
* Fixed path resolution in plugin loader.Moritz Eberl2016-04-271-3/+3
| | | (bzr r14862.1.1)
* fixed naming of methods. External extensions can now be other module types.Moritz Eberl2016-04-121-3/+3
| | | (bzr r14761.1.2)
* Added a mechanism to load c++ extensions dynamically.Moritz Eberl2016-04-111-0/+73
(bzr r14761.1.1)