summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Build.Tasks/SetPropertiesVisitor.cs
AgeCommit message (Expand)AuthorFilesLines
2017-07-24[XamlC] resolve generic EventArgs (#1020)Stephane Delcroix1-3/+7
2017-06-21[XamlC] Allow Properties and BP of generic types (#995)Stephane Delcroix1-2/+2
2017-04-10Do not emit implict_op if from/to are same type (#862)kingces951-0/+4
2017-03-22[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)Stephane Delcroix1-0/+4
2017-02-10Xaml empty service provider (#736)Stephane Delcroix1-6/+18
2017-02-02[Xaml[C]] throw meaningful exception while trying to set the content … (#714)Stephane Delcroix1-2/+3
2017-02-02[XamlC] Produce correct mdb files (#699)Stephane Delcroix1-90/+90
2017-02-01[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix1-1/+9
2017-01-25[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix1-7/+10
2016-12-14[XamlC] Allow compilation of IValueProviders (#622)Stephane Delcroix1-3/+21
2016-12-12[XamlC] Box valueTypes on Add() (#624)Stephane Delcroix1-0/+2
2016-12-12[XamlC] optimize Datatemplate IL as well (#612)Stephane Delcroix1-0/+2
2016-12-12[XamlC] support setting values on ValueTypes (#596)Stephane Delcroix1-3/+13
2016-12-01[XamlC] use op_implicit where we should (#580)Stephane Delcroix1-3/+15
2016-12-01[XamlC] support non-generic IMarkup on ABPs (#562)Stephane Delcroix1-6/+12
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix1-4/+369
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix1-2/+12
2016-09-23[XamlC] Implement IValueProvider.PropertyType (#345)Stephane Delcroix1-45/+42
2016-09-08[XamlC] throw exception on missing property (#336)Stephane Delcroix1-1/+3
2016-09-08[XamlC] replace the runtime type check by compiletime (#334)Stephane Delcroix1-229/+322
2016-08-15[Xaml] Simplify listnodes with single elements (#304)Stephane Delcroix1-3/+11
2016-08-15Refix mc ignorable (#302)Stephane Delcroix1-9/+0
2016-08-02Xaml convert on add (#273)Stephane Delcroix1-44/+36
2016-07-18[XamlC] correctly resolve override of virtual event handlers (#247)Stephane Delcroix1-1/+13
2016-06-01Xaml werr (#191)Stephane Delcroix1-6/+8
2016-04-17Merged ResourceDictionary (#97)Stephane Delcroix1-3/+3
2016-03-22Initial importJason Smith1-0/+681