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
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: examples rule
caro
5
-18
/
+24
2012-09-12
Eo: Added eo_destructed_is.
tasn
3
-0
/
+23
2012-09-12
Eo: make benchmark
caro
2
-14
/
+3
2012-09-09
Eo: add libcheck test
caro
1
-0
/
+4
2012-09-09
Eo: use the 'check' rule to build the tests
caro
8
-11
/
+7
2012-09-09
Eo: missing file
caro
1
-0
/
+26
2012-09-09
Eo: more dos2unix
caro
3
-63
/
+63
2012-09-07
Eo: add autotools tests. I have plenty of errors with the unit tests on Windows
caro
75
-115
/
+309
2012-09-07
eo: copy/paste error
caro
1
-2
/
+2
2012-09-07
Fix compilation on Windows
caro
1
-2
/
+4
2012-09-05
Eobj: don't install benchmark and examples, request from Tom
caro
4
-47
/
+24
2012-09-04
Eo: autotools + minor fixes so that it compiles on Windows (mainly reordering...
caro
30
-39
/
+257
2012-09-03
Eo: Made benchmarking output a bit nicer.
tasn
3
-3
/
+3
2012-09-03
Eo: optimised eo_op_class_get a bit. Can still make it better.
tasn
1
-10
/
+14
2012-08-26
Eo: Added simple benchmark infra (not really testing anything atm).
tasn
6
-0
/
+188
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 a non-default constructor test.
tasn
3
-0
/
+29
2012-08-23
Eo: Added some negative refcount tests (with manual_free).
tasn
1
-0
/
+11
2012-08-23
Eo: Added eo_add_custom and support for passing ops to eo_add.
tasn
3
-10
/
+89
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
5
-130
/
+49
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
7
-1
/
+98
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
2
-0
/
+11
2012-07-23
Eo: Fixed bug with calling multiple ops in some cases.
tasn
3
-6
/
+83
2012-07-18
Eo: Fixed super of different functions.
tasn
2
-32
/
+38
2012-07-15
Eo: Minor fixes to copy_all and clean.
tasn
1
-3
/
+3
2012-07-15
Eo: Fixed test case.
tasn
2
-3
/
+3
2012-07-12
Eo: Oops, commit missing files.
tasn
2
-0
/
+12
2012-07-12
Eo: Allow interfaces to have class constructors/destructors.
tasn
1
-2
/
+0
2012-07-10
Eo: Properly handle tests and their deps in the build system.
tasn
8
-7
/
+15
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
41
-0
/
+62
2012-06-27
Eo: Removed the const op concept.
tasn
27
-172
/
+102
2012-06-27
Eo: Fixed wrong kls_itr inits and error message prints.
tasn
1
-13
/
+2
2012-06-25
Eo: Added an eo_isa example.
tasn
10
-0
/
+322
2012-06-25
Eo: Added a simple example.
tasn
8
-0
/
+288
2012-06-20
Eo: Fix return value of eo_do_super to depend on error_set.
tasn
6
-1
/
+59
2012-06-14
Eo: Fixed eo_isa to work with comp objects and fixed eo_data_get's checks.
tasn
2
-4
/
+98
[next]