summaryrefslogtreecommitdiffstats
path: root/Help/envvar/CTEST_PARALLEL_LEVEL.rst
Commit message (Collapse)AuthorAgeFilesLines
* ctest: Allow passing -j without value to choose a contextual defaultBrad King2024-03-101-0/+11
| | | | | | | | | | | | | Under job server integration, added by commit 80fe56c481 (ctest: Add support for running under a make job server on POSIX systems, 2023-11-15, v3.29.0-rc1~324^2), use a very high default so that parallelism is effectively limited only by available job server tokens. Otherwise, choose a default limit based on the number of processors. Also allow passing `0` to specify unbounded parallelism. Fixes: #25739
* Help: Document {CTEST,CMAKE_BUILD}_PARALLEL_LEVEL equivalent command-linescivision2024-01-181-2/+6
| | | | | Clarify that the `--parallel` option isn't needed when these env. variables are set to a finite integer.
* Help: Fix `.. versionadded` directives in environment variable docsNikita Nemkin2020-11-111-2/+0
| | | | | | | | Many environment variables were documented late and got assigned wrong versions by the script. (The whole Help/envvar section was only added in 3.10). Issue: #19715
* Help: Add Sphinx 'versionadded' directives to each top-level documentKitware Robot2020-07-061-0/+2
| | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
* Help: Describe environment variables as such.Joachim Wuttke (l)2018-11-131-0/+2
| | | | | | | In each environment variable doc page, insert an opening paragraph (ENV_VAR.txt) to say that this is an environment variable, and provide a link to the cmake-language section on environment variables.
* Help: Document CMake's environment variablesRobert Maynard2017-09-261-0/+5