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 (Expand)Author
2017-05-19[bcl] Dispose Cecil AssemblyDefinition after usage (#4900)Alexander Köplinger
2017-03-22[msvc] Update csproj filesmonojenkins
2017-03-17[corcompare] Fix support for BindableAtribute ctor that takes BindableSupportAlexander Köplinger
2017-01-10[msvc] Update csproj files (#4221)monojenkins
2016-12-14Fix build break due to Cecil API changeAlexander Köplinger
2016-11-14[msvc] Update .csproj filesAlexander Köplinger
2016-11-03[corcompare] Update custom XI project file to embed cecil sourcesMarek Safar
2016-10-17[build] Regenerate .csproj filesAlexander Köplinger
2016-09-23[corcompare] More hacks to make breaking change not too disruptiveMarek Safar
2016-09-22[corcompare] Another try to make breaking change not too discruptiveMarek Safar
2016-09-22[corcompare] Drop ParameterAttributes from method signatureMarek Safar
2016-08-25[corcompare] Show extension argument changes. Make parameter name difference ...Marek Safar
2016-08-24Revert "[corcompare] Reflects cecil breaking changes"Marek Safar
2016-08-24[corcompare] Reflects cecil breaking changesMarek Safar
2016-08-11[corcompare] Use only C# known parameter type attributes for methods signaturesMarek Safar
2016-08-06[bcl] Reflect cecil breaking changesMarek Safar
2016-07-26[mono-api-info] Add contract-api optionMarek Safar
2016-06-02[mono-api-info] Take number of generic parameters into account when comparing...Rolf Bjarne Kvinge
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 to...Miguel de Icaza
2016-05-19[genproj] Now we can build all executables with msbuild as wellMiguel de Icaza
2016-04-04[build] Change the way how mcs references are passed to compiler to always us...Marek Safar
2016-03-22Install mono-api-htmlmhutch
2016-03-15[build] Use full filename for csc referencesMarek Safar
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2016-01-28[mono-api-html] New interface members are only breaking if the interface exis...Rolf Bjarne Kvinge
2016-01-28[mono-api-html] Fix compiler warning.Rolf Bjarne Kvinge
2016-01-28[mono-api-html] Make it possible to hide/show non-breaking changes in the htm...Rolf Bjarne Kvinge
2016-01-28[mono-api-info] Add an is-override attribute to determine if a method is over...Rolf Bjarne Kvinge
2016-01-28[mono-api-info] CreateAttributeMapping: don't create dictionaries unless ther...Rolf Bjarne Kvinge
2016-01-28[mono-api-info] Rework AttributeData to use a static method instead of creati...Rolf Bjarne Kvinge
2016-01-28[mono-api-info] Improve CleanupTypeName to not create 3 strings every time so...Rolf Bjarne Kvinge
2016-01-28[mono-api-info] First filter, then order, and use ordinal comparison.Rolf Bjarne Kvinge
2016-01-28[mono-api-info] Rework SkipAttribute to use ordinal string comparison, and no...Rolf Bjarne Kvinge
2016-01-28[mono-api-info] Use ordinal string comparison. It's much faster.Rolf Bjarne Kvinge
2016-01-28[mono-api-info] Remove unused method.Rolf Bjarne Kvinge
2016-01-28[mono-api-info] Use XmlWriter instead of XmlDocument to make this faster.Rolf Bjarne Kvinge
2016-01-28[mono-api-info] Add support for writing output to a file specified using a co...Rolf Bjarne Kvinge
2015-12-16[mono-api-info] Add `mono-api-info -L`, `mono-api-info -r`Jonathan Pryor
2015-11-19[mono-api-info] Take return type into account when comparing methods.Rolf Bjarne Kvinge
2015-11-19[mono-api-info] Take into account parameters when sorting properties.Rolf Bjarne Kvinge
2015-11-19[mono-api-info] Sort attributes.Rolf Bjarne Kvinge
2015-10-13[mono-api-info] Allow following type forwardersMichael Hutchinson
2015-09-09[mono-api-html] Adding members to an interface is a breaking change, so show ...Rolf Bjarne Kvinge
2015-09-09[mono-api-info] Sort constructors using full signature.Rolf Bjarne Kvinge
2015-09-08[mono-api-html] Fix printing of Obsolete attributes.Rolf Bjarne Kvinge
2015-09-08[mono-api-info] Sort nested types.Rolf Bjarne Kvinge
2015-09-08[mono-api-info] Minor perf improvements.Rolf Bjarne Kvinge
2015-09-08[mono-api-info] Sort methods using full signature.Rolf Bjarne Kvinge
2015-09-07[mono-api-info] Order interfaces.Rolf Bjarne Kvinge