summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-10-23Eo: Fixed compilation warnings.tasn1-6/+6
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@78364 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-10-09fix eo on 64bit.. bad valist fun.raster1-6/+6
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@77631 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-10-09Eo: Added -DNDEBUG by default.tasn1-0/+1
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@77605 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-13Eo: Added another important EINA_LIKELY.tasn1-1/+1
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76611 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-13Eo: Made debugging Eo a bit easier.tasn1-1/+2
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76610 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-12Eo: examples rulecaro5-18/+24
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76538 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-12Eo: Added eo_destructed_is.tasn3-0/+23
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76518 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-12Eo: make benchmarkcaro2-14/+3
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76504 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-09Eo: add libcheck testcaro1-0/+4
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76354 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-09Eo: use the 'check' rule to build the testscaro8-11/+7
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76352 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-09Eo: missing filecaro1-0/+26
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76351 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-09Eo: more dos2unixcaro3-63/+63
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76350 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-07Eo: add autotools tests. I have plenty of errors with the unit tests on Windowscaro75-115/+309
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76323 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-07eo: copy/paste errorcaro1-2/+2
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76319 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-07Fix compilation on Windowscaro1-2/+4
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76318 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-05Eobj: don't install benchmark and examples, request from Tomcaro4-47/+24
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76209 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-04Eo: autotools + minor fixes so that it compiles on Windows (mainly ↵caro30-39/+257
reordering the header files inclusion git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@76109 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-03Eo: Made benchmarking output a bit nicer.tasn3-3/+3
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75961 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-09-03Eo: optimised eo_op_class_get a bit. Can still make it better.tasn1-10/+14
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75960 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-26Eo: Added simple benchmark infra (not really testing anything atm).tasn6-0/+188
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75712 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-23Eo: Moved a magic check from an internal function to the external function.tasn1-2/+2
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75626 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-23Eo: Remove volatile from the GCC issue workaround.tasn1-6/+11
It seems that just setting to a temp var is enough to make GCC not optimise it out. It seems GCC's problem is with the void cast. Also, fixed another place that had the same issue. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75624 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-23Eo: Fixed issue with eo_add ops.tasn1-4/+4
This "fix" is actually just making sure gcc doesn't optimise things wrong. If anyone has an idea how to do it better, please let me know. klass is usually a function and needs to be evaluated before the call to eo_add_internal. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75623 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-23Eo: Added a non-default constructor test.tasn3-0/+29
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75616 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-23Eo: Added some negative refcount tests (with manual_free).tasn1-0/+11
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75615 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-23Eo: Added eo_add_custom and support for passing ops to eo_add.tasn3-10/+89
We can no do things like eo_add(CLASS, parent, age_set(7), score_set(100)), or pass different constructors to object creation by using eo_add_custom and passing the constructor. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75614 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-22Eo: Use our own magic check macro instead of Eina'stasn1-5/+1
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75549 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-21Eo: Add an error if we get to a negative refcount.tasn1-1/+7
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75505 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-21Eo: WRN -> ERR. We do (in EFL) logging wrong.tasn1-1/+1
Warnings should be on by default and not abused. Now I had to change the WRN -> ERR because JackDanielZ is a crybaby, and the issue described above. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75504 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-08-20Eo: Removed static class support.tasn5-130/+49
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@75452 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-31Eo: Also fix the case when the chain is not allocated.tasn1-1/+1
Continuation to previous commit. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@74619 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-31Eo: Fixed an issue with mixins and super calls.tasn7-1/+98
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@74617 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-26Eo: Changed ops prints to be DOMAIN:OP_NAME. Easier to follow.tasn1-4/+4
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@74442 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-26Eo: Make func override warning an error instead (prev commit).tasn1-1/+1
Make JackDanielZ happy... git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@74437 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-26Eo: Add a warning when trying to override a function that was already set ↵tasn2-0/+11
for a class. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@74436 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-23Eo: Fixed bug with calling multiple ops in some cases.tasn3-6/+83
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@74313 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-18Eo: Fixed super of different functions.tasn2-32/+38
I.e calling super a_get from an a_set implementation. This slows things down a bit. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@74062 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-15Eo: Minor fixes to copy_all and clean.tasn1-3/+3
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73876 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-15Eo: Fixed test case.tasn2-3/+3
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73867 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-12Eo: Oops, commit missing files.tasn2-0/+12
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73617 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-12Eo: Allow interfaces to have class constructors/destructors.tasn1-2/+0
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73606 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-10Eo: Properly handle tests and their deps in the build system.tasn8-7/+15
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73533 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-10Eo: Avoid unneeded copies with kls-itr.tasn1-4/+12
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73532 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-10Eo: eo_do is much faster now.tasn1-58/+30
I simplified the kls-itr code so there'll be less overhead when doing eo_do. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73531 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-10Eo: Slight kls-itr cleanups.tasn1-2/+2
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73530 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-10Eo: Cosmetic changes.tasn1-11/+12
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73529 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-10Eo: Changed the way we construct op ids.tasn2-115/+76
This simplifies the code, and improves the overall speed and memory consumption. Be advised that this breaks ABI, recompile your stuff. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73528 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-07-09Eo: added a version field to the class description.tasn41-0/+62
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@73494 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-06-27Eo: Removed the const op concept.tasn27-172/+102
Too ambiguous to be worth it... git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@72914 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
2012-06-27Eo: Fixed wrong kls_itr inits and error message prints.tasn1-13/+2
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/PROTO/eobj@72913 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33