profile/ivi/eobj.git
2012-11-20 Rusty LynchAdd Tizen 2.0 packaging 13/2413/1 2.0alpha-wayland submit/2.0alpha-wayland/20121127.222020
2012-10-24 stefanDoxyfile.in: Remove obsolte doxygen tags from all our...
2012-10-23 tasnEo: Fixed compilation warnings.
2012-10-14 ruiInitial rpm spec support.
2012-10-09 seozeobj .gitignore: Added .gitignore.
2012-10-09 rasterfix eo on 64bit.. bad valist fun.
2012-10-09 tasnEo: Added -DNDEBUG by default.
2012-09-13 tasnEo: Added another important EINA_LIKELY.
2012-09-13 tasnEo: Made debugging Eo a bit easier.
2012-09-12 caroEo: ignore++
2012-09-12 caroEo: examples rule
2012-09-12 tasnEo: Added eo_destructed_is.
2012-09-12 caroEo: make benchmark
2012-09-09 caroEo: add libcheck test
2012-09-09 caroEo: let's see if Tom likes this check rule
2012-09-09 caroEo: use the 'check' rule to build the tests
2012-09-09 caroEo: missing file
2012-09-09 caroEo: more dos2unix
2012-09-09 caroEO: dos2unix the toplevel Makefile.am
2012-09-07 caroEo: add autotools tests. I have plenty of errors with...
2012-09-07 caroeo: copy/paste error
2012-09-07 caroFix compilation on Windows
2012-09-05 caroEobj: don't install benchmark and examples, request...
2012-09-04 tasnEo: autogen.sh - dos->unix.
2012-09-04 tasnEo: Make autogen.sh executable.
2012-09-04 tasnEo: Added COPYING.
2012-09-04 caroEo: autotools + minor fixes so that it compiles on...
2012-09-03 tasnEo: Made benchmarking output a bit nicer.
2012-09-03 tasnEo: optimised eo_op_class_get a bit. Can still make...
2012-08-26 tasnEo: Added simple benchmark infra (not really testing...
2012-08-23 tasnEo: Moved a magic check from an internal function to...
2012-08-23 tasnEo: Remove volatile from the GCC issue workaround.
2012-08-23 tasnEo: Fixed issue with eo_add ops.
2012-08-23 tasnEo: Added a non-default constructor test.
2012-08-23 tasnEo: Added some negative refcount tests (with manual_free).
2012-08-23 tasnEo: Added eo_add_custom and support for passing ops...
2012-08-22 tasnEo: Use our own magic check macro instead of Eina's
2012-08-21 tasnEo: Add an error if we get to a negative refcount.
2012-08-21 tasnEo: WRN -> ERR. We do (in EFL) logging wrong.
2012-08-20 tasnEo: Removed static class support.
2012-07-31 tasnEo: Also fix the case when the chain is not allocated.
2012-07-31 tasnEo: Fixed an issue with mixins and super calls.
2012-07-26 tasnEo: Changed ops prints to be DOMAIN:OP_NAME. Easier...
2012-07-26 tasnEo: Make func override warning an error instead (prev...
2012-07-26 tasnEo: Add a warning when trying to override a function...
2012-07-23 tasnEo: Fixed bug with calling multiple ops in some cases.
2012-07-18 tasnEo: Fixed super of different functions.
2012-07-15 tasnEo: Minor fixes to copy_all and clean.
2012-07-15 tasnEo: Fixed test case.
2012-07-12 tasnEo: Oops, commit missing files.
2012-07-12 tasnEo: Allow interfaces to have class constructors/destruc...
2012-07-10 tasnEo: Properly handle tests and their deps in the build...
2012-07-10 tasnEo: Avoid unneeded copies with kls-itr.
2012-07-10 tasnEo: eo_do is much faster now.
2012-07-10 tasnEo: Slight kls-itr cleanups.
2012-07-10 tasnEo: Cosmetic changes.
2012-07-10 tasnEo: Changed the way we construct op ids.
2012-07-09 tasnEo: added a version field to the class description.
2012-07-01 onefangLet it build with cmake 2.8.1 and older.
2012-06-27 tasnEo: Removed the const op concept.
2012-06-27 tasnEo: Fixed wrong kls_itr inits and error message prints.
2012-06-25 tasnEo: Added an eo_isa example.
2012-06-25 tasnEo: Added a simple example.
2012-06-20 tasnEo: Fix return value of eo_do_super to depend on error_set.
2012-06-17 tasnEo: Removed empty dirs.
2012-06-14 tasnEo: Fixed eo_isa to work with comp objects and fixed...
2012-06-13 tasnEo: Implemented eo_isa(). It checks if an object implem...
2012-06-13 tasnEo: Save both mixins and interfaces, not just mixins.
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.
next