summaryrefslogtreecommitdiffstats
path: root/source/slang-stdlib/slang-embedded-stdlib-source.cpp
Commit message (Collapse)AuthorAge
* Replace stdlib with core-module on files and projects (#5411)Jay Kwak2024-10-25
| | | | | | | This commit renames the files and projects to prefer "core-module" over "stdlib". The directory name `source/slang-stdlib` needs to be renamed too, and there will be another commit for it soon.
* Restrict stdlib embed macros to single source file (#5251)Ellie Hermaszewska2024-10-11
* Restrict stdlib embed macros to single source file * Build slang-without-embedded-stdlib with the same target type as libslang To avoid building everything twice