.. |
Checks
|
C++ feature checks: Filter out libstdc++ sprintf warnings
|
2018-11-20 12:50:45 -05:00 |
CPack
|
Add missing override
|
2018-12-30 12:32:55 -05:00 |
CTest
|
CTest: Add --show-only[=format] option to print test info
|
2019-01-10 07:37:32 -05:00 |
CursesDialog
|
Remove unnecessary c_str() calls
|
2018-09-05 15:12:57 -04:00 |
kwsys
|
Merge branch 'upstream-KWSys' into update-kwsys
|
2018-12-12 08:14:53 -05:00 |
LexerParser
|
Fortran: Fix module dependency scanning with upper-case SUBMODULE
|
2018-11-20 14:16:26 -05:00 |
Modules
|
FindLibUV: Also check uv/version.h for version detection
|
2018-06-25 10:16:46 -04:00 |
QtDialog
|
Merge topic 'readability-static-accessed-through-instance'
|
2018-11-28 09:07:45 -05:00 |
QtIFW
|
QtIFW: Improved packaging
|
2017-01-12 19:29:52 +03:00 |
.gitattributes
|
clang-format.bash: update to clang-format-6.0
|
2018-06-01 09:52:02 -04:00 |
bindexplib.cxx
|
Fix misc. typos
|
2018-06-04 10:32:49 -04:00 |
bindexplib.h
|
IWYU: Mark cmConfigure.h with pragma: keep
|
2017-08-26 07:41:04 +02:00 |
cm_codecvt.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cm_codecvt.hxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -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_static_string_view.hxx
|
String: Add support for a ""_s string literal syntax
|
2018-12-12 08:10:15 -05:00 |
cm_string_view.cxx
|
Add support for using C++17 string_view or a fallback
|
2018-12-11 13:19:39 -05:00 |
cm_string_view.hxx
|
Add support for using C++17 string_view or a fallback
|
2018-12-11 13:19:39 -05:00 |
cm_sys_stat.h
|
CPackDeb: Enable the DEB generator on Windows
|
2017-06-28 19:55:12 +02:00 |
cm_thread.hxx
|
utilities: Swapped to use std C++11 mutex/threading constructs
|
2017-12-01 12:09:51 -07: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 |
cmAddCompileDefinitionsCommand.cxx
|
add_compile_definitions: add new command
|
2018-04-20 09:28:13 -04:00 |
cmAddCompileDefinitionsCommand.h
|
add_compile_definitions: add new command
|
2018-04-20 09:28:13 -04:00 |
cmAddCompileOptionsCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmAddCompileOptionsCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmAddCustomCommandCommand.cxx
|
add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex
|
2018-11-03 08:39:45 -04:00 |
cmAddCustomCommandCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmAddCustomTargetCommand.cxx
|
add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex
|
2018-11-03 08:39:45 -04:00 |
cmAddCustomTargetCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmAddDefinitionsCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +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
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmAddExecutableCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmAddLibraryCommand.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmAddLibraryCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmAddLinkOptionsCommand.cxx
|
LINK_OPTIONS: Add new family of properties
|
2018-06-06 17:22:39 +02:00 |
cmAddLinkOptionsCommand.h
|
LINK_OPTIONS: Add new family of properties
|
2018-06-06 17:22:39 +02:00 |
cmAddSubDirectoryCommand.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +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 |
cmAffinity.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmAffinity.h
|
CTest: Add options to control test process affinity to CPUs
|
2018-03-05 09:21:32 -05:00 |
cmake.cxx
|
cmake: Drop unused table entry for selecting default generator
|
2019-01-09 11:31:55 -05:00 |
cmake.h
|
fileapi: Add protocol v1 infrastructure with support for shared query files
|
2018-12-12 06:39:30 -05:00 |
cmake.version.manifest
|
|
|
CMakeInstallDestinations.cmake
|
Utilities/Sphinx: Add option to build and install Info manual
|
2018-06-12 10:25:37 -04:00 |
CMakeLists.txt
|
Merge topic 'custom-string'
|
2018-12-13 09:58:50 -05:00 |
cmakemain.cxx
|
cmake: -S and -B can be used to specify source and build directories
|
2018-09-15 11:25:47 -04:00 |
CMakeSourceDir.txt.in
|
|
|
CMakeVersion.bash
|
|
|
CMakeVersion.cmake
|
CMake Nightly Date Stamp
|
2019-01-11 00:01:05 -05:00 |
CMakeVersion.rc.in
|
CMakeVersion RC file: Split patch into 2 components
|
2017-12-04 10:49:39 -08:00 |
CMakeVersionCompute.cmake
|
CMakeVersion.rc: Avoid leading zeros in integer version components
|
2018-03-09 10:52:49 -05:00 |
CMakeVersionSource.cmake
|
Version: Always define CMake_VERSION_IS_DIRTY to 0 or 1
|
2016-08-23 09:11:57 -04:00 |
cmakexbuild.cxx
|
Make use of std::chrono throughout every component
|
2018-01-23 18:56:42 +00:00 |
cmAlgorithms.h
|
cmAlgorithms: add utility functions to get signed size of containers
|
2018-12-27 22:29:06 +01:00 |
cmArchiveWrite.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +03:00 |
cmArchiveWrite.h
|
Mark operator bool explicit
|
2018-11-19 23:35:09 +01:00 |
cmAuxSourceDirectoryCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +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
|
Remove unnecessary c_str() in RegularExpression::find calls
|
2018-08-07 15:28:24 -04:00 |
cmBuildNameCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmCacheManager.cxx
|
clang-tidy: Fix readability-static-accessed-through-instance
|
2018-11-22 00:11:37 +01:00 |
cmCacheManager.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmCallVisualStudioMacro.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmCallVisualStudioMacro.h
|
IWYU: Mark cmConfigure.h with pragma: keep
|
2017-08-26 07:41:04 +02:00 |
cmcldeps.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +03: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
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmCMakeHostSystemInformationCommand.h
|
Fix trivial typos in text
|
2017-11-03 10:25:05 -04:00 |
cmCMakeMinimumRequired.cxx
|
cmake_minimum_required: Tolerate unknown future arguments
|
2018-03-26 11:31:08 -04:00 |
cmCMakeMinimumRequired.h
|
cmake_minimum_required: Tolerate unknown future arguments
|
2018-03-26 11:31:08 -04:00 |
cmCMakePolicyCommand.cxx
|
cmake_policy: Add undocumented GET_WARNING command
|
2018-10-10 10:56:00 -04:00 |
cmCMakePolicyCommand.h
|
cmake_policy: Add undocumented GET_WARNING command
|
2018-10-10 10:56:00 -04:00 |
cmcmd.cxx
|
cmake: add error message when '-E touch' fails
|
2018-11-27 16:20:43 -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
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmCommandArgumentParserHelper.cxx
|
cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_file
|
2018-12-30 08:31:09 +11:00 |
cmCommandArgumentParserHelper.h
|
cmCommandArgumentParserHelper: use cmMakefile::MaybeWarnUninitialized
|
2018-12-30 08:31:09 +11:00 |
cmCommandArgumentsHelper.cxx
|
Meta: replace empty-string assignments with clear() .
|
2017-09-16 02:26:49 +03:00 |
cmCommandArgumentsHelper.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmCommands.cxx
|
Merge topic 'set_directory_properties-script-mode'
|
2018-10-30 11:01:36 -04:00 |
cmCommands.h
|
cmake: register fake project commands in -P mode
|
2017-05-08 22:58:01 +02:00 |
cmCommonTargetGenerator.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmCommonTargetGenerator.h
|
cmCommonTargetGenerator: Rename member to avoid shadowing
|
2017-06-14 16:31:20 -04:00 |
cmComputeComponentGraph.cxx
|
Track backtraces in target dependencies internally
|
2018-10-18 08:11:19 -04:00 |
cmComputeComponentGraph.h
|
Use quotes for non-system includes
|
2017-04-11 22:35:21 +02:00 |
cmComputeLinkDepends.cxx
|
Track backtraces in target dependencies internally
|
2018-10-18 08:11:19 -04:00 |
cmComputeLinkDepends.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmComputeLinkInformation.cxx
|
RPATH: Add option for using $ORIGIN in build tree
|
2018-10-26 09:25:51 -04:00 |
cmComputeLinkInformation.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmComputeTargetDepends.cxx
|
Track backtraces in target dependencies internally
|
2018-10-18 08:11:19 -04:00 |
cmComputeTargetDepends.h
|
Track backtraces in target dependencies internally
|
2018-10-18 08:11:19 -04:00 |
cmConditionEvaluator.cxx
|
If: Support the 'DEFINED CACHE{}' syntax
|
2018-11-09 10:38:07 -05:00 |
cmConditionEvaluator.h
|
Use quotes for non-system includes
|
2017-04-11 22:35:21 +02:00 |
cmConfigure.cmake.h.in
|
Simplify CM_FALLTHROUGH implementation
|
2017-11-30 09:50:39 -05:00 |
cmConfigureFileCommand.cxx
|
configure_file: canonicalize input and output path in dependencies
|
2018-11-19 10:11:12 -05:00 |
cmConfigureFileCommand.h
|
Add in-class initialization of some members
|
2018-04-05 13:42:48 -04:00 |
cmConnection.cxx
|
server: Switched to a auto model for handles
|
2017-11-29 16:36:31 -05:00 |
cmConnection.h
|
server: Switched to a auto model for handles
|
2017-11-29 16:36:31 -05: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
|
Update XML->JSON generation script
|
2018-11-28 07:43:24 -08:00 |
cmCoreTryCompile.cxx
|
PIE link options: Update strategy to fix performance regression
|
2018-12-19 19:41:27 +11:00 |
cmCoreTryCompile.h
|
Add in-class initialization of some members
|
2018-04-05 13:42:48 -04: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
|
Source: Fix various compiler warnings in Visual Studio 2017
|
2019-01-09 08:25:10 -05:00 |
cmCPluginAPI.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -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: Add --show-only[=format] option to print test info
|
2019-01-10 07:37:32 -05:00 |
cmCTest.h
|
CTest: Add --show-only[=format] option to print test info
|
2019-01-10 07:37:32 -05:00 |
cmCurl.cxx
|
CTest: Remove submit method 'xmlrpc'
|
2018-11-29 00:29:12 +01:00 |
cmCurl.h
|
file(DOWNLOAD|UPLOAD): Add 'NETRC' and 'NETRC_FILE' suboption
|
2017-10-18 15:21:42 -04:00 |
cmCustomCommand.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmCustomCommand.h
|
cmCustomCommand: remove the default constructor
|
2018-10-14 19:26:25 -04:00 |
cmCustomCommandGenerator.cxx
|
add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex
|
2018-11-03 08:39:45 -04:00 |
cmCustomCommandGenerator.h
|
add_custom_{command,target}: WORKING_DIRECTORY generator expressions
|
2018-09-28 11:15:33 -04: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
|
cmStateSnapshot::GetDefinition(): Return std::string const*
|
2018-09-05 20:08:17 -04:00 |
cmDefinitions.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmDepends.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmDepends.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmDependsC.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmDependsC.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmDependsFortran.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmDependsFortran.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01: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
|
Reduce allocation of temporary values on heap.
|
2018-01-26 13:24:45 +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
|
Reduce allocation of temporary values on heap.
|
2018-01-26 13:24:45 +03:00 |
cmDocumentation.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmDocumentationEntry.h
|
Use quotes for non-system includes
|
2017-04-11 22:35:21 +02:00 |
cmDocumentationFormatter.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmDocumentationFormatter.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmDocumentationSection.cxx
|
Reduce allocation of temporary values on heap.
|
2018-01-26 13:24:45 +03:00 |
cmDocumentationSection.h
|
Use quotes for non-system includes
|
2017-04-11 22:35:21 +02:00 |
cmDuration.cxx
|
CTest: add safe conversion from cmDuration to integer types
|
2018-01-23 10:05:12 -05:00 |
cmDuration.h
|
CTest: add safe conversion from cmDuration to integer types
|
2018-01-23 10:05:12 -05: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
|
clang-tidy: fix warnings from version 7
|
2018-11-20 10:36:08 -05:00 |
cmELF.h
|
Mark operator bool explicit
|
2018-11-19 23:35:09 +01: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
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmExecProgramCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmExecuteProcessCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmExecuteProcessCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmExecutionStatus.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmExpandedCommandArgument.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmExpandedCommandArgument.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmExportBuildAndroidMKGenerator.cxx
|
Android.mk: De-duplicate link libraries logic during export
|
2018-09-11 13:17:11 -04:00 |
cmExportBuildAndroidMKGenerator.h
|
install,export: Maybe transform OBJECT libraries to INTERFACE libraries
|
2018-02-28 10:58:10 -05:00 |
cmExportBuildFileGenerator.cxx
|
LINK_DIRECTORIES: Add new properties and commands
|
2018-09-25 23:59:58 +10:00 |
cmExportBuildFileGenerator.h
|
install,export: Maybe transform OBJECT libraries to INTERFACE libraries
|
2018-02-28 10:58:10 -05:00 |
cmExportCommand.cxx
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmExportCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmExportFileGenerator.cxx
|
clang-tidy: fix warnings from version 7
|
2018-11-20 10:36:08 -05:00 |
cmExportFileGenerator.h
|
LINK_DIRECTORIES: Add new properties and commands
|
2018-09-25 23:59:58 +10:00 |
cmExportInstallAndroidMKGenerator.cxx
|
install,export: Maybe transform OBJECT libraries to INTERFACE libraries
|
2018-02-28 10:58:10 -05:00 |
cmExportInstallAndroidMKGenerator.h
|
install,export: Maybe transform OBJECT libraries to INTERFACE libraries
|
2018-02-28 10:58:10 -05:00 |
cmExportInstallFileGenerator.cxx
|
clang-tidy: Fix readability-static-accessed-through-instance
|
2018-11-22 00:11:37 +01:00 |
cmExportInstallFileGenerator.h
|
Fix misc. typos
|
2018-06-04 10:32:49 -04:00 |
cmExportLibraryDependenciesCommand.cxx
|
cmGeneratedFileStream: clang-tidy applied to remove redundant `c_str ` calls
|
2018-08-07 17:02:39 +02:00 |
cmExportLibraryDependenciesCommand.h
|
Add in-class initialization of some members
|
2018-04-05 13:42:48 -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
|
Fix transitive usage requirements through same-name imported targets
|
2018-09-10 07:51:44 -04:00 |
cmExportTryCompileFileGenerator.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmExprParserHelper.cxx
|
math: Restore toleration of unexpected characters in an expression
|
2018-07-16 14:46:43 -04:00 |
cmExprParserHelper.h
|
math: Restore toleration of unexpected characters in an expression
|
2018-07-16 14:46:43 -04:00 |
cmExternalMakefileProjectGenerator.cxx
|
cmake: Add --open option for IDE generators
|
2017-10-13 21:28:34 +02:00 |
cmExternalMakefileProjectGenerator.h
|
Add in-class initialization of some members
|
2018-04-05 13:42:48 -04:00 |
cmExtraCodeBlocksGenerator.cxx
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmExtraCodeBlocksGenerator.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmExtraCodeLiteGenerator.cxx
|
Source: Modernize for loops, add const modifiers
|
2018-12-31 11:50:40 -05:00 |
cmExtraCodeLiteGenerator.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmExtraEclipseCDT4Generator.cxx
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmExtraEclipseCDT4Generator.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmExtraKateGenerator.cxx
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmExtraKateGenerator.h
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmExtraSublimeTextGenerator.cxx
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmExtraSublimeTextGenerator.h
|
sourceFile properties: add property INCLUDE_DIRECTORIES
|
2018-01-24 15:10:10 +01:00 |
cmFileAPI.cxx
|
fileapi: add cmakeFiles v1
|
2018-12-12 09:46:13 -05:00 |
cmFileAPI.h
|
fileapi: add cmakeFiles v1
|
2018-12-12 09:46:13 -05:00 |
cmFileAPICache.cxx
|
fileapi: add cache v2
|
2018-12-12 09:46:13 -05:00 |
cmFileAPICache.h
|
fileapi: add cache v2
|
2018-12-12 09:46:13 -05:00 |
cmFileAPICMakeFiles.cxx
|
fileapi: add cmakeFiles v1
|
2018-12-12 09:46:13 -05:00 |
cmFileAPICMakeFiles.h
|
fileapi: add cmakeFiles v1
|
2018-12-12 09:46:13 -05:00 |
cmFileAPICodemodel.cxx
|
fileapi: extend codemodel v2 with directory details
|
2018-12-12 15:12:26 -05:00 |
cmFileAPICodemodel.h
|
fileapi: add codemodel v2
|
2018-12-12 06:40:10 -05:00 |
cmFileCommand.cxx
|
Source: Fix various compiler warnings in Visual Studio 2017
|
2019-01-09 08:25:10 -05:00 |
cmFileCommand.h
|
file: Add READ_SYMLINK sub-command
|
2018-12-06 10:11:51 -05:00 |
cmFileLock.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmFileLock.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmFileLockPool.cxx
|
Meta: modernize old-fashioned loops to range-based for .
|
2017-09-12 16:22:47 +03:00 |
cmFileLockPool.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmFileLockResult.cxx
|
cmFileLockResult: Avoid allocation for Windows error message
|
2017-07-07 14:04:20 -04:00 |
cmFileLockResult.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmFileLockUnix.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmFileLockWin32.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmFileMonitor.cxx
|
server: Fix assertion failure on directory paths in file monitor
|
2018-11-01 07:25:17 -04: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
|
Various typo fixes
|
2018-01-04 06:52:01 +11:00 |
cmFileTimeComparison.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmFileTimeComparison.h
|
Adjust class description in cmFileTimeComparison.h
|
2018-02-28 09:34:47 -05:00 |
cmFindBase.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +03:00 |
cmFindBase.h
|
find_*: Add a new PackageRoot search path group
|
2017-05-16 15:19:40 -04:00 |
cmFindCommon.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +03:00 |
cmFindCommon.h
|
find_package: Use PackageName_ROOT variables as search prefixes
|
2018-03-16 09:19:28 -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
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmFindLibraryCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmFindPackageCommand.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmFindPackageCommand.h
|
find_package(): Add policy to remove the FindQt module
|
2018-11-14 15:05:06 -05:00 |
cmFindPathCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmFindPathCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmFindProgramCommand.cxx
|
find_program: Consider CWD only for paths with separator
|
2018-06-14 14:28:03 -04:00 |
cmFindProgramCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmFLTKWrapUICommand.cxx
|
cmMakefile: Make GetRequiredDefinition return std::string
|
2018-09-05 15:15:55 -04:00 |
cmFLTKWrapUICommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmForEachCommand.cxx
|
clang-tidy: fix warnings from version 7
|
2018-11-20 10:36:08 -05:00 |
cmForEachCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmFortranParser.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmFortranParserImpl.cxx
|
Fortran: Add support for submodule dependencies
|
2018-04-20 10:57:31 -04: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
|
Revise implementation of case-insensitive command names
|
2018-05-22 10:56:24 -04:00 |
cmFunctionCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmGeneratedFileStream.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmGeneratedFileStream.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmGeneratorExpression.cxx
|
Source: Modernize for loops, add const modifiers
|
2018-12-31 11:50:40 -05:00 |
cmGeneratorExpression.h
|
Refactoring: introduce function to check if a string is a generator expression
|
2018-09-25 23:46:56 +10: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
|
INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support
|
2018-11-08 14:58:57 +01:00 |
cmGeneratorExpressionDAGChecker.h
|
INTERFACE_POSITION_INDEPENDENT_CODE: add generator expressions support
|
2018-11-08 14:58:57 +01:00 |
cmGeneratorExpressionEvaluationFile.cxx
|
cmCompiledGeneratorExpression::Evaluate(): return const std::string&
|
2018-08-09 14:50:17 -04:00 |
cmGeneratorExpressionEvaluationFile.h
|
Retire std::auto_ptr and its macro CM_AUTO_PTR
|
2017-09-26 00:07:19 +02:00 |
cmGeneratorExpressionEvaluator.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmGeneratorExpressionEvaluator.h
|
cmGeneratorExpression: Use std::move to avoid vector copies
|
2018-02-21 11:11:50 -05:00 |
cmGeneratorExpressionLexer.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmGeneratorExpressionLexer.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmGeneratorExpressionNode.cxx
|
Genex: Add policy to handle empty list items in $<IN_LIST:...>
|
2018-11-19 17:02:06 -05:00 |
cmGeneratorExpressionNode.h
|
Use quotes for non-system includes
|
2017-04-11 22:35:21 +02:00 |
cmGeneratorExpressionParser.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmGeneratorExpressionParser.h
|
Use quotes for non-system includes
|
2017-04-11 22:35:21 +02:00 |
cmGeneratorTarget.cxx
|
clang-tidy: fix warnings from version 7
|
2018-11-20 10:36:08 -05:00 |
cmGeneratorTarget.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01: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
|
cmMakefile: Make GetSafeDefinition return std::string const&
|
2018-09-18 11:16:46 -04:00 |
cmGetDirectoryPropertyCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmGetFilenameComponentCommand.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +03:00 |
cmGetFilenameComponentCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmGetPropertyCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03: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
|
Source: Modernize for loops, add const modifiers
|
2018-12-31 11:50:40 -05:00 |
cmGhsMultiTargetGenerator.h
|
Source: Modernize for loops, add const modifiers
|
2018-12-31 11:50:40 -05:00 |
cmGlobalBorlandMakefileGenerator.cxx
|
cmake: Add options for parallel builds to --build mode
|
2018-05-25 09:42:20 -04:00 |
cmGlobalBorlandMakefileGenerator.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -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
|
Merge topic 'nmake-compile-commands'
|
2019-01-07 15:26:55 -05:00 |
cmGlobalGenerator.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmGlobalGeneratorFactory.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmGlobalGhsMultiGenerator.cxx
|
GHS: Update default BSP name
|
2018-07-11 08:48:23 -04:00 |
cmGlobalGhsMultiGenerator.h
|
Add missing override
|
2018-12-30 12:32:55 -05:00 |
cmGlobalJOMMakefileGenerator.cxx
|
cmake: Add options for parallel builds to --build mode
|
2018-05-25 09:42:20 -04:00 |
cmGlobalJOMMakefileGenerator.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -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
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmGlobalNinjaGenerator.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmGlobalNMakeMakefileGenerator.cxx
|
cmake: Add options for parallel builds to --build mode
|
2018-05-25 09:42:20 -04:00 |
cmGlobalNMakeMakefileGenerator.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmGlobalUnixMakefileGenerator3.cxx
|
cmGeneratedFileStream: clang-tidy applied to remove redundant `c_str ` calls
|
2018-08-07 17:02:39 +02:00 |
cmGlobalUnixMakefileGenerator3.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmGlobalVisualStudio7Generator.cxx
|
Merge topic 'fileapi'
|
2018-12-13 09:57:59 -05:00 |
cmGlobalVisualStudio7Generator.h
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio8Generator.cxx
|
Add missing override
|
2018-12-30 12:32:55 -05:00 |
cmGlobalVisualStudio8Generator.h
|
VS: Move ExpressEdition member to top-level generator
|
2019-01-10 07:52:49 -05:00 |
cmGlobalVisualStudio9Generator.cxx
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio9Generator.h
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio10Generator.cxx
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio10Generator.h
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio11Generator.cxx
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio11Generator.h
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio12Generator.cxx
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio12Generator.h
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio14Generator.cxx
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio14Generator.h
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio15Generator.cxx
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio15Generator.h
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio71Generator.cxx
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudio71Generator.h
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudioGenerator.cxx
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalVisualStudioGenerator.h
|
VS: Convert WriteSLNHeader to non-virtual lookup table
|
2019-01-10 07:52:51 -05:00 |
cmGlobalWatcomWMakeGenerator.cxx
|
cmake: Add options for parallel builds to --build mode
|
2018-05-25 09:42:20 -04:00 |
cmGlobalWatcomWMakeGenerator.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmGlobalXCodeGenerator.cxx
|
cmOutputConverter: Moved ForceToRelativePath to cmSystem
|
2018-12-07 19:29:30 +00:00 |
cmGlobalXCodeGenerator.h
|
POSITION_INDEPENDENT_CODE: Manage link flags for executables
|
2018-11-11 17:34:09 +01:00 |
cmGlobVerificationManager.cxx
|
Merge topic 'state-reset-glob'
|
2018-08-24 13:34:06 -04:00 |
cmGlobVerificationManager.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmGraphAdjacencyList.h
|
Track backtraces in target dependencies internally
|
2018-10-18 08:11:19 -04:00 |
cmGraphVizWriter.cxx
|
graphviz: dereference ALIAS targets
|
2018-10-26 11:17:49 -04:00 |
cmGraphVizWriter.h
|
graphviz: dereference ALIAS targets
|
2018-10-26 11:17:49 -04:00 |
cmHexFileConverter.cxx
|
Use isxdigit() to determine if a character is a hex digit
|
2018-07-13 13:55:39 -04:00 |
cmHexFileConverter.h
|
IWYU: Mark cmConfigure.h with pragma: keep
|
2017-08-26 07:41:04 +02:00 |
cmIDEFlagTable.h
|
Convert cmIDEFlagTable to use owned strings
|
2018-11-28 07:43:25 -08:00 |
cmIDEOptions.cxx
|
Convert cmIDEFlagTable to use owned strings
|
2018-11-28 07:43:25 -08:00 |
cmIDEOptions.h
|
cmIDEOptions: use std::string
|
2018-02-26 11:24:45 -05:00 |
cmIfCommand.cxx
|
clang-tidy: fix warnings from version 7
|
2018-11-20 10:36:08 -05:00 |
cmIfCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmIncludeCommand.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmIncludeCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmIncludeDirectoryCommand.cxx
|
Refactoring: introduce function to check if a string is a generator expression
|
2018-09-25 23:46:56 +10:00 |
cmIncludeDirectoryCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmIncludeExternalMSProjectCommand.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04: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
|
install: Add sane set of defaults for DESTINATION and file type parameters
|
2018-11-07 14:08:48 -05:00 |
cmInstallCommand.h
|
install: Add sane set of defaults for DESTINATION and file type parameters
|
2018-11-07 14:08:48 -05:00 |
cmInstallCommandArguments.cxx
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmInstallCommandArguments.h
|
install: Add sane set of defaults for DESTINATION and file type parameters
|
2018-11-07 14:08:48 -05:00 |
cmInstallDirectoryGenerator.cxx
|
cmMakefile: return directories as const std::string&
|
2018-08-27 14:07:43 -04:00 |
cmInstallDirectoryGenerator.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmInstalledFile.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmInstalledFile.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01: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
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmInstallExportGenerator.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmInstallFilesCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmInstallFilesCommand.h
|
Add in-class initialization of some members
|
2018-04-05 13:42:48 -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
|
add_subdirectory: Run subdirectory install rules in correct order
|
2018-10-10 10:26:39 -04:00 |
cmInstallGenerator.h
|
add_subdirectory: Run subdirectory install rules in correct order
|
2018-10-10 10:26:39 -04:00 |
cmInstallProgramsCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmInstallProgramsCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmInstallScriptGenerator.cxx
|
install: Teach CODE,SCRIPT modes to evaluate generator expressions
|
2018-12-23 09:03:38 +11:00 |
cmInstallScriptGenerator.h
|
install: Teach CODE,SCRIPT modes to evaluate generator expressions
|
2018-12-23 09:03:38 +11:00 |
cmInstallSubdirectoryGenerator.cxx
|
add_subdirectory: Run subdirectory install rules in correct order
|
2018-10-10 10:26:39 -04:00 |
cmInstallSubdirectoryGenerator.h
|
add_subdirectory: Run subdirectory install rules in correct order
|
2018-10-10 10:26:39 -04:00 |
cmInstallTargetGenerator.cxx
|
install: Record TARGET mode backtraces internally
|
2018-10-18 12:46:48 -04:00 |
cmInstallTargetGenerator.h
|
install: Record TARGET mode backtraces internally
|
2018-10-18 12:46:48 -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 |
cmJsonObjectDictionary.h
|
cmake-server: Revert "Support codemodel filegroups for INTERFACE_SOURCES"
|
2018-10-17 14:02:39 -04:00 |
cmJsonObjects.cxx
|
Server mode: Fix regression of hasInstallRule
|
2018-12-12 10:29:50 -05:00 |
cmJsonObjects.h
|
server: Compile json object generation source separately
|
2018-09-21 11:39:59 -04:00 |
cmLinkDirectoriesCommand.cxx
|
link_directories(): enhance capabilities
|
2018-09-25 23:59:59 +10:00 |
cmLinkDirectoriesCommand.h
|
link_directories(): enhance capabilities
|
2018-09-25 23:59:59 +10:00 |
cmLinkedTree.h
|
cmLinkedTree: Remove deprecated std::iterator
|
2019-01-01 16:51:50 -05:00 |
cmLinkItem.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmLinkItem.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmLinkLibrariesCommand.cxx
|
Fix misc. typos
|
2018-06-04 10:32:49 -04:00 |
cmLinkLibrariesCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmLinkLineComputer.cxx
|
cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory
|
2018-12-08 11:24:06 +00:00 |
cmLinkLineComputer.h
|
IWYU: Mark cmConfigure.h with pragma: keep
|
2017-08-26 07:41:04 +02:00 |
cmLinkLineDeviceComputer.cxx
|
CUDA: Filter out non-static libraries during device linking
|
2018-10-29 11:57:29 -04:00 |
cmLinkLineDeviceComputer.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmListCommand.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +03:00 |
cmListCommand.h
|
list: Add TRANSFORM sub-command
|
2018-04-16 17:11:53 +02:00 |
cmListFileCache.cxx
|
cmLocalGenerator::AppendDefines: Remove const char* overloads
|
2018-10-26 06:54:32 -04:00 |
cmListFileCache.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmListFileLexer.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmLoadCacheCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmLoadCacheCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmLoadCommandCommand.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmLoadCommandCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmLocalCommonGenerator.cxx
|
cmMakefile: Make GetRequiredDefinition return std::string
|
2018-09-05 15:15:55 -04:00 |
cmLocalCommonGenerator.h
|
Makefile,Ninja: De-duplicate ComputeObjectFilenames method
|
2018-01-29 10:51:22 -05:00 |
cmLocale.h
|
IWYU: Mark cmConfigure.h with pragma: keep
|
2017-08-26 07:41:04 +02:00 |
cmLocalGenerator.cxx
|
PIE link options: Update strategy to fix performance regression
|
2018-12-19 19:41:27 +11:00 |
cmLocalGenerator.h
|
POSITION_INDEPENDENT_CODE: Manage link flags for executables
|
2018-11-11 17:34:09 +01: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
|
cmLocalNinjaGenerator: Prevent echoing of lines in ninja generated batch files
|
2018-12-06 16:53:07 +00:00 |
cmLocalNinjaGenerator.h
|
Ninja: Generate scripts for long custom command sequences
|
2018-02-06 13:24:46 -05:00 |
cmLocalUnixMakefileGenerator3.cxx
|
cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory
|
2018-12-08 11:24:06 +00:00 |
cmLocalUnixMakefileGenerator3.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmLocalVisualStudio7Generator.cxx
|
Convert cmIDEFlagTable to use owned strings
|
2018-11-28 07:43:25 -08:00 |
cmLocalVisualStudio7Generator.h
|
cmVisualStudioGeneratorOptions: specify indentation with integer
|
2018-04-25 11:01:37 -04:00 |
cmLocalVisualStudio10Generator.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmLocalVisualStudio10Generator.h
|
VS: Generate a custom command only in the least dependent target
|
2018-04-23 13:31:28 +09:00 |
cmLocalVisualStudioGenerator.cxx
|
VS: Use range-based 'for' loops in generator code
|
2017-12-21 14:52:49 -05:00 |
cmLocalVisualStudioGenerator.h
|
VS: Use 'override' keyword for overridden methods in generator classes
|
2017-12-15 21:17:49 -05:00 |
cmLocalXCodeGenerator.cxx
|
LocalGenerator: refactoring
|
2018-01-23 10:24:47 +01:00 |
cmLocalXCodeGenerator.h
|
LocalGenerator: refactoring
|
2018-01-23 10:24:47 +01:00 |
cmMachO.cxx
|
Convert some leftover loops to C++11 range-based loop
|
2017-09-28 07:23:43 -04:00 |
cmMachO.h
|
Mark operator bool explicit
|
2018-11-19 23:35:09 +01:00 |
cmMacroCommand.cxx
|
Revise implementation of case-insensitive command names
|
2018-05-22 10:56:24 -04:00 |
cmMacroCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmMakeDirectoryCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmMakeDirectoryCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmMakefile.cxx
|
cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_file
|
2018-12-30 08:31:09 +11:00 |
cmMakefile.h
|
cmake: Enable --warn-uninitialized inside string(CONFIGURE) and configure_file
|
2018-12-30 08:31:09 +11:00 |
cmMakefileExecutableTargetGenerator.cxx
|
CUDA: Fix crash on linking to a CUDA target without CUDA enabled
|
2018-12-05 14:45:19 -05:00 |
cmMakefileExecutableTargetGenerator.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmMakefileLibraryTargetGenerator.cxx
|
Merge topic 'lg-directory'
|
2018-08-28 13:43:48 -04:00 |
cmMakefileLibraryTargetGenerator.h
|
Makefile generator: link flags management refactoring
|
2018-06-06 17:02:33 +02:00 |
cmMakefileTargetGenerator.cxx
|
Merge topic 'nmake-compile-commands'
|
2019-01-07 15:26:55 -05:00 |
cmMakefileTargetGenerator.h
|
Replace occurrences of "Mac OS X" with "macOS" in comments
|
2018-09-10 13:34:09 +02:00 |
cmMakefileUtilityTargetGenerator.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03: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
|
math: Restore toleration of unexpected characters in an expression
|
2018-07-16 14:46:43 -04: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
|
cmMessenger: Decouple from cmState
|
2019-01-01 11:55:08 +11:00 |
cmMessenger.h
|
cmMessenger: Decouple from cmState
|
2019-01-01 11:55:08 +11:00 |
cmMSVC60LinkLineComputer.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmMSVC60LinkLineComputer.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmNewLineStyle.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmNewLineStyle.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01: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
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmNinjaNormalTargetGenerator.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmNinjaTargetGenerator.cxx
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmNinjaTargetGenerator.h
|
Replace occurrences of "Mac OS X" with "macOS" in comments
|
2018-09-10 13:34:09 +02:00 |
cmNinjaTypes.h
|
Ninja: Improve performance with deeply-dependent custom targets
|
2017-09-19 11:19:34 -04:00 |
cmNinjaUtilityTargetGenerator.cxx
|
Ninja: Generate scripts for long custom command sequences
|
2018-02-06 13:24:46 -05:00 |
cmNinjaUtilityTargetGenerator.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmOptionCommand.cxx
|
Merge topic 'definitions-get'
|
2018-09-07 16:08:02 -04:00 |
cmOptionCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmOrderDirectories.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +03:00 |
cmOrderDirectories.h
|
IWYU: Mark cmConfigure.h with pragma: keep
|
2017-08-26 07:41:04 +02:00 |
cmOSXBundleGenerator.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmOSXBundleGenerator.h
|
Use quotes for non-system includes
|
2017-04-11 22:35:21 +02:00 |
cmOutputConverter.cxx
|
cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory
|
2018-12-08 11:24:06 +00:00 |
cmOutputConverter.h
|
cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory
|
2018-12-08 11:24:06 +00:00 |
cmOutputRequiredFilesCommand.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmOutputRequiredFilesCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmParseArgumentsCommand.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmParseArgumentsCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -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: Switched to a auto model for handles
|
2017-11-29 16:36:31 -05:00 |
cmPipeConnection.h
|
server: Switched to a auto model for handles
|
2017-11-29 16:36:31 -05:00 |
cmPolicies.cxx
|
cmMakefile: Make GetSafeDefinition return std::string const&
|
2018-09-18 11:16:46 -04:00 |
cmPolicies.h
|
FindBISON: Add policy CMP0088 to run bison in build tree
|
2019-01-10 13:23:14 -05:00 |
cmProcessOutput.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmProcessOutput.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmProcessTools.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmProcessTools.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmProjectCommand.cxx
|
project(): Ensure DESCRIPTION and HOMEPAGE_URL variables are set
|
2018-10-08 08:28:17 +11:00 |
cmProjectCommand.h
|
CPack: Use project version as default for CPACK_PACKAGE_VERSION
|
2018-05-03 08:26:03 +10: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
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmQtAutoGen.h
|
Autogen: Use integers to store the Qt version
|
2018-08-13 18:12:47 +02:00 |
cmQtAutoGenerator.cxx
|
Remove unnecessary c_str() calls
|
2018-09-05 15:12:57 -04:00 |
cmQtAutoGenerator.h
|
Autogen: Add CMAKE_AUTOGEN_VERBOSE variable support
|
2018-06-21 19:16:40 +02:00 |
cmQtAutoGeneratorMocUic.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmQtAutoGeneratorMocUic.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmQtAutoGeneratorRcc.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmQtAutoGeneratorRcc.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmQtAutoGenGlobalInitializer.cxx
|
Autogen: Add AUTO(MOC|RCC|UIC)_EXECUTABLE target properties
|
2019-01-10 08:03:24 -05:00 |
cmQtAutoGenGlobalInitializer.h
|
Autogen: Add support for global `autogen and autorcc ` targets
|
2018-11-11 14:28:55 +01:00 |
cmQtAutoGenInitializer.cxx
|
Autogen: Add AUTO(MOC|RCC|UIC)_EXECUTABLE target properties
|
2019-01-10 08:03:24 -05:00 |
cmQtAutoGenInitializer.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmQTWrapCPPCommand.cxx
|
cmMakefile: Make GetRequiredDefinition return std::string
|
2018-09-05 15:15:55 -04:00 |
cmQTWrapCPPCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmQTWrapUICommand.cxx
|
cmMakefile: Make GetRequiredDefinition return std::string
|
2018-09-05 15:15:55 -04: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
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +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
|
clang-tidy: Fix readability-static-accessed-through-instance
|
2018-11-22 00:11:37 +01:00 |
cmRST.h
|
cmRST: Parse inline links and inline literals
|
2018-05-07 10:10:37 -04:00 |
cmRulePlaceholderExpander.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +03:00 |
cmRulePlaceholderExpander.h
|
MAINT: Misc. typos
|
2018-02-13 11:24:30 -05:00 |
cmScriptGenerator.cxx
|
Meta: replace empty-string assignments with clear() .
|
2017-09-16 02:26:49 +03:00 |
cmScriptGenerator.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmSearchPath.cxx
|
cmMakefile: return directories as const std::string&
|
2018-08-27 14:07:43 -04:00 |
cmSearchPath.h
|
find_package: Use PackageName_ROOT variables as search prefixes
|
2018-03-16 09:19:28 -04: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
|
clang-tidy: Fix readability-static-accessed-through-instance
|
2018-11-22 00:11:37 +01:00 |
cmServer.h
|
server: Switched to a auto model for handles
|
2017-11-29 16:36:31 -05:00 |
cmServerConnection.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmServerConnection.h
|
server: Switched to a auto model for handles
|
2017-11-29 16:36:31 -05:00 |
cmServerDictionary.h
|
server: Split json dictionary into separate header
|
2018-09-21 11:39:21 -04:00 |
cmServerProtocol.cxx
|
clang-tidy: Fix readability-static-accessed-through-instance
|
2018-11-22 00:11:37 +01:00 |
cmServerProtocol.h
|
server: add "ctestInfo" request to get test info
|
2017-11-03 09:39:01 -07:00 |
cmSetCommand.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +03: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
|
Remove unnecessary c_str() calls
|
2018-09-05 15:12:57 -04:00 |
cmSetPropertyCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmSetSourceFilesPropertiesCommand.cxx
|
Remove unnecessary c_str() calls
|
2018-09-05 15:12:57 -04: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
|
Remove unnecessary c_str() calls
|
2018-09-05 15:12:57 -04:00 |
cmSiteNameCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmSourceFile.cxx
|
cmMakefile: return directories as const std::string&
|
2018-08-27 14:07:43 -04:00 |
cmSourceFile.h
|
Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFile
|
2018-07-02 12:39:54 +02:00 |
cmSourceFileLocation.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmSourceFileLocation.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmSourceFileLocationKind.h
|
cmSourceFileLocation: allow skipping ambiguous extensions
|
2018-01-10 11:21:11 -05:00 |
cmSourceGroup.cxx
|
cmSourceGroup: code improvements; use std::string and C++11 loops
|
2018-01-10 19:01:49 -05:00 |
cmSourceGroup.h
|
cmSourceGroup: code improvements; use std::string and C++11 loops
|
2018-01-10 19:01:49 -05:00 |
cmSourceGroupCommand.cxx
|
Source_Group: Allow an empty prefix with the TREE syntax.
|
2018-04-30 16:44:08 +02:00 |
cmSourceGroupCommand.h
|
source_group: Fix TREE argument parsing
|
2018-01-30 12:49:26 -05:00 |
cmStandardLexer.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmState.cxx
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmState.h
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmStateDirectory.cxx
|
cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory
|
2018-12-08 11:24:06 +00:00 |
cmStateDirectory.h
|
cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory
|
2018-12-08 11:24:06 +00:00 |
cmStatePrivate.h
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmStateSnapshot.cxx
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmStateSnapshot.h
|
cmStateSnapshot: Add method to get current directory snapshot
|
2018-12-11 12:50:21 -05:00 |
cmStateTypes.h
|
Replace boolean implib parameters with enum
|
2017-04-20 10:22:33 -04:00 |
cmString.cxx
|
String: Add str_if_stable() as a const alternative to str()
|
2018-12-12 08:10:16 -05:00 |
cmString.hxx
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmStringCommand.cxx
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +03:00 |
cmStringCommand.h
|
string() Refactoring: creates an helper for REGEX REPLACE
|
2018-04-16 15:04:14 +02:00 |
cmStringReplaceHelper.cxx
|
string() Refactoring: creates an helper for REGEX REPLACE
|
2018-04-16 15:04:14 +02:00 |
cmStringReplaceHelper.h
|
clang-tidy: Remove redundant member initializations
|
2018-12-15 10:51:47 +01:00 |
cmSubdirCommand.cxx
|
cmMakefile: return directories as const std::string&
|
2018-08-27 14:07:43 -04: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
|
cmOutputConverter: Moved ForceToRelativePath to cmSystem
|
2018-12-07 19:29:30 +00:00 |
cmSystemTools.h
|
cmOutputConverter: Moved ForceToRelativePath to cmSystem
|
2018-12-07 19:29:30 +00:00 |
cmTarget.cxx
|
cmTarget: Remove unused classes cmTargetSet and cmTargetManifest
|
2018-12-06 11:40:13 -05:00 |
cmTarget.h
|
cmTarget: Remove unused classes cmTargetSet and cmTargetManifest
|
2018-12-06 11:40:13 -05:00 |
cmTargetCompileDefinitionsCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03: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
|
Track backtraces in target dependencies internally
|
2018-10-18 08:11:19 -04:00 |
cmTargetExport.h
|
Allow OBJECT libraries to be installed, exported, and imported
|
2017-04-18 11:36:10 -04:00 |
cmTargetIncludeDirectoriesCommand.cxx
|
cmMakefile: return directories as const std::string&
|
2018-08-27 14:07:43 -04:00 |
cmTargetIncludeDirectoriesCommand.h
|
Teach target_* commands to set INTERFACE properties of IMPORTED targets
|
2017-10-26 09:11:04 -04:00 |
cmTargetLinkDirectoriesCommand.cxx
|
LINK_DIRECTORIES: Add new properties and commands
|
2018-09-25 23:59:58 +10:00 |
cmTargetLinkDirectoriesCommand.h
|
LINK_DIRECTORIES: Add new properties and commands
|
2018-09-25 23:59:58 +10:00 |
cmTargetLinkLibrariesCommand.cxx
|
target_link_libraries: Propagate dependencies of object libraries
|
2018-12-10 14:57:28 -05:00 |
cmTargetLinkLibrariesCommand.h
|
Add in-class initialization of some members
|
2018-04-05 13:42:48 -04:00 |
cmTargetLinkLibraryType.h
|
Simplify CMake per-source license notices
|
2016-09-27 15:14:44 -04:00 |
cmTargetLinkOptionsCommand.cxx
|
target_link_options: fix erroneous handling of BEFORE keyword.
|
2018-09-14 18:10:58 +02:00 |
cmTargetLinkOptionsCommand.h
|
LINK_OPTIONS: Add new family of properties
|
2018-06-06 17:22:39 +02:00 |
cmTargetPropCommandBase.cxx
|
cmTargetPropCommandBase: check keywords after parsing
|
2018-10-26 12:09:41 -04:00 |
cmTargetPropCommandBase.h
|
Add in-class initialization of some members
|
2018-04-05 13:42:48 -04:00 |
cmTargetPropertyComputer.cxx
|
cmTargetPropertyComputer: whitelist custom properties
|
2017-11-21 11:35:41 -05:00 |
cmTargetPropertyComputer.h
|
Use C++11 nullptr
|
2017-08-24 23:39:47 +02:00 |
cmTargetSourcesCommand.cxx
|
Merge topic 'mk-directory'
|
2018-08-28 13:42:43 -04:00 |
cmTargetSourcesCommand.h
|
target_sources: Interpret relative paths as relative to the calling directory
|
2018-06-18 21:01:57 +02: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
|
TestGenerator: Record support file and line where test was added
|
2019-01-08 11:22:11 -05:00 |
cmTestGenerator.h
|
TestGenerator: Record support file and line where test was added
|
2019-01-08 11:22:11 -05:00 |
cmTimestamp.cxx
|
string(TIMESTAMP): Fix unset TZ
|
2018-10-09 07:26:40 -04:00 |
cmTimestamp.h
|
cmTimestamp: Expose CreateTimestampFromTimeT publicly
|
2018-12-11 12:50:21 -05:00 |
cmTryCompileCommand.cxx
|
Reduce raw string pointers usage.
|
2018-01-31 18:23:03 +03:00 |
cmTryCompileCommand.h
|
Maint: misc. typos
|
2018-08-24 14:58:49 -04:00 |
cmTryRunCommand.cxx
|
try_compile/try_run: Add support for LINK_OPTIONS option.
|
2018-12-01 17:56:23 +01:00 |
cmTryRunCommand.h
|
Maint: misc. typos
|
2018-08-24 14:58:49 -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
|
Remove unnecessary c_str() in RegularExpression::find calls
|
2018-08-07 15:28:24 -04:00 |
cmUseMangledMesaCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmUtilitySourceCommand.cxx
|
cmMakefile: Make GetRequiredDefinition return std::string
|
2018-09-05 15:15:55 -04:00 |
cmUtilitySourceCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmUtils.hxx
|
Generators: remove KDevelop3 generator
|
2018-01-24 08:30:02 -05: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 |
cmUVHandlePtr.cxx
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmUVHandlePtr.h
|
cmUVHandlePtr: Use inherited constructors
|
2018-12-15 10:23:23 +01:00 |
cmUVSignalHackRAII.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04: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
|
clang-tidy: Use default member initialization
|
2018-12-15 10:52:37 +01:00 |
cmVariableWatchCommand.cxx
|
Reduce allocation of temporary values on heap.
|
2018-01-26 13:24:45 +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
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
cmVisualStudio10TargetGenerator.cxx
|
Merge topic 'vs_deploy_content_fix'
|
2018-12-13 10:03:52 -05:00 |
cmVisualStudio10TargetGenerator.h
|
cmVisualStudio10TargetGenerator: Code improvement
|
2018-10-14 18:32:53 -04:00 |
cmVisualStudio10ToolsetOptions.cxx
|
Replace header flag tables with json reading
|
2018-11-28 07:43:31 -08:00 |
cmVisualStudio10ToolsetOptions.h
|
Replace header flag tables with json reading
|
2018-11-28 07:43:31 -08:00 |
cmVisualStudioGeneratorOptions.cxx
|
Source: Fix various compiler warnings in Visual Studio 2017
|
2019-01-09 08:25:10 -05:00 |
cmVisualStudioGeneratorOptions.h
|
cmVisualStudioGeneratorOptions::Parse(): const std::string& argument
|
2018-08-13 18:22:11 -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
|
Using front() and back() instead of calculations
|
2018-11-06 21:43:33 +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 |
cmVSSetupHelper.cxx
|
Merge topic 'vs2017-skip-2019'
|
2019-01-09 08:13:02 -05:00 |
cmVSSetupHelper.h
|
cmVSSetupHelper: Support Enterprise WDK build enviornment
|
2018-11-27 07:13:26 +02:00 |
cmWhileCommand.cxx
|
clang-tidy: fix warnings from version 7
|
2018-11-20 10:36:08 -05:00 |
cmWhileCommand.h
|
Use C++11 override instead of CM_OVERRIDE
|
2017-09-15 10:06:41 -04:00 |
cmWorkingDirectory.cxx
|
cmWorkingDirectory: Check success of current dir changes
|
2018-03-08 20:07:14 +11:00 |
cmWorkingDirectory.h
|
cmWorkingDirectory: Check success of current dir changes
|
2018-03-08 20:07:14 +11:00 |
cmWriteFileCommand.cxx
|
Source: Fix various compiler warnings in Visual Studio 2017
|
2019-01-09 08:25:10 -05: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
|
clang-tidy: fix warnings in macOS-only code
|
2018-11-27 13:20:34 -05:00 |
cmXCodeScheme.h
|
Xcode: Add variables and properties to configure schemes
|
2018-08-01 09:12:42 -04:00 |
cmXMLParser.cxx
|
cmXMLParser: Avoid -Wconversion warning
|
2018-07-31 09:34:55 -04: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
|
cmXMLWriter: code improvement
|
2018-04-03 17:28:08 -04:00 |
cmXMLWriter.h
|
Revise C++ coding style using clang-format-6.0
|
2018-06-01 09:53:42 -04:00 |
ctest.cxx
|
CTest: Add --show-only[=format] option to print test info
|
2019-01-10 07:37:32 -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 |