summaryrefslogtreecommitdiffstats
path: root/src/extension/dependency.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-16Extensions: only check existence for interpreted scripts.Patrick Storz1-8/+17
2019-10-15Extensions: Fix file test when checking dependencies by typePatrick Storz1-20/+42
2019-10-14Extensions: Improve logic to lookup script extensionsPatrick Storz1-33/+75
2019-09-26Extensions: Fix filename encoding issues in error loggingPatrick Storz1-12/+10
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-06Misc. typosluz.paz1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-12/+12
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-02-10Misc. typosluz.paz1-1/+1
2018-01-08Misc. typosluz.paz1-1/+1
2017-07-02Move directory scanners to new get_filenames(...) callsMartin Owens1-6/+6
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
2016-04-12fixed naming of methods. External extensions can now be other module types.Moritz Eberl1-1/+1
2016-04-11Added a mechanism to load c++ extensions dynamically.Moritz Eberl1-0/+12
2014-06-11Extensions. Fix for Bug #505920 (inkscape loads extension even if the script ...Nicolas Dufour1-6/+14
2013-03-11cppcheckKris De Gussem1-3/+1
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+2
2012-05-01extensions: string class usageKris De Gussem1-17/+7
2012-05-01fix extension path scan (Bug #801568 ; patch of Patrick Monnerat)Kris De Gussem1-4/+2
2012-01-03Janitorial tasks: get rid of deprecated repr wrapper functionsKris De Gussem1-1/+1
2011-10-04More forward.h purging.Jon A. Cruz1-0/+1
2009-02-13Remove last remnants of ancient plugin support. Tidy up acinclude.m4.Krzysztof Kosi??ski1-15/+0
2008-04-29Uniconvertor import extension changes for Win32 - Fixes LP# 197617Mike Pittman1-2/+14
2006-11-19string fixes from bug 1516157bulia byak1-1/+1
2006-09-12Eek! Copyright message forgotten :( . Can we think up a standard format for s...Johan B. C. Engelen1-2/+3
2006-09-12Extension dependency-check now also finds win32 executables if ".exe" is omit...Johan B. C. Engelen1-0/+9
2006-06-28do some include changes more correctlyRalf Stephan1-6/+3
2006-06-24more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.hRalf Stephan1-0/+4
2006-03-06Replace std::endl in lots of places with plain old '\n', with just a single s...Peter Moulder1-5/+7