efl/src/bin
Daniel Zaoui 7f90088232 Eolian/Generator: only requests .eo files parsing when needed.
Before this change, all the .eo files of the directories given with -I
option were parsed. Most of this information was not necessary at all,
since only the classes belonging to the inheritance of the class given
as parameter were needed.
Now, during the parsing of the given class, the inherits classes are
searched and parsed.

A condition is needed to make it work well. To find a filename for a
class, we consider the lowercase of the class name as the filename we
have to parse.
e.g, Elm_Button -> elm_button -> elm_button.eo

It considerably reduces the generation time.

A fix in the tests was needed.
2014-04-27 10:03:39 +03:00
..
ecore_drm drm - shut up warnings (not actual bugs) 2014-03-22 19:12:07 +09:00
ecore_evas ecore_evas_convert: Fix default quality setting 2014-04-18 19:07:34 +09:00
edje fix edje_cc multiple link usage on same description 2014-04-26 02:16:55 -04:00
eet Eet vieet: Fixed to work on non-bash compat shells. 2014-03-08 10:55:37 +00:00
eeze eeze - fix uninitialised sigation struct content 2013-12-13 21:26:05 +09:00
efreet efreet - minor formatting and move set prirority to very start 2013-12-28 10:22:23 +09:00
eldbus bugfix: eldbus code generator struct members named "proxy" should not be passed to eina_value_free. 2013-12-15 00:08:50 -05:00
embryo embryo: force the insertion of a '/' in the path to be sure that file path make sense. 2014-01-24 08:19:47 +09:00
eolian Eolian/Generator: only requests .eo files parsing when needed. 2014-04-27 10:03:39 +03:00
ethumb Split .gitignore into multiple files 2013-06-11 18:18:50 -03:00
ethumb_client ethumbd - stop using an idler that spins at 100% cpu while generating queues 2013-12-28 11:15:26 +09:00
evas Evas cserve2: Fix client crashes when a file changed 2014-03-18 13:49:05 +09:00
evil Evil: Add support for mkstemps 2014-04-02 12:14:50 +09:00