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
2021-07-11W^X support (#54954)Jan Vorlicek
2021-06-09Build support for s390x: PAL layer (#53287)Ulrich Weigand
2021-04-06Reorganize CoreCLR native build to reduce CMake reconfigures when the build s...Jeremy Koritzinsky
2021-04-05Make Ninja the default CMake generator on Windows for the repo (#49715)Jeremy Koritzinsky
2021-03-19Add clr.iltools subset (#49545)Ulrich Weigand
2021-02-20Fix JIT rolling build (#48552)Adeel Mujahid
2021-02-20Building singlefilehost with clr partition. (#48254)Vladimir Sadov
2021-01-22Supply file version info for the jitinterface native library (#47300)Tomáš Rylek
2020-12-23Replace AWK with Bash scripts (#46313)Adeel Mujahid
2020-12-08December infra rollout - remove duplicated 'src' from coreclr subrepo (src/co...Tomáš Rylek
2020-12-07Static linking of native libs (#44505)Vladimir Sadov
2020-11-26Share unix getexepath() definition via src/native (#44999)Adeel Mujahid
2020-11-02Enable using the Ninja generator instead of Visual Studio on Windows builds. ...Jeremy Koritzinsky
2020-09-10Build infra changes to enable building a more universal cross target jit buil...David Wrighton
2020-08-04Minimum CMake downgrade for Linux (#39044)Jeremy Koritzinsky
2020-06-18Rename src\coreclr\src\tools\crossgen2 to src\coreclr\src\tools\aot (#38038)Jan Kotas
2020-06-18Add libunwind to cross DAC (#37521)Steve MacLean
2020-06-01Rev cmake minimum version from 3.14.2 to 3.14.5 (#34757)Adeel Mujahid
2020-04-20Remove notions of the buildtools and the GetModuleIndexJan Vorlicek
2020-04-10Single-file diagnostic support for SOS. (#34697)Mike McLaughlin
2020-03-30Fix for changed host behaviour on app crash (#34224)Elinor Fung
2020-03-21Unify some cmake function definitions (#33716)Adeel Mujahid
2020-03-18Disable warnings-as-errors for release branches (#33664)Jan Kotas
2020-03-18Fix native components build for Android (#32800)Adeel Mujahid
2020-03-13Moved warning disables from warningcontrol.h to configurecompiler.cmake (#33439)Ivan Diaz Sanchez
2020-03-10Consolidate objcopy detection (#33342)Adeel Mujahid
2020-03-04Move MSBuild projects out of the native build scripts (#31701)Jeremy Koritzinsky
2020-02-19Convert System.Globalization unix calls to QCalls into coreclr (#32132)Santiago Fernandez Madero
2020-02-06Use common CLR_CMAKE_* variables in more places (#31659)Adeel Mujahid
2020-02-04Link System.Globalization.Native into coreclr (#6928)Santiago Fernandez Madero
2020-01-23Unify build_native via eng/native/build-commons (#1753)Adeel Mujahid
2020-01-21Rename CLR_CMAKE_PLATFORM* CLR_CMAKE_HOST* (#1974)Steve MacLean
2020-01-11Unify cmake_minimum_required to 3.14.2 (#1315)Jan Kotas
2020-01-08Change location of some source files (#1376)Adeel Mujahid
2020-01-06Share compiler config code between libs and coreclr (#1072)Adeel Mujahid
2019-12-27Remove some unnecessary console noise in the build (#1146)Dan Moseley
2019-12-18Move System.Globalization.Native under libraries (#875)Jan Kotas
2019-11-18Use artifacts layout in place of bin dirjashook
2019-10-18Simplify native component build (dotnet/coreclr#27077)Jeremy Koritzinsky
2019-10-07Clean up our CMake scripts using features introduced between 3… (dotnet/cor...Jeremy Koritzinsky
2019-10-01Update to minimum CMake version of 3.14 (dotnet/coreclr#26777)Jeremy Koritzinsky
2019-09-09Remove unused CMake command to build native test assets as par… (dotnet/cor...Jeremy Koritzinsky
2019-09-09Add project filesMichal Strehovský
2019-07-29Improve metadata perf and refactor ilasm/ildasm metadata usage (dotnet/corecl...David Wrighton
2019-06-21Remove SOS and lldb plugin (dotnet/coreclr#25220)Mike McLaughlin
2019-06-06Use Modern CMake features instead of CMAKE_CXX_FLAGS (dotnet/coreclr#24861)Jeremy Koritzinsky
2019-05-30Refactor native build to remove the compiler-override files (dotnet/coreclr#2...Jeremy Koritzinsky
2019-05-11Move EventProvider native layout to be driven by CMake configure (dotnet/core...Jeremy Koritzinsky
2019-05-04Use our local-built instances of tools from Microsoft.DotNet.BuildTools.CoreC...Jeremy Koritzinsky
2019-02-12Renaming RuntimeEventSource to NativeRuntimeEventSource (dotnet/coreclr#22533)Sung Yoon Whang