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-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
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