summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Build.Tasks
AgeCommit message (Expand)AuthorFilesLines
2017-07-24[XamlC] resolve generic EventArgs (#1020)Stephane Delcroix2-7/+36
2017-07-17[XamlC] change module MVID (#1045)Stephane Delcroix1-0/+5
2017-06-29[XamlC] update cecil to .10-b6Stephane Delcroix2-5/+5
2017-06-22[XamlC] Allow overriding the assembly resolver and whether to compile (#1003)Frank A. Krueger1-15/+28
2017-06-21[XamlC] Allow Properties and BP of generic types (#995)Stephane Delcroix4-15/+34
2017-05-16[XamlC] process symbols if DebugType is set (#925)Stephane Delcroix3-11/+15
2017-04-28[XamlG] supports x:FieldModifier (#878)Stephane Delcroix1-40/+65
2017-04-27[XamlC] support valueTypes x:Arrays (#875)Stephane Delcroix1-4/+15
2017-04-25[XamlC] Check param type in op_Implicit (#876)Stephane Delcroix1-4/+15
2017-04-20[XamlC] support nested types type declarations (#872)Stephane Delcroix1-2/+2
2017-04-20[XamlC] allow namespaces in {x:Type} markups (#867)Stephane Delcroix1-2/+9
2017-04-10Do not emit implict_op if from/to are same type (#862)kingces955-0/+13
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts1-1/+1
2017-04-06More Xaml generic support (#857)Stephane Delcroix4-84/+86
2017-03-30[XamlC] update cecil to 0.10.0-beta5Stephane Delcroix2-5/+5
2017-03-22[XamlC] accept assignment of Object from unboxed value types in SetValue (#832)Stephane Delcroix1-0/+4
2017-03-16Resource loading (#815)Stephane Delcroix1-18/+34
2017-03-01[XamlC] update to cecil 0.10.0-b4 to better symbol detection (#791)Stephane Delcroix5-59/+5
2017-02-27[Xaml] no longer require a ServiceProvider for Trigger and PropertyCo… (#771)Stephane Delcroix2-48/+0
2017-02-17[XamlC] compile NullExtension markup (#750)Stephane Delcroix2-0/+19
2017-02-13[XamlC] complete the Setter/Trigger fix (#737)Stephane Delcroix2-2/+6
2017-02-13[XamlC] compiled TypeExtension (#739)Stephane Delcroix6-85/+89
2017-02-10Xaml empty service provider (#736)Stephane Delcroix1-6/+18
2017-02-06[XamlC] support portable pdb (#726)Stephane Delcroix3-6/+56
2017-02-02[Xaml[C]] check for compatible types on op_implicit (#715)Stephane Delcroix1-4/+2
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 Delcroix30-503/+533
2017-02-01[Xaml[C]] cast to BindingBase before SetBinding() (#709)Stephane Delcroix1-1/+9
2017-01-27[XamlC] skip static .cctor while looking for default .ctor (#718)Stephane Delcroix1-1/+1
2017-01-25[XamlC] use TypeRefComparer to compare TypeRef from different assemblies (#710)Stephane Delcroix1-9/+9
2017-01-25[XamlC] allow xml-elements as Setter/Trigger Values (#684)Stephane Delcroix2-2/+14
2017-01-25[Xaml[C]] Do not instantiate DataTemplate Content at parsing time (#683)Stephane Delcroix6-79/+31
2017-01-18[XamlC] compile ListStringTypeConverter (#660)Stephane Delcroix2-0/+42
2016-12-30[XamlC] detect duplicate x:Name at compile time (#655)Stephane Delcroix3-24/+33
2016-12-23Xamlc compile data triggers (#648)Stephane Delcroix3-1/+19
2016-12-23[Xaml] support short Properties for PropertyCondition (#645)Stephane Delcroix1-1/+5
2016-12-23[XamlC] import members on x:Static and factories (#642)Stephane Delcroix4-8/+16
2016-12-14Xamlc compiled trigger (#629)Stephane Delcroix3-2/+42
2016-12-14[XamlC] Allow compilation of IValueProviders (#622)Stephane Delcroix6-6/+85
2016-12-13[XamlC] remove unused variables (#620)Stephane Delcroix1-1/+34
2016-12-12[XamlC] Compile TypeTypeConverter (#615)Stephane Delcroix3-2/+46
2016-12-12[XamlC] Optimize Stloc/Ldloc (#614)Stephane Delcroix1-0/+20
2016-12-12[XamlC] Box valueTypes on Add() (#624)Stephane Delcroix1-0/+2
2016-12-12[XamlC] optimize Datatemplate IL as well (#612)Stephane Delcroix4-24/+44
2016-12-12[XamlC] fix loading ulongs, optimize bytecode for ulongs (#611)Stephane Delcroix2-2/+25
2016-12-12[XamlC] compile ThicknessTypeConverter (#603)Stephane Delcroix2-0/+52
2016-12-12[XamlC] support setting values on ValueTypes (#596)Stephane Delcroix1-3/+13
2016-12-07[Xaml[C]] support op_implicit declared on Target (#585)Stephane Delcroix1-1/+7
2016-12-07[XamlC] Type ref tests, and fixes (#569)Stephane Delcroix1-33/+62
2016-12-05[XamlC] Compile ContraintTypeConverters (#592)Stephane Delcroix2-0/+29