summaryrefslogtreecommitdiff
path: root/Source/cmFileLock.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmFileLockPool: enhance items managementMarc Chevrier2019-11-141-0/+2
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* clang-tidy: Use default member initializationRegina Pfeifer2018-12-151-3/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-15/+15
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-4/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-2/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-3/+3
* file: Use 'long' to represent the parsed LOCK TIMEOUT valueRuslan Baratov2014-12-051-2/+2
* file: Add LOCK subcommand to do file and directory lockingRuslan Baratov2014-12-031-0/+74