https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
514a1df cmAlgorithms: Add some convenient typedefs. 22 July 2015, 18:25:47 UTC
c7b39d0 cmMakefile: Split accessors for include directories and origins. 22 July 2015, 18:25:47 UTC
b2de25a cmMakefile: Split accessors for compile options and origins. 22 July 2015, 18:25:46 UTC
d623950 cmMakefile: Split accessors for compile definitions and origins. 22 July 2015, 18:25:45 UTC
ef17bbe cmMakefile: Separate storage of buildsystem properties and their origins. This simplifies some existing and upcoming algorithms. 22 July 2015, 18:25:43 UTC
a89c02c cmMakefile: Out of line some API. 22 July 2015, 18:06:23 UTC
b19587e cmMakefile: Remove some references from APIs. 22 July 2015, 18:06:22 UTC
1fe71e2 cmAlgorithms: Move Range type out of private namespace. 22 July 2015, 14:58:19 UTC
8ea0b81 cmAlgorithms: Rename cmRange to cmMakeRange. 22 July 2015, 14:58:19 UTC
265b9db Merge branch 'release' 21 July 2015, 15:16:13 UTC
8631757 Merge topic 'doc-CMakeExpandImportedTargets-deprecated' dec8d1cc Help: Add notes for topic 'doc-CMakeExpandImportedTargets-deprecated' 21 July 2015, 13:25:33 UTC
dec8d1c Help: Add notes for topic 'doc-CMakeExpandImportedTargets-deprecated' 21 July 2015, 13:23:42 UTC
500ce3f Merge topic 'KDE4-NO_POLICY_SCOPE' 4572d8b3 KDE4: Find the Internal package with NO_POLICY_SCOPE. 21 July 2015, 13:22:25 UTC
5b2754d Merge topic 'remove-special-MACROS-handling' 41bb831f cmMakefile: Remove special handling of MACROS property. 21 July 2015, 13:22:23 UTC
e13c189 Merge topic 'remove-special-LINK_DIRECTORIES-handling' 881613c4 cmMakefile: Remove special handling of LINK_DIRECTORIES property. 35734260 cmMakefile: Inline only use of GetLinkDirectories. 21 July 2015, 13:22:21 UTC
ae64efa Merge topic 'cmState-Directory' 9ebc7502 cmState: Extract a Directory class. 27ec21db cmState: Forward-declare a type earlier. 21 July 2015, 13:22:19 UTC
93b393e Merge topic 'remove-Properties-accessor' c6055d9d cmMakefile: Remove GetProperties method. cbe3ee58 cmMakefile: Add a PropertyKeys accessor. 21 July 2015, 13:22:17 UTC
64aa41b Merge topic 'clean-up-include_regular_expression' 4efda261 cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION. 21 July 2015, 13:22:15 UTC
ce597a0 Merge topic 'minor-cleanups' cff2dc34 cmLocalUnixMakefileGenerator3: Port away from the Parent. 5505bff7 cmMakefile: Add include which we use. 2007d11c cmState: Remove unused variable. a622b829 cmGetCMakePropertyCommand: Clean up VARIABLES handling. 52f22616 cmListFileBacktrace: Constify API. fc1c7cf8 Genex: Store a backtrace, not a pointer to one. 4dc45707 cmMakefile: Fix indentation. 12c82fd8 cmMakefile: Remove dead code. f19653eb CodeLite: Remove unused code. 21 July 2015, 13:22:13 UTC
b953d52 Merge topic 'remove-ListFileStack' 640fc5b5 cmMakefile: Remove unused ListFileStack. 54cc0c0e cmMakefile: Port some users of ListFileStack to cmState. e77c4666 cmMakefile: Remove obsolete condition. 8e7d3030 cmMakefile: Simplify setting of current snapshot. 6083ec9a cmMakefile: Implement LISTFILE_STACK property in terms of cmState. 647b533b cmMakefile: Implement FormatListFileStack in terms of cmState. 21 July 2015, 13:22:10 UTC
760a280 Merge topic 'doc-CMakeExpandImportedTargets-deprecated' 0fcbd704 CMakeExpandImportedTargets: Document as deprecated 21 July 2015, 13:22:08 UTC
5337982 CMake Nightly Date Stamp 21 July 2015, 04:01:05 UTC
0e3cfc1 CMake 3.3.0 20 July 2015, 15:05:01 UTC
04b45ac CMake Nightly Date Stamp 20 July 2015, 04:01:05 UTC
4572d8b KDE4: Find the Internal package with NO_POLICY_SCOPE. If someone in KDE wants to port away from OLD policies, they might want to do so one policy at a time. This patch will allow them to use find_package(KDE4 NO_POLICY_SCOPE) in callers to get around the CMP0011 warning, while still getting the policy settings contained within. 19 July 2015, 16:20:57 UTC
41bb831 cmMakefile: Remove special handling of MACROS property. 19 July 2015, 14:01:39 UTC
0d48bb6 CMake Nightly Date Stamp 19 July 2015, 04:01:06 UTC
9ebc750 cmState: Extract a Directory class. Move Directory-scoped state accessors to it. This will be expanded with directory property state soon. 18 July 2015, 17:37:58 UTC
27ec21d cmState: Forward-declare a type earlier. 18 July 2015, 17:09:51 UTC
c6055d9 cmMakefile: Remove GetProperties method. The storage details of properties do not belong in the API. 18 July 2015, 16:59:41 UTC
cbe3ee5 cmMakefile: Add a PropertyKeys accessor. 18 July 2015, 16:59:18 UTC
cff2dc3 cmLocalUnixMakefileGenerator3: Port away from the Parent. 18 July 2015, 16:43:17 UTC
5505bff cmMakefile: Add include which we use. Don't rely on this through the cmLocalGenerator include. 18 July 2015, 16:40:36 UTC
2007d11 cmState: Remove unused variable. 18 July 2015, 12:40:12 UTC
a622b82 cmGetCMakePropertyCommand: Clean up VARIABLES handling. 18 July 2015, 12:39:51 UTC
4efda26 cmMakefile: Remove special handling of INCLUDE_REGULAR_EXPRESSION. It costs an extra cmMakefile member and extra code to maintain in directory property handling. Remove documentation note that it is read-only and specify high-level command to populate it. 18 July 2015, 12:10:34 UTC
881613c cmMakefile: Remove special handling of LINK_DIRECTORIES property. There is no need to handle it in a special way. 18 July 2015, 11:56:48 UTC
3573426 cmMakefile: Inline only use of GetLinkDirectories. 18 July 2015, 11:45:43 UTC
640fc5b cmMakefile: Remove unused ListFileStack. 18 July 2015, 11:27:19 UTC
54cc0c0 cmMakefile: Port some users of ListFileStack to cmState. 18 July 2015, 11:26:06 UTC
e77c466 cmMakefile: Remove obsolete condition. 18 July 2015, 11:22:51 UTC
8e7d303 cmMakefile: Simplify setting of current snapshot. 18 July 2015, 11:17:24 UTC
6083ec9 cmMakefile: Implement LISTFILE_STACK property in terms of cmState. 18 July 2015, 11:12:07 UTC
647b533 cmMakefile: Implement FormatListFileStack in terms of cmState. 18 July 2015, 11:11:45 UTC
52f2261 cmListFileBacktrace: Constify API. 18 July 2015, 09:10:15 UTC
e7fbd48 CMake Nightly Date Stamp 18 July 2015, 04:01:05 UTC
fc1c7cf Genex: Store a backtrace, not a pointer to one. The storage of a pointer means that the ownership and lifetime are externally determined, which is harder to reason about. It also imposes API constraints, requiring APIs to return references to backtraces. This pointer storage was introduced in commit v3.1.0-rc1~425^2~3 (genex: remove the need for backtraces, 2014-05-23). As backtraces are now cheap to copy around, just do that instead. 17 July 2015, 20:14:37 UTC
4dc4570 cmMakefile: Fix indentation. 17 July 2015, 20:14:37 UTC
12c82fd cmMakefile: Remove dead code. 17 July 2015, 20:14:36 UTC
f19653e CodeLite: Remove unused code. 17 July 2015, 20:14:36 UTC
0fcbd70 CMakeExpandImportedTargets: Document as deprecated The module is not needed anymore for try_compile or try_run. It cannot be used with CMP0022 NEW behavior due to generator expressions in INTERFACE_LINK_LIBRARIES, so document it as deprecated. Whatever problems other than try_compile and try_run anyone tried to solve with this module will have to be addressed another way. 17 July 2015, 15:10:02 UTC
a5412fb Merge topic 'ctest-change-id' 601ff0ec CTest: Optionally add a ChangeId attribute on XML Site tags 17 July 2015, 14:36:17 UTC
536b6c7 Merge topic 'cpack-per-component-extra-control-file' 3e6b2ab6 CPack/DEB: component version of PACKAGE_CONTROL_EXTRA 506f6bc0 CPack/DEB: Remove duplicate string(TOUPPER) calls 32e9276a Tests/RunCMake/CPack/DEB: add verifyDebControl 47d1f118 Tests/RunCMake/CPack: found files should be preserved 17 July 2015, 14:36:15 UTC
601ff0e CTest: Optionally add a ChangeId attribute on XML Site tags Add variable CTEST_CHANGE_ID to configure the setting. This allows CTest clients to give CDash information about what change is being tested so that CDash can take actions to report the results (e.g. to a pull request page). 17 July 2015, 14:26:28 UTC
386e1f7 CMake Nightly Date Stamp 17 July 2015, 04:01:04 UTC
651acac CMake Nightly Date Stamp 16 July 2015, 04:01:05 UTC
3e6b2ab CPack/DEB: component version of PACKAGE_CONTROL_EXTRA Component version of CPACK_DEBIAN_PACKAGE_CONTROL_EXTRA variable. 15 July 2015, 14:00:03 UTC
506f6bc CPack/DEB: Remove duplicate string(TOUPPER) calls We compute _local_component_name the first time we check for CPACK_DEB_PACKAGE_COMPONENT so we can just re-use it later. 15 July 2015, 14:00:00 UTC
32e9276 Tests/RunCMake/CPack/DEB: add verifyDebControl Add verifyDebControl helper function for checking of package control files such as preinstall scripts. 15 July 2015, 13:59:44 UTC
47d1f11 Tests/RunCMake/CPack: found files should be preserved Package file names that are found during validation should be preserved in FOUND_FILE_${NO} variables that can be later used in custom VerifyResult scripts. 15 July 2015, 13:59:43 UTC
47765a5 Merge topic 'update-kwsys' 540f0253 Merge branch 'upstream-kwsys' into update-kwsys dc822da8 KWSys 2015-07-10 (c9336bcf) 15 July 2015, 13:08:22 UTC
540f025 Merge branch 'upstream-kwsys' into update-kwsys 15 July 2015, 13:07:04 UTC
77fa27a Merge topic 'makefile-target-messages' f0cad193 Tests: Add test for TARGET_MESSAGES global property 1d398478 Makefile: Optionally disable target completion messages in build output d560b46f CMakeGenericSystem: Recognize Watcom WMake generator as Makefile generator 15 July 2015, 13:05:51 UTC
5bd01a4 Merge topic 'vs-nsight-tegra-attributes' 8c0afaf4 VS: Add more Nsight Tegra generator Android property settings 15 July 2015, 13:05:49 UTC
27373f5 Merge topic 'add-Euros-platform-module' 606b29d4 Add EUROS RTOS platform description file 15 July 2015, 13:05:46 UTC
b2eff70 Merge topic 'doc-apple-framework-creation' eb8eaaec Help: Document Apple Framework creation with an example (#15651) 15 July 2015, 13:05:44 UTC
6cc6609 Merge topic 'doc-set_target_properties-cleanup' 6b9a7938 Help: Link to cmake-properties.7 manual from set_target_properties docs fe3c6787 Help: Link to cmake-properties.7 manual from set_property docs 15 July 2015, 13:05:42 UTC
7054df7 Merge topic 'tests-no-match-full-path' e5ca59b4 Tests: Move command failure cases into RunCMake infrastructure 0699e0d3 Tests: Move CTestTestConfigFileInBuildDir into RunCMake.ctest_start 15 July 2015, 13:05:40 UTC
94755bd CMake Nightly Date Stamp 15 July 2015, 04:01:07 UTC
eb8eaae Help: Document Apple Framework creation with an example (#15651) 14 July 2015, 18:57:02 UTC
6b9a793 Help: Link to cmake-properties.7 manual from set_target_properties docs Drop the partial documentation of properties from the command documentation and reference the main properties manual instead. Otherwise readers may not realize there are many more properties. 14 July 2015, 18:42:47 UTC
fe3c678 Help: Link to cmake-properties.7 manual from set_property docs 14 July 2015, 18:41:31 UTC
606b29d Add EUROS RTOS platform description file Add a basic platform module for EUROS RTOS (euros-embedded.com). Co-Author: Gerhard Gappmeier <gerhard.gappmeier@ascolab.com> 14 July 2015, 18:33:20 UTC
8c0afaf VS: Add more Nsight Tegra generator Android property settings Extend the Nsight Tegra project generator to add bunch of properties with the backing variables to fine-tune the generated projects. Add target properties that map to all "Configuration" PropertyGroups for each configuration: * ANDROID_ARCH * ANDROID_STL_TYPE Add target properties that map to the AntBuild section of vcxproj files: * ANDROID_ANT_ADDITIONAL_OPTIONS * ANDROID_ASSETS_DIRECTORIES * ANDROID_JAR_DEPENDENCIES * ANDROID_JAR_DIRECTORIES * ANDROID_JAVA_SOURCE_DIR * ANDROID_NATIVE_LIB_DEPENDENCIES * ANDROID_NATIVE_LIB_DIRECTORIES * ANDROID_PROCESS_MAX * ANDROID_PROGUARD * ANDROID_PROGUARD_CONFIG_PATH * ANDROID_SECURE_PROPS_PATH * ANDROID_SKIP_ANT_STEP Reviewed-by: Dmitry Polyanitsa <dpolyanitsa@nvidia.com> 14 July 2015, 18:24:05 UTC
f0cad19 Tests: Add test for TARGET_MESSAGES global property 14 July 2015, 17:58:53 UTC
1d39847 Makefile: Optionally disable target completion messages in build output Add a TARGET_MESSAGES property to control whether Makefile targets print the "Built target " completion messages. Default to ON to preserve existing behavior. 14 July 2015, 17:57:58 UTC
d560b46 CMakeGenericSystem: Recognize Watcom WMake generator as Makefile generator 14 July 2015, 17:57:58 UTC
7a40998 Merge topic 'coverage_no_tests' e6cf1c48 ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOB 14 July 2015, 14:34:30 UTC
ead29a4 Merge topic 'refactor-rule-var-includes' c736de7b Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables 6f94b03c Place <DEFINES> before <FLAGS> consistently across compilers 14 July 2015, 14:34:28 UTC
1b05417 Merge topic 'FindXercesC-versioned-library-2' 38ddabb1 FindXercesC: Also search for xerces-c_2 (#15648) 14 July 2015, 14:34:26 UTC
e725104 Merge topic 'factor-out-common-generator' 80d75246 cmNinjaTargetGenerator: Restore addition of Fortran format flags 14 July 2015, 14:34:24 UTC
e5ca59b Tests: Move command failure cases into RunCMake infrastructure Move failure cases from the CMake.{If,List,While,GetProperty} tests over to the RunCMake.{if,list,while,get_property} tests to use the more modern infrastructure. This also avoids using REGEX_ESCAPE_STRING to try to regex-match full paths. 14 July 2015, 14:25:38 UTC
0699e0d Tests: Move CTestTestConfigFileInBuildDir into RunCMake.ctest_start Subsume the CTestTestConfigFileInBuildDir test cases into the RunCMake.ctest_start test as new cases to avoid infrastructure duplication. This also avoids using REGEX_ESCAPE_STRING to try to regex-match full paths. 14 July 2015, 13:32:53 UTC
860c205 CMake Nightly Date Stamp 14 July 2015, 04:01:05 UTC
e6cf1c4 ctest_coverage: Always do coverage for CTEST_EXTRA_COVERAGE_GLOB Do not ignore a coverage request if CTEST_EXTRA_COVERAGE_GLOB was specified. Prior to this change, if no lines of code were covered by any tests then CTest would neglect to generate a Coverage.xml file. This change allows us to report uncovered files for a project with no tests. 13 July 2015, 18:17:59 UTC
9efc21e Merge branch 'release' 13 July 2015, 18:13:46 UTC
c736de7 Factor an <INCLUDES> placeholder out of <FLAGS> in rule variables Teach the Makefile and Ninja generators to substitute for an <INCLUDES> placeholder instead of putting -I in <FLAGS>. Update our values for CMAKE_<LANG>_COMPILE_OBJECT, CMAKE_<LANG>_CREATE_ASSEMBLY_SOURCE, and CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE to place <INCLUDES> just before <FLAGS>. 13 July 2015, 14:49:46 UTC
6f94b03 Place <DEFINES> before <FLAGS> consistently across compilers Update our values for CMAKE_<LANG>_COMPILE_OBJECT, CMAKE_<LANG>_CREATE_ASSEMBLY_SOURCE, and CMAKE_<LANG>_CREATE_PREPROCESSED_SOURCE to place <DEFINES> before <FLAGS> consistently across supported compilers. We already do this for most compilers, so update the rest for consistency. 13 July 2015, 14:49:46 UTC
80d7524 cmNinjaTargetGenerator: Restore addition of Fortran format flags Restore call to AppendFortranFormatFlags accidentally dropped by commit 0837538e (cmCommonTargetGenerator: Adopt GetFlags method, 2015-07-09). It was added originally by commit 6a56740e (cmNinjaTargetGenerator: Add Fortran flag generation, 2015-07-09). 13 July 2015, 13:54:33 UTC
8c9c9aa CMake 3.3.0-rc4 13 July 2015, 13:20:37 UTC
179aa0b Merge branch 'release' 13 July 2015, 13:19:17 UTC
e30fe3e Merge topic 'fix-command-rename' d4f032b5 cmState: Restore renamed commands on cleanup. 13 July 2015, 13:17:46 UTC
93bd154 Merge topic 'FindMPI-Intel-5' cfd23d3f FindMPI: Extend Intel-MPI 5+ workaround for recent GCCs 13 July 2015, 13:17:44 UTC
fdfa89d Merge topic 'update-prebuilt-openssl' fbd7fd0f Utilities/Release: Update to openssl-1.0.2d 13 July 2015, 13:17:42 UTC
dc822da KWSys 2015-07-10 (c9336bcf) Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ c9336bcf | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' d3ba91e1..c9336bcf Brad King (2): 86a24794 SystemTools: Fix GetActualCaseForPath drive letter case handling c9336bcf SystemTools: Optimize GetActualCaseForPath memoization 13 July 2015, 13:12:56 UTC
b3a405b Merge branch 'fix-command-rename' into release 13 July 2015, 12:51:06 UTC
13f5f06 Merge branch 'FindMPI-Intel-5' into release 13 July 2015, 12:51:00 UTC
38ddabb FindXercesC: Also search for xerces-c_2 (#15648) This is the previous stable release name used on Windows. 13 July 2015, 11:00:33 UTC
c8f46af CMake Nightly Date Stamp 13 July 2015, 04:01:05 UTC
d4f032b cmState: Restore renamed commands on cleanup. Commit v3.3.0-rc1~196^2~7 (cmake: Simplify command clean up loop., 2015-04-12) introduced a bug that built-in commands which were renamed no longer had their original name restored when cleanup is performed between configure runs. Check for that and restore the commands with their original name. Extend the complex test for this. That test is run by ctest with the --build-two-config command line option. 12 July 2015, 08:09:54 UTC
back to top