SPIRV-Tools/tools
SpaceIm ff07cfd86f
CMake iOS fixes: rely on CMAKE_SYSTEM_NAME and handle bundle installation (#4619)
* detect iOS with CMAKE_SYSTEM_NAME

IOS_PLATFORM is not a regular variable, it comes from unofficial iOS toolchain

* fix installation of executables if BUNDLE enabled

CMAKE_MACOSX_BUNDLE is enabled by default if CMAKE_SYSTEM_NAME is iOS, tvOS or watchOS.
So installation of executables needs a BUNDLE DESTINATION otherwise configuration fails.
2021-12-10 10:35:52 -05:00
..
as Use standard function to get stdin to binary mode. (#4141) 2021-03-01 09:38:49 -05:00
cfg Fix -Wunreachable-code-aggressive. (#4358) 2021-07-14 10:23:59 -04:00
dis Use standard function to get stdin to binary mode. (#4141) 2021-03-01 09:38:49 -05:00
emacs Define variable to skip installation 2017-07-04 12:24:44 -04:00
fuzz spirv-fuzz: Allow inapplicable transformations to be ignored (#4407) 2021-07-28 22:59:37 +01:00
lesspipe tools/lesspipe: Allow generic shell (#2255) 2018-12-27 15:06:37 -05:00
link Use standard function to get stdin to binary mode. (#4141) 2021-03-01 09:38:49 -05:00
lint spirv-lint: add basic CLI argument handling (#4478) 2021-08-18 16:17:03 -04:00
opt Add spirv-opt pass to replace descriptor accesses based on variable indices (#4574) 2021-10-26 17:20:58 -04:00
reduce Use standard function to get stdin to binary mode. (#4141) 2021-03-01 09:38:49 -05:00
sva Bump glob-parent from 5.0.0 to 5.1.2. (#4353) 2021-06-29 11:25:32 -04:00
util Fix header include syntax. (#2882) 2019-09-19 09:26:24 -05:00
val Add a feature for allowing LocalSizeId (#4492) 2021-08-26 14:33:19 -04:00
CMakeLists.txt CMake iOS fixes: rely on CMAKE_SYSTEM_NAME and handle bundle installation (#4619) 2021-12-10 10:35:52 -05:00
io.h fix SIGSEGV when reading from a non-existant file (#4453) 2021-08-16 09:44:22 -04:00