summaryrefslogtreecommitdiff
path: root/src/tests/eolian_cxx
Commit message (Expand)AuthorAgeFilesLines
* eolian-cxx: Add constructor_defLauro Moura2019-01-281-1/+30
* eolian_cxx: add free functions to the typesMarcel Hollerbach2019-01-231-6/+6
* Remove letftover includeXavi Artigas2019-01-171-1/+0
* eolian_cxx: make address_of test not use multiclass inheritanceDaniel Kolesa2019-01-176-41/+6
* cxx: Add class get name attribute.Lauro Moura2019-01-101-0/+14
* eolian-cxx: Add parent/extensions information to klass_defLauro Moura2018-12-145-1/+25
* eolian_cxx: Add documentation field to property_defLauro Moura2018-12-041-0/+6
* meson: use eolian_gen with -SMarcel Hollerbach2018-12-031-1/+1
* eolian-cxx: Add property_defLauro Moura2018-11-304-2/+117
* eolian: implement new syntax for inheritanceDaniel Kolesa2018-11-239-9/+9
* cxx: explicitly require c++11 and fix tests to conformDaniel Kolesa2018-11-121-24/+24
* meson: here comes cxx bindingsMarcel Hollerbach2018-10-241-0/+74
* Revert "meson: add cxx bindings"Marcel Hollerbach2018-10-181-78/+0
* meson: add cxx bindingsMarcel Hollerbach2018-10-181-0/+78
* eolian_cxx: PACKAGE_DATA_DIR is completly wrong hereMarcel Hollerbach2018-10-161-2/+2
* tests: Use EFL_START/END_TEST in cxx testsLauro Moura2018-06-227-38/+38
* eo_cxx: Fix do_eo_add after lifecycle branch.Lauro Moura2018-05-251-6/+6
* eolian: push missing event type changes in testsDaniel Kolesa2018-05-212-2/+2
* efl: Add missing event typesXavi Artigas2018-05-191-4/+4
* eolian gen: enable constness generation on property getter implsDaniel Kolesa2018-04-171-4/+4
* tests: move bindings tests to using checked fixtures too.Mike Blumenkrantz2018-04-051-1/+1
* tests: add instrumentation to existing tests to find slow testsMike Blumenkrantz2018-04-051-1/+1
* eolian cxx,csharp: Update after eolian changesLauro Moura2018-03-021-3/+3
* eolian*: replace various directory_scan/file_parseDaniel Kolesa2018-03-022-5/+5
* eolian-mono: Add documentation generation supportLauro Moura2017-12-204-0/+377
* cxx: (Temporary) fix for make checkJean-Philippe Andre2017-11-075-57/+40
* eolian-cxx: Add optional parameter to lambda for unnamed proxy instantiationFelipe Magno de Almeida2017-09-281-1/+5
* eolian-cxx: Fix compilation errors with new any_value_ptr and mstring typesFelipe Magno de Almeida2017-09-251-2/+2
* eolian: add mstringDaniel Kolesa2017-09-222-4/+4
* eo-cxx: Fix test errors with new Eolian @own frameworkFelipe Magno de Almeida2017-09-181-4/+4
* eolian cxx/js: fix test eo file ownershipDaniel Kolesa2017-09-152-37/+37
* eolian-cxx: Fix instantiate constructor with lambda after disambiguation patchFelipe Magno de Almeida2017-09-141-0/+11
* eo-cxx: Require instantiate keyword for constructors calling efl_add to avoid...Felipe Magno de Almeida2017-09-081-7/+7
* ecore: Remove ecore_types.eotJean-Philippe Andre2017-05-291-2/+0
* cxx: Modify how to generate C++ headers and allow cyclic dependenciesFelipe Magno de Almeida2017-01-182-0/+9
* eolian-cxx: Added cyclic compilation testFelipe Magno de Almeida2017-01-185-0/+39
* eolian-cxx: Remove EOLIAN_TYPE_POINTER enumerationFelipe Magno de Almeida2016-11-103-42/+2
* eolian_cxx: do not test Eina_Promise anymore.Cedric BAIL2016-11-072-39/+0
* eolian: rename ref to ptr to avoid confusion with eo refsDaniel Kolesa2016-11-021-23/+23
* tests: fix eolian_cxx tests with clangJean Guyomarc'h2016-10-301-0/+239
* efl callbacks: update some events calls to no longer trigger legacy callbacksdevs/vitorsousa/update_event_callsVitor Sousa2016-08-301-5/+5
* Efl Object: remove legacy callback calls from event_callback_callVitor Sousa2016-08-261-5/+5
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-156-6/+6
* eolian-cxx: Fix compilation break from changes in Eo nomenclatureFelipe Magno de Almeida2016-08-111-2/+2
* Change the EFL to follow the new Eo rename.Tom Hacohen2016-08-1115-31/+31
* tests: eolian_cxx: add define to allow the use of beta APIs like eoStefan Schmidt2016-08-021-0/+1
* eolian-cxx: Added stringshareFelipe Magno de Almeida2016-06-212-0/+61
* eolian-cxx: Add tests for @beta and @protected eventsFelipe Magno de Almeida2016-06-152-1/+22
* eolian-cxx: Add support for ref parameters and correct ownership handlingFelipe Magno de Almeida2016-06-146-119/+317
* eolian-cxx: Rewrite to accomodate new features of the C++ bindingFelipe Magno de Almeida2016-06-0617-351/+943