1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00
Satori/eng/native
Omair Majid ac1b4786b5
Disable new warnings introduced with clang 18 (#99811)
clang 18 introduces `-Wswitch-default`, which requires that every switch
must have a `default` branch. We can add missing `default` in switches,
but the other option `-Wcovered-switch-default` complains if all the
cases in a switch are exhaustive and `default` doesn't do anything. So
disable one of these mutually exclusive warnings.

We will also need to merge in the changes from
https://github.com/dotnet/arcade/pull/14572 to actually try and use
clang-18/clang++-18.
2024-03-15 16:58:21 +01:00
..
ijw Revert "Windows executables: only load imported DLLs from System32 (#89311)" (#95540) 2023-12-04 10:50:12 -08:00
version Normalize RepoRoot path to improve logs readability (#80664) 2023-01-16 18:56:33 +01:00
build-commons.sh Use eng/common/native/init-os-and-arch.sh instead of eng/native/init-os-and-arch.sh (#97967) 2024-02-05 06:20:07 -08:00
configurecompiler.cmake Disable new warnings introduced with clang 18 (#99811) 2024-03-15 16:58:21 +01:00
configureoptimization.cmake Update Android NDK and set optimization flags (#68354) 2022-07-01 00:26:14 +02:00
configurepaths.cmake Surface native sourcelink on CoreCLR native PDBs for easier dump debugging (#66677) 2022-03-17 11:05:31 -07:00
configureplatform.cmake Enable building cross components from linux-arm64 (#99252) 2024-03-04 21:13:08 -08:00
configuretools.cmake Fix ID regression in Alpine Linux builds (#86804) 2023-06-21 18:15:05 +02:00
createdump-entitlements.plist Entitle macOS executables while building (#92967) 2023-10-10 16:35:22 -07:00
entitlements.plist Entitle macOS executables while building (#92967) 2023-10-10 16:35:22 -07:00
functions.cmake Pass --target in preprocess_file() (#99251) 2024-03-05 22:07:25 -08:00
gen-buildsys.cmd [wasm] Extract src/mono/browser from src/mono/wasm (#95940) 2023-12-19 10:03:41 -05:00
gen-buildsys.sh Replace pushd/popd Calls With -S/-B CMake Flags in the Build System (#94353) 2023-11-29 10:46:09 -08:00
generateexportedsymbols.sh Replace AWK with Bash scripts (#46313) 2020-12-23 01:52:26 +01:00
generateversionscript.sh Replace AWK with Bash scripts (#46313) 2020-12-23 01:52:26 +01:00
genmoduleindex.cmd Implement native GetModuleIndex 2020-04-18 02:18:05 -07:00
genmoduleindex.sh Add introspection for readelf (#85298) 2023-04-26 12:07:58 -07:00
init-vs-env.cmd Try to disable VSIX update service and collect VS update logs (#91708) 2023-09-07 00:28:10 -07:00
naming.props Fix missing symbols for singlefilehost (#73269) 2022-08-03 12:42:03 -07:00
output-toolchain-info.cmake Fix libs.tests subset build on tizen arm64 (#63128) 2021-12-25 11:12:31 -08:00
sanitizer-ignorelist.txt Use new name of the ignorelist switch. (#89643) 2023-07-28 18:18:17 -07:00
set-cmake-path.ps1 Reorganize CoreCLR native build to reduce CMake reconfigures when the build system is untouched (#49906) 2021-04-05 15:05:34 -07:00
tryrun.cmake Remove CoreCLR math.h CRT PAL Redefines (#98048) 2024-02-10 09:21:50 -08:00
tryrun_ios_tvos.cmake Remove CoreCLR math.h CRT PAL Redefines (#98048) 2024-02-10 09:21:50 -08:00