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
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
They can be used with native line endings. We now have a shared folder with the dotnet repos and they have CRLF normalization enabled. This difference leads to conflicts while applying changes from the dotnet repos to mono.
2018-12-06Fix cross compile of libtest.Jay Krell
CC libtest_la-libtest.lo <inline asm>:37:2: error: instruction requires: Not 64-bit mode popl %eax ^ ... same error many times Fix ThisCall tests. Libtest.c needs to be C++ for Visual C+++ to accept __thiscall. gcc accepts __thiscall in C. Visual C++ only accepts __thiscall on member functions and function pointers, not globals. Gcc accepts on globals also. So test what we can. add extern C Limit thiscall testing to Win32, even if gcc has more support.
2016-06-15Refactored VS depdencies + restructring VS solution and projects.lateralusX