Eo: added back eo_del.
[profile/ivi/eobj.git] / lib / eo.c
2012-06-07 tasnEo: added back eo_del.
2012-06-07 tasnEo: don't reparent if it's the same parent.
2012-06-06 tasnEo: Fixed error message.
2012-06-06 tasnEo: Added a phantom ref if we manual free.
2012-06-06 tasnEo: Added eo_parent_set.
2012-06-05 tasnEo: Moved more saftey checks to release mode only.
2012-06-05 tasnEo: renamed the Magic for freed objects and better...
2012-06-05 tasnEo: Rephrased error message.
2012-06-03 tasnEo: Added support for static class ids.
2012-06-03 tasnEo: remove eo_del.
2012-05-21 tasnEo: Fix illegal memcpy.
2012-05-21 tasnEo: Made an hot-path check compile out when not in...
2012-05-21 tasnEo: Added eo_manual_free* funcs.
2012-05-15 tasnEo: Fixed error message.
2012-05-15 tasnEo: Added support for class functions.
2012-05-15 tasnEo: Change mro_itr functions to be more generic.
2012-05-14 tasnEo: add a check for future static classes.
2012-05-14 tasnEo: renamed eo_constructor_error_* -> eo_error_*.
2012-05-14 tasnEo: Move event callback handling to base class.
2012-05-14 tasnEo: Removed the object freed event.
2012-05-08 tasnEo: Added a new magic type to mark already deleted...
2012-05-08 tasnEo: Keep artifical object ref a bit longer.
2012-05-08 tasnEo: rename delete to del.
2012-05-08 tasnEo: Flatten func array, so function fetching will alway...
2012-05-08 tasnEo: Make eo_parent_get accept const.
2012-05-06 tasnEo: Only implement _eo_class_mro_has when in testing...
2012-05-06 tasnEo: Added an internal _eo_ref/unref implementation.
2012-05-06 tasnEo: Improved the data structure used for func fetching.
2012-05-06 tasnEo: Added an internal _eo_data_get implementation.
2012-05-06 tasnEo: Overhauled the mro-walking mechanism.
2012-05-06 tasnEo: Fixed some issues.
2012-05-06 tasnEo: Improved error reporting in data_get.
2012-05-02 tasnEo: Added debug-mode check for eo_data_get.
2012-05-01 tasnEobj: Rename to Eo.