index
:
profile/ivi/eobj
2.0alpha-wayland
Domain: UI Framework / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-13
Eo: Made debugging Eo a bit easier.
tasn
1
-1
/
+2
2012-09-12
Eo: Added eo_destructed_is.
tasn
2
-0
/
+19
2012-09-09
Eo: more dos2unix
caro
1
-19
/
+19
2012-09-07
eo: copy/paste error
caro
1
-2
/
+2
2012-09-04
Eo: autotools + minor fixes so that it compiles on Windows (mainly reordering...
caro
4
-7
/
+27
2012-09-03
Eo: optimised eo_op_class_get a bit. Can still make it better.
tasn
1
-10
/
+14
2012-08-23
Eo: Moved a magic check from an internal function to the external function.
tasn
1
-2
/
+2
2012-08-23
Eo: Remove volatile from the GCC issue workaround.
tasn
1
-6
/
+11
2012-08-23
Eo: Fixed issue with eo_add ops.
tasn
1
-4
/
+4
2012-08-23
Eo: Added eo_add_custom and support for passing ops to eo_add.
tasn
2
-10
/
+62
2012-08-22
Eo: Use our own magic check macro instead of Eina's
tasn
1
-5
/
+1
2012-08-21
Eo: Add an error if we get to a negative refcount.
tasn
1
-1
/
+7
2012-08-21
Eo: WRN -> ERR. We do (in EFL) logging wrong.
tasn
1
-1
/
+1
2012-08-20
Eo: Removed static class support.
tasn
3
-61
/
+15
2012-07-31
Eo: Also fix the case when the chain is not allocated.
tasn
1
-1
/
+1
2012-07-31
Eo: Fixed an issue with mixins and super calls.
tasn
1
-1
/
+7
2012-07-26
Eo: Changed ops prints to be DOMAIN:OP_NAME. Easier to follow.
tasn
1
-4
/
+4
2012-07-26
Eo: Make func override warning an error instead (prev commit).
tasn
1
-1
/
+1
2012-07-26
Eo: Add a warning when trying to override a function that was already set for...
tasn
1
-0
/
+10
2012-07-23
Eo: Fixed bug with calling multiple ops in some cases.
tasn
1
-5
/
+6
2012-07-18
Eo: Fixed super of different functions.
tasn
1
-30
/
+36
2012-07-15
Eo: Minor fixes to copy_all and clean.
tasn
1
-3
/
+3
2012-07-15
Eo: Fixed test case.
tasn
1
-1
/
+1
2012-07-12
Eo: Allow interfaces to have class constructors/destructors.
tasn
1
-2
/
+0
2012-07-10
Eo: Avoid unneeded copies with kls-itr.
tasn
1
-4
/
+12
2012-07-10
Eo: eo_do is much faster now.
tasn
1
-58
/
+30
2012-07-10
Eo: Slight kls-itr cleanups.
tasn
1
-2
/
+2
2012-07-10
Eo: Cosmetic changes.
tasn
1
-11
/
+12
2012-07-10
Eo: Changed the way we construct op ids.
tasn
2
-115
/
+76
2012-07-09
Eo: added a version field to the class description.
tasn
2
-0
/
+8
2012-06-27
Eo: Removed the const op concept.
tasn
3
-88
/
+18
2012-06-27
Eo: Fixed wrong kls_itr inits and error message prints.
tasn
1
-13
/
+2
2012-06-20
Eo: Fix return value of eo_do_super to depend on error_set.
tasn
1
-0
/
+3
2012-06-14
Eo: Fixed eo_isa to work with comp objects and fixed eo_data_get's checks.
tasn
1
-4
/
+17
2012-06-13
Eo: Implemented eo_isa(). It checks if an object implements a class.
tasn
2
-27
/
+71
2012-06-13
Eo: Save both mixins and interfaces, not just mixins.
tasn
1
-32
/
+37
2012-06-13
Eo: Implement handling of eo_do errors and use it.
tasn
1
-28
/
+16
2012-06-11
Eo: Actually, no reason why to force inheritance from base class.
tasn
1
-17
/
+0
2012-06-11
Eo: Force classes to inherit from EO_BASE_CLASS.
tasn
1
-0
/
+17
2012-06-10
Eo: Fix internal code using eo_composite functions.
tasn
1
-2
/
+2
2012-06-10
Eo: eo_composite_object_* -> eo_composite_*.
tasn
2
-10
/
+10
2012-06-10
Eo composite: Reordered parameters and improved docs.
tasn
2
-22
/
+26
2012-06-10
Eo: Restructure source tree to be like the rest of the EFL.
tasn
5
-0
/
+3462