summaryrefslogtreecommitdiffstats
path: root/source/slang-stdlib/slang-embedded-core-module.cpp
Commit message (Collapse)AuthorAge
* Rename a directory `source/slang-stdlib` to slang-core-module (#5417)Jay Kwak2024-10-28
| | | | The directory name of `source/slang-stdlib` is changed to `source/slang-core-module`. We will use the term "core module" instead of "standard library" from now on.
* 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.