profile/ivi/eobj.git
2012-06-13 tasnEo: Implement handling of eo_do errors and use it.
2012-06-11 tasnEo: Actually, no reason why to force inheritance from...
2012-06-11 tasnEo: Force classes to inherit from EO_BASE_CLASS.
2012-06-11 tasnEo examples: evas_obj -> exevas_obj (example evas).
2012-06-10 tasnEo: Fix internal code using eo_composite functions.
2012-06-10 tasnEo: eo_composite_object_* -> eo_composite_*.
2012-06-10 tasnEo composite: Reordered parameters and improved docs.
2012-06-10 tasnEo: Removed EINA_CONST.
2012-06-10 tasnEo: Restructure source tree to be like the rest of...
2012-06-10 tasnEo: Turn evas example back on.
2012-06-10 tasnEo: Fixed error message.
2012-06-10 tasnEo: move manual_free functions to the right doc group
2012-06-10 tasnEo: error when calling constructor/destructor out of...
2012-06-10 tasnEo: Made constructor/destructor regular ops.
2012-06-10 tasnEo: Removed "type" property from event/op descriptions.
2012-06-10 tasnEo: Improved error reporting with failed constructors.
2012-06-10 tasnEo: Added a check if object is already deleted in eo_unref.
2012-06-07 tasnEo: Improved error messages. Show op as hex.
2012-06-07 tasnEo: further improved error reporting with bad func_set.
2012-06-07 tasnEo: Change the op func sentinel to be safer.
2012-06-07 tasnEo: Clean up previous commit a bit.
2012-06-07 tasnEo: Print an error if we try setting a function for...
2012-06-07 tasnEo: Added some hierarchy reference checks.
2012-06-07 tasnEo: Made composite objects more robust.
2012-06-07 tasnEo: Improved docs.
2012-06-07 tasnEo: Removed redundant reparent.
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: Check adding/deleting callbacks from within callbac...
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 a flag to know if we have any callbacks to...
2012-06-03 tasnEo: Improved checks in signals example.
2012-06-03 tasnEo: print an error when trying to delete a non-existent...
2012-06-03 tasnEo: Remove del_lazy.
2012-06-03 tasnEo: Added support for static class ids.
2012-06-03 tasnEo: remove eo_del.
2012-05-22 tasnEo: Fix the test suite to run with CK_FORK=no.
2012-05-21 tasnEo: Fixed memory leaks in the tests.
2012-05-21 tasnEo: Fix illegal memcpy.
2012-05-21 tasnEo: Added more magic tests.
2012-05-21 tasnEo: Made an hot-path check compile out when not in...
2012-05-21 tasnEo: Improve tests of magic values (NULL pointers).
2012-05-21 tasnEo: Fix wrong usage of EO_OP_TYPE in eo_do/query*.
2012-05-21 tasnEo: Added eo_manual_free* funcs.
2012-05-21 tasnEo: Fix pkg-config cflags.
2012-05-17 tasnEo: Added extern "C" for the C++ fellows.
2012-05-15 tasnEo: Fixed error message.
2012-05-15 tasnEo: Fixed error in docs.
2012-05-15 tasnEo: Added interface example.
2012-05-15 tasnEo: Added support for event freeze/thaw.
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: Added the two events I removed by accident.
2012-05-14 tasnEo: renamed eo_constructor_error_* -> eo_error_*.
2012-05-14 tasnEo: Add missing @def to docs.
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: Fix parameter checking of eo_do_super.
2012-05-08 tasnEo: Make eo_parent_get accept const.
2012-05-06 tasnEo: Test getting data from class with no data.
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: Fixed so versioning.
2012-05-06 tasnEo: Fixed the tests when building in "release mode".
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: Fixed wref bugs and improve it's tests.
2012-05-01 tasnEo: Rename SIG_* to EV_*.
2012-05-01 tasnEo: Doc improvements.
2012-05-01 tasnEo: Make wref a c array instead of using event callbacks.
2012-05-01 tasnEo: Added eo_wref_del_safe.
2012-05-01 tasnEo: Fixed a bug in wref del.
2012-05-01 tasnEo: Changed #EINA_TRUE/FALSE to @C EINA_*.
2012-05-01 tasnEobj: Fix issue with the typecheck macro.
2012-05-01 tasnEobj: Rename to Eo.
2012-04-29 tasnEobj: Fix clang's (static analyser) warnings.
2012-04-24 tasnEobj: change the tests according to the new wref concept.
2012-04-24 tasnEobj: Fixed a possible bug with object deletion.
2012-04-24 tasnEobj: Made weak ref a base class function.
2012-04-24 tasnEobj: eobj_event_callback_del/_full renames.
2012-04-24 tasnEobj: Changed all the eobj_do macros to lowercase.
2012-04-24 tasnEobj: Added infrastructure for const functions and...
2012-04-24 tasnEobj: Fixed the order of parameters in the weak ref...
2012-04-23 tasnEobj: Updated weak ref docs.
2012-04-23 tasnEobj: Make eobj_weak_ref_add return the obejct being...
2012-04-23 tasnEobj: Added docs to the examples (needed for introspect...
next