1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-09 17:44:48 +09:00
Satori/eng/native
Ivan Diaz Sanchez 9bb2b5be2e
Replace pushd/popd Calls With -S/-B CMake Flags in the Build System (#94353)
* Successfully replaced pushd/popd with CMake's -S/-B in gen-buildsys.sh
for native and clr. Now, looking into removing other instances if
    possible.

* Removed redundant pushd/popd in src/native/libs/build-native.cmd

* Experimenting with removing 'pushd/popd' for Wasm/Wasi.

* Restored pushd/popd to eng/native/build-commons.sh because it is
actually not directly related to CMake.

* Add explicit exit code to gen-buildsys.sh

Make sure we don't forget to return the cmake exist code, see https://github.com/dotnet/runtime/pull/95408.

* Replace with comment instead

---------

Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
2023-11-29 10:46:09 -08:00
..
ijw Fix build of IJW test after VS upgrade (#92878) 2023-10-02 11:26:11 -07:00
version Normalize RepoRoot path to improve logs readability (#80664) 2023-01-16 18:56:33 +01:00
build-commons.sh Fix handling of --help in the build-commons.sh (#91590) 2023-09-05 09:12:12 -07:00
configurecompiler.cmake Fix build issues with clang18 (#94782) 2023-11-16 06:39:13 -08: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 Revert "Use add_link_options and target_link_options in cmake (#92844)" (#93838) 2023-10-23 11:09:39 -07: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 Revert "Use add_link_options and target_link_options in cmake (#92844)" (#93838) 2023-10-23 11:09:39 -07:00
gen-buildsys.cmd Only write cmake_cmd_line.txt cache file if cmake succeeded (#93673) 2023-10-18 20:04:23 +02: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-os-and-arch.sh Initial build configuration for Haiku (#86303) 2023-05-17 08:10:39 -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 Honor virtual memory limit (#80295) 2023-11-28 17:41:47 +01:00
tryrun_ios_tvos.cmake Fix iOS/tvOS NativeAOT builds (#95405) 2023-11-29 17:46:00 +01:00