| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Add minimal platform modules to support toolchain files like those in
* https://github.com/WebAssembly/wasi-sdk
or direct use of `-DCMAKE_SYSTEM_NAME="WASI"`
Fixes: #19223
|
|
|
|
| |
Fixes: #21489
|
|
|
|
| |
Fixes #17109.
|
|
|
|
|
| |
Specify their meaning for host builds and when cross compiling.
Sepcify their relationship in each case.
|
|
|
|
|
|
|
|
| |
Improve formatting, primarily by:
* Adding links to relevant commands, properties, generators, and so on.
* Converting code, symbols, paths, and so on to fixed-width fonts.
* Hard wrapping lines to 80 characters or less.
|
|
|
|
|
| |
Update to documentation for HOST/TARGET system related variables to be
consistent with current functionality.
|
|
Run the convert-help.bash script to convert documentation:
./convert-help.bash "/path/to/CMake-build/bin"
Then remove it.
|