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
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
2018-07-09Enable SIMD optimization on Windows x64.lateralusX
2018-07-07[runtime] Move utility thread helpers into new headerAlexander Kyte
2018-06-29Rework genproj to use gensources to build sources list for each profile and h...Katelyn Gadd
2018-06-28Modernize Windows random number generation. (#9090)Jay Krell
2018-06-25Merge pull request #9230 from lateralusX/lateralusX/windows-x64-llvm-support-...Johan Lorensson
2018-06-22Helper scripts running mini regression tests in JIT/Full AOT on Windows. (#9252)Johan Lorensson
2018-06-20Add LLVM AOT/Full AOT support on Windows x64.lateralusX
2018-06-19[runtime] Fix windows build of debugger state machineAlexander Kyte
2018-06-14Replace powershell in winsetup.bat with pure batch script (#9093)Jay Krell
2018-06-14[build] Rename darwin platform to macos + Add `unix` host platform (#9022)Ludovic Henry
2018-05-25[wasm] [sdb] Initial PR towards making some of sdb's code shareable. (#8750)Rodrigo Kumpera
2018-05-24Prune unused incorrect looking zip code. (#8752)Jay Krell
2018-05-22[bcl] Start replacing gensources.sh with gensources.cs (#8619)Katelyn Gadd
2018-05-14[jit] Extract the intrinsics generation functions into a separate intrinsics....Zoltan Varga
2018-04-16Default platform to net_4_x if none is specified, to fix tools that build wit...Katelyn Gadd
2018-04-10[runtime] Extract the debugger code into a separate library. (#7673)Zoltan Varga
2018-04-10[ci] Update csproj files during PRs (#8052)Alexander Köplinger
2018-04-06[genproj] Sort embedded resources by nameAlexander Köplinger
2018-04-05[build] Rename VS managed solution (#8050)Marek Safar
2018-04-04[genproj] Add Mono.CSharp.pre and fix genproj postbuild bug (#7991)Alexander Köplinger
2018-03-31[genproj] When using fallback profile selection don't build the projects that...Katelyn Gadd
2018-03-28[msvc] Update csproj files (#7811)monojenkins
2018-03-28[genproj] Move obj to common folder and remove unnecessary properties (#7870)Alexander Köplinger
2018-03-27[runtime] One more MonoClass getter fixup (#7836)Aleksey Kliger (λgeek)
2018-03-27[genproj] Deduplication of project references (#7844)Alexander Köplinger
2018-03-24[genproj] Deduplication of sources (#7810)Alexander Köplinger
2018-03-24Genproj updates for BCL build in Windows Visual Studio (#7755)Katelyn Gadd
2018-03-21Remove dead code (#7738)Ludovic Henry
2018-03-16Fix issue #7596 on Windows x64. (#7625)Johan Lorensson
2018-03-09[metadata] split IL generation code into seperate compilation units. (#7487)Bernhard Urban
2018-03-09gboolean g_is_usermode_native_debugger_present (void). (#7488)jaykrell
2018-02-27[marshal] Use MonoClass getters in marshal.c (#7253)Aleksey Kliger (λgeek)
2018-02-23Updates to support building the BCL using Visual Studio 2017 on windows (#6877)Katelyn Gadd
2018-02-11[runtime] Make icall tables loadable. (#6905)Zoltan Varga
2018-02-07[metadata] Define getters for MonoClass fields (#6652)Aleksey Kliger (λgeek)
2018-02-06[metadata] Move MonoClass initialization to a separate file (#6611)Aleksey Kliger (λgeek)
2018-01-23Fix NUnit reference generationMikhail Filippov
2017-12-05Fix genproj.cs (make update-solution-files) (#6162)Egor Bogatov
2017-12-01[interp] move interp functions into a callbackBernhard Urban
2017-11-25[genproj] Support setting /langversion in csproj (#6096)Alexander Köplinger
2017-11-14[interp] fix build on windows (#6000)Bernhard Urban
2017-11-13Add ignoring features option into genprojMikhail Filippov