summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml.UnitTests
AgeCommit message (Expand)AuthorFilesLines
2017-03-24[Xaml] do not set properties with private setters (#717)Stephane Delcroix2-0/+67
2017-03-24[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix3-0/+72
2017-03-24[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix2-0/+69
2017-03-24[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix3-0/+66
2017-03-24[XamlC] skip static .cctor while looking for default .ctor (#718)Stephane Delcroix3-0/+160
2017-03-24[X] passing test for 43733Stephane Delcroix3-0/+68
2017-03-24[Xaml] support CDATA (#698)Stephane Delcroix2-0/+55
2017-03-24[Xaml] passing test for bz42531Stephane Delcroix3-0/+81
2017-03-24[XamlC] allow xml-elements as Setter/Trigger Values (#684)Stephane Delcroix1-0/+6
2017-03-24[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix4-0/+95
2017-03-24[XamlC] compile ListStringTypeConverter (#660)Stephane Delcroix2-2/+10
2017-03-22Fix buildRui Marinho1-6/+0
2017-03-22[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)Stephane Delcroix3-0/+92
2017-03-22[C] Make sure all children are parented (#831)Stephane Delcroix5-0/+115
2017-03-09Fix buildbeta-2.3.4-pre3Rui Marinho1-49/+0
2017-03-09[XamlC] complete the Setter/Trigger fix (#737)Stephane Delcroix3-0/+128
2017-03-01Xamlc ppdb backport (#792)Stephane Delcroix14-25/+194
2017-01-25[XamlC] use TypeRefComparer to compare TypeRef from different assemblies (#710)Stephane Delcroix2-0/+12
2017-01-25[XamlC] allow xml-elements as Setter/Trigger Values (#684)Stephane Delcroix3-0/+66
2017-01-12[C] new OnPlatform mechanism (#658)Stephane Delcroix10-34/+124
2016-12-30[XamlC] detect duplicate x:Name at compile time (#655)Stephane Delcroix4-47/+8
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix1-4/+14
2016-12-23[Xaml] support short Properties for PropertyCondition (#645)Stephane Delcroix2-8/+36
2016-12-23[XamlC] import members on x:Static and factories (#642)Stephane Delcroix4-6/+101
2016-12-14Xamlc compiled trigger (#629)Stephane Delcroix1-0/+13
2016-12-12[XamlC] Compile TypeTypeConverter (#615)Stephane Delcroix2-11/+26
2016-12-12[XamlC] Box valueTypes on Add() (#624)Stephane Delcroix3-0/+60
2016-12-12[XamlC] fix loading ulongs, optimize bytecode for ulongs (#611)Stephane Delcroix4-0/+106
2016-12-12[XamlC] compile ThicknessTypeConverter (#603)Stephane Delcroix2-3/+4
2016-12-12[XamlC] support setting values on ValueTypes (#596)Stephane Delcroix3-0/+91
2016-12-07[Xaml[C]] support op_implicit declared on Target (#585)Stephane Delcroix2-16/+16
2016-12-07[XamlC] Type ref tests, and fixes (#569)Stephane Delcroix2-0/+113
2016-12-06ResourceDictionary fixes (#536)Stephane Delcroix2-3/+38
2016-12-05[XamlC] Compile ContraintTypeConverters (#592)Stephane Delcroix2-14/+15
2016-12-04[Xaml] support arrays as x:Arguments (#545)Stephane Delcroix9-57/+141
2016-12-02fix buildStephane Delcroix1-3/+1
2016-12-02[XamlC] passing test for 47703Stephane Delcroix3-0/+82
2016-12-01fix the testsStephane Delcroix2-6/+0
2016-12-01[XamlC] use op_implicit where we should (#580)Stephane Delcroix7-2/+169
2016-12-01[Xaml] support non-int enums (#575)Stephane Delcroix2-0/+34
2016-12-01[XamlC] assigned derived type to generic BP (#566)Stephane Delcroix5-0/+138
2016-12-01[XamlC] support non-generic IMarkup on ABPs (#562)Stephane Delcroix6-1/+155
2016-11-18update cecil (#546)Stephane Delcroix2-17/+13
2016-11-17[Xaml] cleanup xmlns usage, add XmlnsDefinition (#531)Stephane Delcroix3-9/+10
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix4-6/+163
2016-10-12[XamlG] Fully qualify method names (#417)Stephane Delcroix3-2/+44
2016-09-27[Xaml] more primitive types (#385)Stephane Delcroix4-16/+86
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix4-1/+65
2016-09-23[Xaml] fix buildStephane Delcroix1-0/+1
2016-09-23[XamlC] Implement IValueProvider.PropertyType (#345)Stephane Delcroix3-13/+83