summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Build.Tasks
AgeCommit message (Collapse)AuthorFilesLines
2016-09-26[XamlC] Compiled convertersStephane Delcroix13-9/+394
2016-09-23[XamlC] Implement IValueProvider.PropertyType (#345)Stephane Delcroix6-168/+137
2016-09-22[XamlC] supports enum and consts in x:StaticStephane Delcroix1-4/+40
2016-09-08[XamlC] throw exception on missing property (#336)Stephane Delcroix2-84/+97
* Added unit test for 43450 * fix test * [XamlC] instrument the compiler so we can test it * [XamlC] throw on missing property
2016-09-08[XamlC] replace the runtime type check by compiletime (#334)Stephane Delcroix3-236/+329
2016-09-08[Xaml] support native views and native bindings (#266)Stephane Delcroix2-3/+4
Allows including Native views directly in xaml. Support for ios, android, UWP
2016-08-15[Xaml] Simplify listnodes with single elements (#304)Stephane Delcroix1-3/+11
2016-08-15Refix mc ignorable (#302)Stephane Delcroix6-37/+4
* Revert "Fix mc ignorable (#298)" This reverts commit 31c2be29d5982338ae178d1b0f107e23e7749782. * [Xaml] fix mc:Ignorable
2016-08-15[Xaml] x:Static in x:Arguments (#288)Stephane Delcroix6-153/+254
* [Xaml] Support x:Static as x:Arguments * [XamlC] allow x:Static in x:Arguments * fix typo, remove commented code
2016-08-11Fix mc ignorable (#298)Stephane Delcroix1-1/+4
* [Xaml] when ignoring nodes, ignore children as well * [XamlC] ignore on xamlc too
2016-08-02Xaml convert on add (#273)Stephane Delcroix2-44/+57
* [Xaml] add test for conversion on Set and Add * [Xaml] Fix conversion on Add() * [XamlC] use op_implicit before Add()
2016-07-25[XamlC] fix a bug in the debugging code introduced last week (#267)Stephane Delcroix2-8/+14
2016-07-21[XamlC] Fix the getter of getters (#263)Stephane Delcroix1-2/+8
2016-07-18[XamlC] correctly resolve override of virtual event handlers (#247)Stephane Delcroix1-1/+13
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any type (#262)Stephane Delcroix2-11/+53
* [Xaml] allow the Previewer to provide their own Xaml files for any type * [Xaml] use a Func instead of an interface, easier to use by reflection. Add tests * [XamlC] move the InitializeComponent duplication to XamlC task * [XamlC] generate branching code * [XamlC] fix the XamlC issue * [XamlC] make the API public * [docs] fix docs
2016-06-01Xaml werr (#191)Stephane Delcroix9-50/+33
* [XamlC] get rid of 0219 * [XamlC] get rid of 0168 * [XamC] it's 436 time * [XamlC] bye 108 * [XamlC] remove one though obsolete invocation * [XamlC] no longer depend on any obsolete * align the stars
2016-04-17Merged ResourceDictionary (#97)Stephane Delcroix2-6/+37
* [X] Support Merged RD * [X] Support RD as xaml roots * [XamlC] I have no idea how that used to work before * [C] Remove debugging statements * fix docs
2016-04-12[X] internal CreateFromXaml () (#77)Stephane Delcroix1-1/+1
2016-04-06Enable warnings as errors in XAMLkingces951-0/+6
2016-03-25Reformat using statementsChris King2-5/+5
2016-03-22Initial importJason Smith25-0/+3899