summaryrefslogtreecommitdiffstats
path: root/src/extension/loader.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken headersAlex Valavanis2016-08-031-0/+3
| | | (bzr r15035)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Fixed path resolution in plugin loader.Moritz Eberl2016-04-271-1/+1
| | | (bzr r14862.1.1)
* minor warning cleanup.Jon A. Cruz2016-04-211-2/+2
| | | (bzr r14861)
* Modified the windows build to integrate gmodule-2.0 and loader.cpp/.hMoritz Eberl2016-04-121-2/+36
| | | | | Added method to check inscape version used to build plugins. (bzr r14761.1.3)
* fixed naming of methods. External extensions can now be other module types.Moritz Eberl2016-04-121-5/+5
| | | (bzr r14761.1.2)
* Added a mechanism to load c++ extensions dynamically.Moritz Eberl2016-04-111-0/+103
(bzr r14761.1.1)