Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-26[msvc] Update csproj files (#6100)monojenkins
2017-08-07[msvc] Update csproj filesAlexander Köplinger
2017-05-15[msvc] Update csproj files (#4846)monojenkins
2017-04-18[msvc] Update csproj files (#4711)monojenkins
2017-01-10[msvc] Update csproj files (#4221)monojenkins
2016-11-14[msvc] Update .csproj filesAlexander Köplinger
2016-10-17[build] Regenerate .csproj filesAlexander Köplinger
Note: DISABLE_CAS_USE was removed in ed989a8e9e5c170b6d19edc60bb80e8a4e6d5cc0
2016-05-27[genproj] Do not use \r on the Unix parts of the build hook, add RabbitMQ hooksMiguel de Icaza
2016-05-19[msbuild projects] Use newlines without a carriage return for Unix targets ↵Miguel de Icaza
to appease MS msbuild
2016-05-19[genproj] Use an explicit IntermediateOutputPath to prevent rebuilds on ↵Miguel de Icaza
cyclic assemblies
2016-05-18genproj: Improve handling of executables and projects with build dependenciesMiguel de Icaza
2016-05-18Graduate the csproj/solution to completed - you can now build with the ↵Miguel de Icaza
toplevel net_4_x.sln
2016-04-20[build] Add missing empty assemblies needed by default csc configMarek Safar
2005-07-07Remove dead codeMiguel de Icaza
svn path=/trunk/mcs/; revision=47024
2005-06-27remove .cvsignore from everywhere, as it is useless on svnBen Maurer
svn path=/trunk/mcs/; revision=46564
2005-06-14more copy and paste reuse going awayBen Maurer
svn path=/trunk/mcs/; revision=45988
2005-06-14Remove copy and paste reuse for Locale.cs.Ben Maurer
First step in attempting to do an actual framework here. svn path=/trunk/mcs/; revision=45986
2004-06-25Add licensing infoDuncan Mak
svn path=/trunk/mcs/; revision=30348
2004-06-032004-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* Cscompmgd/Microsoft.CSharp/TODOAttribute.cs: * Microsoft.JScript/Microsoft.JScript/TODOAttribute.cs: * Microsoft.Web.Services/Microsoft.Web.Services/TODOAttribute.cs: * Mono.Data.MySql/Mono.Data.MySql/TODOAttribute.cs: * Mono.Data.PostgreSqlClient/Mono.Data.PostgreSqlClient/TODOAttribute.cs: * Mono.Data.SybaseClient/Mono.Data.SybaseClient/TODOAttribute.cs: * Mono.Data.SybaseClient/Mono.Data.SybaseTypes/TODOAttribute.cs: * Mono.Data.Tds/Mono.Data.Tds.Protocol/TODOAttribute.cs: * Mono.Data.TdsClient/Mono.Data.TdsClient/TODOAttribute.cs: * Mono.Data.TdsClient/Mono.Data.TdsTypes/TODOAttribute.cs: * System/Microsoft.Win32/TODOAttribute.cs: * System/System/TODOAttribute.cs: * System.Data/System.Data/TODOAttribute.cs: * System.Data.OracleClient/System.Data.OracleClient/TODOAttribute.cs: * System.Design/System.Design/TODOAttribute.cs: * System.Design/System.Web.UI.Design.WebControls/TODOAttribute.cs: * System.Design/System.Windows.Forms.Design/TODOAttribute.cs: * System.DirectoryServices/System.DirectoryServices/TODOAttribute.cs: * System.Drawing.Design/Assembly/TODOAttribute.cs: * System.Messaging/System.Messaging/MonoTODO.cs: * System.Web/System.Web/TODOAttribute.cs: * System.Web.Mobile/System.Web.Mobile/TODOAttribute.cs: * System.Web.Services/System.Web.Services/TODOAttribute.cs: * System.Windows.Forms/System.Resources/ResXResourceReader.cs: * System.Windows.Forms/System.Windows.Forms/TODOAttribute.cs: * System.Windows.Forms/WINELib/TODOAttribute.cs: * System.XML/System.Xml/TODOAttribute.cs: Added Comment property. svn path=/trunk/mcs/; revision=28778
2004-04-282004-04-27 Sebastien PouliotSebastien Pouliot
* AssemblyInfo.cs: Changed public key to msfinal.pub to match MS svn path=/trunk/mcs/; revision=26100
2004-04-28delay sign assemblies with the ecma keyJackson Harper
svn path=/trunk/mcs/; revision=26087
2004-04-072004-04-06 Andreas Nahr <ClassDevelopment@A-SoftTech.com>Andreas N
* AssemblyInfo.cs: Added * ChangeLog: Added * Locale.cs: Added svn path=/trunk/mcs/; revision=25112
2003-10-082003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* SelectionList.cs : Initial implementation. * ListDataHelper.cs : Initial implementation. * TextBox.cs : Dummy implmentation. svn path=/trunk/mcs/; revision=18751
2003-10-082003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* CHtmlCalendarAdapter.cs: Initial implmentation. * ControlAdapter.cs : HandlePostBackEvent(string), : OnLoad(EventArgs), : OnPreRender(EventArgs), : OnUnload(EventArgs), : OnRender(EventArgs) - Marked virtual svn path=/trunk/mcs/; revision=18750
2003-10-082003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* HtmlCalendarAdapter.cs: Initial implmentation. svn path=/trunk/mcs/; revision=18748
2003-10-082003-10-08 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* Style.cs : ApplyTo(WebControl) - Stubbed. svn path=/trunk/mcs/; revision=18747
2003-09-292003-09-29 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* HtmlMobileTextWriter.cs : Added several Style related methods, and also some Write methods. * MobileTextWriter.cs : Device { get; } - Implemented * StyleStack.cs, WriterState.cs, WriterStyle.cs, StyleTag.cs : (Private / Internal) Helper classes. svn path=/trunk/mcs/; revision=18402
2003-09-042003-09-04 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* ControlAdapter.cs : Control property - Marked virtual : LoadPostData(...) - Marked virtual * HtmlCommandAdapter.cs : Implemented. * HtmlControlAdapter.cs : RenderEndLink(...) - Correct signature * HtmlMobileTextWriter.cs : Added several properties, : Stubbed several methods svn path=/trunk/mcs/; revision=17861
2003-09-032003-09-03 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* HtmlControlAdapter.cs : Looks like done, at least stubbing. svn path=/trunk/mcs/; revision=17847
2003-08-142003-08-14 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* MobileControl.cs : Style { get; } - Completed. svn path=/trunk/mcs/; revision=17315
2003-08-142003-08-13 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* ControlAdapter.cs : Style { get; } - Implemented. * HtmlControlAdapter.cs : Towards finishing. * HtmlPageAdapter.cs : PersistCookielessData - Mocked. * HtmlMobileTextWriter.cs : EnterStyle(Style) - Mocked. svn path=/trunk/mcs/; revision=17314
2003-08-072003-08-07 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* ControlAdapter.cs : Mark Render(...) virtual. * HtmlControlAdapter.cs : AddAttributes(...), ExitSecondaryUIMode(), LoadAdapterState(), Render(...) - Implemented. svn path=/trunk/mcs/; revision=17151
2003-07-14New build system from Peter Williams (peter@newton.cx)Gonzalo Paniagua Javier
svn path=/trunk/mcs/; revision=16195
2003-06-172003-06-17 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* ChangeLog: Updated the date of action... svn path=/trunk/mcs/; revision=15451
2003-06-172003-05-21 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* HtmlControlAdapter.cs : A little more implementation. * HtmlMobileTextWriter.cs, * MultiPartWriter.cs, * MobileTextWriter.cs : Dummy implementation. * MobileControl.cs : Now implements IAttributeAccessor. -- Commented out. svn path=/trunk/mcs/; revision=15450
2003-05-212003-05-21 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* HtmlControlAdapter.cs : Partial implementation. * HtmlFormAdapter.cs : Initial implementation. * HtmlPageAdapter.cs : Initial implementation. svn path=/trunk/mcs/; revision=14749
2003-04-292003-04-29 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* ControlAdapter.cs : Some more methods. svn path=/trunk/mcs/; revision=14108
2003-04-292003-04-29 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* MobilePage.cs : Adapter { get; } - Stubbed. svn path=/trunk/mcs/; revision=14107
2003-04-142003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* ControlAdapter.cs : Initial implementation. * HtmlControlAdapter.cs : Corrected the namesapce. svn path=/trunk/mcs/; revision=13586
2003-04-142003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* HtmlControlAdapter.cs : Initial implementation. svn path=/trunk/mcs/; revision=13585
2003-04-142003-04-14 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* System.Web.UI.MobileControls.Adapters : Added directory. svn path=/trunk/mcs/; revision=13584
2003-04-092003-04-08 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* Style.cs : Implements interfaces now. svn path=/trunk/mcs/; revision=13439
2003-04-072003-04-07 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* MobileListItem.cs : Completed. svn path=/trunk/mcs/; revision=13266
2003-04-052003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* MobileCapabilities.cs : HasCapability(string, string) - In words how to implement it. svn path=/trunk/mcs/; revision=13196
2003-04-052003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* MobileCapabilities.cs : More methods. * DeviceFilterDictionary.cs: Used by MobCaps for filtering the capabilities. Init impl. svn path=/trunk/mcs/; revision=13195
2003-04-052003-04-05 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* MobileCapabilities.cs : Completed all properties. Thanks to the tool that I made. * ErrorHandlerModule.cs : Initial implementation. svn path=/trunk/mcs/; revision=13193
2003-04-042003-04-04 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* DeviceSpecificChoice.cs: FindAndApplyProperty(...) - Bug fix. * Style.cs : Added several properties. svn path=/trunk/mcs/; revision=13143
2003-04-042003-04-04 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* DeviceSpecificChoice.cs: HasTemplates { get; }, : FindAndApplyEvent(...) - Completed : FindAndApplyProperty(...), : CheckOnPageEvaluator(...) - Init impl. svn path=/trunk/mcs/; revision=13140
2003-04-032003-04-03 Gaurav Vaish <gvaish_mono AT lycos.com>Gaurav Vaish
* DeviceSpecific.cs : Almost done. * DeviceSpecificChoice.cs: HasTemplates { get; } - Subbed. * Style.cs : Control { get; } - Stubbed. * MobileControl.cs : FindClosestTemplateControl() - Stubbed. svn path=/trunk/mcs/; revision=13058
2003-03-08*** empty log message ***Gaurav Vaish
svn path=/trunk/mcs/; revision=12349