summaryrefslogtreecommitdiffstats
path: root/docs/user-guide/05-compiling.md
Commit message (Collapse)AuthorAge
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
| | | | | | | | | | | | | | | | | | | * Support visibility control and default to `internal`. * Fix wip. * Fixes. * Fix. * Fix test. * Add legacy language detection and compatibility for existing code. * Add doc. --------- Co-authored-by: Yong He <yhe@nvidia.com>
* Hotfix/doc typos4 (#2067)jsmall-nvidia2021-12-21
| | | | | | | * #include an absolute path didn't work - because paths were taken to always be relative. * Fix some typos. * Fix some more typos.
* Add layout front matter specifier for user-guide docs (#1770)Yong He2021-03-30
|
* Further documentation work (#1703)Tim Foley2021-02-12
* Move around the conventional/convenience features chapters * Add a first draft of a section on compilation using `slangc` and the COM-lite API Co-authored-by: Yong He <yonghe@outlook.com>