summaryrefslogtreecommitdiff
path: root/src/tests/eolian
Commit message (Expand)AuthorAgeFilesLines
* eolian: add support for static and terminated arraysDaniel Kolesa2016-06-303-0/+19
* eolian: implement a stringshare builtinDaniel Kolesa2016-06-211-1/+1
* evas: Rename Evas.Object to Efl.Canvas.ObjectJean-Philippe Andre2016-06-214-15/+15
* Adjust the code according to the eo event stop changes.Tom Hacohen2016-06-202-2/+2
* eolian: remove the unnecessary subtypes APIDaniel Kolesa2016-06-101-15/+10
* eolian: support @protected for accessors (get/set)Daniel Kolesa2016-06-092-10/+13
* eolian: fix incorrect doxygen param generationDaniel Kolesa2016-06-094-0/+4
* eolian: refine the ref system to suit more casesDaniel Kolesa2016-06-083-8/+9
* eolian: support @ref on returnsDaniel Kolesa2016-06-075-5/+7
* eolian: add a new references system to help replace pointersDaniel Kolesa2016-06-067-8/+17
* eolian: utilize the new void_ptr builtin across eo filesDaniel Kolesa2016-06-021-2/+2
* eolian: utilize the new builtin string type across eo filesDaniel Kolesa2016-05-312-3/+3
* eolian: Allow promises to have a second typeFelipe Magno de Almeida2016-05-232-0/+10
* eolian: remove pointers from complex and class typesDaniel Kolesa2016-05-236-21/+16
* eolian: add event_prefix and have classes follow that or eo_prefix by defaultDaniel Kolesa2016-05-172-0/+2
* Efl: Remove "legacy_prefix: null;" as it's now the default.Tom Hacohen2016-05-121-1/+0
* eolian: do not generate legacy without explicit class legacy_prefixDaniel Kolesa2016-05-121-0/+1
* eolian: mark pure virtual funcs outside of implementsDaniel Kolesa2016-05-126-48/+11
* eolian: Fix promise generation with multiple parametersFelipe Magno de Almeida2016-04-291-0/+12
* eolian: add tests for restartable event.Cedric BAIL2016-04-202-0/+22
* eolian: Make promise eolian generation use macros for hooksFelipe Magno de Almeida2016-04-112-13/+13
* eolian: add Eolian support for Eina PromisesFelipe Magno de Almeida2016-04-062-0/+88
* eo: add before and after macro hooks for API generation functionsFelipe Magno de Almeida2016-04-062-14/+14
* eolian: Fix test casesJean-Philippe Andre2016-04-054-4/+4
* eolian: builtin support for event callback signatureDaniel Kolesa2016-03-144-0/+8
* tests eolian: add test cases for type stub generationsStefan Schmidt2016-03-083-0/+33
* eolian: initial conversion of C gen and tests to new type APIsDaniel Kolesa2016-03-031-128/+130
* Automatic migration to Eo4.Tom Hacohen2016-03-032-2/+2
* eolian: fix generation testsDaniel Kolesa2016-03-036-16/+16
* Test rework #18: EolianVincent Torri2016-02-163-94/+19
* Eo: add support for initialising eo after it has been shut down.Tom Hacohen2016-02-044-4/+4
* eolian: add parsing and generation of hot eventsDaniel Kolesa2016-02-022-0/+10
* Eolian test: use eina_environment_tmp_get() instead of deprecated codeVincent Torri2015-12-141-42/+7
* eolian: add eolian_type_aliased_base_getDaniel Kolesa2015-11-183-0/+15
* eo generator: better output whitespace handling with pointersDaniel Kolesa2015-11-113-4/+4
* eolian generator: fix test reference filesDaniel Kolesa2015-11-102-7/+7
* eolian generator: remove useless --eo argumentDaniel Kolesa2015-11-091-9/+9
* eolian: Test recognition of struct types used in methodsVitor Sousa2015-10-213-0/+15
* Eo: reduce memory usage across applications.Tom Hacohen2015-09-282-4/+4
* eolian tests: strip trailing newlines for ref file compareDaniel Kolesa2015-09-281-0/+4
* Eolian generator: remove sentinel generationDaniel Kolesa2015-09-282-2/+1
* Eo: Remove EO_SENTINEL.Tom Hacohen2015-09-281-2/+1
* Eo: Drop doc field from ops and events.Tom Hacohen2015-09-282-11/+11
* eolian/generator: generation of doxygen @note and @warning tagsDaniel Kolesa2015-09-144-0/+18
* eolian: remove support for old style docs completelyDaniel Kolesa2015-09-034-24/+1
* eolian: class members now inherit their class's since tagDaniel Kolesa2015-08-113-0/+12
* eolian: @since no longer needs to be its own paragraph in docsDaniel Kolesa2015-08-061-3/+1
* eolian/generator: generate @ingroup in doc comments properlyDaniel Kolesa2015-07-145-7/+66
* eolian/generator: add proper generation of referencesDaniel Kolesa2015-07-075-2/+223
* eolian: initial work on doc syntax validation (disabled for now)Daniel Kolesa2015-07-072-2/+2