summaryrefslogtreecommitdiff
path: root/source/core/slang-platform.cpp
AgeCommit message (Expand)Author
2025-09-19Use LOAD_LIBRARY_SEARCH_DEFAULT_DIRS for LoadLibraryExW (#8491)Gangzheng Tong
2025-09-19include limits.h in slang-platform.cpp (#8473)John Zupin
2025-09-08Use wide char version of Windows API (#8390)Gangzheng Tong
2025-09-06Add check for backtrace availability (#8329)Dario Mylonopoulos
2025-09-05Try both LoadLibrary functions on Windows (#8368)jarcherNV
2025-08-22Fix readlink missing include (#8260)TheGoldMonkey
2025-08-07Fix intrinsic LoadLocalRootTableConstant for optix (#7949)Harsh Aggarwal (NVIDIA)
2025-07-21Add utility to trace creation of problematic IRInsts to assist LLM in debuggi...Copilot
2025-06-26Use LoadLibraryExA instead of LoadLibraryA (#7535)jarcherNV
2024-12-13Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska
2024-11-05Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska
2024-10-29formatEllie Hermaszewska
2023-04-26Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska
2023-04-25StringBuilder to lowerCamel (#2840)jsmall-nvidia
2023-04-25Dictionary using lowerCamel (#2835)jsmall-nvidia
2023-04-20Changes for vkd3d proton (#2813)Ellie Hermaszewska
2023-04-14Some small fixes with Windows/DX usage (#2797)Ellie Hermaszewska
2023-04-14Enable SLANG_ENABLE_DXIL_SUPPORT on non-Windows platforms (#2750)Ellie Hermaszewska
2022-10-03IMutableFileSystem::saveFileBlob (#2427)jsmall-nvidia
2022-08-10Language server pointer type support + add `DLLImport` test (#2350)Yong He
2021-07-19Enable swiftshader in linux CI builds (#1909)Yong He
2021-03-11Add Linux support to `platform` and `gfx`. (#1744)Yong He
2021-01-26Improved NVRTC location finding (#1674)jsmall-nvidia
2020-09-01Support dynamic existential shader parameters in render-test (#1525)Yong He
2020-01-24Texture Sample available in CUDA (#1176)jsmall-nvidia
2019-08-12Ability to set Paths on Pass Through/Back End Compilers (#1010)jsmall-nvidia
2019-06-19Feature/shared library review (#992)jsmall-nvidia
2019-06-18* Added Path::combineBuilder, so as two sub paths can be combined into a Stri...jsmall-nvidia
2019-06-14Runtime Shared Library compilation and testing (#985)jsmall-nvidia
2019-05-31Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia