Eo: Added a check if object is already deleted in eo_unref.
[profile/ivi/eobj.git] / tests / eo_test_general.c
2012-06-10 tasnEo: Added a check if object is already deleted in eo_unref.
2012-06-07 tasnEo: Added some hierarchy reference checks.
2012-06-07 tasnEo: Made composite objects more robust.
2012-06-07 tasnEo: added back eo_del.
2012-06-03 tasnEo: Added support for static class ids.
2012-06-03 tasnEo: remove eo_del.
2012-05-21 tasnEo: Fixed memory leaks in the tests.
2012-05-21 tasnEo: Added more magic tests.
2012-05-21 tasnEo: Improve tests of magic values (NULL pointers).
2012-05-21 tasnEo: Added eo_manual_free* funcs.
2012-05-14 tasnEo: renamed eo_constructor_error_* -> eo_error_*.
2012-05-14 tasnEo: Move event callback handling to base class.
2012-05-06 tasnEo: Test getting data from class with no data.
2012-05-06 tasnEo: Fixed the tests when building in "release mode".
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: 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 tasnEobj: Rename to Eo.