compute-runtime/shared/offline_compiler/source
Daniel Bermond e0362a7c39 build: add missing headers for GCC 15
For using fixed width integer types[1], the `<cstdint>`[2]
C++ header needs to be explicitly included with GCC 15 due
to changes[3] in libstdc++.

For details, see the documentation[4] about porting to GCC 15.

[1] https://en.cppreference.com/w/cpp/types/integer
[2] https://en.cppreference.com/w/cpp/header/cstdint
[3] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=3a817a4a5a6d94da9127af3be9f84
[4] https://gcc.gnu.org/gcc-15/porting_to.html#cxx

Signed-off-by: Daniel Bermond <dbermond@archlinux.org>
2025-05-19 15:31:32 +02:00
..
decoder build: add missing headers for GCC 15 2025-05-19 15:31:32 +02:00
linux feature: Enabling debug variables reader in ocloc 2025-04-11 19:58:53 +02:00
utilities fix: correct loading L0 loader functions 2024-10-17 15:39:20 +02:00
windows feature: Enabling debug variables reader in ocloc 2025-04-11 19:58:53 +02:00
CMakeLists.txt feature: Allow NEOReadDebugKeys and PrintDebugMessages envs in ocloc 2025-04-16 18:17:15 +02:00
default_cache_config.cpp fix: untrusted input 2025-02-10 14:54:03 +01:00
main.cpp
multi_command.cpp fix: Fix various typos. 2024-04-17 20:03:06 +02:00
multi_command.h fix: Add asserts to ensure NonCopyable and NonMovable 3/n 2025-02-18 17:16:03 +01:00
ocloc.exports
ocloc_api.cpp fix(ocloc): disable ocloc output if former ocloc was used 2024-08-14 15:49:14 +02:00
ocloc_api.h feature: add SUPPORTED_DEVICES query to ocloc 2024-07-11 17:38:33 +02:00
ocloc_arg_helper.cpp refactor: Modernize writeDataToFile function 2025-04-14 14:28:58 +02:00
ocloc_arg_helper.h build: add missing headers for GCC 15 2025-05-19 15:31:32 +02:00
ocloc_concat.cpp
ocloc_concat.h fix: Add asserts to ensure NonCopyable and NonMovable 3/n 2025-02-18 17:16:03 +01:00
ocloc_dll_options.cpp
ocloc_dll_options.h
ocloc_fatbinary.cpp fix: avoid enum out of scope cast in getProductsForTargetRange function 2024-11-07 13:24:17 +01:00
ocloc_fatbinary.h fix: generate SPIR-V for first device with -spv_only and multiple devices 2024-06-28 09:30:26 +02:00
ocloc_fcl_facade.cpp feature: Enabling support for redirecting FCL to IGC for OCLOC 2025-04-15 16:44:35 +02:00
ocloc_fcl_facade.h feature: Enabling support for redirecting FCL to IGC for OCLOC 2025-04-15 16:44:35 +02:00
ocloc_igc_facade.cpp feature: Enabling support for redirecting FCL to IGC for OCLOC 2025-04-15 16:44:35 +02:00
ocloc_igc_facade.h feature: Enabling support for redirecting FCL to IGC for OCLOC 2025-04-15 16:44:35 +02:00
ocloc_interface.cpp refactor: remove not needed check 2024-08-20 13:30:00 +02:00
ocloc_interface.h refactor: extract logic of calling former ocloc to separate function 2024-08-13 17:24:48 +02:00
ocloc_reg_path.h feature: Enabling debug variables reader in ocloc 2025-04-11 19:58:53 +02:00
ocloc_supported_devices_helper.cpp fix(ocloc): correct ocloc name in supported devices query 2024-08-14 11:05:28 +02:00
ocloc_supported_devices_helper.h fix(ocloc): correct ocloc name in supported devices query 2024-08-14 11:05:28 +02:00
ocloc_validator.cpp
ocloc_validator.h
offline_compiler.cpp fix: check createDir return value 2025-04-29 16:28:38 +02:00
offline_compiler.h fix: check createDir return value 2025-04-29 11:10:19 +02:00
offline_compiler_ext.cpp refactor: ocloc command line refactor 2025-02-25 11:11:28 +01:00
offline_compiler_ext.h refactor: ocloc command line refactor 2025-02-25 11:11:28 +01:00
offline_compiler_helper.cpp feature: Allow NEOReadDebugKeys and PrintDebugMessages envs in ocloc 2025-04-16 18:17:15 +02:00
offline_compiler_options.cpp
offline_linker.cpp fix: Add explicit nullptr checks 2024-12-10 10:06:56 +01:00
offline_linker.h
queries.h feature: add SUPPORTED_DEVICES query to ocloc 2024-07-11 17:38:33 +02:00