]> git.draconx.ca Git - upkg.git/history - src
upkg: Add a simple man page.
[upkg.git] / src /
2009-09-07 Nick Bowlerupkg: Add license information to --version output.
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-28 Nick Bowlerupkg: Support UOBJECT_MODULE_PATH to add library search...
2009-08-08 Nick BowlerMerge branch 'uobject' of git://git.draconx.ca/upkg...
2009-08-08 Nick Bowlerupkg: Print export flags.
2009-08-08 Nick Bowleruobject: Install modules to a more appropriate location.
2009-08-08 Nick BowlerDon't bail out if a read fails but there's still data...
2009-08-07 Nick Bowleruobject: Namespace changes.
2009-08-07 Nick Bowlermodule: Split out the GTypeModule subclass.
2009-08-04 Nick Bowlerpack: Fix signed unpacking to not modify the input.
2009-08-01 Nick Bowleruobject: Don't expose symbols that don't start with...
2009-08-01 Nick Bowleruobject: remove pointless private module.h.
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...
2009-07-19 Nick Bowleruobject: Split uobject stuff into its own library.
2009-07-17 Nick Bowleruobject: Take a package/index tuple instead of a upkg_f...
2009-07-17 Nick Bowlermusic: don't forget to propagate object finalize.
2009-07-16 Nick Bowlerlibupkg: Add signed integer unpacking to fix incorrect...
2009-07-16 Nick Bowlerupkg: fix NULL dereference if upkg_export_class fails.
2009-07-14 Nick BowlerAdd copyright notices.
2009-07-14 Nick BowlerImplement support for libmodplug in Engine.Music.
2009-07-13 Nick Bowleruobject: Implement an interface for loading/unloading.
2009-07-13 Nick Bowlerupkg: Don't forget to close the opened export.
2009-07-13 Nick Bowlermodule: improve error messages.
2009-07-13 Nick Bowlerupkg: Implement batch export.
2009-07-13 Nick Bowlerlibupkg: Remove the group stuff from upkg_export_class.
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-07-11 Nick Bowlerupkg: Print usage info on stdout/stderr as appropriate.
2009-07-11 Nick Bowlerupkg: Print package export info.
2009-07-10 Nick Bowlerupkg: Start implementing proper command line interface.
2009-07-10 Nick Bowlerupkg: Add gnulib getopt_long support and implement...
2009-07-03 Nick BowlerSimplify music I/O.
2009-07-03 Nick BowlerMinor fixes.
2009-07-03 Nick BowlerFix pointer signedness issues in libupkg.
2009-06-11 Nick BowlerAdd missing header to Makefile.am.
2009-06-11 Nick BowlerUse GObject properties for stuff since it makes much...
2009-06-11 Nick BowlerFix another mistake in uobject's property parsing.
2009-06-10 Nick BowlerBegin work on Engine.Texture.
2009-06-10 Nick BowlerFix stupid mistakes in uobject.
2009-06-10 Nick BowlerReorganize object hierarchy to root at "UObject".
2009-06-10 Nick BowlerFix upkg_export_seek to actually change the offset...
2009-06-10 Nick BowlerAdd simple sanity checks to Engine.Music export.
2009-06-10 Nick BowlerAdd EOF notification to the upkg export API.
2009-06-09 Nick BowlerImplement the module class loader.
2009-06-09 Nick BowlerAdd required HEADERS to the Makefile.am.
2009-06-09 Nick BowlerImplement dynamic loading of modules.
2009-06-09 Nick BowlerEarly start of the module system.
2009-06-09 Nick BowlerAdd libltdl.
2009-06-09 Nick BowlerInitial UObject implementation plus a dumb music extractor.
2009-06-09 Nick BowlerImplement GUID handling.
2009-06-08 Nick BowlerStore the export name in the file structure.
2009-06-08 Nick BowlerImplement file positioning functions for upkg exports.
2009-06-08 Nick BowlerExport the decode_index function from the upkg library.
2009-06-08 Nick BowlerImplement file reading API on exports.
2009-06-08 Nick BowlerAllocate upkg and private structs in one go.
2009-06-08 Nick BowlerAdd copyright and licensing info.
2009-06-08 Nick BowlerMove stuff into a separate source directory.