summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-13Eo: Made debugging Eo a bit easier.tasn1-1/+2
2012-09-12Eo: examples rulecaro5-18/+24
2012-09-12Eo: Added eo_destructed_is.tasn3-0/+23
2012-09-12Eo: make benchmarkcaro2-14/+3
2012-09-09Eo: add libcheck testcaro1-0/+4
2012-09-09Eo: use the 'check' rule to build the testscaro8-11/+7
2012-09-09Eo: missing filecaro1-0/+26
2012-09-09Eo: more dos2unixcaro3-63/+63
2012-09-07Eo: add autotools tests. I have plenty of errors with the unit tests on Windowscaro75-115/+309
2012-09-07eo: copy/paste errorcaro1-2/+2
2012-09-07Fix compilation on Windowscaro1-2/+4
2012-09-05Eobj: don't install benchmark and examples, request from Tomcaro4-47/+24
2012-09-04Eo: autotools + minor fixes so that it compiles on Windows (mainly reordering...caro30-39/+257
2012-09-03Eo: Made benchmarking output a bit nicer.tasn3-3/+3
2012-09-03Eo: optimised eo_op_class_get a bit. Can still make it better.tasn1-10/+14
2012-08-26Eo: Added simple benchmark infra (not really testing anything atm).tasn6-0/+188
2012-08-23Eo: Moved a magic check from an internal function to the external function.tasn1-2/+2
2012-08-23Eo: Remove volatile from the GCC issue workaround.tasn1-6/+11
2012-08-23Eo: Fixed issue with eo_add ops.tasn1-4/+4
2012-08-23Eo: Added a non-default constructor test.tasn3-0/+29
2012-08-23Eo: Added some negative refcount tests (with manual_free).tasn1-0/+11
2012-08-23Eo: Added eo_add_custom and support for passing ops to eo_add.tasn3-10/+89
2012-08-22Eo: Use our own magic check macro instead of Eina'stasn1-5/+1
2012-08-21Eo: Add an error if we get to a negative refcount.tasn1-1/+7
2012-08-21Eo: WRN -> ERR. We do (in EFL) logging wrong.tasn1-1/+1
2012-08-20Eo: Removed static class support.tasn5-130/+49
2012-07-31Eo: Also fix the case when the chain is not allocated.tasn1-1/+1
2012-07-31Eo: Fixed an issue with mixins and super calls.tasn7-1/+98
2012-07-26Eo: Changed ops prints to be DOMAIN:OP_NAME. Easier to follow.tasn1-4/+4
2012-07-26Eo: Make func override warning an error instead (prev commit).tasn1-1/+1
2012-07-26Eo: Add a warning when trying to override a function that was already set for...tasn2-0/+11
2012-07-23Eo: Fixed bug with calling multiple ops in some cases.tasn3-6/+83
2012-07-18Eo: Fixed super of different functions.tasn2-32/+38
2012-07-15Eo: Minor fixes to copy_all and clean.tasn1-3/+3
2012-07-15Eo: Fixed test case.tasn2-3/+3
2012-07-12Eo: Oops, commit missing files.tasn2-0/+12
2012-07-12Eo: Allow interfaces to have class constructors/destructors.tasn1-2/+0
2012-07-10Eo: Properly handle tests and their deps in the build system.tasn8-7/+15
2012-07-10Eo: Avoid unneeded copies with kls-itr.tasn1-4/+12
2012-07-10Eo: eo_do is much faster now.tasn1-58/+30
2012-07-10Eo: Slight kls-itr cleanups.tasn1-2/+2
2012-07-10Eo: Cosmetic changes.tasn1-11/+12
2012-07-10Eo: Changed the way we construct op ids.tasn2-115/+76
2012-07-09Eo: added a version field to the class description.tasn41-0/+62
2012-06-27Eo: Removed the const op concept.tasn27-172/+102
2012-06-27Eo: Fixed wrong kls_itr inits and error message prints.tasn1-13/+2
2012-06-25Eo: Added an eo_isa example.tasn10-0/+322
2012-06-25Eo: Added a simple example.tasn8-0/+288
2012-06-20Eo: Fix return value of eo_do_super to depend on error_set.tasn6-1/+59
2012-06-14Eo: Fixed eo_isa to work with comp objects and fixed eo_data_get's checks.tasn2-4/+98