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
path: root/mcs/tools
AgeCommit message (Expand)Author
2016-05-17Change Url for raw runtimesMiguel de Icaza
2016-05-14mkbundle commands for cross compilation. (#2970)Miguel de Icaza
2016-04-24[xbuild] Fix ApplicationIcon incremental build dependencyMarek Safar
2016-04-23[linker] Method decorated with System.Runtime.Serialization.*Attribute must b...Sebastien Pouliot
2016-04-20[tools] Fixes compiler tester error messages verificationMarek Safar
2016-04-19[symbolicate] Switch to Cecil backendMarek Safar
2016-04-19[monosymbolicate] Small cleanupsMarek Safar
2016-04-15[mono-api-html] Fix path in csproj.Rolf Bjarne Kvinge
2016-04-15[mcs] Better error message for conflict of types with the same nameMarek Safar
2016-04-14Revert "Revert "[build] Clean up common crypto build""Marek Safar
2016-04-14Revert "[build] Clean up common crypto build"Bernhard Urban
2016-04-13[build] Clean up common crypto buildMarek Safar
2016-04-11Compiler-less mkbundle support in Mono.Miguel de Icaza
2016-04-08Remove unused Mono.Cecil referencesAlexis Christoforides
2016-04-08[mono-symbolicate] Use IKVM.Reflection instead of System.ReflectionAlexis Christoforides
2016-04-06[xbuild] Fix #40094, part 1/2: SolutionParser: Emit `AbsolutePath="..."`Ankit Jain
2016-04-06Merge pull request #2804 from radical/al-cecilMarek Safar
2016-04-06AL: Use IKVM.Reflection to get custom attributes from the template assembly,Ankit Jain
2016-04-06[sqlmetal] fixup for a73fb31f2 in order to fix `make dist'Bernhard Urban
2016-04-05[sqlmetal] Remove wrong tests configMarek Safar
2016-04-04[System.Runtime.Serialization.dll] Update referencesource stringsMarek Safar
2016-04-04[tools] Update missing referenceMarek Safar
2016-04-04[build] Change the way how mcs references are passed to compiler to always us...Marek Safar
2016-03-31Merge pull request #2820 from kumpera/license-change-rebasedZoltan Varga
2016-03-30Merge pull request #2763 from esdrubal/mono-symbolicate-standalone2Marcos Henrich
2016-03-29No more LGPL requirementsMiguel de Icaza
2016-03-23[cil-stringreplacer] Use Cecil as reference dependencyMarek Safar
2016-03-23[cil-stringreplacer] Update debug symbolMarek Safar
2016-03-22[mono-symbolicate] Use SeqPointInfo instead of PInvoking.Marcos Henrich
2016-03-22[mono-symbolicate] Created SeqPointInfo.csMarcos Henrich
2016-03-22Install mono-api-htmlmhutch
2016-03-17[gacutil] Add support for pdb fileMarek Safar
2016-03-16Merge pull request #2765 from akoeplinger/mcs-fix-test-windows-backslashMarek Safar
2016-03-15[mcs] Partially revert c9d4cc55a175d1cfc1f6d8f13e92606ef09dada1Marek Safar
2016-03-15[mcs] Don't sign sqlmetal and linker toolsMarek Safar
2016-03-15[compiler-tester] Expand members error reporting to avoid problems with membe...Marek Safar
2016-03-15[tools] Don't install cil-stringreplacerAlexander Köplinger
2016-03-15[getline] Fix condition where Console.WriteLi<TAB><ENTER> completed to Consol...Miguel de Icaza
2016-03-15[repl] Further fine tuning; Show newlines as actual newlines in strings, pl...Miguel de Icaza
2016-03-15[repl] Do not escape space when pretty printing stringsMiguel de Icaza
2016-03-15[corlib] Moved GetFullNameForStackTrace into StackTraceHelperMarcos Henrich
2016-03-15[mono-symbolicate] Load assemblies in reflection only contextMarcos Henrich
2016-03-15[build] Use full filename for csc referencesMarek Safar
2016-03-15[compiler-tester] Remove moonlight buildMarek Safar
2016-03-14[corlib] Fix Delegate.Combine() to throw on non-matching typesAlexander Köplinger
2016-03-10[xbuild] Remove explicit warning level set when csproj does not have it and l...Marek Safar
2016-03-04[tools] Remove unused commentMarek Safar
2016-03-04[lc] Remove Option.cs local copyMarek Safar
2016-03-04[bcl] Redo referencesource resource string integration to not depend on mcsMarek Safar
2016-02-27Merge pull request #2672 from Numpsy/sgenexceptionJoão Matos