summaryrefslogtreecommitdiff
path: root/src/tests/eolian_cxx
Commit message (Expand)AuthorAgeFilesLines
* eolian-cxx: Fix generation of complex types in C++ bindingFelipe Magno de Almeida2016-05-231-0/+23
* eolian-cxx: Add test for list and array complex typesFelipe Magno de Almeida2016-05-233-0/+28
* eo: for consistency use object like all our API.Cedric Bail2016-05-181-1/+1
* eolian: add event_prefix and have classes follow that or eo_prefix by defaultDaniel Kolesa2016-05-171-1/+1
* Efl: Remove "legacy_prefix: null;" as it's now the default.Tom Hacohen2016-05-1210-10/+0
* eolian-cxx: Added test for the removal of the .Base class requirementFelipe Magno de Almeida2016-05-044-0/+22
* eolian-cxx: Remove .Base requirementFelipe Magno de Almeida2016-04-218-15/+35
* tests: fix another redefine of Ecore_Cb build breakStefan Schmidt2016-04-201-1/+1
* Eolian cxx tests: don't redefine Ecore_Cb.Tom Hacohen2016-04-201-1/+1
* Eo event: rename Eo_Event->event_info to Eo_Event->info.Tom Hacohen2016-04-121-1/+1
* tests: get rid of Eo_Event2 in cxx testsStefan Schmidt2016-03-071-1/+1
* eolian-cxx: Partial fix for generation without eo_doFelipe Magno de Almeida2016-03-031-2/+2
* Automatic migration to Eo4.Tom Hacohen2016-03-037-7/+7
* eolian-cxx: Fix C++ events with new Eo_Event_Cb signatureFelipe Magno de Almeida2016-02-291-4/+2
* eolian: re-enable strict validationDaniel Kolesa2016-02-182-0/+4
* Test rework #19: Eolian_CxxVincent Torri2016-02-1616-138/+52
* Eolian cxx tests: Fix tests according to new Eo changes.Tom Hacohen2015-05-201-2/+2
* Eo: Add a return value to eo_constructor().Tom Hacohen2015-05-206-12/+14
* eolian: new syntax for params/values/keysDaniel Kolesa2015-05-183-16/+16
* eolian: change all EFL .eo files to use new syntax for propertiesDaniel Kolesa2015-05-071-5/+3
* eolain_cxx: Fix C++ support for new Eolian featuresVitor Sousa2015-04-144-0/+195
* eo_cxx: Fix signal_connection disconnect crashVitor Sousa2015-04-141-0/+54
* eolian_cxx: Add protected methods and events to C++ wrappers and fixesVitor Sousa2015-04-143-0/+25
* check: fix tests suites on Windowsmichelle legrand2015-01-301-0/+2
* eolian_cxx: Fix compilation of inheritance from Eolian generated classesVitor Sousa2015-01-052-3/+3
* allow C++ user create new classes inheriting from Eolian generated ClassesLarry Jr2015-01-054-0/+103
* eolian_cxx: Add implicit conversion of the returned pointer of C++ wrappersVitor Sousa2015-01-0510-0/+169
* cxx: General C++ Eo wrapper generation improvementVitor Sousa2015-01-051-1/+1
* eolian_cxx: Fix Eolian C++ generated wrapper inconsistenciesVitor Sousa2015-01-053-56/+5
* eolian_cxx: Assertions to ensure C++ wrapper compatibility with Eo*Vitor Sousa2015-01-052-0/+31
* eolian: move efl eo files over to the new ctor syntaxDaniel Kolesa2014-09-011-3/+8
* eo: migrate constructors sections to constructing methodsDaniel Kolesa2014-08-271-8/+5
* eolian-cxx: Renamed event_*_callback_{add,call} to callback_*_{add,call}.Savio Sena2014-08-131-6/+6
* eolian-cxx: Enhance test for callback useFelipe Magno de Almeida2014-07-243-6/+116
* eolian-cxx: Added callback testFelipe Magno de Almeida2014-07-185-2/+140
* eolian-cxx: Added tests.Savio Sena2014-07-185-0/+158