summaryrefslogtreecommitdiff
path: root/src/lib/eolian_cxx
Commit message (Expand)AuthorAgeFilesLines
* cxx: Fix uses of intrinsic eolian binbuf typeFelipe Magno de Almeida2020-06-091-2/+2
* C#: Add error checking for Eina.Success_Flag return typeFelipe Magno de Almeida2020-02-181-1/+7
* eolian-mono: Make Get/Set internal for generated propertiesFelipe Magno de Almeida2020-02-181-14/+11
* Revert "csharp: Property Indexer implementation"Yeongjong Lee2020-01-211-1/+1
* C++: Fix use of @c_type tag in struct definitionFelipe Magno de Almeida2020-01-171-1/+8
* csharp: Property Indexer implementationLauro Moura2019-12-231-1/+1
* eolian_mono: proper parsing of doc notes and paragraphsXavi Artigas2019-12-121-1/+2
* csharp: Add implicit conversion from tuples to structs.João Paulo Taylor Ienczak Zanette2019-12-121-1/+1
* csharp: Add more since tags to membersLauro Moura2019-11-261-0/+11
* csharp: Fix helper functionLauro Moura2019-11-222-0/+4
* eolian_cxx: Add key/value to function_defLauro Moura2019-10-281-42/+43
* cxx: Add license to CXX bindings.Felipe Magno de Almeida2019-10-2447-0/+705
* eolian-cxx: Make events inherit beta info from klass.Lauro Moura2019-10-121-1/+1
* eolian-cxx: Rename fields to standard namingLauro Moura2019-10-122-11/+11
* csharp: Respect beta for type aliasesLauro Moura2019-10-091-0/+2
* eolian_mono: Respect beta for enumYeongjong Lee2019-09-301-0/+2
* eolian_cxx: Possible infinite loop, if called.Bruno da Silva Belo2019-09-261-1/+1
* eolian: rename param direction enum and fields for consistencyDaniel Kolesa2019-09-261-5/+5
* eolian: expose most API as stableDaniel Kolesa2019-09-251-2/+2
* eolian: remove support for globalsDaniel Kolesa2019-09-241-29/+16
* cxx: Fix some warnings from -WextraLauro Moura2019-09-232-2/+4
* eolian: rename any_value_ptr -> any_value_ref for consistencyDaniel Kolesa2019-09-201-3/+3
* csharp: Add support for default param references in documentationLauro Moura2019-09-201-23/+82
* Revert "cxx: Fix some warnings from -Wextra"Mike Blumenkrantz2019-09-162-3/+2
* cxx: Fix some warnings from -WextraLauro Moura2019-09-162-2/+3
* eolian: drop @ctor_param and the associated APIsDaniel Kolesa2019-09-161-4/+1
* csharp: Skip non-public members from interfacesLauro Moura2019-09-101-0/+20
* eolian: remove second parameter for eolian_type_c_type_getDaniel Kolesa2019-09-091-4/+4
* eolian_cxx: Add support for @by_refLauro Moura2019-09-092-20/+56
* eolian_cxx: Remove last usage of type_is_ownedLauro Moura2019-09-072-6/+6
* eolian_cxx: Replace type_is_owned with is_moveLauro Moura2019-09-051-12/+19
* eolian: remove the expression eval_type APIDaniel Kolesa2019-09-041-1/+1
* eolian-mono: Add support for multi-value properties with tuplesFelipe Magno de Almeida2019-08-231-0/+59
* eolian: rename is_class api for functions to is_staticDaniel Kolesa2019-08-161-1/+1
* eolian-mono: Use correct allocator to free with free, and not deleteFelipe Magno de Almeida2019-08-161-1/+2
* cxx: Fix funcptr c_args declaration.Lauro Moura2019-08-071-2/+7
* csharp: fix ownership of value types in arrays and listsVitor Sousa2019-08-051-0/+2
* mono-docs: Add misc struct docsXavi Artigas2019-08-011-3/+9
* eolian-cxx: Add special type tags to make function_wrapper specializations un...Felipe Magno de Almeida2019-07-312-7/+7
* eolian-cxx: Add binbuf and event keywords handlingFelipe Magno de Almeida2019-07-261-0/+24
* mono-docs: Allow HTML codes in documentationXavi Artigas2019-07-231-0/+1
* cxx: remove compilation warnings in C++ code, from both gcc and clangVitor Sousa2019-07-126-3/+64
* eolian_cxx: update eolian_cxx to recognize slice and rw_sliceVitor Sousa2019-07-081-0/+10
* eolian_mono: support eo access modifiersYeongjong Lee2019-06-241-0/+13
* eolian-cxx: Fix some warnings from cppcheckLauro Moura2019-05-291-7/+11
* 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