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
2021-11-20Remove netcore sources and arcade eng/common files (#21315)Alexander Köplinger
2020-07-29[mono] Disable cfgdir config on Windows netcore builds (#20173)monojenkins
2020-03-10[mono] Disable SIMD support for Windows target (#19172)monojenkins
2020-02-17Remove unnecessary ifdef before undef. (#18877)Jay Krell
2019-11-04Mono NetCore Windows only build/test. (#17646)Johan Lorensson
2019-07-11Remove configure cruft -- Interlocked and GetProcessId. (#15633)Jay Krell
2019-07-11Cleanup mono_threads_platform_get_stack_bounds. (#15632)Jay Krell
2019-05-21Add ability to use cooperative suspend in configure step.lateralusX
2019-04-24Add hybrid/cooperate runtime support on Windows.lateralusX
2019-03-08Better probing logic on Windows when Unicode Win32 symbols are used. (#13345)Johan Lorensson
2019-02-05Add better support to dynamically setup content of config.h in Windows MSVC b...lateralusX
2018-11-12Add support for LLVM integrated build as part of Visual Studio solutionlateralusX
2018-10-05ifdef HAVE_ARRAY_ELEM_INIT is not actually guarding code that uses C99 array ...Jay Krell
2018-09-27Assume C99 signbit is always present, and link to it via C like the rest of m...Jay Krell
2018-09-26[cxx] Rework C++ linkage to C99 trunc, isnan, isinf, etc. and some cleanup. (...Jay Krell
2018-09-12[jit] Add an intrinsics for BitConverter.IsLittleEndian. (#10531)Zoltan Varga
2018-08-16gcc/win32 emulates __thread, which is not clearly worthwhile. (#9672)Jay Krell
2018-08-07Merge pull request #8654 from alexanderkyte/enable_linux_dumpingAlexander Kyte
2018-08-02[runtime] Cross32 changes. (#9840)Zoltan Varga
2018-07-30Revert "[runtime] Make unhandled state dumper OSX-specific"Alexander Kyte
2018-07-20Update Windows requirement from Vista (6.0) to 7 (6.1). (#9568)Jay Krell
2018-07-19Use __declspec(thread) with Visual C++, and __thread with Win32/gcc, (#9594)Jay Krell
2018-06-30Enable incompatible-pointer warnings on Windows/gcc like Unix/gcc. (#9221)Jay Krell
2018-06-20Add LLVM AOT/Full AOT support on Windows x64.lateralusX
2018-06-14Quash countless warnings until/unless other work is done to address them. (#9...Jay Krell
2018-06-14Replace powershell in winsetup.bat with pure batch script (#9093)Jay Krell
2018-03-16Fix platform-specific build issues (#7342)Joshua Peterson
2018-03-09[metadata] split IL generation code into seperate compilation units. (#7487)Bernhard Urban
2017-11-14[interp] fix build on windows (#6000)Bernhard Urban
2017-11-08[interp] enable it by default in configure (#5925)Bernhard Urban
2017-08-15[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)Zoltan Varga
2017-08-08[runtime] Move eglib into mono/eglib so it becomes a convenience library simi...Zoltan Varga
2017-06-15Revert "[win] set HAVE_ONLINE_VES" (#5038)Bernhard Urban
2017-06-08[win] set HAVE_ONLINE_VESBernhard Urban
2017-04-26Define HAVE_STRUCT_SOCKADDR_IN6 on Windows (#4755)Joshua Peterson
2017-03-16Include Mono version in corlib versionAlexander Köplinger
2017-02-28Improve unwind support on Windows x64.lateralusX
2016-11-08Build mono runtime under none desktop Windows API family, adjustments and cle...lateralusX
2016-09-27Build eglib under none desktop Windows API family.lateralusX
2016-04-20[profiler] Remove unused OProfile stuff from the build system.Alex Rønne Petersen
2016-04-12Fixed issue on x64 windows Visual Studio builds where signal define values go...lateralusX
2015-12-11[io-layer] Remove shared handles cross process supportLudovic Henry
2015-12-08[msvc] Automatically update (win-)config.h with the correct version numberAlexander Köplinger
2015-12-07[msvc] Fix a few missing renames from ARCHITECTURE -> MONO_ARCHITECTUREAlexander Köplinger
2015-09-03[windows] Check for WINVER define before re-defining.triton
2015-08-06Fixed MSVC solution to compile straight out of the boxsdridi
2015-07-24[runtime] Check for signal function in Autoconf.João Matos
2015-06-16Define HAVE_SYSTEM for Windows.Rolf Bjarne Kvinge
2015-05-25[windows] Fixed MSVC config.h to define HAVE_COMPLEX_H.Joao Matos
2015-05-15[runtime] Drop support for external libgc.Alex Rønne Petersen