summaryrefslogtreecommitdiff
path: root/src/tests/efl_mono
Commit message (Expand)AuthorAgeFilesLines
* Fix typosElyes HAOUAS2020-06-251-1/+1
* mono: update window constructionMarcel Hollerbach2020-06-092-3/+3
* Use __func__ C99 identifier instead of __FUNCTION__ compiler extensionVincent Torri2020-05-071-2/+2
* mono-tests: Fix build after DnD changesXavi Artigas2020-03-081-9/+8
* C#: Add error checking for Eina.Success_Flag return typeFelipe Magno de Almeida2020-02-183-1/+136
* csharp: Add IntPtr to/from IEnumerable conversion for "accessor" typesJoão Paulo Taylor Ienczak Zanette2020-02-183-3/+58
* eolian-mono: Make Get/Set internal for generated propertiesFelipe Magno de Almeida2020-02-187-177/+178
* csharp: Generating documentation for tuple-value properties.João Paulo Taylor Ienczak Zanette2020-02-131-2/+3
* efl_mono: Create insert list/array c# wrapper for eina_value.Lucas Cavalcante de Sousa2020-02-131-0/+504
* bindings-cxx: fix missing @since tags at stable c#/cpp testsLucas Cavalcante de Sousa2020-02-057-17/+28
* C#: Fix using beta for lists and hashes in testsFelipe Magno de Almeida2020-01-292-26/+27
* Revert "mono-test: Fix build break"Marcel Hollerbach2020-01-294-4/+4
* mono-test: Fix build breakXavi Artigas2020-01-294-4/+4
* eolian_mono: change property name from args to ArgsYeongjong Lee2020-01-292-13/+13
* eolian_mono: make struct immutableYeongjong Lee2020-01-283-76/+69
* csharp: cleanup concrete classYeongjong Lee2020-01-233-0/+71
* eolian_mono: avoid generating set-only propertyYeongjong Lee2020-01-222-2/+2
* Revert "csharp: Property Indexer implementation"Yeongjong Lee2020-01-215-116/+10
* eina_mono: replace eina_list and eina_array with IListYeongjong Lee2020-01-143-158/+60
* csharp: rename ExtensionMethodsYeongjong Lee2020-01-063-0/+3
* eolian_mono: add namespace to extension methods of ItemFactoryJaehyun Cho2020-01-062-0/+2
* c#: Checking null for parameters generated code.Bruno da Silva Belo2020-01-021-0/+3
* csharp: Add StyleCop support to dotnet buildLauro Moura2019-12-302-0/+4
* csharp: Property Indexer implementationLauro Moura2019-12-235-10/+116
* c#: Implement IList to Eina.Array.Bruno da Silva Belo2019-12-225-30/+221
* csharp: Fix passing acessor with ownershipLauro Moura2019-12-183-6/+54
* csharp: Fix accessor IEnumerable implementation.Lauro Moura2019-12-181-0/+3
* csharp : add move tag info to EinaAccessor, EinaIterator converterYeongjong Lee2019-12-172-13/+36
* eina_mono: replace EinaAccessor and EinaIerator with IEnumerableYeongjong Lee2019-12-172-65/+9
* csharp: This test requires Beta stuffLauro Moura2019-12-121-0/+2
* csharp: Implement Deconstruct for structs.João Paulo Taylor Ienczak Zanette2019-12-121-0/+10
* csharp: Add implicit conversion from tuples to structs.João Paulo Taylor Ienczak Zanette2019-12-121-0/+38
* c#: Implement IList<T> to Eina.List.Bruno da Silva Belo2019-12-113-35/+232
* csharp: Marking property with static.Lauro Moura2019-12-091-3/+3
* csharp: Iterate more in GC-dependent testLauro Moura2019-11-261-3/+3
* csharp: Fix helper functionLauro Moura2019-11-222-0/+72
* csharp: Specifying StringComparison.Bruno da Silva Belo2019-11-201-3/+3
* csharp: Fix CA1815 for generated structs and aliasesLauro Moura2019-11-192-0/+80
* csharp: Silence CA2000 in testsLauro Moura2019-11-152-0/+4
* csharp: Disposing IDisposable objects.Bruno da Silva Belo2019-11-1418-17/+478
* csharp: Localization strings with CultureInfo.Bruno da Silva Belo2019-11-071-2/+5
* csharp: Fix running headless tests in dotnetLauro Moura2019-11-071-2/+8
* csharp: Make GetPart public.Lauro Moura2019-11-071-0/+14
* csharp: Removing a never used class.Bruno da Silva Belo2019-11-071-4/+0
* csharp: Fix test build dependencyLauro Moura2019-11-061-28/+28
* csharp:comma have whitespace after and none beforeBruno da Silva Belo2019-11-063-67/+75
* csharp: Revamp dotnet supportLauro Moura2019-11-062-60/+128
* eolian: Imply @no_unused if @move in return.Lauro Moura2019-11-051-3/+9
* csharp: Changing visibility of nested class/structBruno da Silva Belo2019-11-041-2/+2
* csharp: space after keywords.Bruno da Silva Belo2019-10-315-40/+40