summaryrefslogtreecommitdiff
path: root/Source/cmFileLockPool.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-use-anyofallof` warningsBen Boeckel2021-01-271-3/+5
* clang-tidy: fix `performance-trivially-destructible` warningsBen Boeckel2021-01-271-6/+3
* cmFileLockPool: enhance items managementMarc Chevrier2019-11-141-25/+27
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-6/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-15/+13
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-3/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-61/+42
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Split cmAlgorithms into a separate header file.Stephen Kelly2015-02-101-0/+1
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-14/+3
* file: Use 'long' to represent the parsed LOCK TIMEOUT valueRuslan Baratov2014-12-051-4/+4
* file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-031-0/+198