summaryrefslogtreecommitdiff
path: root/loaders
Commit message (Expand)AuthorAgeFilesLines
* Don't run an idle Python garbage collectionGarrett Regier2015-04-271-16/+0
* Simplify __all__ support in the Python plugin loaderGarrett Regier2015-04-211-7/+1
* Fix distcheckGarrett Regier2015-02-142-4/+9
* Relicense as LGPL 2.1+Garrett Regier2015-02-1415-165/+160
* Prevent the accidental escaping of globals with Lua pluginsGarrett Regier2015-02-1410-61/+150
* Use Lua to implement the plugin loader's logicGarrett Regier2015-02-149-244/+607
* Shorten Lua plugin loader filenamesGarrett Regier2015-02-144-10/+9
* Properly clear internal Python loader globalsGarrett Regier2015-02-041-23/+33
* Use the correct hook name for the Python loaderGarrett Regier2015-02-041-1/+1
* Stop pretending that the Python internals are non-globalGarrett Regier2015-02-043-63/+42
* Support Python plugins that define __all__Garrett Regier2015-02-041-1/+7
* Do not reveal Python loader internals in tracebacksGarrett Regier2015-01-202-1/+16
* Add verbose Python plugin loader warningsGarrett Regier2015-01-202-17/+31
* Use Python to implement the plugin loader's logicGarrett Regier2015-01-204-448/+379
* Remove overly verbose warnings in the Python loaderGarrett Regier2015-01-201-36/+5
* Move internal Python code to another fileGarrett Regier2015-01-205-111/+222
* Shorten Python plugin loader filenamesGarrett Regier2015-01-206-24/+24
* Compile internal Python source during buildGarrett Regier2015-01-204-3/+84
* Assert that no Lua values are leaked during initializeGarrett Regier2015-01-201-0/+3
* Always set the Lua loader's lua_StateGarrett Regier2015-01-201-5/+1
* Set atpanic handler early in Lua plugin loaderGarrett Regier2015-01-201-5/+4
* Don't use lgi_enter_func if not foundGarrett Regier2015-01-201-1/+2
* Fix panic when getting global LGI fieldsGarrett Regier2014-12-301-3/+6
* Fix the global Lua plugin loader with multiple threads Garrett Regier2014-12-301-14/+77
* Fix finding the extension type for Lua pluginGarrett Regier2014-12-301-4/+12
* Use new GObject private APIGarrett Regier2014-12-204-80/+85
* Cleanup internal Python hooks code a bitGarrett Regier2014-12-201-4/+4
* Make the Lua plugin loader safe for global useGarrett Regier2014-12-181-7/+36
* Use the GQuark API for GObject dataGarrett Regier2014-12-182-4/+10
* Fix Lua plugins to work with multiple threadsGarrett Regier2014-12-161-9/+55
* Add nonglobal plugin loader supportGarrett Regier2014-11-181-0/+7
* Fix setting "peas-extension-type" in the lua5.1 plugin loaderGarrett Regier2014-11-181-4/+3
* Document that the lua5.1 plugin loader is not thread-safeGarrett Regier2014-11-181-0/+4
* Make the Python plugin loader thread-safeGarrett Regier2014-11-181-181/+164
* Implemented a Lua plugin loader using the LGI bindingsGarrett Regier2014-11-046-0/+663
* Remove everything the seed plugin loader usedGarrett Regier2014-11-041-4/+3
* Remove support for seed-based Javascript pluginsGarrett Regier2014-11-046-881/+0
* Dist the GResources XML of the Python plugin loadersGarrett Regier2014-09-222-2/+8
* Add easy python profiling supportGarrett Regier2014-08-226-14/+253
* Bug 678338 - Check return values from Python APIGarrett Regier2014-08-221-18/+62
* Bug 732155 - Fix initializing Python loader from Python applicationGarrett Regier2014-07-221-2/+13
* Simplify installing gettext in the python plugin loaderGarrett Regier2014-06-281-6/+12
* W32: Allow shared libs to be builtРуслан Ижбулатов2014-06-283-5/+10
* Use AM_CPPFLAGS instead of INCLUDEDGarrett Regier2014-05-293-3/+3
* Remove extra semicolon in G_DEFINE_*Garrett Regier2014-05-293-3/+3
* python: Fix coding style to matchBastien Nocera2014-03-141-4/+5
* python: Name the GC timeoutBastien Nocera2014-03-141-1/+3
* Do not wrap PyGObject extensionsGarrett Regier2013-11-135-237/+9
* Remove support for gjs-based Javascript pluginsGarrett Regier2013-11-136-967/+0
* Print a critical warning when attempting to mix Python versionsGarrett Regier2013-11-121-0/+14