summaryrefslogtreecommitdiffstats
path: root/source/core/slang-secure-crt.h
Commit message (Collapse)AuthorAge
* Correctly distinguish between windows and MSVC (#5851)Ellie Hermaszewska2024-12-13
| | | Partially sorts https://github.com/shader-slang/slang/issues/5843
* formatEllie Hermaszewska2024-10-29
| | | | | | | * format * Minor test fixes * enable checking cpp format in ci
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
|
* Add format checking attributes on printf-like functions (#2570)Ellie Hermaszewska2023-01-04
| | | | | | | * Add format checking attributes on printf-like functions * Don't use printf format attributes on msvc Where they are not supported
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* Prefixing source files in source/slang with slang- * Prefix source in source/slang with slang- prefix. * Rename core source files with slang- prefix. * Update project files. * Fix problems from automatic merge.