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
2022-08-05Add initial riscv64 port (#73385)Adeel Mujahid
2022-07-01Update Android NDK and set optimization flags (#68354)Alexander Köplinger
2022-06-13ppc64le build support (#68806)Sapana-Khemkar
2022-05-19Linux-bionic (Android libc w/o Android interop) initial implementation (#66147)Jo Shields
2022-04-20Use and support OpenSSL 3 on macOS (#68045)Kevin Jones
2022-04-01Make the cross-component build just another invocation of the build-runtime s...Jeremy Koritzinsky
2022-01-25Port Mono to Raspberry Pi, ship as new linux-armv6 RID (#62594)Jo Shields
2022-01-14[LoongArch64] add all the coreclr-build-config files (#62889)Qiao
2021-12-26Parse compiler version in init-compiler.sh (#63126)Adeel Mujahid
2021-12-01Fix a few syntax issues in shell scripts (#62102)Adeel Mujahid
2021-11-10Fix common workflow issues (#61027)Adeel Mujahid
2021-10-27Move optdata and version file generation up to MSBuild from build-runtime (#5...Jeremy Koritzinsky
2021-09-16Move Android SDK logic to /eng (#58700)Michal Strehovský
2021-08-30Add s390x support in a few places in eng/native build scripts (#56426)Ulrich Weigand
2021-05-24Set NumProc on tizen (#53098)Gleb Balykov
2021-05-18Build support for s390x: eng scripts (#52840)Ulrich Weigand
2021-05-08Enable tests for MacCatalyst x64 (#51139)Jo Shields
2021-05-01Fix __NumProc setup if nproc is not available (#51002)Gleb Balykov
2021-04-06Reorganize CoreCLR native build to reduce CMake reconfigures when the build s...Jeremy Koritzinsky
2021-04-04Fix FreeBSD __NumProc calculation (#50691)Adeel Mujahid
2021-03-19Introduce `iossimulator` RIDs, and convert as needed (#49305)Jo Shields
2021-03-01Deal with Homebrew prefix not being /usr/local (Apple Silicon) (#48912)Jo Shields
2021-03-01Rename mention to master branch to main (#48824)Viktor Hofer
2021-02-08Add Mac Catalyst (iOS API, Mac ABI) runtime (#47823)Jo Shields
2020-12-23Replace AWK with Bash scripts (#46313)Adeel Mujahid
2020-12-07Static linking of native libs (#44505)Vladimir Sadov
2020-11-26Share unix getexepath() definition via src/native (#44999)Adeel Mujahid
2020-10-08Add initial support for Apple Silicon (#40435)Steve MacLean
2020-10-05Add other openssl path to PKG_CONFIG_PATH (#43041)Alexander Köplinger
2020-10-05build-commons.sh: check for OpenSSL 1.1 on macOS (#43037)Alexander Köplinger
2020-10-01Add an option to keep native debug symbols (#39203)Omair Majid
2020-09-11Fix Unix build issue (#42104)David Wrighton
2020-08-10Support extra compiler flags during building (#39191)Omair Majid
2020-08-06Fix -numproc script handling (#40437)Steve MacLean
2020-08-04Minimum CMake downgrade for Linux (#39044)Jeremy Koritzinsky
2020-06-18Delegate cmake version check to cmake when possible (#37447)Adeel Mujahid
2020-06-01Rev cmake minimum version from 3.14.2 to 3.14.5 (#34757)Adeel Mujahid
2020-05-18CMake: Point download URLs directly to https:// (#36615)Nick Craver
2020-05-12Add configurations for SunOS CoreCLR managed build (#36266)Adeel Mujahid
2020-05-07Simplify build on macOS (#35570)Cédric Luthi
2020-04-29improve cmake version detection (#35593)Tomas Weinfurt
2020-04-29Provide dummy runtime_version.h when skipped (#35579)Adeel Mujahid
2020-04-25CoreCLR versions cleanup (#35327)Jan Kotas
2020-04-11Add native configurations for SunOS (#34756)Adeel Mujahid
2020-04-10Add beginnings of WebAssembly build support for mono. (#33551)Zoltan Varga
2020-03-31add support for FreeBSD cross-compilation (#34000)Tomas Weinfurt
2020-03-30Unifying duplicate msbuild properties in CoreCLR build (#34261)Jan Kotas
2020-03-26Remove -stripsymbols option from build scripts (#34076)Adeel Mujahid
2020-03-21Unify some cmake function definitions (#33716)Adeel Mujahid
2020-03-12Add iOS build configurations (#33292)Alexander Köplinger