Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-12Support building with VS2019 Preview (dotnet/coreclr#22525)Tanner Gooding
2019-02-09Set visibility option to hidden (dotnet/coreclr#21924)Adeel Mujahid
2019-02-03Convert version.cpp to Ckasper3
2019-02-01Update python lookup in CMakeLists.txt to match build.(sh|cmd) (dotnet/corecl...Omair Majid
2018-08-16Build-test.sh handles native test assets (dotnet/coreclr#19430)Aaron Robinson
2018-08-02Enable ARM64 builds using release product toolsBruce Forstall
2018-07-13Add prefix to DAC's PAL exports for alpine (dotnet/coreclr#18873)Mike McLaughlin
2018-04-24Delete unused variables from CMakeLists.txt (dotnet/coreclr#17743)Jan Kotas
2018-02-08[Unix] Passing extra CMake argsAlexander Soldatov
2018-01-27Fix FreeBSD build and update build instructions (dotnet/coreclr#15998)Conrad Meyer
2018-01-26Fix asan false-positive errors: (dotnet/coreclr#15563)Konstantin Baladurin
2018-01-02Retry: Enable EventPipe across Unix and Windows (dotnet/coreclr#15611)Victor "Nate" Graf
2017-12-21Revert "Enable EventPipe across Unix and Windows (dotnet/coreclr#14772)" (dot...Victor "Nate" Graf
2017-12-21Enable EventPipe across Unix and Windows (dotnet/coreclr#14772)Victor "Nate" Graf
2017-12-14Add a note the linker bug has been fixedMichal Strehovský
2017-11-09Merge branch 'master' into master-mergeMichal Strehovský
2017-11-04[Infrastructure] Use MSBuild v15 extension point to control CL parallelism, a...Jacek Blaszczynski
2017-11-02Merge branch 'master' into master-mergeMichal Strehovský
2017-10-30Pass overridden packages directory to CMakeWes Haggard
2017-10-28[Local GC] Implement loader protocol for a standalone GC (dotnet/coreclr#14663)Sean Gillespie
2017-10-04Few build changes to support Freebsd (dotnet/coreclr#14121)Tomas Weinfurt
2017-09-29Merge branch 'master' into merge_masterDavid Wrighton
2017-09-18Correct reporoot/CMakeList.txt typosJacek Blaszczynski
2017-09-14Merge branch 'master' into update_from_masterDavid Wrighton
2017-09-13Disable PAX mprotect for native executables (dotnet/coreclr#13940)Jan Vorlicek
2017-08-22[Local GC] Enable building the GC as a shared library (dotnet/coreclr#13137)Sean Gillespie
2017-08-16Finalize override lookup algorithm (dotnet/coreclr#12753)Yi Zhang (CLR)
2017-07-17Updates the explicit location for armasmjashoo
2017-06-08Fix linker GUARD option (dotnet/coreclr#11492)Jan Vorlicek
2017-06-06Rename CMAKE_ENABLE_CODE_COVERAGE to CLR_CMAKE_ENABLE_CODE_COVERAGE (dotnet/c...Omair Majid
2017-06-02Add support for not breaking *nix build on warnings (dotnet/coreclr#12039)Omair Majid
2017-06-01[Local GC] Scaffolding for loading a standalone GC (dotnet/coreclr#11242)Sean Gillespie
2017-04-19Remove /RELEASE option required for device drivers (dotnet/coreclr#11023)Gaurav Khanna
2017-04-14Reenable incremental linking (dotnet/coreclr#10943)Gaurav Khanna
2017-04-13[ARM32/Linux] Build libcoreclrtraceptprovider.so (dotnet/coreclr#10406)Hyeongseok Oh
2017-04-13Create ELF core dump on coreclr exceptions and signals. (dotnet/coreclr#10902)Mike McLaughlin
2017-04-05Fix Alpine build break in pipelinewtgodbe
2017-04-04Pass crossbuild and linux-id to CMakeLists.txt using CMake arguments (dotnet/...Hyeongseok Oh
2017-03-30Add PGO support for Clang/LLVM on Unix (dotnet/coreclr#10533)Daniel Podder
2017-03-29Fix dependency to coreclr and mscorrc in Linux (dotnet/coreclr#10138)Hyeongseok Oh
2017-03-14Build Linux altjit for x86 and amd64 (dotnet/coreclr#10120)Bruce Forstall
2017-03-08Add scripts for building for arm Android (dotnet/coreclr#9961)Frederik Carlier
2017-02-17Synchronous toolchain.cmake files with CoreFX (dotnet/coreclr#9409)Jiyoung Giuliana Yun
2017-02-09[ARM32/Linux] Fix definition and CMake for cross-architecture build (dotnet/c...Hyeongseok Oh
2017-01-31Support cross-building CoreCLR for arm64 Android (dotnet/coreclr#9173)Frederik Carlier
2017-01-24[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie
2016-12-23[Linux] Fix cross-architecture component build configuration for ARM32-target...Hyeongseok Oh
2016-12-19Fixing up the arm subsystem versions (dotnet/coreclr#8676)Peter Marcu
2016-12-16Fix buildsystem for linux cross-architecture component build (dotnet/coreclr#...Hyeongseok Oh
2016-11-22[x86/Linux] fix and add for x86 cmake configuration (dotnet/coreclr#8219)SaeHie Park