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/msvc
AgeCommit message (Expand)Author
2019-01-08Fix build error when doing MSVC build wihtout cygwin not having a config.h.lateralusX
2019-01-08Fix warnings and build errors when bumping Mono on alternative Windows platfo...lateralusX
2019-01-02[build] Fixed csproj.tmpl for macos: Conflict in naming of HostPlatform.Leonardo Galli
2018-12-18[gensources]: Add platform/project logic to tests.Martin Baulig
2018-12-14Windows x64 LLVM assert support + MSVC only for none cross compiler build. (#...Johan Lorensson
2018-12-06Fix cross compile of libtest.Jay Krell
2018-11-29Merge pull request #11786 from lateralusX/lateralusX/windows-llvm-60-windows-x64Johan Lorensson
2018-11-29[jit] Refactor call code. (#11775)Zoltan Varga
2018-11-26Make used environment variables local to test scripts.lateralusX
2018-11-26Build additional LLVM backends and tools on Windows.lateralusX
2018-11-26Fix msvc build warnings.lateralusX
2018-11-14Fix scenario before cygconf.h has been created in build-init.lateralusX
2018-11-13Fix LLVM install target in Visual Studio build.lateralusX
2018-11-13Re-enable Ninja build for Visual Studio LLVM.lateralusX
2018-11-13Use one msbuild worker as default for LLVM/BTLS Visual Studio build.lateralusX
2018-11-13Reduce default LLVM/BTLS Visual Studio build output.lateralusX
2018-11-12Align LLVM/BTLS Visual Studio external builds.lateralusX
2018-11-12Add support for LLVM integrated build as part of Visual Studio solutionlateralusX
2018-10-29Add option to integrate msvc build into regular make build. (#11343)Johan Lorensson
2018-10-23[coop] Transition all functions in object.h to MONO_RT_EXTERNAL_ONLY (#11188)Jay Krell
2018-10-22Windows BTLS assembler build support (cygwin/msvc). (#11234)Johan Lorensson
2018-10-15Additional checks for correct environment when doing msvc BTLS builds.lateralusX
2018-10-15Add lib prefix of msvc build BTLS library.lateralusX
2018-10-15Fix BTLS build warnings on Windows.lateralusX
2018-10-15Fix case insensitive compares.lateralusX
2018-10-15Add vcxproj to build btls as part of regular mono msvc build.lateralusX
2018-10-15Build script for btls using msvc.lateralusX
2018-10-10[build] Unify bootstrap profiles (#11024)Marek Safar
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-22[Coop] Convert or partially convert mono_domain_try_type_resolve_typebuilder,...Jay Krell
2018-09-12Fix forceBuild not working for projects with unknown platform names (i.e. jay...Katelyn Gadd
2018-09-10[cxx] Leave output directory alone as other places run it. (#10520)Jay Krell
2018-09-07Add C++ compiler support option for some msvc build projects. (#10487)Johan Lorensson
2018-09-02Move the PreBuild dependency property later in the file so targets can't over...Katelyn Gadd
2018-08-31Update corlib post-build event to run ilasm for Unsafe.il, then pass it to ci...Katelyn Gadd
2018-08-31Kill sln dependencies (#10406)Katelyn Gadd
2018-08-30[cxx] Add loader-internals.h missed in https://github.com/mono/mono/pull/1025...Jay Krell
2018-08-29[cxx] int vs. enum -- bit overload version (#10274)Jay Krell
2018-08-28[metadata] Remove sysmath.h from Makefile.amAlexander Köplinger
2018-08-24Fix windows build.Rodrigo Kumpera
2018-08-09Move to generating msbuild choose elements to get if-else selection behavior ...Katelyn Gadd
2018-08-03Ensure cil-stringreplacer is built and used to post-process mscorlib when bui...Katelyn Gadd
2018-08-02Use msbuild project reference to establish dependency on genconsts instead of...Katelyn Gadd
2018-07-30Change corlib version to a string, so that you can use uuidgen (or a git hash...Jay Krell
2018-07-24[runtime] Removes unused icallsMarek Safar
2018-07-20Update Windows requirement from Vista (6.0) to 7 (6.1). (#9568)Jay Krell
2018-07-18[genconsts] Fix PostBuildEventAlexander Köplinger
2018-07-18Auto-generate Consts.cs on Windows when building from Visual Studio (#9598)Katelyn Gadd
2018-07-12Merge pull request #9457 from lateralusX/lateralusX/windows-x64-enable-simdJohan Lorensson