summaryrefslogtreecommitdiff
path: root/src/lib/eolian_cxx
Commit message (Expand)AuthorAgeFilesLines
* eolian: rename eolian_event_c_name_getDaniel Kolesa2019-05-161-1/+1
* eolian: rename eolian_typedecl_enum_field_c_name_getDaniel Kolesa2019-05-161-1/+1
* eolian_cxx: rework context code, also more flexible scope indentation generatorVitor Sousa2019-03-262-28/+65
* mono-docs: Use @since tags properlyXavi Artigas2019-03-201-1/+0
* eolian-cxx: Add beta information to *_defLauro Moura2019-03-111-8/+26
* cxx: Fix examples compilation.Lauro Moura2019-03-112-4/+4
* eolian: remove legacy handling API and most of generationDaniel Kolesa2019-03-081-9/+5
* efl-mono: Add support for dotnet coreFelipe Magno de Almeida2019-03-011-0/+67
* efl_csharp: add constant variable generation to C# binding (constants)Vitor Sousa2019-02-281-0/+64
* eolian: drop class function overridingMarcel Hollerbach2019-02-131-8/+11
* eolian-cxx: Add constructor_defLauro Moura2019-01-281-0/+57
* eolian-cxx: Fix order of initializationFelipe Magno de Almeida2019-01-171-4/+5
* cxx: Add class get name attribute.Lauro Moura2019-01-101-6/+15
* cxx: fix build to generate Eina_Future.Lauro Moura2019-01-021-6/+6
* efl-mono: Use alternate docs when a property has no docXavi Artigas2018-12-211-1/+9
* doc: Turn comments from EO to C# XML syntaxXavi Artigas2018-12-211-9/+15
* eolian-cxx: Add parent/extensions information to klass_defLauro Moura2018-12-141-2/+10
* eolian_cxx: Add documentation field to property_defLauro Moura2018-12-041-0/+10
* eolian-cxx: Add property_defLauro Moura2018-11-301-8/+69
* csharp: Change to new class API.Lauro Moura2018-11-291-0/+16
* eolian: implement new inherit behaviorDaniel Kolesa2018-11-231-2/+10
* cxx: Remove libeolian_cxx dependency on eo_cxxLauro Moura2018-08-211-2/+0
* efl: major rewrite of efl_part.Cedric BAIL2018-05-241-3/+2
* efl_mono: Support type aliases.Lauro Moura2018-05-111-0/+33
* efl_mono: More uniformization of the handling of namesLauro Moura2018-05-031-6/+18
* efl_cxx: remove eolized promises from the CXX bindingsLauro Moura2018-05-014-6/+68
* efl_mono: Move event generators to its own header.Lauro Moura2018-04-261-7/+11
* efl_mono: Proper support for @class methods.Lauro Moura2018-04-121-6/+15
* eolian_cxx: Fill documentation of part_def.Lauro Moura2018-03-201-1/+3
* eolian-cxx: Add helper method to get all partsLauro Moura2018-03-201-0/+16
* eolian_cxx: Add 'unknown' to parameter directionLauro Moura2018-03-162-2/+5
* eolian: update type/var name APIsDaniel Kolesa2018-03-121-4/+4
* eolian: update class name APIsDaniel Kolesa2018-03-121-2/+2
* eolian cxx: remove usages of obsolete file_get APIsDaniel Kolesa2018-03-082-3/+3
* eolian cxx,csharp: Update after eolian changesLauro Moura2018-03-021-1/+1
* eolian: eolian_* -> eolian_state_*, Eolian -> Eolian_StateDaniel Kolesa2018-02-271-3/+3
* eolian_cxx: Fix "unused parameter" warningsLauro Moura2018-01-251-4/+4
* cxx: Fix a trivial warningJean-Philippe Andre2018-01-191-1/+1
* eolian: do not require unit when stringifying typesDaniel Kolesa2018-01-161-1/+1
* eolian: do not require unit for expr eval APIsDaniel Kolesa2018-01-161-1/+1
* eolian: type_typedecl_get doesn't need a unitDaniel Kolesa2018-01-121-1/+1
* eolian: do not require unit for type_class_getDaniel Kolesa2018-01-121-1/+1
* eolian_cxx: support multiple function pointersThiep Ha2018-01-122-4/+3
* eolian-mono: Add documentation generation supportLauro Moura2017-12-205-17/+211
* efl_mono: tests and better support for structs, plus some other fixesVitor Sousa2017-12-153-28/+65
* eolian: remove remaining global state (+ modify APIs accordingly)Daniel Kolesa2017-12-151-2/+2
* eolian_cxx: Fix Eolian_Unit supportLauro Moura2017-12-062-21/+27
* eo: Move hacky API auto_unref to C onlyJean-Philippe Andre2017-12-051-1/+1
* cxx: Fix compilation after mergeJean-Philippe Andre2017-12-0510-28/+49
* cxx: Define types after forward declarationsJean-Philippe Andre2017-12-051-1/+1