summaryrefslogtreecommitdiff
path: root/Source/cmWorkerPool.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-6/+0
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-4/+4
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-165/+176
* Autogen: Redo locking and state machine for fence handling and the worker poolJoerg Sonnenberger2020-05-211-28/+41
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-6/+7
* 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-3/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-12/+9
* Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-0/+2
* cmWorkerPool: Factor our worker thread class (internals)Sebastian Holtermann2019-04-241-120/+106
* cmWorkerPool: Set worker thread count separately to Process()Sebastian Holtermann2019-04-241-15/+22
* Autogen: Factor out concurrency framework to cmWorkerPool classSebastian Holtermann2019-04-151-0/+770