Eo: Made composite objects more robust.
[profile/ivi/eobj.git] / examples / function_overrides /
2012-05-15 tasnEo: Added support for class functions.
2012-05-01 tasnEobj: Rename to Eo.
2012-04-24 tasnEobj: Changed all the eobj_do macros to lowercase.
2012-04-24 tasnEobj: Added infrastructure for const functions and...
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-19 tasnEobj: s/__UNUSED__/EINA_UNUSED/ I had no idea that...
2012-04-18 tasnEobj: Ensure we don't allow calling super functions...
2012-04-17 tasnEobj: EOBJ_CLASS_BASE -> EOBJ_BASE_CLASS.
2012-04-17 tasnEobj: Made eobj_class_new return a const class.
2012-04-17 tasnEobj: Add missing op descriptions in examples.
2012-04-17 tasnEobj: eobj_super_do -> eobj_do_super.
2012-04-16 tasnEobj: EOBJ_OP_FUNC_DESCRIPTION -> EOBJ_OP_FUNC.
2012-04-12 tasnEobj: Added more function override tests.
2012-04-12 tasnEobj: Pass the private data to functions automatically.
2012-04-12 tasnEobj: Improved tests a bit.
2012-04-12 tasnEobj: Added a couple of function_overrides tests.