]> git.draconx.ca Git - upkg.git/history - src/module.c
module: Split out the GTypeModule subclass.
[upkg.git] / src / module.c
2009-08-07 Nick Bowlermodule: Split out the GTypeModule subclass.
2009-08-01 Nick Bowleruobject: remove pointless private module.h.
2009-07-24 Nick Bowleruobject: Clean up the module loader namespace.
2009-07-24 Nick Bowleruobject: Move headers into a separate (installable...
2009-07-14 Nick BowlerAdd copyright notices.
2009-07-13 Nick Bowlermodule: improve error messages.
2009-07-12 Nick Bowlermodule: add missing return value to module_exit.
2009-07-12 Nick Bowlermodule: Don't use G_TYPE_MODULE for casts in modcmp.
2009-06-10 Nick BowlerReorganize object hierarchy to root at "UObject".
2009-06-09 Nick BowlerImplement the module class loader.
2009-06-09 Nick BowlerImplement dynamic loading of modules.
2009-06-09 Nick BowlerEarly start of the module system.