CMake/Source
Daniel Pfeifer 26ee9e4291 CPack: drop CPack prefix for includes
Automate with:

git grep -l '#include <CPack/' -- Source \
  | xargs sed -i 's/#include <CPack\/\(.*\)>/#include "\1"/g'

git grep -l '#include "CPack/' -- Source \
  | xargs sed -i 's/#include "CPack\/\(.*\)"/#include "\1"/g'
2017-04-11 22:35:20 +02:00
..
Checks Add a feature check to test availability of auto_ptr 2016-09-26 09:03:46 -04:00
CPack CPack: drop CPack prefix for includes 2017-04-11 22:35:20 +02:00
CTest Add 'DISABLED' test property 2017-03-29 10:29:57 -04:00
CursesDialog clang-format.bash: Use Git attributes to mark files for formatting 2017-02-22 16:59:26 -05:00
kwsys Merge branch 'upstream-KWSys' into update-kwsys 2017-03-28 10:18:10 -04:00
Modules FindLibUV: Add Windows library name 2017-03-30 18:53:57 +02:00
QtDialog Add self-sufficient wrapper for <sys/stat.h> 2017-03-24 22:58:25 +01:00
QtIFW QtIFW: Improved packaging 2017-01-12 19:29:52 +03:00
.gitattributes bindexplib: clang-format 2017-03-22 18:05:15 +03:00
bindexplib.cxx bindexplib: add ARM support 2017-04-04 08:52:46 -04:00
bindexplib.h bindexplib: Run clang-format on header file 2017-04-05 15:51:38 -04:00
cm_auto_ptr.hxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cm_codecvt.cxx codecvt: Add class for encoding conversion 2016-10-06 10:55:59 -04:00
cm_codecvt.hxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05: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 Add self-sufficient wrapper for <sys/stat.h> 2017-03-24 22:58:25 +01:00
cm_unordered_map.hxx Introduce CM_UNORDERED_MAP 2016-10-24 09:58:52 -04:00
cm_unordered_set.hxx Introduce CM_UNORDERED_SET 2016-10-24 22:34:52 +02:00
cm_utf8.c Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cm_utf8.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAddCompileOptionsCommand.cxx Separate compilation for commands included in cmCommands 2016-10-21 18:14:50 +02:00
cmAddCompileOptionsCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmAddCustomCommandCommand.cxx add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option 2017-01-13 20:02:16 -06:00
cmAddCustomCommandCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmAddCustomTargetCommand.cxx add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option 2017-01-13 20:02:16 -06:00
cmAddCustomTargetCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmAddDefinitionsCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmAddDefinitionsCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmAddDependenciesCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmAddDependenciesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmAddExecutableCommand.cxx clang-tidy: apply performance-faster-string-find fixes 2016-12-12 14:04:13 -05:00
cmAddExecutableCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmAddLibraryCommand.cxx clang-tidy: apply performance-faster-string-find fixes 2016-12-12 14:04:13 -05:00
cmAddLibraryCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmAddSubDirectoryCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmAddSubDirectoryCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmAddTestCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmAddTestCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmake.cxx Add self-sufficient wrapper for <sys/stat.h> 2017-03-24 22:58:25 +01:00
cmake.h split Default commands into Scripting and Project 2017-02-13 22:32:55 +01:00
cmake.version.manifest Windows: Fix CMAKE_HOST_SYSTEM_VERSION on Windows >= 8 (#15674) 2015-09-21 09:02:41 -04:00
CMakeInstallDestinations.cmake Add installation infix (empty by default) 2017-01-11 14:10:39 +03:00
CMakeLists.txt CPack: drop CPack prefix for includes 2017-04-11 22:35:20 +02:00
cmakemain.cxx fix include order of windows.h 2017-03-14 22:40:11 +01:00
CMakeSourceDir.txt.in
CMakeVersion.bash
CMakeVersion.cmake CMake Nightly Date Stamp 2017-04-11 00:01:05 -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 iwyu: Fix OSX specific issues 2016-11-23 00:41:44 +01:00
cmAlgorithms.h cmAlgorithms: add cmEraseIf function 2017-02-10 23:04:32 +01:00
cmArchiveWrite.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmArchiveWrite.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmAuxSourceDirectoryCommand.cxx clang-tidy: apply performance-faster-string-find fixes 2016-12-12 14:04:13 -05:00
cmAuxSourceDirectoryCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmBase32.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBase32.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmBreakCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmBreakCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmBuildCommand.cxx Remove redundant c_str() calls 2016-10-30 18:34:06 +01:00
cmBuildCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmBuildNameCommand.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmBuildNameCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmCacheManager.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmCacheManager.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmCallVisualStudioMacro.cxx iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmCallVisualStudioMacro.h iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmcldeps.cxx cmcldeps: prefer the /TC flag 2016-10-14 09:27:43 -04:00
cmCLocaleEnvironmentScope.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCLocaleEnvironmentScope.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCMakeHostSystemInformationCommand.cxx Add undocumented CMake language means to find VS 2017 2017-03-27 11:43:01 -04:00
cmCMakeHostSystemInformationCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmCMakeMinimumRequired.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmCMakeMinimumRequired.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmCMakePolicyCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmCMakePolicyCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmcmd.cxx bindexplib: Add support for parsing and integrating .def files 2017-03-21 10:02:33 -04:00
cmcmd.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommand.cxx cmDisallowedCommand: extract policy checking from cmCommand 2017-02-13 21:37:08 +01:00
cmCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmCommandArgumentLexer.cxx Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmCommandArgumentLexer.h Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmCommandArgumentLexer.in.l Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmCommandArgumentParser.cxx cmCommandArgumentParser: include what you use 2017-02-17 22:12:21 +01:00
cmCommandArgumentParser.y cmCommandArgumentParser: include what you use 2017-02-17 22:12:21 +01:00
cmCommandArgumentParserHelper.cxx cmCommandArgumentParserHelper: remove unnecessary include 2017-03-29 18:48:47 +02:00
cmCommandArgumentParserHelper.h ParserHelper: Move macros to bottom of files 2017-02-20 10:35:55 -05:00
cmCommandArgumentParserTokens.h cmCommandArgumentParser: Port to bison 3 2017-02-16 21:18:15 +01:00
cmCommandArgumentsHelper.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCommandArgumentsHelper.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmCommands.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmCommands.h cmCommands: add commands directly to cmState 2017-02-13 22:39:20 +01:00
cmCommonTargetGenerator.cxx Refactoring: s,GetFeatureAsBool,IsIPOEnabled, 2017-03-30 10:16:30 -04:00
cmCommonTargetGenerator.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmComputeComponentGraph.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeComponentGraph.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeLinkDepends.cxx cmState: Port dependents to new cmStateTypes header 2016-10-19 15:40:59 +02:00
cmComputeLinkDepends.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmComputeLinkInformation.cxx Allow imported INTERFACE libraries to specify a link library name 2016-11-09 09:45:14 -05:00
cmComputeLinkInformation.h CUDA: Add LinkLineComputer that computes cuda dlink lines. 2016-11-14 16:40:48 -05:00
cmComputeTargetDepends.cxx cmListFileCache: Remove cmState header include 2016-10-19 15:41:00 +02:00
cmComputeTargetDepends.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmConditionEvaluator.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmConditionEvaluator.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmConfigure.cmake.h.in IWYU: use pragma export 2017-03-23 23:38:46 +01:00
cmConfigureFileCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmConfigureFileCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmContinueCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmContinueCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmConvertMSBuildXMLToJSON.py Add a script to convert from MSBuild XML to a JSON format 2016-10-12 14:40:18 -04:00
cmCoreTryCompile.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmCoreTryCompile.h try_compile: Add policy CMP0067 to honor language standards 2016-12-06 08:58:42 -05:00
cmCPackPropertiesGenerator.cxx fix a batch of include-what-you-use violations 2016-08-23 08:56:59 -04:00
cmCPackPropertiesGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCPluginAPI.cxx clang-tidy: apply readability-redundant-control-flow fixes 2016-12-12 14:04:14 -05: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 Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmCryptoHash.cxx cmCryptoHash: Add support for SHA-3 algorithms 2016-11-10 16:38:34 -05:00
cmCryptoHash.h iwyu: Fix more findings 2016-11-28 14:06:40 -05:00
cmCTest.cxx cmCTest, cmCTestCoverageHandler: remove cwd dance 2017-03-06 10:38:00 -05:00
cmCTest.h cmCTest: Move macros to bottom of file 2017-03-23 23:08:56 +01:00
cmCurl.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCurl.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmCustomCommand.cxx add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option 2017-01-13 20:02:16 -06:00
cmCustomCommand.h add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option 2017-01-13 20:02:16 -06:00
cmCustomCommandGenerator.cxx add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option 2017-01-13 20:02:16 -06:00
cmCustomCommandGenerator.h add_custom_{command,target}: Add COMMAND_EXPAND_LISTS option 2017-01-13 20:02:16 -06:00
cmCustomCommandLines.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDefinePropertyCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmDefinePropertyCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmDefinitions.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmDefinitions.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmDepends.cxx cmWorkingDirectory: use the new class 2017-03-06 10:38:58 -05:00
cmDepends.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsC.cxx UseSWIG: Automatically scan dependencies of SWIG files for Makefiles 2017-01-10 13:05:59 -05:00
cmDependsC.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsFortran.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmDependsFortran.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmDependsJava.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJava.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDependsJavaLexer.cxx Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmDependsJavaLexer.h Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmDependsJavaLexer.in.l Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmDependsJavaParser.cxx cmDependsJavaParser: include what you use 2017-02-17 22:12:21 +01:00
cmDependsJavaParser.y cmDependsJavaParser: include what you use 2017-02-17 22:12:21 +01:00
cmDependsJavaParserHelper.cxx clang-tidy: apply readability-redundant-string-init fixes 2016-12-12 14:04:13 -05:00
cmDependsJavaParserHelper.h ParserHelper: Move macros to bottom of files 2017-02-20 10:35:55 -05:00
cmDependsJavaParserTokens.h cmDependsJavaParser: Port to bison 3 2017-02-16 21:26:36 +01:00
cmDisallowedCommand.cxx cmDisallowedCommand: extract policy checking from cmCommand 2017-02-13 21:37:08 +01:00
cmDisallowedCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmDocumentation.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentation.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentationEntry.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentationFormatter.cxx clang-tidy: apply misc-redundant-expression fixes 2016-12-12 14:04:16 -05:00
cmDocumentationFormatter.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentationSection.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDocumentationSection.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmDynamicLoader.cxx IWYU: use pragma export 2017-03-23 23:38:46 +01:00
cmDynamicLoader.h IWYU: use pragma export 2017-03-23 23:38:46 +01:00
cmELF.cxx elf: Remove GetDynamicEntryCount and ReadBytes methods 2016-10-07 08:30:00 -04:00
cmELF.h elf: Remove GetDynamicEntryCount and ReadBytes methods 2016-10-07 08:30:00 -04:00
cmEnableLanguageCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmEnableLanguageCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmEnableTestingCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmEnableTestingCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmExecProgramCommand.cxx Add Encoding option for RunChild, RunMakeCommand and RunProcess 2016-11-15 01:00:46 +02:00
cmExecProgramCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmExecuteProcessCommand.cxx execute_process: Restore no-decoding default behavior 2017-02-13 13:53:17 -05:00
cmExecuteProcessCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmExecutionStatus.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmExpandedCommandArgument.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExpandedCommandArgument.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmExportBuildAndroidMKGenerator.cxx clang-tidy: apply readability-redundant-string-init fixes 2016-12-12 14:04:13 -05:00
cmExportBuildAndroidMKGenerator.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmExportBuildFileGenerator.cxx cmState: Port dependents to new cmStateTypes header 2016-10-19 15:40:59 +02:00
cmExportBuildFileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportCommand.cxx fix include order of windows.h 2017-03-14 22:40:11 +01:00
cmExportCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmExportFileGenerator.cxx cmState: Port dependents to new cmStateTypes header 2016-10-19 15:40:59 +02:00
cmExportFileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportInstallAndroidMKGenerator.cxx clang-tidy: apply readability-redundant-string-init fixes 2016-12-12 14:04:13 -05:00
cmExportInstallAndroidMKGenerator.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmExportInstallFileGenerator.cxx Add support for x32-abi 2017-03-07 15:22:55 -05:00
cmExportInstallFileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportLibraryDependenciesCommand.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmExportLibraryDependenciesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmExportSet.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportSet.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportSetMap.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportSetMap.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExportTryCompileFileGenerator.cxx cmState: Port dependents to new cmStateTypes header 2016-10-19 15:40:59 +02:00
cmExportTryCompileFileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExprLexer.cxx Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmExprLexer.h Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmExprLexer.in.l Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmExprParser.cxx cmExprParser: include what you use 2017-02-17 22:12:21 +01:00
cmExprParser.y cmExprParser: include what you use 2017-02-17 22:12:21 +01:00
cmExprParserHelper.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExprParserHelper.h ParserHelper: Move macros to bottom of files 2017-02-20 10:35:55 -05:00
cmExprParserTokens.h cmExprParser: Port to bison 3 2016-10-14 15:30:49 -04:00
cmExternalMakefileProjectGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExternalMakefileProjectGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraCodeBlocksGenerator.cxx Allow CodeBlocks for NMake Makefiles JOM 2017-01-10 19:26:21 +03:00
cmExtraCodeBlocksGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraCodeLiteGenerator.cxx CodeLite: Distribute source files into folders (virtual directories) 2017-03-31 15:00:59 -04:00
cmExtraCodeLiteGenerator.h CodeLite: Distribute source files into folders (virtual directories) 2017-03-31 15:00:59 -04:00
cmExtraEclipseCDT4Generator.cxx Eclipse: Fix indexer for subprojects 2016-11-21 15:05:14 -05:00
cmExtraEclipseCDT4Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraKateGenerator.cxx cmState: Port dependents to new cmStateTypes header 2016-10-19 15:40:59 +02:00
cmExtraKateGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmExtraSublimeTextGenerator.cxx Sublime: Do not build with verbose output 2017-01-10 10:52:48 -05:00
cmExtraSublimeTextGenerator.h Sublime: Add option to specify env vars for the .sublime-project 2016-10-27 14:07:18 -04:00
cmFileCommand.cxx Merge topic 'iwyu' 2017-03-30 08:58:26 -04:00
cmFileCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmFileLock.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLock.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLockPool.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLockPool.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLockResult.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFileLockResult.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04: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 Merge topic 'cmFileMonitor-skip-empty-names' 2017-01-12 10:20:21 -05:00
cmFileMonitor.h cmFileMonitor.h: Include cmConfigure.h first 2017-03-07 11:50:17 -05:00
cmFilePathChecksum.cxx cmFilePathChecksum: Make methods const useable 2017-02-19 12:35:42 +01:00
cmFilePathChecksum.h cmFilePathChecksum: Make methods const useable 2017-02-19 12:35:42 +01:00
cmFileTimeComparison.cxx Add self-sufficient wrapper for <sys/stat.h> 2017-03-24 22:58:25 +01:00
cmFileTimeComparison.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmFindBase.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmFindBase.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmFindCommon.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmFindCommon.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmFindFileCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmFindFileCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmFindLibraryCommand.cxx Add support for x32-abi 2017-03-07 15:22:55 -05:00
cmFindLibraryCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmFindPackageCommand.cxx fix include order of windows.h 2017-03-14 22:40:11 +01:00
cmFindPackageCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmFindPathCommand.cxx clang-tidy: apply performance-faster-string-find fixes 2016-12-12 14:04:13 -05:00
cmFindPathCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmFindProgramCommand.cxx clang-tidy: apply readability-redundant-string-init fixes 2016-12-12 14:04:13 -05:00
cmFindProgramCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmFLTKWrapUICommand.cxx clang-tidy: apply readability-redundant-string-init fixes 2016-12-12 14:04:13 -05:00
cmFLTKWrapUICommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmForEachCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmForEachCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmFortranLexer.cxx Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmFortranLexer.h Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmFortranLexer.in.l Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmFortranParser.cxx cmFortranParser: include what you use 2017-02-20 10:35:55 -05:00
cmFortranParser.h cmFortranParser: remove unnecessary typedef 2017-03-29 18:48:48 +02:00
cmFortranParser.y cmFortranParser: include what you use 2017-02-20 10:35:55 -05:00
cmFortranParserImpl.cxx cmFortranParserImpl: remove unnecessary include 2017-03-29 18:48:47 +02:00
cmFortranParserTokens.h cmFortranParser: include what you use 2017-02-20 10:35:55 -05:00
cmFunctionBlocker.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmFunctionCommand.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmFunctionCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmGeneratedFileStream.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmGeneratedFileStream.h cmGeneratedFileStream: Add optional encoding support 2016-10-06 10:56:00 -04:00
cmGeneratorExpression.cxx clang-tidy: apply modernize-use-bool-literals fixes 2016-12-12 14:04:14 -05:00
cmGeneratorExpression.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionContext.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionContext.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionDAGChecker.cxx silence selected clang-tidy violations 2016-10-18 22:56:47 +02:00
cmGeneratorExpressionDAGChecker.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionEvaluationFile.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmGeneratorExpressionEvaluationFile.h Add self-sufficient wrapper for <sys/stat.h> 2017-03-24 22:58:25 +01:00
cmGeneratorExpressionEvaluator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionEvaluator.h clang-tidy: apply performance-unnecessary-value-param fixes 2016-12-12 14:04:12 -05:00
cmGeneratorExpressionLexer.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionLexer.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionNode.cxx cmMakefile: Create an explicit "Object Libraries" source group 2017-04-11 10:09:57 -04:00
cmGeneratorExpressionNode.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorExpressionParser.cxx clang-tidy: apply modernize-use-bool-literals fixes 2016-12-12 14:04:14 -05:00
cmGeneratorExpressionParser.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGeneratorTarget.cxx cmGeneratorTarget: Replace source classifier implementation 2017-04-07 15:35:48 -04:00
cmGeneratorTarget.h cmGeneratorTarget: Replace source classifier implementation 2017-04-07 15:35:48 -04:00
cmGetCMakePropertyCommand.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmGetCMakePropertyCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmGetDirectoryPropertyCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmGetDirectoryPropertyCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmGetFilenameComponentCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmGetFilenameComponentCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmGetPropertyCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmGetPropertyCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmGetSourceFilePropertyCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmGetSourceFilePropertyCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmGetTargetPropertyCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmGetTargetPropertyCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmGetTestPropertyCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmGetTestPropertyCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmGhsMultiGpj.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGhsMultiGpj.h avoid including cmStandardIncludes.h 2016-11-28 14:06:41 -05:00
cmGhsMultiTargetGenerator.cxx cmState: Move TargetType enum to separate namespace 2016-10-19 15:40:58 +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 Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalGenerator.cxx Add GENERATOR_IS_MULTI_CONFIG global property 2017-04-04 09:49:00 -04:00
cmGlobalGenerator.h Merge topic 'ipo-policy-CMP0069' 2017-03-31 10:38:08 -04:00
cmGlobalGeneratorFactory.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmGlobalGhsMultiGenerator.cxx avoid including cmStandardIncludes.h 2016-11-28 14:06:41 -05:00
cmGlobalGhsMultiGenerator.h cmGlobalGenerator: Allow FindMakeProgram to fail 2016-10-20 10:37:27 -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 cmState: Port dependents to new cmStateTypes header 2016-10-19 15:40:59 +02:00
cmGlobalKdevelopGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -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 Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmGlobalMSYSMakefileGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalNinjaGenerator.cxx Merge topic 'include-what-you-use' 2016-11-08 09:44:40 -05:00
cmGlobalNinjaGenerator.h Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION 2017-03-30 14:56:46 -04:00
cmGlobalNMakeMakefileGenerator.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmGlobalNMakeMakefileGenerator.h NMake: Use ANSI encoding for NMake Makefiles 2016-10-06 10:56:00 -04:00
cmGlobalUnixMakefileGenerator3.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmGlobalUnixMakefileGenerator3.h Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION 2017-03-30 14:56:46 -04:00
cmGlobalVisualStudio7Generator.cxx VS: Pass whole target to WriteProjectConfigurations 2017-04-05 13:37:45 -04:00
cmGlobalVisualStudio7Generator.h VS: Pass whole target to WriteProjectConfigurations 2017-04-05 13:37:45 -04:00
cmGlobalVisualStudio8Generator.cxx include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG> 2017-04-05 13:44:03 -04:00
cmGlobalVisualStudio8Generator.h VS: Pass whole target to WriteProjectConfigurations 2017-04-05 13:37:45 -04:00
cmGlobalVisualStudio9Generator.cxx iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmGlobalVisualStudio9Generator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalVisualStudio10Generator.cxx VS: Add placeholder CUDA flag tables 2017-03-10 10:19:55 -05:00
cmGlobalVisualStudio10Generator.h VS: Add placeholder CUDA flag tables 2017-03-10 10:19:55 -05:00
cmGlobalVisualStudio11Generator.cxx VS: Add flag tables for C# 2016-12-01 16:45:34 +01:00
cmGlobalVisualStudio11Generator.h iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmGlobalVisualStudio12Generator.cxx VS: Refactor generator toolset parsing 2017-02-15 08:15:37 -05:00
cmGlobalVisualStudio12Generator.h VS: Refactor generator toolset parsing 2017-02-15 08:15:37 -05:00
cmGlobalVisualStudio14Generator.cxx cmAlgorithms: add cmEraseIf function 2017-02-10 23:04:32 +01:00
cmGlobalVisualStudio14Generator.h iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmGlobalVisualStudio15Generator.cxx VS2017: If Win 8.1 SDK is not available, use Win 10 SDK 2017-02-21 13:47:54 -05:00
cmGlobalVisualStudio15Generator.h VS2017: If Win 8.1 SDK is not available, use Win 10 SDK 2017-02-21 13:47:54 -05:00
cmGlobalVisualStudio71Generator.cxx include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG> 2017-04-05 13:44:03 -04:00
cmGlobalVisualStudio71Generator.h VS: Pass whole target to WriteProjectConfigurations 2017-04-05 13:37:45 -04:00
cmGlobalVisualStudioGenerator.cxx VS: Simplify use of object libraries in WINDOWS_EXPORT_ALL_SYMBOLS 2017-04-11 10:10:27 -04:00
cmGlobalVisualStudioGenerator.h iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmGlobalWatcomWMakeGenerator.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmGlobalWatcomWMakeGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmGlobalXCodeGenerator.cxx Add GENERATOR_IS_MULTI_CONFIG global property 2017-04-04 09:49:00 -04:00
cmGlobalXCodeGenerator.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmGraphAdjacencyList.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmGraphVizWriter.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmGraphVizWriter.h cmState: Port dependents to new cmStateTypes header 2016-10-19 15:40:59 +02:00
cmHexFileConverter.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmHexFileConverter.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmIDEFlagTable.h cmIDEOptions: Add SpaceAppendable flag table type 2017-02-15 10:36:09 -05:00
cmIDEOptions.cxx Merge topic 'vs-rc-defines' 2017-03-29 09:14:54 -04:00
cmIDEOptions.h Merge topic 'vs-rc-defines' 2017-03-29 09:14:54 -04:00
cmIfCommand.cxx cmIfCommand: Reject duplicate else() and misplaced elseif() 2017-03-22 08:42:35 -04:00
cmIfCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmIncludeCommand.cxx Remove redundant c_str() calls 2016-10-30 18:34:06 +01:00
cmIncludeCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmIncludeDirectoryCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmIncludeDirectoryCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmIncludeExternalMSProjectCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmIncludeExternalMSProjectCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmIncludeRegularExpressionCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmIncludeRegularExpressionCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmInstallCommand.cxx Apple: Add support for static frameworks 2017-01-31 08:59:15 -05:00
cmInstallCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmInstallCommandArguments.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmInstallCommandArguments.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmInstallDirectoryGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallDirectoryGenerator.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmInstalledFile.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstalledFile.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallExportAndroidMKGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallExportAndroidMKGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallExportGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallExportGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallFilesCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmInstallFilesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmInstallFilesGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallFilesGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallProgramsCommand.cxx Separate compilation for commands included in cmCommands 2016-10-21 18:14:50 +02:00
cmInstallProgramsCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmInstallScriptGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallScriptGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallTargetGenerator.cxx clang-tidy: apply modernize-use-bool-literals fixes 2016-12-12 14:04:14 -05:00
cmInstallTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmInstallTargetsCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmInstallTargetsCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmInstallType.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLinkDirectoriesCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmLinkDirectoriesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmLinkedTree.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmLinkItem.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmLinkLibrariesCommand.cxx Separate compilation for commands included in cmCommands 2016-10-21 18:14:50 +02:00
cmLinkLibrariesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmLinkLineComputer.cxx CUDA: Now pass correct FLAGS when device link cuda executables. 2017-01-12 15:13:36 -05:00
cmLinkLineComputer.h CUDA: Now pass correct FLAGS when device link cuda executables. 2017-01-12 15:13:36 -05:00
cmLinkLineDeviceComputer.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmLinkLineDeviceComputer.h fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmListCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmListCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmListFileCache.cxx cmListFileLexer: bail out on seek-errors 2017-02-27 09:14:28 -05:00
cmListFileCache.h cmListFileCache: Remove cmState header include 2016-10-19 15:41:00 +02:00
cmListFileLexer.c cmListFileLexer: bail out on seek-errors 2017-02-27 09:14:28 -05:00
cmListFileLexer.h cmListFileLexer: bail out on seek-errors 2017-02-27 09:14:28 -05:00
cmListFileLexer.in.l cmListFileLexer: Fix signature of cmListFileLexer_New 2017-01-11 09:32:00 -05:00
cmLoadCacheCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmLoadCacheCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmLoadCommandCommand.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmLoadCommandCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmLocalCommonGenerator.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmLocalCommonGenerator.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmLocale.h store old locale to a temporary variable 2016-12-25 10:51:34 +01:00
cmLocalGenerator.cxx Refactoring: s,GetFeatureAsBool,IsIPOEnabled, 2017-03-30 10:16:30 -04:00
cmLocalGenerator.h clang-tidy: apply performance-unnecessary-value-param fixes 2016-12-12 14:04:12 -05:00
cmLocalGhsMultiGenerator.cxx cmState: Move TargetType enum to separate namespace 2016-10-19 15:40:58 +02:00
cmLocalGhsMultiGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmLocalNinjaGenerator.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmLocalNinjaGenerator.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmLocalUnixMakefileGenerator3.cxx cmAlgorithms: add cmEraseIf function 2017-02-10 23:04:32 +01:00
cmLocalUnixMakefileGenerator3.h Makefiles: Introduce local RelativePath method 2016-10-06 20:02:08 +02:00
cmLocalVisualStudio7Generator.cxx VS: Simplify logic collecting object library files as sources 2017-04-11 10:10:28 -04:00
cmLocalVisualStudio7Generator.h Refactor module definition file selection 2017-03-09 16:25:14 -05:00
cmLocalVisualStudio10Generator.cxx cmState: Move CacheEntryType enum to separate namespace 2016-10-19 15:40:58 +02:00
cmLocalVisualStudio10Generator.h iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmLocalVisualStudioGenerator.cxx cmState: Move TargetType enum to separate namespace 2016-10-19 15:40:58 +02:00
cmLocalVisualStudioGenerator.h iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmLocalXCodeGenerator.cxx iwyu: Fix OSX specific issues 2016-11-23 00:41:44 +01:00
cmLocalXCodeGenerator.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmMachO.cxx iwyu: Fix OSX specific issues 2016-11-23 00:41:44 +01:00
cmMachO.h iwyu: Fix OSX specific issues 2016-11-23 00:41:44 +01:00
cmMacroCommand.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmMacroCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmMakeDirectoryCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmMakeDirectoryCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmMakefile.cxx cmMakefile: Create an explicit "Object Libraries" source group 2017-04-11 10:09:57 -04:00
cmMakefile.h cmMakefile: Create an explicit "Object Libraries" source group 2017-04-11 10:09:57 -04:00
cmMakefileExecutableTargetGenerator.cxx Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation 2017-03-09 16:25:15 -05:00
cmMakefileExecutableTargetGenerator.h fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmMakefileLibraryTargetGenerator.cxx Implement interprocedural optimization for GNU compilers 2017-03-30 14:56:52 -04:00
cmMakefileLibraryTargetGenerator.h CUDA: Add separable compilation support to the makefile generator. 2016-11-14 16:40:49 -05:00
cmMakefileTargetGenerator.cxx Support WINDOWS_EXPORT_ALL_SYMBOLS with .def files 2017-03-21 10:02:34 -04:00
cmMakefileTargetGenerator.h Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation 2017-03-09 16:25:15 -05:00
cmMakefileUtilityTargetGenerator.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmMakefileUtilityTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMarkAsAdvancedCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmMarkAsAdvancedCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmMathCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmMathCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmMessageCommand.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmMessageCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmMessenger.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMessenger.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmMSVC60LinkLineComputer.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmMSVC60LinkLineComputer.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmNewLineStyle.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNewLineStyle.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNinjaLinkLineComputer.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmNinjaLinkLineComputer.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmNinjaNormalTargetGenerator.cxx Merge topic 'ipo-policy-CMP0069' 2017-03-31 10:38:08 -04:00
cmNinjaNormalTargetGenerator.h CUDA: Add separable compilation support to the ninja generator. 2016-11-14 16:40:48 -05:00
cmNinjaTargetGenerator.cxx Merge topic 'ninja-fortran-depfile-fix' 2017-03-22 08:52:18 -04:00
cmNinjaTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmNinjaTypes.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmNinjaUtilityTargetGenerator.cxx cmState: Port dependents to new cmStateTypes header 2016-10-19 15:40:59 +02:00
cmNinjaUtilityTargetGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOptionCommand.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmOptionCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmOrderDirectories.cxx cmOrderDirectories: Consider symlinks when checking implicit directories 2017-03-02 08:35:48 -05:00
cmOrderDirectories.h cmOrderDirectories: Factor out implicit directory check 2017-03-01 12:39:18 -05:00
cmOSXBundleGenerator.cxx cmGeneratorTarget: Use enum to describe bundle directory query level 2017-03-30 22:24:54 +02:00
cmOSXBundleGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmOutputConverter.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmOutputConverter.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmOutputRequiredFilesCommand.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmOutputRequiredFilesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmParseArgumentsCommand.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmParseArgumentsCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmparseMSBuildXML.py VS: Update v140 flag tables from VS 15 MSBuild files 2016-09-06 10:22:39 -04:00
cmPathLabel.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmPathLabel.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmPolicies.cxx cmListFileCache: Remove cmState header include 2016-10-19 15:41:00 +02:00
cmPolicies.h Add policy CMP0069 to enforce INTERPROCEDURAL_OPTIMIZATION 2017-03-30 14:56:46 -04:00
cmProcessOutput.cxx clang-tidy: apply performance-unnecessary-value-param fixes 2016-12-12 14:04:12 -05:00
cmProcessOutput.h clang-tidy: apply performance-unnecessary-value-param fixes 2016-12-12 14:04:12 -05:00
cmProcessTools.cxx Add Encoding option for RunChild, RunMakeCommand and RunProcess 2016-11-15 01:00:46 +02:00
cmProcessTools.h Add Encoding option for RunChild, RunMakeCommand and RunProcess 2016-11-15 01:00:46 +02:00
cmProjectCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmProjectCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmProperty.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmProperty.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyDefinition.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyDefinition.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyDefinitionMap.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyDefinitionMap.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyMap.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmPropertyMap.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmQtAutoGeneratorCommon.cxx Autogen: include what you use 2017-03-23 23:20:10 +01:00
cmQtAutoGeneratorCommon.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmQtAutoGeneratorInitializer.cxx Add self-sufficient wrapper for <sys/stat.h> 2017-03-24 22:58:25 +01:00
cmQtAutoGeneratorInitializer.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmQtAutoGenerators.cxx Autogen: Add RunCommand method with built in logging 2017-03-06 22:01:03 +01:00
cmQtAutoGenerators.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmQTWrapCPPCommand.cxx clang-tidy: apply readability-redundant-string-init fixes 2016-12-12 14:04:13 -05:00
cmQTWrapCPPCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmQTWrapUICommand.cxx clang-tidy: apply readability-redundant-string-init fixes 2016-12-12 14:04:13 -05:00
cmQTWrapUICommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmRemoveCommand.cxx Separate compilation for commands included in cmCommands 2016-10-21 18:14:50 +02:00
cmRemoveCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmRemoveDefinitionsCommand.cxx Separate compilation for commands included in cmCommands 2016-10-21 18:14:50 +02:00
cmRemoveDefinitionsCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmReturnCommand.cxx Separate compilation for commands included in cmBootstrapCommands2 2016-10-21 18:14:51 +02:00
cmReturnCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmRST.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmRST.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmRulePlaceholderExpander.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmRulePlaceholderExpander.h Merge topic 'fix-ctest-launchers' 2016-12-12 14:21:20 -05:00
cmScriptGenerator.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmScriptGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSearchPath.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmSearchPath.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmSeparateArgumentsCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmSeparateArgumentsCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmServer.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmServer.h server-mode: Add infrastructure to watch the filesystem 2016-09-29 21:47:05 +02:00
cmServerConnection.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmServerConnection.h cmServerConnection.h: Include cmConfigure.h first 2017-02-23 07:32:24 -05:00
cmServerDictionary.h server-mode: Handle generator toolset and platform in handshake 2016-10-28 13:46:15 +02:00
cmServerProtocol.cxx Merge topic 'server-mode-fix-home-dir-check' 2017-03-23 08:46:30 -04:00
cmServerProtocol.h server-mode: Reset GlobalGenerator before configure 2016-11-14 11:06:37 -05:00
cmSetCommand.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmSetCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmSetDirectoryPropertiesCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmSetDirectoryPropertiesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmSetPropertyCommand.cxx Remove redundant c_str() calls 2016-10-30 18:34:06 +01:00
cmSetPropertyCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmSetSourceFilesPropertiesCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmSetSourceFilesPropertiesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmSetTargetPropertiesCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmSetTargetPropertiesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmSetTestsPropertiesCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmSetTestsPropertiesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmSiteNameCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmSiteNameCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmSourceFile.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmSourceFile.h VS: add VS_CSHARP_<tagname> sourcefile property 2017-03-01 15:31:05 -05:00
cmSourceFileLocation.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceFileLocation.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceGroup.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceGroup.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmSourceGroupCommand.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmSourceGroupCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmStandardLexer.h Regenerate lexer source code 2016-12-14 09:40:33 -05:00
cmState.cxx Add GENERATOR_IS_MULTI_CONFIG global property 2017-04-04 09:49:00 -04:00
cmState.h Add GENERATOR_IS_MULTI_CONFIG global property 2017-04-04 09:49:00 -04:00
cmStateDirectory.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmStateDirectory.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmStatePrivate.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmStateSnapshot.cxx Fix CMAKE_HOST_SYSTEM_NAME on SunOS 2017-02-27 10:30:45 -05:00
cmStateSnapshot.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmStateTypes.h cmStateTypes: document that the ordering of targets is important 2017-03-07 09:30:07 -05:00
cmStringCommand.cxx clang-tidy: apply readability-redundant-string-init fixes 2016-12-12 14:04:13 -05:00
cmStringCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmSubdirCommand.cxx Remove redundant c_str() calls 2016-10-30 18:34:06 +01:00
cmSubdirCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmSubdirDependsCommand.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmSubdirDependsCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmSystemTools.cxx Add self-sufficient wrapper for <sys/stat.h> 2017-03-24 22:58:25 +01:00
cmSystemTools.h Add self-sufficient wrapper for <sys/stat.h> 2017-03-24 22:58:25 +01:00
cmTarget.cxx Add variable 'CMAKE_INTERPROCEDURAL_OPTIMIZATION' 2017-03-02 09:37:39 -05:00
cmTarget.h Merge topic 'imported-interface-libname' 2016-11-09 09:49:49 -05:00
cmTargetCompileDefinitionsCommand.cxx Separate compilation for commands included in cmCommands 2016-10-21 18:14:50 +02:00
cmTargetCompileDefinitionsCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmTargetCompileFeaturesCommand.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTargetCompileFeaturesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmTargetCompileOptionsCommand.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTargetCompileOptionsCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmTargetDepend.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTargetExport.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTargetIncludeDirectoriesCommand.cxx Separate compilation for commands included in cmCommands 2016-10-21 18:14:50 +02:00
cmTargetIncludeDirectoriesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmTargetLinkLibrariesCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmTargetLinkLibrariesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmTargetLinkLibraryType.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTargetPropCommandBase.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTargetPropCommandBase.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTargetPropertyComputer.cxx Allow NO_SYSTEM_FROM_IMPORTED on imported INTERFACE libraries 2016-11-21 11:42:01 -05:00
cmTargetPropertyComputer.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTargetSourcesCommand.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTargetSourcesCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmTest.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTest.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTestGenerator.cxx Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTestGenerator.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmTimestamp.cxx string: Teach TIMESTAMP to treat %% as % 2017-01-27 09:25:37 -05:00
cmTimestamp.h Fix several include-what-you-use findings 2016-11-08 09:42:04 -05:00
cmTryCompileCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmTryCompileCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmTryRunCommand.cxx Use the empty method to check for emptiness 2016-10-30 18:27:35 +01:00
cmTryRunCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmUnexpectedCommand.cxx Combine all unexpected commands to a single class 2016-11-29 13:53:29 -05:00
cmUnexpectedCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmUnsetCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmUnsetCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmUseMangledMesaCommand.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmUseMangledMesaCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmUtilitySourceCommand.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmUtilitySourceCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmUtils.hxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmUuid.cxx Port hash computation to cmCryptoHash 2016-11-10 08:29:38 -05:00
cmUuid.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVariableRequiresCommand.cxx fix some include-what-you-use diagnostics 2017-02-17 22:12:21 +01:00
cmVariableRequiresCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmVariableWatch.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVariableWatch.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVariableWatchCommand.cxx Separate compilation for commands included in cmCommands 2016-10-21 18:14:50 +02:00
cmVariableWatchCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmVersion.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVersion.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04: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: Simplify logic collecting object library files as sources 2017-04-11 10:10:28 -04:00
cmVisualStudio10TargetGenerator.h VS: Add basic infrastructure for CUDA generation 2017-03-10 10:19:56 -05:00
cmVisualStudio10ToolsetOptions.cxx VS: Add support for ASM_NASM language 2017-02-07 13:20:52 -05:00
cmVisualStudio10ToolsetOptions.h VS: Add flag tables for C# 2016-12-01 16:45:34 +01:00
cmVisualStudioGeneratorOptions.cxx Merge topic 'vs-rc-defines' 2017-03-29 09:14:54 -04:00
cmVisualStudioGeneratorOptions.h VS: Select CUDA code generation architectures 2017-03-10 10:19:57 -05:00
cmVisualStudioSlnData.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudioSlnData.h iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmVisualStudioSlnParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudioSlnParser.h iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmVisualStudioWCEPlatformParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmVisualStudioWCEPlatformParser.h iwyu: Fix VisualStudio specific issues 2016-11-28 14:06:40 -05:00
cmVS10CLFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS10CSharpFlagTable.h VS: Add flag tables for C# 2016-12-01 16:45:34 +01: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 Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS10MASMFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS10NASMFlagTable.h VS: Add support for ASM_NASM language 2017-02-07 13:20:52 -05:00
cmVS10RCFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS11CLFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS11CSharpFlagTable.h VS: Add flag tables for C# 2016-12-01 16:45:34 +01:00
cmVS11LibFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS11LinkFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS11MASMFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS11RCFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS12CLFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS12CSharpFlagTable.h VS: Add flag tables for C# 2016-12-01 16:45:34 +01:00
cmVS12LibFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS12LinkFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS12MASMFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS12RCFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS14LibFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS14LinkFlagTable.h VS: Update v140 flag tables from VS 15 MSBuild files 2016-09-06 10:22:39 -04:00
cmVS14MASMFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS14RCFlagTable.h Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
cmVS140CLFlagTable.h VS: Add v140 flag table entries for -Zc:inline[-] 2016-11-30 14:20:15 -05:00
cmVS140CSharpFlagTable.h VS: Add flag tables for C# 2016-12-01 16:45:34 +01:00
cmVS141CLFlagTable.h VS: Add v141 flag table entry for -Zc:inline- 2016-11-30 14:04:02 -05:00
cmVS141CSharpFlagTable.h VS: Add flag tables for C# 2016-12-01 16:45:34 +01:00
cmVSSetupHelper.cxx cmVSSetupHelper: Simplify use of EnumerateAndChooseVSInstance 2017-01-12 11:32:44 -05:00
cmVSSetupHelper.h VS: Add helper class to interact with Visual Studio Installer 2016-12-16 09:58:43 -05:00
cmWhileCommand.cxx Include necessary headers in commands 2016-10-26 09:02:44 +02:00
cmWhileCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmWorkingDirectory.cxx cmWorkingDirectory: add class for changing the workdir 2017-03-06 10:38:20 -05:00
cmWorkingDirectory.h cmWorkingDirectory: add class for changing the workdir 2017-03-06 10:38:20 -05:00
cmWriteFileCommand.cxx Add self-sufficient wrapper for <sys/stat.h> 2017-03-24 22:58:25 +01:00
cmWriteFileCommand.h cmConfigure: Ensure separate include block in headers 2017-04-11 22:35:20 +02:00
cmXCode21Object.cxx iwyu: Fix OSX specific issues 2016-11-23 00:41:44 +01:00
cmXCode21Object.h iwyu: Fix OSX specific issues 2016-11-23 00:41:44 +01:00
cmXCodeObject.cxx iwyu: Fix OSX specific issues 2016-11-23 00:41:44 +01:00
cmXCodeObject.h iwyu: Fix OSX specific issues 2016-11-23 00:41:44 +01:00
cmXCodeScheme.cxx Xcode: Use proper buildable name for schema 2017-02-28 22:38:30 +01:00
cmXCodeScheme.h Xcode: Use proper buildable name for schema 2017-02-28 22:38:30 +01:00
cmXMLParser.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXMLParser.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXMLSafe.cxx Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXMLSafe.h Simplify CMake per-source license notices 2016-09-27 15:14:44 -04:00
cmXMLWriter.cxx Xcode: Use proper indentation for schemes 2017-02-28 22:27:21 +01:00
cmXMLWriter.h Xcode: Use proper indentation for schemes 2017-02-28 22:27:21 +01:00
ctest.cxx Windows: Use UTF-8 for pipes in CMake, CTest and CPack 2016-11-30 00:38:48 +02: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