..
Checks
Use C++11 '= delete' instead of CM_EQ_DELETE
2017-09-28 09:50:18 -04:00
CPack
CPack: enable setting default dir creation permissions
2017-11-08 20:27:11 +01:00
CTest
CTest: adopt std::chrono::system_clock
2017-11-17 15:22:55 +00:00
CursesDialog
CursesDialog: avoid calling strcpy()
2017-09-25 18:37:41 +02:00
kwsys
Merge branch 'upstream-KWSys' into update-kwsys
2017-11-09 08:35:51 -05:00
LexerParser
cmCommandArgumentParser: remove the variable tokens from the class
2017-10-25 19:56:33 +02:00
Modules
cpack wix: support WiX generator on Cygwin
2017-10-13 13:07:37 -04:00
QtDialog
Merge topic 'cmake-gui-qt-static-windows'
2017-11-14 07:23:40 -05:00
QtIFW
QtIFW: Improved packaging
2017-01-12 19:29:52 +03:00
.gitattributes
LexerParser: move to custom directory
2017-04-28 23:10:39 +02:00
bindexplib.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
bindexplib.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cm_codecvt.cxx
cm_codecvt: cleanup superfluous semicolons
2017-10-30 09:54:44 -04:00
cm_codecvt.hxx
cm_codecvt: Tell IWYU to keep cmConfigure.h
2017-09-15 11:41:49 -04:00
cm_get_date.c
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cm_get_date.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cm_sys_stat.h
CPackDeb: Enable the DEB generator on Windows
2017-06-28 19:55:12 +02:00
cm_thread.hxx
utility: Added minimal std::thread drop-in
2017-11-01 11:32:11 -06:00
cm_utf8.c
codecvt: Re-implement do_out and do_unshift
2017-05-25 15:03:03 -04:00
cm_utf8.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmAddCompileOptionsCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmAddCompileOptionsCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmAddCustomCommandCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmAddCustomCommandCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmAddCustomTargetCommand.cxx
CMP0037: De-duplicate check and message generation
2017-10-30 10:21:21 -04:00
cmAddCustomTargetCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmAddDefinitionsCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmAddDefinitionsCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmAddDependenciesCommand.cxx
Add const-reference qualifications
2017-05-26 19:50:11 +03:00
cmAddDependenciesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmAddExecutableCommand.cxx
Merge topic 'cmp0037-conditional-targets'
2017-10-31 08:19:27 -04:00
cmAddExecutableCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmAddLibraryCommand.cxx
Merge topic 'cmp0037-conditional-targets'
2017-10-31 08:19:27 -04:00
cmAddLibraryCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmAddSubDirectoryCommand.cxx
Add const-reference qualifications
2017-05-26 19:50:11 +03:00
cmAddSubDirectoryCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmAddTestCommand.cxx
Include necessary headers in commands
2016-10-26 09:02:44 +02:00
cmAddTestCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmake.cxx
Merge topic 'cm-array-begins-size'
2017-10-26 08:57:04 -04:00
cmake.h
Add infrastructure for generators to select a build tool instance
2017-10-19 10:20:08 -04:00
cmake.version.manifest
CMakeInstallDestinations.cmake
Add installation infix (empty by default)
2017-01-11 14:10:39 +03:00
CMakeLists.txt
Move file/dir permissions code to common file.
2017-11-08 20:27:11 +01:00
cmakemain.cxx
cmake: Add --open option for IDE generators
2017-10-13 21:28:34 +02:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake
CMake Nightly Date Stamp
2017-11-15 00:04:33 -05:00
CMakeVersion.rc.in
Windows: Embed version information into CMake binaries
2017-10-31 10:02:25 -04:00
CMakeVersionCompute.cmake
Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1
2016-08-23 09:11:57 -04:00
CMakeVersionSource.cmake
Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1
2016-08-23 09:11:57 -04:00
cmakexbuild.cxx
Use C++11 nullptr (cont.)
2017-09-19 11:44:21 -04:00
cmAlgorithms.h
Replace cmArray{Begin,End,Size} by their standard counterparts
2017-10-23 17:51:35 +02:00
cmArchiveWrite.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmArchiveWrite.h
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmAuxSourceDirectoryCommand.cxx
Improved checking for number of arguments passed
2017-05-26 19:51:40 +03:00
cmAuxSourceDirectoryCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmBase32.cxx
cmBase32: Cast pointer subtraction result to size explicitly
2017-05-08 10:26:36 -04:00
cmBase32.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmBreakCommand.cxx
cmExecutionStatus: Remove arguments from setters
2017-05-09 23:49:14 +02:00
cmBreakCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmBuildCommand.cxx
Add const-reference qualifications
2017-05-26 19:50:11 +03:00
cmBuildCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmBuildNameCommand.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmBuildNameCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmCacheManager.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmCacheManager.h
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmCallVisualStudioMacro.cxx
iwyu: Fix VisualStudio specific issues
2016-11-28 14:06:40 -05:00
cmCallVisualStudioMacro.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmcldeps.cxx
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmCLocaleEnvironmentScope.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmCLocaleEnvironmentScope.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmCMakeHostSystemInformationCommand.cxx
VS: Select and save a VS 2017 instance persistently
2017-10-19 10:20:12 -04:00
cmCMakeHostSystemInformationCommand.h
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmCMakeMinimumRequired.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmCMakeMinimumRequired.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmCMakePolicyCommand.cxx
Include necessary headers in commands
2016-10-26 09:02:44 +02:00
cmCMakePolicyCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmcmd.cxx
Windows: Do not report manifest tool update notification as failure
2017-11-10 10:41:50 -05:00
cmcmd.h
cmcmd: Convert lint handlers to file-static functions
2017-10-27 08:36:28 -04:00
cmCommand.cxx
cmDisallowedCommand: extract policy checking from cmCommand
2017-02-13 21:37:08 +01:00
cmCommand.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmCommandArgumentParserHelper.cxx
cmCommandArgumentParser: remove the variable tokens from the class
2017-10-25 19:56:33 +02:00
cmCommandArgumentParserHelper.h
cmCommandArgumentParser: remove the variable tokens from the class
2017-10-25 19:56:33 +02:00
cmCommandArgumentsHelper.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmCommandArgumentsHelper.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmCommands.cxx
bootstrap: make target_* commands available
2017-08-18 21:48:14 +02:00
cmCommands.h
cmake: register fake project commands in -P mode
2017-05-08 22:58:01 +02:00
cmCommonTargetGenerator.cxx
Improve several occurrences of vector::push_back in loops
2017-09-28 07:23:41 -04:00
cmCommonTargetGenerator.h
cmCommonTargetGenerator: Rename member to avoid shadowing
2017-06-14 16:31:20 -04:00
cmComputeComponentGraph.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmComputeComponentGraph.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmComputeLinkDepends.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmComputeLinkDepends.h
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmComputeLinkInformation.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmComputeLinkInformation.h
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmComputeTargetDepends.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmComputeTargetDepends.h
cmComputeTargetDepends: Avoid nested loops over configurations
2017-05-18 10:18:57 -04:00
cmConditionEvaluator.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmConditionEvaluator.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmConfigure.cmake.h.in
Use C++11 '= delete' instead of CM_EQ_DELETE
2017-09-28 09:50:18 -04:00
cmConfigureFileCommand.cxx
Add const-reference qualifications
2017-05-26 19:50:11 +03:00
cmConfigureFileCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmConnection.cxx
server: Added thread check to protect writedata
2017-08-31 15:35:46 -04:00
cmConnection.h
server: Moved buffer formatting into bufferstrategy
2017-08-31 15:35:04 -04:00
cmContinueCommand.cxx
cmExecutionStatus: Remove arguments from setters
2017-05-09 23:49:14 +02:00
cmContinueCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmConvertMSBuildXMLToJSON.py
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmCoreTryCompile.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmCoreTryCompile.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmCPackPropertiesGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmCPackPropertiesGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmCPluginAPI.cxx
cmCPluginAPI: remove explicit casts to void*
2017-09-23 15:30:44 +02:00
cmCPluginAPI.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmCreateTestSourceList.cxx
Fix several include-what-you-use findings
2016-11-08 09:42:04 -05:00
cmCreateTestSourceList.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmCryptoHash.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmCryptoHash.h
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmCTest.cxx
CTest: adopt std::chrono::system_clock
2017-11-17 15:22:55 +00:00
cmCTest.h
cmCTest: Remove dead code
2017-11-07 14:15:20 -05:00
cmCurl.cxx
file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption
2017-10-18 15:21:42 -04:00
cmCurl.h
file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption
2017-10-18 15:21:42 -04:00
cmCustomCommand.cxx
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmCustomCommand.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmCustomCommandGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmCustomCommandGenerator.h
add HasOnlyEmptyCommandLines() method to cmCustomCommandGenerator
2017-09-04 11:41:45 +02:00
cmCustomCommandLines.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmDefinePropertyCommand.cxx
Add const-reference qualifications
2017-05-26 19:50:11 +03:00
cmDefinePropertyCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmDefinitions.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmDefinitions.h
Use C++11 unordered containers
2017-08-22 23:05:27 +02:00
cmDepends.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmDepends.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmDependsC.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmDependsC.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmDependsFortran.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmDependsFortran.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmDependsJava.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmDependsJava.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmDependsJavaParserHelper.cxx
Replace empty-string comparisons with checking against empty()
.
2017-09-21 11:23:19 +03:00
cmDependsJavaParserHelper.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmDisallowedCommand.cxx
cmDisallowedCommand: extract policy checking from cmCommand
2017-02-13 21:37:08 +01:00
cmDisallowedCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmDocumentation.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmDocumentation.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmDocumentationEntry.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmDocumentationFormatter.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmDocumentationFormatter.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmDocumentationSection.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmDocumentationSection.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmDynamicLoader.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmDynamicLoader.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmELF.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmELF.h
clang-format: format all code as Cpp11
2017-08-30 11:07:05 -04:00
cmEnableLanguageCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmEnableLanguageCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmEnableTestingCommand.cxx
Include necessary headers in commands
2016-10-26 09:02:44 +02:00
cmEnableTestingCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExecProgramCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmExecProgramCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExecuteProcessCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmExecuteProcessCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExecutionStatus.h
cmExecutionStatus: Remove arguments from setters
2017-05-09 23:49:14 +02:00
cmExpandedCommandArgument.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmExpandedCommandArgument.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmExportBuildAndroidMKGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmExportBuildAndroidMKGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExportBuildFileGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmExportBuildFileGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExportCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmExportCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExportFileGenerator.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmExportFileGenerator.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmExportInstallAndroidMKGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmExportInstallAndroidMKGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExportInstallFileGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmExportInstallFileGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExportLibraryDependenciesCommand.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmExportLibraryDependenciesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExportSet.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmExportSet.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmExportSetMap.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmExportSetMap.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmExportTryCompileFileGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmExportTryCompileFileGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExprParserHelper.cxx
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmExprParserHelper.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmExternalMakefileProjectGenerator.cxx
cmake: Add --open option for IDE generators
2017-10-13 21:28:34 +02:00
cmExternalMakefileProjectGenerator.h
cmake: Add --open option for IDE generators
2017-10-13 21:28:34 +02:00
cmExtraCodeBlocksGenerator.cxx
CodeBlocks: add option to exclude external files
2017-09-14 13:21:59 +03:00
cmExtraCodeBlocksGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExtraCodeLiteGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmExtraCodeLiteGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExtraEclipseCDT4Generator.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmExtraEclipseCDT4Generator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExtraKateGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmExtraKateGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmExtraSublimeTextGenerator.cxx
cmake: Add --open option for IDE generators
2017-10-13 21:28:34 +02:00
cmExtraSublimeTextGenerator.h
cmake: Add --open option for IDE generators
2017-10-13 21:28:34 +02:00
cmFileCommand.cxx
Move file/dir permissions code to common file.
2017-11-08 20:27:11 +01:00
cmFileCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmFileLock.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmFileLock.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmFileLockPool.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmFileLockPool.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmFileLockResult.cxx
cmFileLockResult: Avoid allocation for Windows error message
2017-07-07 14:04:20 -04:00
cmFileLockResult.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmFileLockUnix.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmFileLockWin32.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmFileMonitor.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmFileMonitor.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmFilePathChecksum.cxx
Call GetRealPath through cmSystemTools instead of KWSys directly
2017-10-24 11:04:21 -04:00
cmFilePathChecksum.h
Migrate cmFilePathChecksum to C++11
2017-10-01 12:03:36 +02:00
cmFileTimeComparison.cxx
Fix left-over occurrences of else-after-return
2017-09-28 07:23:42 -04:00
cmFileTimeComparison.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmFindBase.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmFindBase.h
find_*: Add a new PackageRoot search path group
2017-05-16 15:19:40 -04:00
cmFindCommon.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmFindCommon.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmFindFileCommand.cxx
Include necessary headers in commands
2016-10-26 09:02:44 +02:00
cmFindFileCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmFindLibraryCommand.cxx
Fix minor clang-tidy findings
2017-09-28 07:23:42 -04:00
cmFindLibraryCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmFindPackageCommand.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmFindPackageCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmFindPathCommand.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmFindPathCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmFindProgramCommand.cxx
Replace empty-string comparisons with checking against empty()
.
2017-09-21 11:23:19 +03:00
cmFindProgramCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmFLTKWrapUICommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmFLTKWrapUICommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmForEachCommand.cxx
cmForEachCommand: prevent leakage
2017-10-30 09:55:02 -04:00
cmForEachCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmFortranParser.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmFortranParserImpl.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmFSPermissions.cxx
Move file/dir permissions code to common file.
2017-11-08 20:27:11 +01:00
cmFSPermissions.h
Move file/dir permissions code to common file.
2017-11-08 20:27:11 +01:00
cmFunctionBlocker.h
Fix several include-what-you-use findings
2016-11-08 09:42:04 -05:00
cmFunctionCommand.cxx
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmFunctionCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGeneratedFileStream.cxx
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmGeneratedFileStream.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGeneratorExpression.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmGeneratorExpression.h
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmGeneratorExpressionContext.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmGeneratorExpressionContext.h
clang-format: format all code as Cpp11
2017-08-30 11:07:05 -04:00
cmGeneratorExpressionDAGChecker.cxx
clang-format: format all code as Cpp11
2017-08-30 11:07:05 -04:00
cmGeneratorExpressionDAGChecker.h
clang-format: format all code as Cpp11
2017-08-30 11:07:05 -04:00
cmGeneratorExpressionEvaluationFile.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmGeneratorExpressionEvaluationFile.h
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmGeneratorExpressionEvaluator.cxx
clang-format: format all code as Cpp11
2017-08-30 11:07:05 -04:00
cmGeneratorExpressionEvaluator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGeneratorExpressionLexer.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmGeneratorExpressionLexer.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmGeneratorExpressionNode.cxx
Replace cmArray{Begin,End,Size} by their standard counterparts
2017-10-23 17:51:35 +02:00
cmGeneratorExpressionNode.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmGeneratorExpressionParser.cxx
clang-format: format all code as Cpp11
2017-08-30 11:07:05 -04:00
cmGeneratorExpressionParser.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmGeneratorTarget.cxx
cmGeneratorTarget: remove dead code
2017-10-05 14:53:51 +02:00
cmGeneratorTarget.h
clang-format: format all code as Cpp11
2017-08-30 11:07:05 -04:00
cmGetCMakePropertyCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmGetCMakePropertyCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGetDirectoryPropertyCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmGetDirectoryPropertyCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGetFilenameComponentCommand.cxx
get_filename_component: Revise PROGRAM/PROGRAM_ARGS split semantics
2017-09-13 10:47:04 -04:00
cmGetFilenameComponentCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGetPropertyCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmGetPropertyCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGetSourceFilePropertyCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmGetSourceFilePropertyCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGetTargetPropertyCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmGetTargetPropertyCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGetTestPropertyCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmGetTestPropertyCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGhsMultiGpj.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmGhsMultiGpj.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmGhsMultiTargetGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmGhsMultiTargetGenerator.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmGlobalBorlandMakefileGenerator.cxx
Fix several include-what-you-use findings
2016-11-08 09:42:04 -05:00
cmGlobalBorlandMakefileGenerator.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmGlobalCommonGenerator.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmGlobalCommonGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalGenerator.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmGlobalGenerator.h
CMP0037: Allow test and package targets when features are not enabled
2017-10-30 10:21:31 -04:00
cmGlobalGeneratorFactory.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalGhsMultiGenerator.cxx
Performance: Fix a few more unnecessary vector copies missed in af3fd6f
2017-08-18 07:59:52 -07:00
cmGlobalGhsMultiGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalJOMMakefileGenerator.cxx
Fix several include-what-you-use findings
2016-11-08 09:42:04 -05:00
cmGlobalJOMMakefileGenerator.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmGlobalKdevelopGenerator.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmGlobalKdevelopGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalMinGWMakefileGenerator.cxx
Fix several include-what-you-use findings
2016-11-08 09:42:04 -05:00
cmGlobalMinGWMakefileGenerator.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmGlobalMSYSMakefileGenerator.cxx
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmGlobalMSYSMakefileGenerator.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmGlobalNinjaGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmGlobalNinjaGenerator.h
Ninja: Cache ConvertToNinjaPath results to avoid repeat work
2017-09-19 11:21:36 -04:00
cmGlobalNMakeMakefileGenerator.cxx
Fix several include-what-you-use findings
2016-11-08 09:42:04 -05:00
cmGlobalNMakeMakefileGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalUnixMakefileGenerator3.cxx
Replace empty-string comparisons with checking against empty()
.
2017-09-21 11:23:19 +03:00
cmGlobalUnixMakefileGenerator3.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalVisualStudio7Generator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmGlobalVisualStudio7Generator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalVisualStudio8Generator.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmGlobalVisualStudio8Generator.h
cmGlobalVisualStudio8Generator: Drop unused GetDocumentation method
2017-04-19 14:45:00 -04:00
cmGlobalVisualStudio9Generator.cxx
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalVisualStudio9Generator.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio10Generator.cxx
Merge topic 'string-clear'
2017-09-19 08:27:00 -04:00
cmGlobalVisualStudio10Generator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalVisualStudio11Generator.cxx
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalVisualStudio11Generator.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmGlobalVisualStudio12Generator.cxx
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalVisualStudio12Generator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalVisualStudio14Generator.cxx
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalVisualStudio14Generator.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmGlobalVisualStudio15Generator.cxx
VS: Select and save a VS 2017 instance persistently
2017-10-19 10:20:12 -04:00
cmGlobalVisualStudio15Generator.h
VS: Select and save a VS 2017 instance persistently
2017-10-19 10:20:12 -04:00
cmGlobalVisualStudio71Generator.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmGlobalVisualStudio71Generator.h
Drop Visual Studio 7 .NET 2003 generator
2017-04-19 15:28:05 -04:00
cmGlobalVisualStudioGenerator.cxx
VS,Xcode: Add CMakeLists.txt sources without mutating targets
2017-10-18 14:24:07 -04:00
cmGlobalVisualStudioGenerator.h
cmake: Add --open option for IDE generators
2017-10-13 21:28:34 +02:00
cmGlobalWatcomWMakeGenerator.cxx
Fix several include-what-you-use findings
2016-11-08 09:42:04 -05:00
cmGlobalWatcomWMakeGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmGlobalXCodeGenerator.cxx
Merge topic 'xcode64'
2017-11-14 07:22:42 -05:00
cmGlobalXCodeGenerator.h
cmake: Add --open option for IDE generators
2017-10-13 21:28:34 +02:00
cmGraphAdjacencyList.h
cmGraphEdge: remove custom copy ctor
2017-04-21 21:42:45 +02:00
cmGraphVizWriter.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmGraphVizWriter.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmHexFileConverter.cxx
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmHexFileConverter.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmIDEFlagTable.h
cmIDEOptions: Add SpaceAppendable flag table type
2017-02-15 10:36:09 -05:00
cmIDEOptions.cxx
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmIDEOptions.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmIfCommand.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmIfCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmIncludeCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmIncludeCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmIncludeDirectoryCommand.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmIncludeDirectoryCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmIncludeExternalMSProjectCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmIncludeExternalMSProjectCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmIncludeGuardCommand.cxx
include_guard: implement new command
2017-06-22 10:53:42 +03:00
cmIncludeGuardCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmIncludeRegularExpressionCommand.cxx
Include necessary headers in commands
2016-10-26 09:02:44 +02:00
cmIncludeRegularExpressionCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstallCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmInstallCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstallCommandArguments.cxx
cmInstallCommandArguments: do not access static members through this
2017-10-05 14:53:52 +02:00
cmInstallCommandArguments.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmInstallDirectoryGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmInstallDirectoryGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstalledFile.cxx
Fix minor clang-tidy findings
2017-09-28 07:23:42 -04:00
cmInstalledFile.h
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmInstallExportAndroidMKGenerator.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmInstallExportAndroidMKGenerator.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmInstallExportGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmInstallExportGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstallFilesCommand.cxx
Add const-reference qualifications
2017-05-26 19:50:11 +03:00
cmInstallFilesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstallFilesGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmInstallFilesGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstallGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmInstallGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstallProgramsCommand.cxx
Separate compilation for commands included in cmCommands
2016-10-21 18:14:50 +02:00
cmInstallProgramsCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstallScriptGenerator.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmInstallScriptGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstallTargetGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmInstallTargetGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstallTargetsCommand.cxx
Use C++11 unordered containers
2017-08-22 23:05:27 +02:00
cmInstallTargetsCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmInstallType.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmLinkDirectoriesCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmLinkDirectoriesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmLinkedTree.h
cmLinkedTree: avoid unnecessary copies during Push of T
2017-10-09 10:23:14 +02:00
cmLinkItem.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmLinkLibrariesCommand.cxx
Separate compilation for commands included in cmCommands
2016-10-21 18:14:50 +02:00
cmLinkLibrariesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmLinkLineComputer.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmLinkLineComputer.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmLinkLineDeviceComputer.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmLinkLineDeviceComputer.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmListCommand.cxx
Replace C-style casts
2017-08-27 09:58:46 +02:00
cmListCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmListFileCache.cxx
misc: Added utility method to allow working with stacks
2017-11-01 11:32:11 -06:00
cmListFileCache.h
misc: Added utility method to allow working with stacks
2017-11-01 11:32:11 -06:00
cmListFileLexer.h
cmListFileLexer: bail out on seek-errors
2017-02-27 09:14:28 -05:00
cmLoadCacheCommand.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmLoadCacheCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmLoadCommandCommand.cxx
Replace empty-string comparisons with checking against empty()
.
2017-09-21 11:23:19 +03:00
cmLoadCommandCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmLocalCommonGenerator.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmLocalCommonGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmLocale.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmLocalGenerator.cxx
CMake: enable setting default dir creation permissions
2017-11-08 20:27:03 +01:00
cmLocalGenerator.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmLocalGhsMultiGenerator.cxx
Performance: Fix a few more unnecessary vector copies missed in af3fd6f
2017-08-18 07:59:52 -07:00
cmLocalGhsMultiGenerator.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmLocalNinjaGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmLocalNinjaGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmLocalUnixMakefileGenerator3.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmLocalUnixMakefileGenerator3.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmLocalVisualStudio7Generator.cxx
VS,Xcode: Add CMakeLists.txt sources without mutating targets
2017-10-18 14:24:07 -04:00
cmLocalVisualStudio7Generator.h
VS,Xcode: Add CMakeLists.txt sources without mutating targets
2017-10-18 14:24:07 -04:00
cmLocalVisualStudio10Generator.cxx
VS: Adapt project parsers to support "ProjectGUID" without curly brackets
2017-09-26 08:56:20 -04:00
cmLocalVisualStudio10Generator.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmLocalVisualStudioGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmLocalVisualStudioGenerator.h
VS,Xcode: Add CMakeLists.txt sources without mutating targets
2017-10-18 14:24:07 -04:00
cmLocalXCodeGenerator.cxx
Xcode: use ranged for loops, cleanup existing for loops
2017-11-10 13:12:57 +08:00
cmLocalXCodeGenerator.h
Fix some occurrences of missing override keywords
2017-09-28 07:23:41 -04:00
cmMachO.cxx
Convert some leftover loops to C++11 range-based loop
2017-09-28 07:23:43 -04:00
cmMachO.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmMacroCommand.cxx
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmMacroCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmMakeDirectoryCommand.cxx
Include necessary headers in commands
2016-10-26 09:02:44 +02:00
cmMakeDirectoryCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmMakefile.cxx
Merge topic 'server-test-info'
2017-11-07 08:18:59 -05:00
cmMakefile.h
Merge topic 'server-test-info'
2017-11-07 08:18:59 -05:00
cmMakefileExecutableTargetGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmMakefileExecutableTargetGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmMakefileLibraryTargetGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmMakefileLibraryTargetGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmMakefileTargetGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmMakefileTargetGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmMakefileUtilityTargetGenerator.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmMakefileUtilityTargetGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmMarkAsAdvancedCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmMarkAsAdvancedCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmMathCommand.cxx
Include necessary headers in commands
2016-10-26 09:02:44 +02:00
cmMathCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmMessageCommand.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmMessageCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmMessenger.cxx
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmMessenger.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmMSVC60LinkLineComputer.cxx
Pass large types by const&, small types by value
2017-06-04 00:48:21 +02:00
cmMSVC60LinkLineComputer.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmNewLineStyle.cxx
Add const-reference qualifications
2017-05-26 19:50:11 +03:00
cmNewLineStyle.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmNinjaLinkLineComputer.cxx
Pass large types by const&, small types by value
2017-06-04 00:48:21 +02:00
cmNinjaLinkLineComputer.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmNinjaNormalTargetGenerator.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmNinjaNormalTargetGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmNinjaTargetGenerator.cxx
Merge topic 'auto_ptr'
2017-09-27 07:25:11 -04:00
cmNinjaTargetGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmNinjaTypes.h
Ninja: Improve performance with deeply-dependent custom targets
2017-09-19 11:19:34 -04:00
cmNinjaUtilityTargetGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmNinjaUtilityTargetGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmOptionCommand.cxx
Fix several include-what-you-use findings
2016-11-08 09:42:04 -05:00
cmOptionCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmOrderDirectories.cxx
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmOrderDirectories.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmOSXBundleGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmOSXBundleGenerator.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmOutputConverter.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmOutputConverter.h
Pass large types by const&, small types by value
2017-06-04 00:48:21 +02:00
cmOutputRequiredFilesCommand.cxx
Replace empty-string comparisons with checking against empty()
.
2017-09-21 11:23:19 +03:00
cmOutputRequiredFilesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmParseArgumentsCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmParseArgumentsCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmparseMSBuildXML.py
VS: Update v140 flag tables from VS 15 MSBuild files
2016-09-06 10:22:39 -04:00
cmPathLabel.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmPathLabel.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmPipeConnection.cxx
server: Fixed mismatched new/delete; added proper shutdown procedure
2017-08-31 15:35:03 -04:00
cmPipeConnection.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmPolicies.cxx
Replace empty-string comparisons with checking against empty()
.
2017-09-21 11:23:19 +03:00
cmPolicies.h
Merge topic 'cmp0037-conditional-targets'
2017-10-31 08:19:27 -04:00
cmProcessOutput.cxx
clang-tidy: apply performance-unnecessary-value-param fixes
2016-12-12 14:04:12 -05:00
cmProcessOutput.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmProcessTools.cxx
cmProcessTools: fix minor issue introduced by 595feb3
2017-10-05 14:53:52 +02:00
cmProcessTools.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmProjectCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmProjectCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmProperty.cxx
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmProperty.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmPropertyDefinition.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmPropertyDefinition.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmPropertyDefinitionMap.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmPropertyDefinitionMap.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmPropertyMap.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmPropertyMap.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmQtAutoGen.cxx
Replace cmArray{Begin,End,Size} by their standard counterparts
2017-10-23 17:51:35 +02:00
cmQtAutoGen.h
Autogen: Reintroduce per-config sources support
2017-09-25 16:27:38 +02:00
cmQtAutoGenDigest.h
Autogen: Smarter target dependency computation
2017-09-07 18:03:14 +02:00
cmQtAutoGeneratorInitializer.cxx
Autogen: Don't add STATIC_LIBRARY cycle targets to the _autogen dependencies
2017-10-27 09:37:15 -04:00
cmQtAutoGeneratorInitializer.h
Autogen: Reintroduce per-config sources support
2017-09-25 16:27:38 +02:00
cmQtAutoGenerators.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmQtAutoGenerators.h
Autogen: Reintroduce per-config sources support
2017-09-25 16:27:38 +02:00
cmQTWrapCPPCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmQTWrapCPPCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmQTWrapUICommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmQTWrapUICommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmRemoveCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmRemoveCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmRemoveDefinitionsCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmRemoveDefinitionsCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmReturnCommand.cxx
cmExecutionStatus: Remove arguments from setters
2017-05-09 23:49:14 +02:00
cmReturnCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmRST.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmRST.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmRulePlaceholderExpander.cxx
Access string npos without instance
2017-06-01 14:19:51 -04:00
cmRulePlaceholderExpander.h
Add options for separate compile and link sysroots
2017-05-09 14:21:54 -04:00
cmScriptGenerator.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmScriptGenerator.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmSearchPath.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmSearchPath.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmSeparateArgumentsCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmSeparateArgumentsCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmServer.cxx
server: Swapped to cm_thread impl
2017-11-01 11:32:11 -06:00
cmServer.h
server: Swapped to cm_thread impl
2017-11-01 11:32:11 -06:00
cmServerConnection.cxx
server: Protect several fields from potentially pointing to bad memory
2017-08-31 15:35:46 -04:00
cmServerConnection.h
server: Moved buffer formatting into bufferstrategy
2017-08-31 15:35:04 -04:00
cmServerDictionary.h
server: return minimum cmake required version for each project
2017-11-07 12:15:57 -08:00
cmServerProtocol.cxx
server: return minimum cmake required version for each project
2017-11-07 12:15:57 -08:00
cmServerProtocol.h
server: add "ctestInfo" request to get test info
2017-11-03 09:39:01 -07:00
cmSetCommand.cxx
cm{Unset,Set}Command: use std::string to determine the env variable name
2017-10-10 13:28:39 -04:00
cmSetCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmSetDirectoryPropertiesCommand.cxx
Include necessary headers in commands
2016-10-26 09:02:44 +02:00
cmSetDirectoryPropertiesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmSetPropertyCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmSetPropertyCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmSetSourceFilesPropertiesCommand.cxx
Include necessary headers in commands
2016-10-26 09:02:44 +02:00
cmSetSourceFilesPropertiesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmSetTargetPropertiesCommand.cxx
clang-tidy: remove else after break and continue
2017-04-21 10:44:07 +02:00
cmSetTargetPropertiesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmSetTestsPropertiesCommand.cxx
clang-tidy: remove else after break and continue
2017-04-21 10:44:07 +02:00
cmSetTestsPropertiesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmSiteNameCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmSiteNameCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmSourceFile.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmSourceFile.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmSourceFileLocation.cxx
cmSourceFileLocation: Drop unnecessary copy-assignment operator
2017-09-20 14:10:44 -04:00
cmSourceFileLocation.h
Use C++11 '= delete' instead of CM_EQ_DELETE
2017-09-28 09:50:18 -04:00
cmSourceGroup.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmSourceGroup.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmSourceGroupCommand.cxx
Merge topic 'ranged-for'
2017-09-13 08:35:05 -04:00
cmSourceGroupCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmStandardLexer.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmState.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmState.h
Pass large types by const&, small types by value
2017-06-04 00:48:21 +02:00
cmStateDirectory.cxx
Improve several occurrences of vector::push_back in loops
2017-09-28 07:23:41 -04:00
cmStateDirectory.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmStatePrivate.h
cmStateDetail::PolicyStackEntry: remove custom copy ctor
2017-04-22 00:48:18 +02:00
cmStateSnapshot.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmStateSnapshot.h
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmStateTypes.h
Replace boolean implib
parameters with enum
2017-04-20 10:22:33 -04:00
cmStringCommand.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmStringCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmSubdirCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmSubdirCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmSubdirDependsCommand.cxx
fix some include-what-you-use diagnostics
2017-02-17 22:12:21 +01:00
cmSubdirDependsCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmSystemTools.cxx
cmSystemTools: Implement GetRealPath on Windows
2017-10-24 11:04:23 -04:00
cmSystemTools.h
cmSystemTools: Implement GetRealPath on Windows
2017-10-24 11:04:23 -04:00
cmTarget.cxx
Add new target-property IMPORTED_GLOBAL
.
2017-11-07 15:08:41 +01:00
cmTarget.h
clang-format: format all code as Cpp11
2017-08-30 11:07:05 -04:00
cmTargetCompileDefinitionsCommand.cxx
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetCompileDefinitionsCommand.h
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetCompileFeaturesCommand.cxx
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetCompileFeaturesCommand.h
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetCompileOptionsCommand.cxx
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetCompileOptionsCommand.h
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetDepend.h
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmTargetExport.h
Allow OBJECT libraries to be installed, exported, and imported
2017-04-18 11:36:10 -04:00
cmTargetIncludeDirectoriesCommand.cxx
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetIncludeDirectoriesCommand.h
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetLinkLibrariesCommand.cxx
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetLinkLibrariesCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmTargetLinkLibraryType.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmTargetPropCommandBase.cxx
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetPropCommandBase.h
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetPropertyComputer.cxx
Add new target-property IMPORTED_GLOBAL
.
2017-11-07 15:08:41 +01:00
cmTargetPropertyComputer.h
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmTargetSourcesCommand.cxx
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTargetSourcesCommand.h
Teach target_* commands to set INTERFACE properties of IMPORTED targets
2017-10-26 09:11:04 -04:00
cmTest.cxx
Fix several include-what-you-use findings
2016-11-08 09:42:04 -05:00
cmTest.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmTestGenerator.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmTestGenerator.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmTimestamp.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmTimestamp.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmTryCompileCommand.cxx
Include necessary headers in commands
2016-10-26 09:02:44 +02:00
cmTryCompileCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmTryRunCommand.cxx
TryRun: do not call strcpy()
2017-10-08 18:36:09 +02:00
cmTryRunCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmUnexpectedCommand.cxx
Combine all unexpected commands to a single class
2016-11-29 13:53:29 -05:00
cmUnexpectedCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmUnsetCommand.cxx
cm{Unset,Set}Command: use std::string to determine the env variable name
2017-10-10 13:28:39 -04:00
cmUnsetCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmUseMangledMesaCommand.cxx
Fix trivial typos in text
2017-11-03 10:25:05 -04:00
cmUseMangledMesaCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmUtilitySourceCommand.cxx
Use C++11 nullptr
2017-08-24 23:39:47 +02:00
cmUtilitySourceCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmUtils.hxx
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmUuid.cxx
Port hash computation to cmCryptoHash
2016-11-10 08:29:38 -05:00
cmUuid.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmVariableRequiresCommand.cxx
Add const-reference qualifications
2017-05-26 19:50:11 +03:00
cmVariableRequiresCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmVariableWatch.cxx
variable_watch: Made it safe to add/remove watches in access callbacks
2017-09-21 11:50:57 -04:00
cmVariableWatch.h
variable_watch: Made it safe to add/remove watches in access callbacks
2017-09-21 11:50:57 -04:00
cmVariableWatchCommand.cxx
Meta: modernize old-fashioned loops to range-based for
.
2017-09-12 16:22:47 +03:00
cmVariableWatchCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmVersion.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmVersion.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmVersionConfig.h.in
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmVersionMacros.h
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmVisualStudio10TargetGenerator.cxx
VS: Fix warnings in generated references to '.settings' files
2017-11-09 11:48:38 -05:00
cmVisualStudio10TargetGenerator.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmVisualStudio10ToolsetOptions.cxx
VS: Split link flag table between v140 and v141 toolsets
2017-06-28 08:55:40 -04:00
cmVisualStudio10ToolsetOptions.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmVisualStudioGeneratorOptions.cxx
VS: Fix MANIFESTUAC link flag map to .vcxproj elements
2017-09-18 11:53:22 -04:00
cmVisualStudioGeneratorOptions.h
VS: Fix MANIFESTUAC link flag map to .vcxproj elements
2017-09-18 11:53:22 -04:00
cmVisualStudioSlnData.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmVisualStudioSlnData.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmVisualStudioSlnParser.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmVisualStudioSlnParser.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmVisualStudioWCEPlatformParser.cxx
Meta: replace empty-string assignments with clear()
.
2017-09-16 02:26:49 +03:00
cmVisualStudioWCEPlatformParser.h
IWYU: Mark cmConfigure.h with pragma: keep
2017-08-26 07:41:04 +02:00
cmVS10CLFlagTable.h
VS: connect /Y- compiler option with "Not Using Precompiled Headers"
2017-07-05 10:58:04 +02:00
cmVS10CSharpFlagTable.h
Vs: remove /nowin32manifest from C# flags to enable default VS behavior
2017-06-16 09:33:06 +02:00
cmVS10CudaFlagTable.h
VS: Add more CUDA flag table entries
2017-03-10 10:19:57 -05:00
cmVS10CudaHostFlagTable.h
VS: Place CUDA host compiler options in proper project file fields
2017-03-10 10:19:56 -05:00
cmVS10LibFlagTable.h
Revise C++ coding style using clang-format
2016-05-16 16:05:19 -04:00
cmVS10LinkFlagTable.h
VS: Fix MANIFESTUAC link flag map to .vcxproj elements
2017-09-18 11:53:22 -04:00
cmVS10MASMFlagTable.h
VS: Fix MASM flag tables
2017-05-03 12:46:27 -04:00
cmVS10NASMFlagTable.h
VS: Add support for ASM_NASM language
2017-02-07 13:20:52 -05:00
cmVS10RCFlagTable.h
VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS
2017-06-22 09:45:42 -04:00
cmVS11CLFlagTable.h
VS: connect /Y- compiler option with "Not Using Precompiled Headers"
2017-07-05 10:58:04 +02:00
cmVS11CSharpFlagTable.h
Vs: remove /nowin32manifest from C# flags to enable default VS behavior
2017-06-16 09:33:06 +02:00
cmVS11LibFlagTable.h
Revise C++ coding style using clang-format
2016-05-16 16:05:19 -04:00
cmVS11LinkFlagTable.h
VS: Fix MANIFESTUAC link flag map to .vcxproj elements
2017-09-18 11:53:22 -04:00
cmVS11MASMFlagTable.h
VS: Fix MASM flag tables
2017-05-03 12:46:27 -04:00
cmVS11RCFlagTable.h
VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS
2017-06-22 09:45:42 -04:00
cmVS12CLFlagTable.h
VS: connect /Y- compiler option with "Not Using Precompiled Headers"
2017-07-05 10:58:04 +02:00
cmVS12CSharpFlagTable.h
Vs: remove /nowin32manifest from C# flags to enable default VS behavior
2017-06-16 09:33:06 +02:00
cmVS12LibFlagTable.h
Revise C++ coding style using clang-format
2016-05-16 16:05:19 -04:00
cmVS12LinkFlagTable.h
VS: Fix MANIFESTUAC link flag map to .vcxproj elements
2017-09-18 11:53:22 -04:00
cmVS12MASMFlagTable.h
VS: Fix MASM flag tables
2017-05-03 12:46:27 -04:00
cmVS12RCFlagTable.h
VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS
2017-06-22 09:45:42 -04:00
cmVS14LibFlagTable.h
MSVC: Add support for ARM64 architecture
2017-09-12 09:54:29 -04:00
cmVS14MASMFlagTable.h
VS: Fix MASM flag tables
2017-05-03 12:46:27 -04:00
cmVS14RCFlagTable.h
VS: Fix support for rc /nologo flag in per-source COMPILE_FLAGS
2017-06-22 09:45:42 -04:00
cmVS140CLFlagTable.h
VS: connect /Y- compiler option with "Not Using Precompiled Headers"
2017-07-05 10:58:04 +02:00
cmVS140CSharpFlagTable.h
Vs: remove /nowin32manifest from C# flags to enable default VS behavior
2017-06-16 09:33:06 +02:00
cmVS140LinkFlagTable.h
VS: Fix MANIFESTUAC link flag map to .vcxproj elements
2017-09-18 11:53:22 -04:00
cmVS141CLFlagTable.h
VS generator: support /diagnostics compiler flag
2017-10-25 12:09:48 -07:00
cmVS141CSharpFlagTable.h
Vs: remove /nowin32manifest from C# flags to enable default VS behavior
2017-06-16 09:33:06 +02:00
cmVS141LinkFlagTable.h
Merge topic 'vs-manifestuac-flag-map'
2017-09-19 08:25:22 -04:00
cmVSSetupHelper.cxx
VS: Select and save a VS 2017 instance persistently
2017-10-19 10:20:12 -04:00
cmVSSetupHelper.h
cmVSSetupHelper: Add option to specify an instance
2017-10-19 10:20:12 -04:00
cmWhileCommand.cxx
Retire std::auto_ptr and its macro CM_AUTO_PTR
2017-09-26 00:07:19 +02:00
cmWhileCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmWorkingDirectory.cxx
cmWorkingDirectory: add class for changing the workdir
2017-03-06 10:38:20 -05:00
cmWorkingDirectory.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmWriteFileCommand.cxx
Add const-reference qualifications
2017-05-26 19:50:11 +03:00
cmWriteFileCommand.h
Use C++11 override instead of CM_OVERRIDE
2017-09-15 10:06:41 -04:00
cmXCode21Object.cxx
Convert some leftover loops to C++11 range-based loop
2017-09-28 07:23:43 -04:00
cmXCode21Object.h
Fix some occurrences of missing override keywords
2017-09-28 07:23:41 -04:00
cmXCodeObject.cxx
Xcode: use ranged for loops, cleanup existing for loops
2017-11-10 13:12:57 +08:00
cmXCodeObject.h
Xcode: use ranged for loops, cleanup existing for loops
2017-11-10 13:12:57 +08:00
cmXCodeScheme.cxx
Fix some occurrences of readability-braces-around-statements
2017-09-28 07:23:43 -04:00
cmXCodeScheme.h
Fix some occurrences using string by value rather than by const&
2017-09-28 07:23:40 -04:00
cmXMLParser.cxx
Replace C-style casts
2017-08-27 09:58:46 +02:00
cmXMLParser.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmXMLSafe.cxx
Simplify CMake per-source license notices
2016-09-27 15:14:44 -04:00
cmXMLSafe.h
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmXMLWriter.cxx
Use quotes for non-system includes
2017-04-11 22:35:21 +02:00
cmXMLWriter.h
CTest: adopt std::chrono::system_clock
2017-11-17 15:22:55 +00:00
ctest.cxx
cmCTest: Remove dead code
2017-11-07 14:15:20 -05:00
dir.dox
Added CMake_BUILD_DEVELOPER_REFERENCE option
2016-08-16 19:02:35 +03:00
dir.dox.in
Added CMake_BUILD_DEVELOPER_REFERENCE option
2016-08-16 19:02:35 +03:00