]> git.draconx.ca Git - upkg.git/history - src/uobject
Stop using gnulib's flexmember module.
[upkg.git] / src / uobject /
2022-02-27 Nick BowlerAvoid C99 stdbool.
2022-02-27 Nick BowlerWork around missing SIZE_MAX.
2022-02-27 Nick BowlerUse gnulib flexmember module.
2022-02-27 Nick Bowleruobject: Simplify lookup_module function.
2022-02-24 Nick BowlerDisable deprecation warnings from Glib.
2020-01-31 Nick BowlerInitial Engine.Mesh implementation.
2020-01-31 Nick BowlerEnsure object property references are released.
2015-04-30 Nick BowlerFix bootstrapping with recent bits.
2012-05-21 Nick Bowleruobject: Make module loader understand exports/imports.
2012-05-20 Nick Bowleruobject: Make logging more generic.
2012-05-20 Nick Bowlerupkg: Add some error checking around upkg_export_get_class.
2012-05-20 Nick Bowleruobject: Add support for float properties.
2012-05-19 Nick Bowleruobject: Improve error handling in property decoding.
2012-05-19 Nick Bowleruobject: Initial support for object imports.
2012-05-16 Nick Bowleruobject: Include package names in package fullname.
2012-05-16 Nick Bowleruobject: Make the relevant UPkg available to objects.
2012-05-15 Nick Bowlerlibuobject: Store hierarchical object names for UObjects.
2012-05-15 Nick Bowleruobject: Add support for decoding boolean properties.
2012-05-11 Nick Bowlerbuild: Non-recursively build the rest of the package.
2012-05-10 Nick Bowlerbuild: Integrate Gnulib non-recursively using fix-gnulib.
2012-05-09 Nick Bowleruobject: First stab at a generic logging mechanism.
2012-05-08 Nick Bowleruobject: Overhaul the UObject property decoding code.
2011-03-28 Nick Bowlerlicense: Make autotools stuff available under WTFPL2.
2011-03-28 Nick Bowleruobject: Make interface functions take UObjects directly.
2011-03-28 Nick Bowleruobject: Rename some interface-related identifiers.
2011-03-25 Nick Bowleruobject: Rename U_OBJECT_TYPE to U_TYPE_OBJECT.
2011-03-23 Nick Bowleruobject: Add initial support for object properties.
2011-03-22 Nick Bowleruobject: Add a helper function to load objects from...
2011-03-13 Nick Bowlerlicense: Update copyright notices.
2011-03-13 Nick Bowleruobject: Don't access upkg_file's pkg member.
2011-03-13 Nick Bowleruobject: Remove the file parameter from deserialize.
2011-03-13 Nick Bowleruobject: Remove pkg_idx field.
2011-03-13 Nick Bowleruobject: Add missing header to Makefile.am.
2011-03-03 Nick Bowlerupkg: Improve error reporting during package load.
2009-12-08 Nick Bowlerpackage: Move package search code to the VFS.
2009-12-08 Nick Bowlerpackage: Make the VFS directly open the package file.
2009-12-07 Nick Bowlerpackage: Get rid of separate mechanisms for opening...
2009-12-07 Nick Bowlerbuild: Re-arrange CFLAGS/LDFLAGS a bit.
2009-09-18 Nick Bowleruobject: Move source files into the uobject directory.
2009-09-16 Nick Bowlerpackage: Allow opening by filename in addition to packa...
2009-09-15 Nick Bowlerpackage: Add initial support for package search.
2009-09-07 Nick Bowlerlicense: Add permissive license to build related source...
2009-09-07 Nick Bowlerlicense: Upgrade to GPL version 3 or later.
2009-09-07 Nick Bowlerbuild: Add uobject/package.h to Makefile.am
2009-08-08 Nick BowlerMerge branch 'uobject' of git://git.draconx.ca/upkg...
2009-08-07 Nick Bowleruobject: Namespace changes.
2009-08-07 Nick Bowlermodule: Split out the GTypeModule subclass.
2009-07-24 Nick Bowleruobject: Add some descriptions of the loadable/exportab...
2009-07-24 Nick Bowleruobject: More namespace cleanups.
2009-07-24 Nick Bowleruobject: Clean up the module loader namespace.
2009-07-24 Nick Bowleruobject: Move headers into a separate (installable...