summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Eolian: New features/bugs fixesdevs/jackdanielz/eolianYossi Kantor2014-03-034-7/+52
* Eolian: Updated Eolian_Helper.Tom Hacohen2014-03-031-0/+13
* Eolian: New generation feature tested and bugs fixedYossi Kantor2014-03-033-24/+27
* Eolian: support non null parameters.Daniel Zaoui2014-03-037-145/+264
* Eolian: Fixed pc file to correctly generate.Tom Hacohen2014-03-031-8/+9
* Eolian/Generator: fix data type for implement functionDaniel Zaoui2014-03-033-13/+17
* Eolian: support warn_unused variables.Daniel Zaoui2014-03-037-808/+961
* Eolian: Valgrind cleaningDaniel Zaoui2014-03-036-24/+39
* Eolian/Generator: errors handling improvement.Daniel Zaoui2014-03-033-38/+66
* Eolian/Generator: implementation prototype changeDaniel Zaoui2014-03-031-1/+1
* Eolian/Generator: improve command line arguments and logging.Daniel Zaoui2014-03-034-43/+115
* Eolian: naming convention for implemented functionsYossi Kantor2014-03-031-7/+7
* Eolian/Generator: add private data to the prototypes of implementationsDaniel Zaoui2014-03-031-3/+3
* Eolian/Library: oops, use INF before log domain creationDaniel Zaoui2014-03-031-1/+1
* Eolian: Class type and class constructor/destructor generation addedYossi Kantor2014-03-031-5/+60
* Eolian/Library: add log domain and NULL checksDaniel Zaoui2014-03-034-85/+150
* Eolian: Support of virtual pure functions.Daniel Zaoui2014-03-036-51/+116
* Eolian/Generator: update options and return value from main.Daniel Zaoui2014-03-031-11/+18
* Eolian/Lexer: support class::constructor/destructorDaniel Zaoui2014-03-035-4/+68
* Eolian: Format changesDaniel Zaoui2014-03-0310-786/+931
* Eolian: update .gitignoreDaniel Zaoui2014-03-032-0/+2
* Eolian/Lexer: fix bug occuring during generation.Daniel Zaoui2014-03-032-4/+4
* Eolian/Generator: improve the files management.Daniel Zaoui2014-03-031-32/+30
* Eolian/Lexer: inherits now is specified near the class name.Daniel Zaoui2014-03-032-861/+853
* Eolian/Lexer: remove default ctor/dtor.Daniel Zaoui2014-03-034-999/+764
* Eolian/Lexer: support of class types.Daniel Zaoui2014-03-035-831/+829
* Eolian: remove --class option.Daniel Zaoui2014-03-036-27/+93
* Eolian: Code review fixesYossi Kantor2014-03-038-57/+96
* Eolian/Lexer: the ';' is now optional after '}'.Daniel Zaoui2014-03-032-522/+639
* Eolian/Generator: oups, didn't mean to push that.Daniel Zaoui2014-03-031-1/+1
* Eolian/Lexer: rename signals to events.Daniel Zaoui2014-03-036-593/+593
* Eolian-generator: fix crash during generationDaniel Zaoui2014-03-031-2/+3
* Eolian: Split eolian build helper a different file.Tom Hacohen2014-03-032-11/+10
* Eolian/Generator: support legacy as option.Daniel Zaoui2014-03-033-7/+12
* Eolian/Generator: port options to getoptDaniel Zaoui2014-03-031-111/+69
* Eolian: Added an helper to call eolian_gen from within the project.Tom Hacohen2014-03-032-0/+13
* Eolian: Renamed the eolian tool to eolian_gen.Tom Hacohen2014-03-031-5/+7
* Eolian: Fixed EXTRA_DIST.Tom Hacohen2014-03-031-1/+1
* Eolian: Added eolian to the build system.Tom Hacohen2014-03-033-0/+77
* Eolian: Add EAPI to API calls.Tom Hacohen2014-03-033-64/+58
* Eolian: first import.Daniel Zaoui2014-03-0317-0/+7816
* edje: @feature to include license in edje file.Cedric Bail2014-03-033-3/+59
* ecore_avahi: remove useless printf.Cedric Bail2014-02-281-5/+0
* ecore_avahi: @fix timeout to avoid pitfall of forever frozen timer.Cedric Bail2014-02-281-16/+11
* evas: add libdrm as a dependency.Cedric Bail2014-02-281-2/+2
* Evas: Fix build issue when building without drmChris Michael2014-02-281-5/+6
* examples/eina: Check return value of eina_iterator_nextStefan Schmidt2014-02-281-2/+4
* examples: Use EINA_UNUSED in examples to silence a ton of warningStefan Schmidt2014-02-2818-38/+38
* evas-drm: Ddd support for setting vsync with env variable.Chris Michael2014-02-281-248/+143
* evas-drm: Add vsync/non-vsync support to evas_drm codeChris Michael2014-02-281-44/+65