]> git.draconx.ca Git - upkg.git/history - src/upkg.c
upkg: Add some error checking around upkg_export_get_class.
[upkg.git] / src / upkg.c
2012-05-20 Nick Bowlerupkg: Add some error checking around upkg_export_get_class.
2012-05-20 Nick Bowlerupkg: In info mode, don't fail outright if object load...
2012-05-16 Nick Bowlerupkg: Add support for listing package imports.
2012-05-16 Nick Bowlerupkg: Only print object properties if they are non...
2012-05-16 Nick Bowleruobject: Make the relevant UPkg available to objects.
2012-05-16 Nick Bowlerupkg: Use proper library routines in package_export.
2012-05-15 Nick Bowlerlibuobject: Store hierarchical object names for UObjects.
2012-05-14 Nick Bowlerlibupkg: Store export parent pointers directly.
2012-05-12 Nick Bowlerupkg: Display object names in property listings.
2012-05-08 Nick Bowlerupkg: Improve messaging a bit.
2012-05-08 Nick Bowlerupkg: Print out object file offsets at high verbosity...
2012-05-04 Nick Bowlerupkg: Fix missing return statement.
2012-05-04 Nick Bowlerupkg: Add support for exporting individual objects.
2011-03-29 Nick Bowlerupkg: Handle errors from u_object_export_name.
2011-03-29 Nick Bowlerupkg: Print full object name when exporting.
2011-03-22 Nick Bowleruobject: Add a helper function to load objects from...
2011-03-21 Nick Bowlerupkg: Print object properties in info mode.
2011-03-21 Nick Bowlerupkg: Print class name in listings.
2011-03-13 Nick Bowlerupkg: Add an option to list packages.
2011-03-13 Nick Bowlerlicense: Update copyright notices.
2011-03-13 Nick Bowlerupkg: Add support for querying specific objects.
2011-03-13 Nick Bowlerlibupkg: Split the upkg_export struct into public/priva...
2011-03-13 Nick Bowlerupkg: Resolve hierarchical object references.
2011-03-03 Nick Bowlerupkg: Add support for controlling which package is...
2011-03-03 Nick Bowlerupkg: Improve error reporting during package load.
2010-02-03 Nick Bowlerupkg: Don't crash if the specified package does not...
2010-01-31 Nick Bowlerupkg: Specify package files as options.
2010-01-31 Nick Bowlerupkg: Don't unref packages, since gobject does not...
2009-12-07 Nick Bowlerpackage: Get rid of separate mechanisms for opening...
2009-09-18 Nick Bowlerupkg: Update verbosity behaviour for --info.
2009-09-16 Nick Bowlerpackage: Allow opening by filename in addition to packa...
2009-09-07 Nick Bowlerupkg: Add license information to --version output.
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-08-07 Nick Bowleruobject: Namespace changes.
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-17 Nick Bowleruobject: Take a package/index tuple instead of a upkg_f...
2009-07-16 Nick Bowlerupkg: fix NULL dereference if upkg_export_class fails.
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 Bowlerupkg: Implement batch export.
2009-07-13 Nick Bowlerlibupkg: Remove the group stuff from upkg_export_class.
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-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.
2009-06-09 Nick BowlerInitial UObject implementation plus a dumb music extractor.
2009-06-09 Nick BowlerImplement GUID handling.
2009-06-08 Nick BowlerAdd copyright and licensing info.
2009-06-08 Nick BowlerMove stuff into a separate source directory.