summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallScriptHandler.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmake --install: Fix concurrency level of parallel installMartin Duffy2024-09-091-7/+13
| | | | | - Increment the number of currently working installs - Call uv_run only once
* cmInstallScriptHandler: Reserve and emplace vector entriesRose2024-08-191-1/+2
|
* Refactor: Eliminate sequential calls to `cmSystemTools::Stdout`Alex Turbov2024-08-131-1/+1
|
* install: Write manifest file in parallel installMartin Duffy2024-07-251-3/+44
| | | | Updates the parallel install to generate the install_manifest.txt file.
* Install: Add parallel installation optionMartin Duffy2024-07-151-0/+119
Fixes: #26000