Eo: Added a phantom ref if we manual free.
[profile/ivi/eobj.git] / tests /
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: 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-15 tasnEo: Added support for class functions.
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.
2012-04-24 tasnEobj: change the tests according to the new wref concept.
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: Changed weak-ref to work without allocating a...
2012-04-23 tasnEobj: Added eina magic to API functions.
2012-04-23 tasnEobj: Add a convenience macro for defining the class_ge...
2012-04-23 tasnEobj: Fixed issue with FindEina.cmake and things using it.
2012-04-23 tasnEobj: Add a couple of funcs_set tests and fixed a bug...
2012-04-19 tasnEobj: s/__UNUSED__/EINA_UNUSED/ I had no idea that...
2012-04-19 tasnEobj: Enforce some interface restrictions.
2012-04-19 tasnEobj: Improved tests.
2012-04-19 tasnEobj: Add checks to ensure consistent method rosulotion...
2012-04-17 tasnEobj: Add named (by obj ptr) ref - xref.
2012-04-17 tasnEobj: EOBJ_CLASS_BASE -> EOBJ_BASE_CLASS.
2012-04-17 tasnEobj: Added EOBJ_BASE_DATA free function tests.
2012-04-17 tasnEobj: Added weak ref.
2012-04-17 tasnEobj: eobj_generic_data_*->EOBJ_BASE_DATA_*.
2012-04-17 tasnEobj: Improved tests.
2012-04-17 tasnEobj: add a "class errors" test.
2012-04-17 tasnEobj: Made eobj_class_new return a const class.
2012-04-17 tasnEobj: Add missing op descriptions in examples.
2012-04-16 tasnEobj: EOBJ_OP_FUNC_DESCRIPTION -> EOBJ_OP_FUNC.
2012-04-12 tasnEobj: Added some more test scenarios.
2012-04-12 tasnEobj: Pass the private data to functions automatically.
2012-04-12 tasnEobj: Improved some tests a bit more.
2012-04-12 tasnEobj: Improved testing a bit.
2012-04-10 tasnEobj: eobj.h -> Eobj.h
2012-04-05 tasnEobj: Initial commit.