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
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
2019-01-02[csproj] Update project filesmonojenkins
2018-12-07[corlib] Import FileSystemInfo and family from CoreFX (#11342)Alexis Christoforides
2018-09-25[mcs] Add option to specify reference directory to compiler-tester (#10787)Alexander Köplinger
2018-09-25[mcs] Add xUnit xml output option to compiler-tester (#10777)Alexander Köplinger
2018-09-02Move the PreBuild dependency property later in the file so targets can't over...Katelyn Gadd
2018-08-31Kill sln dependencies (#10406)Katelyn Gadd
2018-08-17[reflection] Assembly.LoadFile should throw ArgumentException for relative pa...Aleksey Kliger (λgeek)
2018-08-09Move to generating msbuild choose elements to get if-else selection behavior ...Katelyn Gadd
2018-06-29Rework genproj to use gensources to build sources list for each profile and h...Katelyn Gadd
2018-06-01[csproj] Update project filesmonojenkins
2018-04-16Default platform to net_4_x if none is specified, to fix tools that build wit...Katelyn Gadd
2018-03-28[msvc] Update csproj files (#7811)monojenkins
2018-03-08[msvc] Update csproj files (#7497)monojenkins
2018-02-23[msvc] Update csproj files (#7238)monojenkins
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
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
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-20[tools] Fixes compiler tester error messages verificationMarek Safar
2016-04-15[mcs] Better error message for conflict of types with the same nameMarek Safar
2016-04-04[build] Change the way how mcs references are passed to compiler to always us...Marek Safar
2016-03-16Merge pull request #2765 from akoeplinger/mcs-fix-test-windows-backslashMarek Safar
2016-03-15[compiler-tester] Expand members error reporting to avoid problems with membe...Marek Safar
2016-03-15[compiler-tester] Remove moonlight buildMarek Safar
2016-02-11[compiler-tester] Fix incorrect failure with Windows paths in error messagesAlexander Köplinger
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-01-10[mcs] Auto-implemented properties must override all accessors of the overridd...Marek Safar
2013-02-25Add magic token for path replacementMarek Safar
2012-12-04Pass empty array to Main methodsMarek Safar
2012-12-03Add MonoTouch compatible run modeMarek Safar
2012-06-13Include source line column info in MDB filesMarek Safar
2012-02-24Add reading from stream support to MonoSymbolFile and clean up Cecil ifdefsMarek Safar
2012-02-03Write file checksum to symbol file testsMarek Safar
2012-02-01Add compiler tests check for method attributesMarek Safar
2012-02-01Add symbol file testing to compiler testerMarek Safar
2012-02-01Remove NET_2_0 conditionalMarek Safar
2012-01-05Build programs directly into class/lib. Fixes random make -j failuresMarek Safar
2011-07-20Report full method name for IL code mismatchMarek Safar
2011-02-23Better error message when warnaserror is usedMarek Safar
2010-12-08Revert ordering of compiler testsMarek Safar
2010-12-07Sort the files manually to always get same orderMarek Safar
2010-11-08Report error duplicate only when expected error has been foundMarek Safar