summaryrefslogtreecommitdiff
path: root/Source/cmWorkerPool.h
Commit message (Expand)AuthorAgeFilesLines
* Source: Fix clang -Wextra-semi warningsSean McBride2021-09-281-2/+2
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-2/+0
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-11/+12
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-3/+2
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-1/+1
* cmWorkerPool: Set worker thread count separately to Process()Sebastian Holtermann2019-04-241-20/+27
* Autogen: Factor out concurrency framework to cmWorkerPool classSebastian Holtermann2019-04-151-0/+219