]> git.draconx.ca Git - upkg.git/history - src/upkg.h
uobject: Make module loader understand exports/imports.
[upkg.git] / src / upkg.h
2012-05-21 Nick Bowleruobject: Make module loader understand exports/imports.
2012-05-16 Nick Bowlerupkg: Add support for listing package imports.
2012-05-16 Nick Bowlerlibupkg: Use parent pointers for imports.
2012-05-16 Nick Bowlerlibupkg: Don't store upkg_priv pointer in struct upkg_file.
2012-05-14 Nick Bowlerlibupkg: Store export parent pointers directly.
2012-05-08 Nick Bowlerlibupkg: Add const qualifier to upkg_decode_index input...
2011-03-13 Nick Bowlerlicense: Update copyright notices.
2011-03-13 Nick Bowlerupkg: Add support for querying specific objects.
2011-03-13 Nick Bowlerupkg: Embed struct upkg into the private structure.
2011-03-13 Nick Bowlerlibupkg: Split the upkg_export struct into public/priva...
2011-03-03 Nick Bowlerlibupkg: Make upkg_export_find less useless.
2009-09-16 Nick Bowlerlibupkg: Add a destructor that is called on package...
2009-09-16 Nick Bowlerlibupkg: Parameterise I/O functions to allow custom...
2009-09-07 Nick Bowlerlicense: Upgrade to GPL version 3 or later.
2009-08-08 Nick BowlerMerge branch 'uobject' of git://git.draconx.ca/upkg...
2009-08-08 Nick Bowlerupkg: Print export flags.
2009-07-13 Nick Bowlerlibupkg: Remove the group stuff from upkg_export_class.
2009-07-11 Nick Bowlerupkg: Print package export info.
2009-06-10 Nick BowlerAdd EOF notification to the upkg export API.
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 BowlerAdd copyright and licensing info.
2009-06-08 Nick BowlerMove stuff into a separate source directory.