https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
9303803 Add ability to select system libraries (#11431) This adds the ability for packagers to specify that some libraries should use system versions and others should use the CMake versions. This allows a bit of flexibility and means Homebrew (an OSX package manager) no longer has to continue to patch the CMake build process. 09 January 2011, 21:37:28 UTC
43425a2 Merge topic 'fix-10644-cpack-menu-links' into next 1bbe4e6 CPack: Detect more URLs in CPACK_NSIS_MENU_LINKS (#10644) 07 January 2011, 19:45:16 UTC
1bbe4e6 CPack: Detect more URLs in CPACK_NSIS_MENU_LINKS (#10644) Previously, only strings containing "http:" qualified as URLs when found in CPACK_NSIS_MENU_LINKS. Now, we use a regex to detect strings beginning with any of the following: ftp:// ftps:// http:// https:// news:// mailto: This commit also moves the caller of CreateMenuLinks outside the "if (cpackPackageExecutables)" block, allowing clients to use CPACK_NSIS_MENU_LINKS without also having CPACK_PACKAGE_EXECUTABLES defined. That bit of this commit fixes the remainder of the issue described in http://public.kitware.com/Bug/view.php?id=7828 Also, added a set(CPACK_NSIS_MENU_LINKS ...) to the CPackComponents test to enable verifying that all of this actually works. 07 January 2011, 19:24:04 UTC
2c0f00c Merge topic 'build_nightly_from_nightly_branch' into next faf1c1e Change the nightly tests to build from the nightly branch and not next. 07 January 2011, 18:53:20 UTC
faf1c1e Change the nightly tests to build from the nightly branch and not next. This will make sure that the nightly test matches the dashboard nightly section. When it was next, it used next from when the test was run. 07 January 2011, 18:50:36 UTC
91ff6bc Merge topic 'ep-fix-substitutions' into next d67a513 ExternalProject: Replace location tags in CMAKE_CACHE_ARGS d7a87b5 Merge branch 'ep-log-output-under-vs' into ep-fix-substitutions 07 January 2011, 17:22:22 UTC
d67a513 ExternalProject: Replace location tags in CMAKE_CACHE_ARGS When we added CMAKE_CACHE_ARGS, we did not try it with any <SOURCE_DIR> or <INSTALL_DIR> references. This commit fixes that accidental omission. 07 January 2011, 13:04:16 UTC
d7a87b5 Merge branch 'ep-log-output-under-vs' into ep-fix-substitutions 07 January 2011, 12:59:21 UTC
f643999 Merge topic 'resolve/multilingual-FindMPI/policy-CMP0017' into next 62a5c0f Merge branch 'policy-CMP0017' into resolve/multilingual-FindMPI/policy-CMP0017 a5e9ab9 FindMPI: Handle multiple languages 07 January 2011, 12:55:13 UTC
62a5c0f Merge branch 'policy-CMP0017' into resolve/multilingual-FindMPI/policy-CMP0017 Conflicts: Modules/FindMPI.cmake 07 January 2011, 12:52:00 UTC
a5e9ab9 FindMPI: Handle multiple languages Adds support for: - MPI_<lang>_COMPILER and other useful variables for C, CXX, Fortran - Better compiler interrogation (handles mvapich) - Supports specifying an MPI compiler name directly on the command line without and absolute path, e.g.: cmake -D MPI_CXX_COMPILER=mpixlC - Better compiler name searching tries to match MPI compiler to regular CMAKE_<lang>_COMPILER_ID, if it's available. Gets rid of: - MPI_LIBRARY, MPI_EXTRA_LIBRARY cache variables. These and other old vars are still exported for backward compatibility, but they're not cached. 07 January 2011, 12:47:24 UTC
9a1ab38 Merge branch 'master' into next 07 January 2011, 12:40:50 UTC
4b05a21 Fix WOW64 registry mode on Windows 2000 (#10759) CMake fails to find any registry paths on Windows 2000: according to regmon it fails with an access denied error. I double checked all the access rights and they are fine. After checking the access modes on MSDN I found that it says KEY_WOW64_32KEY / KEY_WOW64_64KEY are not supported on Windows 2000. CMake does not check if the current system supports Wow64 before applying these flags. This commit adds a check for IsWow64Process in kernel32.dll before adding these flags. Author: Axel Gembe <ago@bastart.eu.org> Signed-off-by: Axel Gembe <ago@bastart.eu.org> 07 January 2011, 12:40:07 UTC
fe2b865 Merge branch 'master' into next 07 January 2011, 12:30:21 UTC
ad08396 Merge topic 'multilingual-FindMPI' into next 179ce38 Revert topic 'multilingual-FindMPI' based on next 07 January 2011, 12:20:53 UTC
179ce38 Revert topic 'multilingual-FindMPI' based on next 07 January 2011, 12:15:31 UTC
fd4875b KWSys Nightly Date Stamp 07 January 2011, 05:12:08 UTC
7632112 Merge topic 'multilingual-FindMPI' into next 3eeb39f Merge branch 'multilingual-FindMPI' of git://cmake.org/stage/cmake into multilingual-FindMPI 063a7f4 Fixed exec_process and fixed docs. 48c030d Changed exec_program to exec_process. ed66dd4 Added PGI Compilers to list of detected compilers. 73aeec3 New FindMPI Module handles multiple languages. e3e6123 Fixed exec_process and fixed docs. b7a0c09 Changed exec_program to exec_process. 03e7389 Added PGI Compilers to list of detected compilers. f121d71 New FindMPI Module handles multiple languages. 07 January 2011, 03:24:08 UTC
3eeb39f Merge branch 'multilingual-FindMPI' of git://cmake.org/stage/cmake into multilingual-FindMPI 07 January 2011, 03:22:40 UTC
063a7f4 Fixed exec_process and fixed docs. 07 January 2011, 03:20:31 UTC
48c030d Changed exec_program to exec_process. Also added another prefix for MPICH2 on Windows. 07 January 2011, 03:20:31 UTC
ed66dd4 Added PGI Compilers to list of detected compilers. 07 January 2011, 03:20:31 UTC
73aeec3 New FindMPI Module handles multiple languages. Adds support for: - MPI_<lang>_COMPILER and other useful variables for C, CXX, Fortran - Better compiler interrogation (handles mvapich) - Supports specifying an MPI compiler name directly on the command line without and absolute path, e.g.: cmake -D MPI_CXX_COMPILER=mpixlC - Better compiler name searching tries to match MPI compiler to regular CMAKE_<lang>_COMPILER_ID, if it's available. Gets rid of: - MPI_LIBRARY, MPI_EXTRA_LIBRARY cache variables. These and other old vars are still exported for backward compatibility, but they're not cached. 07 January 2011, 03:20:18 UTC
e3e6123 Fixed exec_process and fixed docs. 07 January 2011, 02:06:27 UTC
45b76aa Merge topic 'ep-log-output-under-vs' into next 44aff73 ExternalProject: Avoid bleed-through output when logging. 06 January 2011, 23:51:09 UTC
44aff73 ExternalProject: Avoid bleed-through output when logging. Unset VS_UNICODE_OUTPUT when executing a command whose output is being logged to a file. Previously, running Microsoft tools in sub-processes of Visual Studio would send their output to the Visual Studio output pipe named by this environment variable. Unsetting it forces the output back to the normal stdout and stderr channels where cmake can intercept it and direct it to the appropriate log files. 06 January 2011, 23:29:44 UTC
64e940f Merge topic 'fix_source_groups_for_custom_targets_vs10' into next 7bbab25 Add support for source files in custom targets for VS 10 (Bug#11330). 06 January 2011, 21:52:37 UTC
6bdb5e4 Merge topic 'cpack-nsis-changes' into next bee514c Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144) 702c8f8 Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828) fec3232 Allow NSIS package or uninstall icon (#11143) 06 January 2011, 21:51:52 UTC
7bbab25 Add support for source files in custom targets for VS 10 (Bug#11330). In VS10, CMake was not adding the source files that were in the SOURCES list for add_custom_target. This patch fixes that issue. 06 January 2011, 21:48:46 UTC
bee514c Add CPack NSIS MUI_FINISHPAGE_RUN support (#11144) MUI_FINISHPAGE_RUN is frequently used with NSIS and provides a checkbox on the finish page of an installer which specifies whether the specified executable should be run when the installer exits. This commit adds support for this setting in CPack. 06 January 2011, 21:21:36 UTC
702c8f8 Add CPACK_NSIS_EXECUTABLES_DIRECTORY (#7828) NSIS installers default to assuming the executables exist in a directory named "bin" under the installation directory. As this isn't usual for Windows programs, the addition of this variable allows the customization of this directory and links still to be created correctly. 06 January 2011, 21:21:23 UTC
fec3232 Allow NSIS package or uninstall icon (#11143) Previously both CPACK_NSIS_MUI_ICON and CPACK_NSIS_MUI_UNIICON needed to be set for either to take effect. This commit allows either to be set rather than requiring both as users may well want to e.g. use a default uninstall icon but a custom install icon. 06 January 2011, 20:14:38 UTC
91642b9 Merge topic 'fix-install-reqd-sys-libs' into next 753b429 InstallRequiredSystemLibraries debug-only (#11141) 492cd84 Add variable for InstallRequiredSystemLibraries dir (#11140) dd5c592 Fix incorrect variable documentation (#11127) 06 January 2011, 17:48:21 UTC
753b429 InstallRequiredSystemLibraries debug-only (#11141) Add support to InstallRequiredSystemLibraries to only install debug libraries when both debug and release versions are available. This is as if you are building a debug package then only the debug versions are needed but not the release. 06 January 2011, 17:22:03 UTC
492cd84 Add variable for InstallRequiredSystemLibraries dir (#11140) InstallRequiredSystemLibraries currently defaults to installing to bin on WIN32 and lib otherwise. This patch allows you to configure this by using the variable CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION. It also switches the logic to use a single INSTALL(PROGRAMS) command rather than two deprecated uses of the INSTALL_PROGRAMS command. 06 January 2011, 17:21:35 UTC
dd5c592 Fix incorrect variable documentation (#11127) In InstallRequiredSystemLibraries the documentation details the variable CMAKE_SKIP_INSTALL_RULES to skip installation. This actually doesn't do anything, the variable required is named CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP. This commit amends the documentation to point to the correct variable. 06 January 2011, 17:21:11 UTC
b1b6d8f Merge topic 'improve-findgit' into next ed2b314 Add PATH_SUFFIXES for finding git. 06 January 2011, 15:43:59 UTC
ed2b314 Add PATH_SUFFIXES for finding git. This commit makes it automatic to find msysGit installed in its default locations on Windows. 06 January 2011, 15:09:48 UTC
d28b617 Merge topic 'fix-11461-add-midl-vs10' into next e33cbda VSMidl Test: Use correct include_directories with VS6 (#11461) 06 January 2011, 14:38:20 UTC
e33cbda VSMidl Test: Use correct include_directories with VS6 (#11461) VS6 builds put midl output directly in CMAKE_CURRENT_BINARY_DIR. Adjust test include_directories to match. Fixes test failure on dashboard machine DASH3. 06 January 2011, 14:12:20 UTC
005e632 Merge topic 'vs-Fortran-only-DLL' into next f661b95 VS: Fix linking of Fortran-only DLL projects (#10803) 06 January 2011, 13:12:11 UTC
f661b95 VS: Fix linking of Fortran-only DLL projects (#10803) Emit the LinkDLL attribute of VFLinkerTool for Fortran DLLs. 06 January 2011, 13:06:30 UTC
c1f1959 Merge branch 'master' into next 06 January 2011, 12:36:58 UTC
8e6ad8c KWSys Nightly Date Stamp 06 January 2011, 05:10:47 UTC
b7a0c09 Changed exec_program to exec_process. Also added another prefix for MPICH2 on Windows. 06 January 2011, 01:37:32 UTC
35bd990 Merge topic 'improve-build-error-detection' into next 89eb4bf Improve build error detection. 05 January 2011, 21:26:43 UTC
89eb4bf Improve build error detection. Some were missed recently on a failed dashboard build of ccmake on an HP-UX machine. 05 January 2011, 21:13:55 UTC
9a68a5c Merge branch 'master' into next 05 January 2011, 20:40:20 UTC
99ddf6a KWSys: Retrieve QNX specific memory and processor info (#11329) Author: Rolf Eike Beer <eike@sf-mail.de> 2010-10-18 12:03:39 05 January 2011, 20:40:03 UTC
1c2a9b8 KWSys: Fix CPU speed calculations (#9963) To get from Hz to MHz the factor is 10^6, not 2^20. Author: Rolf Eike Beer <eike@sf-mail.de> 2010-10-24 06:31:11 05 January 2011, 20:40:02 UTC
b69caf5 Merge topic 'fix-11461-add-midl-vs10' into next 262da91 Prohibit space in HOME value for VSMidl test. 05 January 2011, 16:34:19 UTC
262da91 Prohibit space in HOME value for VSMidl test. Some Windows machines actually define HOME in their environment. And some of them actually put a directory with a space in the name as the value. Make sure the HOME value (CMake variable) in this CMakeLists file does not contain a space. 05 January 2011, 16:30:12 UTC
bd7384e Merge topic 'linux-standard-base' into next dde0c89 ccmake: Use LSB 4.0 getmaxyx conditionally 05 January 2011, 16:10:09 UTC
dde0c89 ccmake: Use LSB 4.0 getmaxyx conditionally Use of 'getmaxyx' works on LSB but does not seem portable to other curses versions. 05 January 2011, 16:07:24 UTC
f9cee68 Merge topic 'fix-11461-add-midl-vs10' into next 13caaa3 VS10: Finish Midl support (#11461) 05 January 2011, 16:02:07 UTC
13caaa3 VS10: Finish Midl support (#11461) This commit addresses all of the following: http://public.kitware.com/Bug/view.php?id=8165 http://public.kitware.com/Bug/view.php?id=10687 http://public.kitware.com/Bug/view.php?id=11311 http://public.kitware.com/Bug/view.php?id=11461 With this commit, the midl support for VS10 is as complete as midl support ever was for VS9 and earlier. The VSMidl test should run on all Visual Studio generator based dashboards. CMake no longer sends C++ compiler /D flag values to the midl compiler in Visual Studio generated projects. I think if we want to add that in the future, we should add a way to pass midl compiler specific flags and perhaps an optional way to add in the C++ definitions, too. For now, not sending them along gets past the immediate problem wherein idl files in a CMake VS generated project just didn't work at all. The VSMidl test added in this commit was inspired by the patch attached to 8165. The test had to be modified such that it will run in a directory whose name contains no spaces. There is an existing bug filed against VS10's midl asking Microsoft to fix that problem. But for now, the test added in this commit works by copying the source directory to a location that avoids spaces in the directory names. Inspired-By: Robert Lenhardt 05 January 2011, 15:37:14 UTC
d4a4a9d Merge branch 'master' into next 05 January 2011, 13:17:21 UTC
00c88bb KWSys Nightly Date Stamp 05 January 2011, 05:10:21 UTC
37dfc19 Merge topic 'qt4-deploy-plugins' into next 8b91e63 Revert "Add function to deploy qt plugins." 05 January 2011, 05:09:23 UTC
8b91e63 Revert "Add function to deploy qt plugins." This reverts commit 637daf6314d0d0f4185002ed8912c0f90d163fcd. 05 January 2011, 05:08:25 UTC
07276c4 Merge branch 'master' into next 04 January 2011, 20:46:33 UTC
d04e10d Merge topic 'negative-test-costs' 6b0c7de Support explicitly set test costs in non-parallel testing. 04 January 2011, 20:46:16 UTC
70950ed Merge topic 'honor-explicit-zero-timeout' 51bb493 Test TIMEOUT property explicitly set to zero should be honored 04 January 2011, 20:46:07 UTC
45b6120 Merge topic 'vs-force-multiple-include' b29eadd Map multiple /FI flags for VS < 10 (#11649) 04 January 2011, 20:45:51 UTC
2bb193a Merge topic 'dev/add_test-working-directory' 6529d7f Pass the expected value as the first argument 04 January 2011, 20:45:41 UTC
fff676d Merge topic 'make-install-test-serial' bce24e1 Avoid running CMake.Install test simultaneously with other tests 04 January 2011, 20:45:14 UTC
d61b7c5 Merge topic 'suppress-warnings' d11f439 Suppress erroneous warnings from Intel compiler 04 January 2011, 20:45:05 UTC
79f5a7c Merge topic 'compiler-id-literal-const' dbc79bd Fix constness in compiler id detection 04 January 2011, 20:44:56 UTC
61063f1 Merge topic 'recognize-TI-DSP' f1392dc Recognize the Texas Instruments DSP compiler (#11645) 04 January 2011, 20:44:50 UTC
138a796 Merge topic 'FindBoostTypos' 5103fe5 Lowercase all function names and improve consistency 97c8f77 Fix spelling BOOST_LIBRARYDIR message. Add error for common misspellings. 04 January 2011, 20:44:39 UTC
cc6ae13 Merge topic 'add-trilinos-contract-test' 8113621 Establish pass criteria for the Trilinos contract test. 7348561 Use m prefix in shorttag value to indicate "md5 of tarball" c8ac930 Add contract test for Trilinos 10.6.1 snapshot. 04 January 2011, 20:44:18 UTC
0de5db7 Merge topic 'fix-warning-char-string-constant' 0bb22cf Avoid passing string literal to char* type 04 January 2011, 20:44:11 UTC
3556ab9 Merge topic 'add_support_for_windres' 971692c Build enable_language command during bootstrap 960ace1 Add testing for windows resources for mingw/msys/cygwin and remove for watcom. 060d6e8 Add support for windres to cygwin. b2f308c Add support for windows resources with mingw/msys. 04 January 2011, 20:44:07 UTC
f1d7a56 Merge topic 'add_preprocessor_def_vs2010_resources' 8c7b19d Only run resource test for MSVC compilers. 753e208 Disable incremental testing for this test, it crashes vs9 linker. 16e7d4b Add flags to resource builds on vs 2010 with a test. 04 January 2011, 20:44:01 UTC
da9b5fe Merge topic 'add_resource_support_to_intel' 90b0f2c Enable resource building with the intel compiler on windows. 04 January 2011, 20:43:53 UTC
e13cd47 Merge topic 'fix-test-output-truncation' into next e73bf1c CTest: Do not truncate UTF-8 test output too early (#10656) 04 January 2011, 18:31:31 UTC
e73bf1c CTest: Do not truncate UTF-8 test output too early (#10656) Since commit e4beefeb (CTest: Do not munge UTF-8 output in XML files, 2009-12-08) we validate UTF-8 encoding of build and test output as it is written to XML files. However, in cmCTestTestHandler::CleanTestOutput we still processed test output one byte at a time and did not recognize multi-byte UTF-8 characters. Presence of such characters caused early truncation. Teach CleanTestOutput to truncate test output at the limit but without cutting it in the middle of a multi-byte encoding. Also, stop avoiding truncation in the middle of an XML tag like "<MyElement>" because the '<' and '>' will be properly escaped in the generated XML anyway. 04 January 2011, 18:20:49 UTC
eb7aa73 Merge topic 'linux-standard-base' into next a3de30e ccmake: Use LSB 4.0 curses API conditionally 04 January 2011, 13:53:30 UTC
a3de30e ccmake: Use LSB 4.0 curses API conditionally Use of 'attr_t' and 'wattr_get' works on LSB but does not seem portable to other curses versions. 04 January 2011, 13:52:50 UTC
178864a Merge topic 'policy-CMP0017' into next ce28737 Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 7db8db5 Improve documentation and messages for the new CMP0017 04 January 2011, 13:40:16 UTC
feb9dbb Merge topic 'issue_10201' into next 5990eda Revert "Added macro Subversion_WC_UPDATE([path...])." 04 January 2011, 13:25:15 UTC
5990eda Revert "Added macro Subversion_WC_UPDATE([path...])." This reverts commit 83c31ae00af38d2c8b3396c7e13caa66489c2bd1. Removing until Marcel has time to continue work on the feature. 04 January 2011, 13:24:09 UTC
26ec6c1 Merge branch 'master' into next 04 January 2011, 13:22:06 UTC
ce28737 Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 This puts the new search behaviour for included files in action, i.e. now when a file from Modules/ include()s another file, it also gets the one from Modules/ included, i.e. the one it expects. Alex 04 January 2011, 13:20:08 UTC
7db8db5 Improve documentation and messages for the new CMP0017 This patch incorporates the comments from Brad: -some improvements to the documentation of CMP0017 -make the test QUIETLY search for zlib 04 January 2011, 13:19:33 UTC
a4224b4 Merge topic 'policy-CMP0017' into next db44848 Prefer files from CMAKE_ROOT when including from CMAKE_ROOT 1e69c6f Merge branch 'user-policy-defaults' into policy-CMP0017 65a0a2a Merge branch 'include-command-whitespace' into policy-CMP0017 04 January 2011, 13:12:20 UTC
f0e44c1 Merge topic 'user-policy-defaults' into next a364daf Allow users to specify defaults for unset policies 8e45c11 Fix indentation in cmPolicies::ApplyPolicyVersion() 04 January 2011, 13:11:19 UTC
95c4524 Merge topic 'PreferCMakeModulesByCMakeModulesWithPolicy-NoTrailingWhitespaceCommit' into next 0319368 Merge branch 'include-command-whitespace' into PreferCMakeModulesByCMakeModulesWithPolicy-NoTrailingWhitespaceCommit 528eec0 Revert "Prefer files from CMAKE_ROOT when including from CMAKE_ROOT." e028a3f Revert "Fix indentation in cmPolicies::ApplyPolicyVersion()" ab34f3a Revert "Add support for CMAKE_POLICY_DEFAULT_CMP<NNNN> variables." 4c45e0d Revert "Add comment about CMP0017 to docs of include()" 04 January 2011, 13:10:59 UTC
f3d1d7e Merge topic 'include-command-whitespace' into next 75a5221 Remove trailing whitespace 04 January 2011, 13:10:35 UTC
db44848 Prefer files from CMAKE_ROOT when including from CMAKE_ROOT This patch makes include() and find_package() prefer cmake files located in CMAKE_ROOT over those in CMAKE_MODULE_PATH. This makes sure that the including file gets that file included which it expects, i.e. the one from cmake with which it was tested. It only changes behaviour when such an included file exists both in CMAKE_MODULE_PATH and in CMAKE_ROOT. This comes together with a new policy CMP0017, with default behaviour it behaves as it always did, but warns. With NEW behaviour it includes the file from CMAKE_ROOT instead from CMAKE_MODULE_PATH. This fixes (if CMP0017 is set) building KDE 4.5 with cmake >= 2.8.3. Also a basic test for this policy in included. 04 January 2011, 13:06:20 UTC
1e69c6f Merge branch 'user-policy-defaults' into policy-CMP0017 04 January 2011, 13:04:29 UTC
65a0a2a Merge branch 'include-command-whitespace' into policy-CMP0017 04 January 2011, 13:04:27 UTC
0319368 Merge branch 'include-command-whitespace' into PreferCMakeModulesByCMakeModulesWithPolicy-NoTrailingWhitespaceCommit 04 January 2011, 13:04:03 UTC
75a5221 Remove trailing whitespace 04 January 2011, 12:59:24 UTC
528eec0 Revert "Prefer files from CMAKE_ROOT when including from CMAKE_ROOT." This reverts commit 07410f329d8a219fc8c6153212cdcdb6034ab27c. 04 January 2011, 12:58:29 UTC
e028a3f Revert "Fix indentation in cmPolicies::ApplyPolicyVersion()" This reverts commit 15712e2be89983e6be8a3d4b3a20966163266c00. 04 January 2011, 12:58:23 UTC
ab34f3a Revert "Add support for CMAKE_POLICY_DEFAULT_CMP<NNNN> variables." This reverts commit eb74f519e90d880ed895ea2243aae2d64c2ba8f4. 04 January 2011, 12:58:17 UTC
4c45e0d Revert "Add comment about CMP0017 to docs of include()" This reverts commit a924ee511a33963fdce693b77982131df481df8f. 04 January 2011, 12:58:10 UTC
a364daf Allow users to specify defaults for unset policies Check CMAKE_POLICY_DEFAULT_CMP<NNNN> for a default when policy CMP<NNNN> would otherwise be left unset. This allows users to set policies on the command line when the project does not set them. One may do this to quiet warnings or test whether a project will build with new behavior without modifying code. There may also be cases when users want to build an existing project release using new behavior for policies unknown to the project at the time of the release. 04 January 2011, 12:46:10 UTC
8e45c11 Fix indentation in cmPolicies::ApplyPolicyVersion() Alex 04 January 2011, 12:42:49 UTC
back to top