https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
6302e70 Added external project download filename property. 14 March 2012, 21:33:55 UTC
50fe2c6 KWSys Nightly Date Stamp 14 March 2012, 04:05:08 UTC
e8f1d7f Merge topic 'doc-Fortran-mod-dir-issue-13034' 54604ee Document Fortran_MODULE_DIRECTORY as OUTPUT only (#13034) 13 March 2012, 15:54:58 UTC
d4c0aab Merge topic 'test-RunCMake' 55b2aa8 Use generalized RunCMake test infrastrucure for build_command test eb33000 Use generalized RunCMake test infrastrucure for find_package test 42a81e7 Add stronger infrastructure for CMake-only tests 13 March 2012, 15:54:47 UTC
6452aea Merge topic 'ExactVersionModeForVersionFile' e390f87 WriteBasicConfigVersionFile: add test for ExactVersion mode 5d18223 write_basic_package_version_file: add ExactVersion mode 1c69cd8 write_basic_package_version_file(): improve documentation 13 March 2012, 15:54:33 UTC
15e96b0 Merge topic 'update-KWIML' 289e5e6 Merge branch 'upstream-kwiml' into update-KWIML f94ae0e KWIML: Make test_INT robust to #define-d int#_t and INT#_C 13 March 2012, 15:54:21 UTC
8872015 Merge topic 'fix-cpack-hdiutil-retry-loops' 05a76d5 CPack: Fix retry logic when calls to hdiutil fail 13 March 2012, 15:54:03 UTC
b964240 Merge topic 'ctest-match-valgrind' ea4416c CTest: Match valgrind errors with "points to" (#12922) 13 March 2012, 15:53:38 UTC
3cd124c Merge topic 'ctest-clang-in-xcode' c7da50d CTest: Detect Xcode error "Command ... failed with exit code" 13 March 2012, 15:53:35 UTC
1ee4b65 Merge topic 'cleanup-object-file-names' 0996f2a Hide Makefile local object info inside local generator 67734be VS: Simplify object name computation 4ae7f36 Remove unused partial OBJECT_FILES property implementation 13 March 2012, 15:53:28 UTC
4770d53 Merge topic 'suppress-warnings' b926cff Suppress warnings occurring on the dashboards using the PGI compiler. 13 March 2012, 15:53:13 UTC
ffdb8e2 Merge topic 'FindCxxTest-version-4-issue-13022' a556137 FindCxxTest: Add support for CxxTest 4 (#13022) 13 March 2012, 15:52:54 UTC
738d94f KWSys Nightly Date Stamp 13 March 2012, 04:05:06 UTC
54604ee Document Fortran_MODULE_DIRECTORY as OUTPUT only (#13034) CMake does not automatically pass the Fortran module output directory location to the module search path. Add a note to the documentation that the location must also be specified by INCLUDE_DIRECTORIES. 12 March 2012, 15:54:54 UTC
55b2aa8 Use generalized RunCMake test infrastrucure for build_command test The CMakeCommands.build_command test performs output/error checking so move it over to RunCMake to re-use the generalized infrastrucure. This is the only test left using Tests/CMakeCommands/CMakeLists.txt so remove it. 12 March 2012, 13:33:21 UTC
eb33000 Use generalized RunCMake test infrastrucure for find_package test 12 March 2012, 13:33:21 UTC
42a81e7 Add stronger infrastructure for CMake-only tests The CMakeOnly directory added by commit 9a20abf0 (Add infrastructure for CMake-only tests, 2012-01-11) was sufficient only for tests that always run CMake to successfully configure a project. Later commit eeaaffcb (find_package: Test error and warning messages in failure cases, 2012-02-28) added a sample test that covers failure cases. Generalize the above to create new "RunCMake" test infrastructure that can run CMake multiple times for a single project with different variations and check for expected result/stdout/stderr. Allow for both successful and failing CMake project configuration cases. This will be useful to test error messages and failure behavior. 12 March 2012, 13:33:21 UTC
3551844 KWSys Nightly Date Stamp 12 March 2012, 04:05:05 UTC
335b659 KWSys Nightly Date Stamp 11 March 2012, 05:05:10 UTC
e390f87 WriteBasicConfigVersionFile: add test for ExactVersion mode Alex 10 March 2012, 15:19:02 UTC
5d18223 write_basic_package_version_file: add ExactVersion mode This mode is for packages which consider themselves only compatible if exactly the same version is requested. The tweak version is ignored. Alex 10 March 2012, 15:10:52 UTC
1c69cd8 write_basic_package_version_file(): improve documentation add notes when which mode should be used Alex 10 March 2012, 15:09:17 UTC
71c16e4 KWSys Nightly Date Stamp 10 March 2012, 05:05:06 UTC
289e5e6 Merge branch 'upstream-kwiml' into update-KWIML 09 March 2012, 20:28:40 UTC
f94ae0e KWIML: Make test_INT robust to #define-d int#_t and INT#_C Our TEST* macro calls pass arguments such as "int64_t" with the expectation that the preprocessing token will be used literally. Some platforms #define int64_t as "long long" which is not a valid preprocessing token. Perform preprocessor symbol concatenation on the type names at the first level of macro evaluation to avoid expanding the names. 09 March 2012, 20:26:26 UTC
05a76d5 CPack: Fix retry logic when calls to hdiutil fail The long-standing sporadic failures of CPack tests on the Mac dashboards are caused by an occasional problem running hdiutil. To compensate for this, a retry loop was added in the code in a previous commit: a9fa71a4 ... but the logic for breaking out of the retry loop was flawed, breaking out of the loop (and not retrying) when the hdiutil command returns an error instead of when it returns success. This commit fixes the flawed logic, bumps up the number of retries from 4 to 10, and adds a half-second delay in between retries. The delay is specifically added in case a virus checker or spotlight indexer is temporarily causing the hdiutil failure by hanging onto a newly created file longer than hdiutil expects it to. As with all sporadically occurring issues, we'll never know if this is really fixed all the way. But I'll be happy even if we can only get it to happen just a bit less often. 09 March 2012, 16:39:01 UTC
ea4416c CTest: Match valgrind errors with "points to" (#12922) Teach CTest to match valgrind errors of the format "Syscall param ... points to uninitialised byte(s)". 09 March 2012, 14:32:28 UTC
c7da50d CTest: Detect Xcode error "Command ... failed with exit code" 09 March 2012, 12:59:56 UTC
c7bdef5 KWSys Nightly Date Stamp 09 March 2012, 05:05:04 UTC
36ce6e0 Merge topic 'qt4-deploy' 2c601c1 DeployQt4: Add path to Qt dlls on Windows. 08 March 2012, 20:14:40 UTC
fa0f065 Merge topic 'find_package_fatal_error_if_required_and_config_not_found' c5ae733 find_package: Test that REQUIRED aborts processing correctly c91a54d find_package: error out if REQUIRED Config has not been found 08 March 2012, 20:14:23 UTC
da43d8f Merge topic 'MakingConfigFilesEasier_ConfigureMacro' 6973e2d wrap write_basic_config_version_file as write_basic_package_version_file() 204f5d4 add CMakePackageConfigHelpers: configure_package_config_file() 08 March 2012, 20:14:12 UTC
f55119e Merge topic 'fix-12189-support-SBCS-in-VS' b28e7fa VS6: Avoid SBCS test on VS6 (#12189) df19b9c VS6: Avoid _MBCS define when _SBCS is defined (#12189) ba89e92 Visual Studio: Allow setting Single Byte Character Set (#12189) 08 March 2012, 20:14:03 UTC
9f6c382 Merge topic 'CPackNSIS-addMissingDoc' d4719a8 Add some missing CPACK_NSIS_xxx doc and move some to common CPack section. 08 March 2012, 20:13:51 UTC
9cdd989 Merge topic 'fixCPackDocTypo' b0cb29b Fix some typos in CPACK_SET_DESTDIR doc 08 March 2012, 20:13:39 UTC
142facc Merge topic 'fix-cygwin-hint-file' 208c3f8 Use correct "requires" line in cygwin setup hint file 1b996e7 Remove trailing white space 08 March 2012, 20:13:27 UTC
5801711 Merge topic 'target-include-directories' d662dff Fix shadowed variable warning on dashboard results f66e735 Fix compiler warning reported on older Borland dashboard. d90eed4 Fix compiler error reported on older Borland dashboard. 8233636 Update the documentation regarding INCLUDE_DIRECTORIES. d899eb7 Call ExpandVariablesInString for each target's INCLUDE_DIRECTORIES c21db87 Make search paths ordered and unique 22021f0 Remove cmMakefile::GetIncludeDirectories 9106b56 Extract and use the INCLUDE_DIRECTORIES target properties. 840509b Keep the INCLUDE_DIRECTORIES target property up to date. a4d5f7b Add API to get the ordered includes for a target. 8adaee2 CMake: Eliminate cmMakefile::IncludeDirectories 7620932 Remove include flags memoization. 97a5faa Make it safe to call this method without creating duplicates. edd5303 Refactor GetIncludeFlags to take includes instead of fetching them 08 March 2012, 20:13:15 UTC
0996f2a Hide Makefile local object info inside local generator Make cmLocalUnixMakefileGenerator3::LocalObjectInfo private and add cmLocalUnixMakefileGenerator3::AddLocalObjectFile to create entries. 08 March 2012, 12:58:52 UTC
3a36fa9 KWSys Nightly Date Stamp 08 March 2012, 05:05:06 UTC
b926cff Suppress warnings occurring on the dashboards using the PGI compiler. 07 March 2012, 20:06:42 UTC
2c601c1 DeployQt4: Add path to Qt dlls on Windows. 07 March 2012, 18:43:27 UTC
c5ae733 find_package: Test that REQUIRED aborts processing correctly Verify that the command produces a FATAL_ERROR if and only if the missing package is REQUIRED. 07 March 2012, 16:34:59 UTC
6973e2d wrap write_basic_config_version_file as write_basic_package_version_file() So the name fits better with configure_package_config_file(), as discussed on the mailing list. Adapt the documentation accordingly. Alex 07 March 2012, 16:23:18 UTC
204f5d4 add CMakePackageConfigHelpers: configure_package_config_file() The function configure_package_config_file() may be used instead of configure_file() for generating the Config.cmake files for installation, they help to make those files relocatable. Alex 07 March 2012, 16:23:11 UTC
a556137 FindCxxTest: Add support for CxxTest 4 (#13022) In CxxTest version 4 the Perl generator has been deleted and the Python generator is installed without the ".py" extension. 07 March 2012, 12:59:45 UTC
285f0db KWSys Nightly Date Stamp 07 March 2012, 05:05:05 UTC
b28e7fa VS6: Avoid SBCS test on VS6 (#12189) The previous commit, df19b9ca, assumed that the corresponding _UNICODE functionality in the VS6 generator actually worked. That turns out not to be the case. Unicode definition does not actually suppress _MBCS definition, so neither does this new code... Don't test it here, since the patch submitter for _SBCS does not need VS6 support. If somebody needs _UNICODE and _SBCS support to suppress the definition of _MBCS in the VS6 generator, it is work yet to do. Patches welcome. 06 March 2012, 23:45:51 UTC
d4719a8 Add some missing CPACK_NSIS_xxx doc and move some to common CPack section. 06 March 2012, 22:23:08 UTC
50f9db9 Merge topic 'skip-install-rpath' 635bf50 Add an option to skip RPATH during installation. 06 March 2012, 20:27:54 UTC
e872b0d Merge topic 'win32_executable-and-macosx_bundle-initializers' 761c146 Add default initializers for WIN32_EXECUTABLE and MACOSX_BUNDLE 06 March 2012, 20:27:44 UTC
663832e Merge topic 'test-getpropery' b43cd12 add test for get_property() errors 06 March 2012, 20:27:28 UTC
7fbd323 Merge topic 'remove-unused-members' aef248a Remove cmExprParserHelper::SetLineFile() e266571 Remove UnionsAvailable member from 2 classes 06 March 2012, 20:27:08 UTC
481b2aa Merge topic 'allfindmodules-versions' 234b7ca AllFindModules test: do not require TCLSH version 06 March 2012, 20:26:51 UTC
f2e98ed Merge topic 'fix-msys-cvs-local-repo' e333602 Fix MSYS CVS local test repo path format (#13001) 06 March 2012, 20:26:41 UTC
5aa0f24 Merge topic 'improve-findqt3' 678c24d FindQt3: fix detection of Qt3 include directory 91a1670 FindQt3: let FPHSA handle the version selection 9dae4d6 FindQt3: fix version extraction for versions with letters 2cd898d FindQt3: fix warning when Qt3 is not found 06 March 2012, 20:26:31 UTC
ef66137 Merge topic 'remove-CheckSourceTree-cvs-support' 9012be2 CheckSourceTree: Remove CVS checkout support (#13001) 06 March 2012, 20:26:04 UTC
155e644 Merge topic 'fix-mingw-introspection' 2d59c9a cmcurl: Do not hard-coded Windows check results for MinGW (#13001) 06 March 2012, 20:25:38 UTC
9c77a14 Merge topic 'fix-CTestUpdateHG-url' 0916cc8 CTest.UpdateHG: Fix repo URL for local filesystem (#13001) 06 March 2012, 20:25:12 UTC
b22f2f1 Merge topic 'qt4-deploy' 4689eed reflect that the QtAutomoc depends on QtGui ab9661c Remove QtGui dependency in Qt4Deploy test and verify QtSql existance. 52e8279 Fix for Qt4Deploy on some test machines. 672e3bb Add test for DeployQt4.cmake 4853e1e Fix plugin installation issues. 35cbf23 Ensure libs are passed to BundleUtilities. 0ac1535 Fix bad plugin paths. a2123e8 Fix mismatched arguments. fc6f340 Don't use QT_LIBRARIES_PLUGINS by default. 06 March 2012, 20:25:02 UTC
480ba64 Merge topic 'rename-used-commands' 89403bf Rename UsedCommands to FinalPassCommands 06 March 2012, 20:24:40 UTC
b0cb29b Fix some typos in CPACK_SET_DESTDIR doc 06 March 2012, 20:23:11 UTC
c91a54d find_package: error out if REQUIRED Config has not been found If in Config mode a configuration file could not be found, cmake printed an error, but did not actually stop processing. With SetFatalErrorOccured it does. Alex 06 March 2012, 20:16:24 UTC
67734be VS: Simplify object name computation Simplify cmLocalVisualStudioGenerator::ComputeObjectNameRequirements to loop over the original vector of source files instead of recursively traversing source groups just to find the same files. Drop from cmVisualStudio10TargetGenerator::ComputeObjectNames temporary source group calculation now that it is not needed for computing object names. 06 March 2012, 18:30:19 UTC
4ae7f36 Remove unused partial OBJECT_FILES property implementation Remove partial implementation added by commit ca0230a3 (check in initial conv library stuff, 2007-02-16) since it was never finished. It does not make sense for multi-configuration generators since no specific build configuration is processed at CMake time. 06 March 2012, 18:20:17 UTC
208c3f8 Use correct "requires" line in cygwin setup hint file Reference: email thread between Bill Hoffman and Yaakov Selkowitz from Mar. 5, 2012. 06 March 2012, 14:04:46 UTC
1b996e7 Remove trailing white space 06 March 2012, 13:59:57 UTC
ec50093 KWSys Nightly Date Stamp 06 March 2012, 05:05:18 UTC
635bf50 Add an option to skip RPATH during installation. 05 March 2012, 21:24:57 UTC
761c146 Add default initializers for WIN32_EXECUTABLE and MACOSX_BUNDLE This allows downstreams to use set(CMAKE_WIN32_EXECUTABLE ON) set(CMAKE_MACOSX_BUNDLE ON) to create executables with the WIN32_EXECUTABLE and MACOSX_BUNDLE properties set on by default. 05 March 2012, 14:50:55 UTC
17a099d KWSys Nightly Date Stamp 05 March 2012, 05:05:06 UTC
b43cd12 add test for get_property() errors 04 March 2012, 12:43:23 UTC
76bff60 KWSys Nightly Date Stamp 04 March 2012, 05:05:09 UTC
aef248a Remove cmExprParserHelper::SetLineFile() 03 March 2012, 11:11:09 UTC
e266571 Remove UnionsAvailable member from 2 classes These classes were copied from cmDependsJavaParserHelper that really needs this member. 03 March 2012, 11:11:08 UTC
ac2979e KWSys Nightly Date Stamp 03 March 2012, 05:05:08 UTC
234b7ca AllFindModules test: do not require TCLSH version 02 March 2012, 19:52:41 UTC
e333602 Fix MSYS CVS local test repo path format (#13001) The MSYS cvs tool interprets "c:/" as a "machine:" name for SSH. Detect the MSYS cvs by looking for the string "msys" in the executable file itself. Then convert the repo path to an MSYS path such as "/c/...". Fix both the CTest.UpdateCVS and ExternalProject tests that use local CVS repositories. 02 March 2012, 19:23:01 UTC
678c24d FindQt3: fix detection of Qt3 include directory The include directory is likely not inside ../bin 02 March 2012, 17:08:37 UTC
91a1670 FindQt3: let FPHSA handle the version selection 02 March 2012, 17:08:37 UTC
9dae4d6 FindQt3: fix version extraction for versions with letters 02 March 2012, 17:08:37 UTC
5012787 Merge topic 'while-testing' 944b90b add testcases for while()/endwhile() errors f605b92 improve error message on a stray "endwhile()" 02 March 2012, 16:50:54 UTC
8c1f041 Merge topic 'allfindmodules-versions' 9271d2f AllFindModules test: once again expand version checking 02 March 2012, 16:50:37 UTC
5d9c535 Merge topic 'doxygen-fixes' 09ff226 Merge branch 'add-const-qualifiers' into doxygen-fixes 31ab25c doxygen: MathCommand is not about string operators 486033a doxygen: review cmake.h 937bb4b doxygen: remove a few comments 4774590 doxygen: fix some comments in cmPolicies.h 4a48be3 doxygen: Small fixes in cmake.h apidocs 1e5b971 doxygen: Use proper syntax to document enum 54ab11c doxygen: Improve API docs of GetRealDependency 80072d4 doxygen: cmPropertyDefinition 02 March 2012, 16:50:26 UTC
e438218 Merge topic 'add-const-qualifiers' 737c49a Add 'const' qualifier to some cmCommand members 261491f cmPropertyDefinition::IsChained is const 02 March 2012, 16:50:07 UTC
b9beb66 Merge topic 'bootstrap-msys-paths' 5cd879c bootstrap: Convert MSYS paths to Windows format (#13001) 02 March 2012, 16:49:50 UTC
1073d50 Merge topic 'inject_code_via_variable' 2557a08 Fix typo in error message, and remove redundent test. 9090572 Add ability to include a file in a project via a cache variable. 02 March 2012, 16:49:35 UTC
2044607 Merge topic 'run-vim-spellcheck' 43d6011 Run vim spellcheck on some files 02 March 2012, 16:49:23 UTC
be0bb04 Merge topic 'document-missing-versions' 95f5094 document when version detection will not work 02 March 2012, 16:49:08 UTC
af87e8a Merge topic 'dragndrop-sla' 5663e43 DragNDrop: Fix problem with relocated files in Xcode 4.3 02 March 2012, 16:48:55 UTC
0ee7b8e Merge topic 'find_package-improve-messages' eeaaffc find_package: Test error and warning messages in failure cases 52dffb9 Merge branch 'test-CMakeCommands' into find_package-improve-messages d365104 find_package: Optionally warn when implicitly using Config mode 31ead5f find_package: Reject mixed use of MODULE- and CONFIG-only options 6d83083 find_package: mention requested version number in error message 9c39bbd find_package: add CONFIG mode keyword alias for NO_MODULE f310f67 find_package: add MODULE mode to use only Find-modules 7d67dcf find_package: improve error message when no Find module is present 978d89b find_package: rename NoModule to UseFindModules 02 March 2012, 16:48:38 UTC
a1860aa Merge topic 'test-CMakeCommands' 5e1a5c4 Add infrastructure for CMakeCommands tests 02 March 2012, 16:48:22 UTC
2fb1df4 Merge topic 'find_package-report-CONFIGS-error' b3f9fe4 find_package: print error if an invalid CONFIGS name is used 02 March 2012, 16:48:09 UTC
0eb520f Merge topic 'fix-FindPackageMode-symlink' 0b86388 CMakeFindPackageMode: fix 32/64bit detection if 'file' is a symlink 02 March 2012, 16:47:59 UTC
881dc35 Merge topic 'factor-install-type' 573fa3b Factor cmInstallType out of cmTarget::TargetType 02 March 2012, 16:47:42 UTC
fc495b7 Merge topic 'findpythoninterp-version-detection' 7d6db93 FindPythonInterp: rework the version detection 02 March 2012, 16:47:31 UTC
6ed36e7 Merge topic 'simplify-GetRealDependency' 4f6fd96 Drop if(...) check because condition is always true 02 March 2012, 16:47:21 UTC
b930798 Merge topic 'fix-findimagemagick-no-components' 518f965 FindImageMagick: fix fail if no components were given 02 March 2012, 16:47:11 UTC
2866819 Merge topic 'escape-test-pass-regex' f5cf8f9 Tests: Escape metachars before embedding paths into the regex (#12999) 02 March 2012, 16:47:02 UTC
e8aa040 Merge topic 'fix-BORLAND-doc-typo' a5edfc4 Fix typo in documentation 02 March 2012, 16:46:51 UTC
6c36bbd Merge topic 'CPack-fixPackageMaker-doc' 2ace342 Typo: Add missing ##end for ##module c895062 Update CPack PackageMaker variable doc layout 02 March 2012, 16:46:40 UTC
back to top