summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Build.Tasks/XamlCTask.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-01Xamlc ppdb backport (#792)Stephane Delcroix1-153/+156
* [XamlC] Produce correct mdb files (#699) * [XamlC] change MockCompile (internal) API * [XamlC] fix debugging in unit test project * f * [XamlC] update cecil to 0.10.0-beta1-v2 * beta2 * avoid method duplication * [XamlC] force loading MdbReader and Writer * [XamlC] force use the writer in the other task too * [XamlC] fix test and test code generator * try building this * [XamlC] Ensure InitializeComponent is correctly routed * fix * [XamlC] support portable pdb (#726) * [XamlC] update to cecil 0.10.0-b4 to better symbol detection (#791)
2016-12-12[XamlC] optimize Datatemplate IL as well (#612)Stephane Delcroix1-24/+1
2016-12-12[XamlC] fix loading ulongs, optimize bytecode for ulongs (#611)Stephane Delcroix1-0/+23
2016-12-05[XamlC] drop ICSharpCode.Decompiler (#586)Stephane Delcroix1-18/+9
* [XamlC] drop ICSharpCode.Decompiler * update nuspec * fix typo
2016-11-16[XamlC] use correct filePath for XamlC error reporting (#513)Stephane Delcroix1-2/+7
* [XamlG] decorate partial classes with [XamlFile] attribute * [XamlC] use correct filePath for XamlC error reporting * [docs] update docs
2016-11-15[XamlC] TypedBindings, some tests, a compiler, ... (#489)Stephane Delcroix1-218/+44
2016-09-08[XamlC] throw exception on missing property (#336)Stephane Delcroix1-83/+94
* Added unit test for 43450 * fix test * [XamlC] instrument the compiler so we can test it * [XamlC] throw on missing property
2016-08-15Refix mc ignorable (#302)Stephane Delcroix1-1/+2
* Revert "Fix mc ignorable (#298)" This reverts commit 31c2be29d5982338ae178d1b0f107e23e7749782. * [Xaml] fix mc:Ignorable
2016-07-25[XamlC] fix a bug in the debugging code introduced last week (#267)Stephane Delcroix1-6/+12
2016-07-18[Xaml] allow the Previewer to provide their own Xaml files for any type (#262)Stephane Delcroix1-0/+49
* [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 Delcroix1-8/+8
* [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-03-25Reformat using statementsChris King1-3/+3
2016-03-22Initial importJason Smith1-0/+417