projects
/
profile
/
ivi
/
eobj.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Eo examples: evas_obj -> exevas_obj (example evas).
2012-06-11
tasn
Eo examples: evas_obj -> exevas_obj (example evas).
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: Fix internal code using eo_composite functions.
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: eo_composite_object_* -> eo_composite_*.
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo composite: Reordered parameters and improved docs.
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: Removed EINA_CONST.
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: Restructure source tree to be like the rest of...
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: Turn evas example back on.
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: Fixed error message.
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: move manual_free functions to the right doc group
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: error when calling constructor/destructor out of...
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: Made constructor/destructor regular ops.
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: Removed "type" property from event/op descriptions.
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: Improved error reporting with failed constructors.
commit
|
commitdiff
|
tree
2012-06-10
tasn
Eo: Added a check if object is already deleted in eo_unref.
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: Improved error messages. Show op as hex.
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: further improved error reporting with bad func_set.
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: Change the op func sentinel to be safer.
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: Clean up previous commit a bit.
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: Print an error if we try setting a function for...
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: Added some hierarchy reference checks.
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: Made composite objects more robust.
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: Improved docs.
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: Removed redundant reparent.
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: added back eo_del.
commit
|
commitdiff
|
tree
2012-06-07
tasn
Eo: don't reparent if it's the same parent.
commit
|
commitdiff
|
tree
2012-06-06
tasn
Eo: Fixed error message.
commit
|
commitdiff
|
tree
2012-06-06
tasn
Eo: Added a phantom ref if we manual free.
commit
|
commitdiff
|
tree
2012-06-06
tasn
Eo: Check adding/deleting callbacks from within callbacks...
commit
|
commitdiff
|
tree
2012-06-06
tasn
Eo: Added eo_parent_set.
commit
|
commitdiff
|
tree
2012-06-05
tasn
Eo: Moved more saftey checks to release mode only.
commit
|
commitdiff
|
tree
2012-06-05
tasn
Eo: renamed the Magic for freed objects and better...
commit
|
commitdiff
|
tree
2012-06-05
tasn
Eo: Rephrased error message.
commit
|
commitdiff
|
tree
2012-06-03
tasn
Eo: Added a flag to know if we have any callbacks to...
commit
|
commitdiff
|
tree
2012-06-03
tasn
Eo: Improved checks in signals example.
commit
|
commitdiff
|
tree
2012-06-03
tasn
Eo: print an error when trying to delete a non-existent...
commit
|
commitdiff
|
tree
2012-06-03
tasn
Eo: Remove del_lazy.
commit
|
commitdiff
|
tree
2012-06-03
tasn
Eo: Added support for static class ids.
commit
|
commitdiff
|
tree
2012-06-03
tasn
Eo: remove eo_del.
commit
|
commitdiff
|
tree
2012-05-22
tasn
Eo: Fix the test suite to run with CK_FORK=no.
commit
|
commitdiff
|
tree
2012-05-21
tasn
Eo: Fixed memory leaks in the tests.
commit
|
commitdiff
|
tree
2012-05-21
tasn
Eo: Fix illegal memcpy.
commit
|
commitdiff
|
tree
2012-05-21
tasn
Eo: Added more magic tests.
commit
|
commitdiff
|
tree
2012-05-21
tasn
Eo: Made an hot-path check compile out when not in...
commit
|
commitdiff
|
tree
2012-05-21
tasn
Eo: Improve tests of magic values (NULL pointers).
commit
|
commitdiff
|
tree
2012-05-21
tasn
Eo: Fix wrong usage of EO_OP_TYPE in eo_do/query*.
commit
|
commitdiff
|
tree
2012-05-21
tasn
Eo: Added eo_manual_free* funcs.
commit
|
commitdiff
|
tree
2012-05-21
tasn
Eo: Fix pkg-config cflags.
commit
|
commitdiff
|
tree
2012-05-17
tasn
Eo: Added extern "C" for the C++ fellows.
commit
|
commitdiff
|
tree
2012-05-15
tasn
Eo: Fixed error message.
commit
|
commitdiff
|
tree
2012-05-15
tasn
Eo: Fixed error in docs.
commit
|
commitdiff
|
tree
2012-05-15
tasn
Eo: Added interface example.
commit
|
commitdiff
|
tree
2012-05-15
tasn
Eo: Added support for event freeze/thaw.
commit
|
commitdiff
|
tree
2012-05-15
tasn
Eo: Added support for class functions.
commit
|
commitdiff
|
tree
2012-05-15
tasn
Eo: Change mro_itr functions to be more generic.
commit
|
commitdiff
|
tree
2012-05-14
tasn
Eo: add a check for future static classes.
commit
|
commitdiff
|
tree
2012-05-14
tasn
Eo: Added the two events I removed by accident.
commit
|
commitdiff
|
tree
2012-05-14
tasn
Eo: renamed eo_constructor_error_* -> eo_error_*.
commit
|
commitdiff
|
tree
2012-05-14
tasn
Eo: Add missing @def to docs.
commit
|
commitdiff
|
tree
2012-05-14
tasn
Eo: Move event callback handling to base class.
commit
|
commitdiff
|
tree
2012-05-14
tasn
Eo: Removed the object freed event.
commit
|
commitdiff
|
tree
2012-05-08
tasn
Eo: Added a new magic type to mark already deleted...
commit
|
commitdiff
|
tree
2012-05-08
tasn
Eo: Keep artifical object ref a bit longer.
commit
|
commitdiff
|
tree
2012-05-08
tasn
Eo: rename delete to del.
commit
|
commitdiff
|
tree
2012-05-08
tasn
Eo: Flatten func array, so function fetching will always...
commit
|
commitdiff
|
tree
2012-05-08
tasn
Eo: Fix parameter checking of eo_do_super.
commit
|
commitdiff
|
tree
2012-05-08
tasn
Eo: Make eo_parent_get accept const.
commit
|
commitdiff
|
tree
2012-05-06
tasn
Eo: Test getting data from class with no data.
commit
|
commitdiff
|
tree
2012-05-06
tasn
Eo: Only implement _eo_class_mro_has when in testing...
commit
|
commitdiff
|
tree
2012-05-06
tasn
Eo: Added an internal _eo_ref/unref implementation.
commit
|
commitdiff
|
tree
2012-05-06
tasn
Eo: Improved the data structure used for func fetching.
commit
|
commitdiff
|
tree
2012-05-06
tasn
Eo: Added an internal _eo_data_get implementation.
commit
|
commitdiff
|
tree
2012-05-06
tasn
Eo: Fixed so versioning.
commit
|
commitdiff
|
tree
2012-05-06
tasn
Eo: Fixed the tests when building in "release mode".
commit
|
commitdiff
|
tree
2012-05-06
tasn
Eo: Overhauled the mro-walking mechanism.
commit
|
commitdiff
|
tree
2012-05-06
tasn
Eo: Fixed some issues.
commit
|
commitdiff
|
tree
2012-05-06
tasn
Eo: Improved error reporting in data_get.
commit
|
commitdiff
|
tree
2012-05-02
tasn
Eo: Added debug-mode check for eo_data_get.
commit
|
commitdiff
|
tree
2012-05-01
tasn
Eobj: Fixed wref bugs and improve it's tests.
commit
|
commitdiff
|
tree
2012-05-01
tasn
Eo: Rename SIG_* to EV_*.
commit
|
commitdiff
|
tree
2012-05-01
tasn
Eo: Doc improvements.
commit
|
commitdiff
|
tree
2012-05-01
tasn
Eo: Make wref a c array instead of using event callbacks.
commit
|
commitdiff
|
tree
2012-05-01
tasn
Eo: Added eo_wref_del_safe.
commit
|
commitdiff
|
tree
2012-05-01
tasn
Eo: Fixed a bug in wref del.
commit
|
commitdiff
|
tree
2012-05-01
tasn
Eo: Changed #EINA_TRUE/FALSE to @C EINA_*.
commit
|
commitdiff
|
tree
2012-05-01
tasn
Eobj: Fix issue with the typecheck macro.
commit
|
commitdiff
|
tree
2012-05-01
tasn
Eobj: Rename to Eo.
commit
|
commitdiff
|
tree
2012-04-29
tasn
Eobj: Fix clang's (static analyser) warnings.
commit
|
commitdiff
|
tree
2012-04-24
tasn
Eobj: change the tests according to the new wref concept.
commit
|
commitdiff
|
tree
2012-04-24
tasn
Eobj: Fixed a possible bug with object deletion.
commit
|
commitdiff
|
tree
2012-04-24
tasn
Eobj: Made weak ref a base class function.
commit
|
commitdiff
|
tree
2012-04-24
tasn
Eobj: eobj_event_callback_del/_full renames.
commit
|
commitdiff
|
tree
2012-04-24
tasn
Eobj: Changed all the eobj_do macros to lowercase.
commit
|
commitdiff
|
tree
2012-04-24
tasn
Eobj: Added infrastructure for const functions and...
commit
|
commitdiff
|
tree
2012-04-24
tasn
Eobj: Fixed the order of parameters in the weak ref...
commit
|
commitdiff
|
tree
2012-04-23
tasn
Eobj: Updated weak ref docs.
commit
|
commitdiff
|
tree
2012-04-23
tasn
Eobj: Make eobj_weak_ref_add return the obejct being...
commit
|
commitdiff
|
tree
2012-04-23
tasn
Eobj: Added docs to the examples (needed for introspection).
commit
|
commitdiff
|
tree
2012-04-23
tasn
Eobj: added warnings to eobj_ref's docs.
commit
|
commitdiff
|
tree
2012-04-23
tasn
Eobj: Changed weak-ref to work without allocating a...
commit
|
commitdiff
|
tree
2012-04-23
tasn
Eobj: Rename _EOBJ_BUILD to EFL_EOBJ_BUILD.
commit
|
commitdiff
|
tree
next