summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests eolian: add test cases for type stub generationsdevs/stefan/eolian-testsStefan Schmidt2016-03-084-0/+35
* eolian_gen: mention the option for generating a stub header in the example useStefan Schmidt2016-03-081-1/+1
* eolian_gen: remove unused functions _nextline and _startlineStefan Schmidt2016-03-082-30/+0
* eo del interceptor: add the ability to intercept deletions of eo objectsCarsten Haitzler (Rasterman)2016-03-084-0/+138
* Revert "eina: split Makefile with files/headers in preparation for additional...Stefan Schmidt2016-03-082-194/+183
* Revert "eina: reintroduce additional support for eina sub directory compilati...Stefan Schmidt2016-03-082-17/+0
* Revert "eina: rely on GNU make to find file at their correct location."Stefan Schmidt2016-03-083-166/+164
* eolian: validate eo/legacy prefix to be [a-z_][a-z0-9_]*Daniel Kolesa2016-03-071-2/+26
* build: do not use DEBUG when running with coverageStefan Schmidt2016-03-071-1/+1
* build: fix linking with coverage enabled after osx fixStefan Schmidt2016-03-071-1/+1
* tests: get rid of Eo_Event2 in cxx testsStefan Schmidt2016-03-071-1/+1
* cxx bindings: get rid of Eo_Event2Stefan Schmidt2016-03-072-2/+2
* build: fix type in m4 macroStefan Schmidt2016-03-071-1/+1
* Eo event cb: Update documentation.Tom Hacohen2016-03-072-2/+2
* Eo: Update documentation according to the event cb changes.Tom Hacohen2016-03-071-3/+1
* Eo: get rid of Eo_Event2.Tom Hacohen2016-03-071-2/+2
* ecore: Create PromisesFelipe Magno de Almeida2016-03-0612-22/+1042
* eina: Add Eina_Iterator implementation for C-arrayFelipe Magno de Almeida2016-03-062-0/+69
* eina: fix typos in doxygenJean Guyomarc'h2016-03-062-7/+7
* ecore: better resources use in the glib integrationJean Guyomarc'h2016-03-042-1/+3
* Evas: fix camera node adding to sceneperepelits.m2016-03-041-2/+0
* evas: fix preload thread deadlock issuejiin.moon2016-03-042-1/+4
* edje: return default description depends on RTL when description doesn't existSoohye Shin2016-03-041-1/+3
* edje_embryo: add box attributes support to set_state_val()Jee-Yong Um2016-03-043-2/+76
* tests: disable loading of the scim module as this can causes hangs of the testsStefan Schmidt2016-03-041-1/+4
* Eo tests: Add tests for null (invalid) array callbacks.Tom Hacohen2016-03-041-0/+3
* Eo: unmark Eo_Class as deprecated.Tom Hacohen2016-03-041-1/+0
* Eo: Remove more deprecated functions.Tom Hacohen2016-03-041-8/+0
* Eo: remove the long deprecated eo_data_get.Tom Hacohen2016-03-043-16/+0
* Eo tests: Test more cases with legacy events.Tom Hacohen2016-03-041-0/+5
* Eo legacy events: remove pointless string copies.Tom Hacohen2016-03-041-4/+1
* Eo tests: Increase coverage for children iterator tests.Tom Hacohen2016-03-041-0/+2
* Eo: Remove useless safety checks.Tom Hacohen2016-03-041-6/+1
* Eo tests: add more eo_data_get tests.Tom Hacohen2016-03-041-0/+2
* Eo: fix oversight for key_dataDaniel Zaoui2016-03-041-1/+1
* Eo: set object as const for key_data_getDaniel Zaoui2016-03-042-2/+2
* build: finally enable branch coverage in our lcov-check targetStefan Schmidt2016-03-042-6/+8
* eina: rely on GNU make to find file at their correct location.Cedric Bail2016-03-033-164/+166
* Eo: Fix typo of SUPER_TAG_SHIFT.Jaehyun Cho2016-03-041-1/+1
* eina: reintroduce additional support for eina sub directory compilation.Cedric Bail2016-03-032-0/+17
* eina: split Makefile with files/headers in preparation for additional per sub...Cedric Bail2016-03-032-183/+194
* eolian-cxx: Fix Eolian C++ constructing methods with new eo_addVitor Sousa2016-03-037-27/+23
* eolian-cxx: Partial fix for generation without eo_doFelipe Magno de Almeida2016-03-039-52/+71
* eolian: new type system APIDaniel Kolesa2016-03-0316-626/+900
|\
| * eolian_cxx: Fix C++ compilation with new Eolian_Type_Type valuesdevs/q66/eolian_nextVitor Sousa2016-03-031-1/+1
| * eolian: type documentation and other cleanupsDaniel Kolesa2016-03-032-78/+177
| * eolian: completely clean up the type systemDaniel Kolesa2016-03-039-119/+66
| * eolian: clean up some temporary hashesDaniel Kolesa2016-03-034-27/+9
| * eolian: separate type_to_str for declsDaniel Kolesa2016-03-033-47/+66
| * eolian: remove database_type_print (unused)Daniel Kolesa2016-03-032-81/+0