https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
448661f VS10: Skip targets with no linker language (#11230) In targets with no non-header files the linker language cannot be determined. Since the target project file cannot be generated at all in this case, give up as soon as it is detected. Otherwise the generation code may try to run with uninitialized information. 30 September 2010, 12:48:38 UTC
4e137de KWSys Nightly Date Stamp 30 September 2010, 04:10:39 UTC
3d68dd2 Fix for bug #11274, VS10 custom commands that create files in INTDIR fix. 29 September 2010, 21:02:04 UTC
5253206 Add a new line to the end of the generated main.cxx for the hpux compiler. Some HPUX compilers give this error: Error 690: "/home/cport/Dashboards/My Tests/CMake-build/Tests/CheckCompilerRelatedVariables/main.cxx", line 1 # Nonempty source files must end with a newline that is not preceded by a backslash. 29 September 2010, 18:46:45 UTC
da5c895 Merge topic 'xcode-generator-trailing-whitespace' a2bbe4b Remove trailing whitespace from Xcode generator source 29 September 2010, 13:30:20 UTC
a2bbe4b Remove trailing whitespace from Xcode generator source Reverting abandoned topic xcode_source_group_fix_7932 left this source slightly different due to trailing whitespace removal on some lines. Remove all trailing whitespace from the file to make it consistent. 29 September 2010, 12:38:18 UTC
0f6b3a0 KWSys Nightly Date Stamp 29 September 2010, 04:10:08 UTC
b011840 Use absolute path to FindPackageHandleStandardArgs.cmake everywhere This is to avoid getting an (older) copy of FPHSA.cmake which is e.g. installed with KDE 4.5.0 and 4.5.1. Alex 28 September 2010, 20:30:31 UTC
41e4f1a Add automatic variable CMAKE_CURRENT_LIST_DIR(dir of CMAKE_CURRENT_LIST_FILE) Comes with a simple test and docs. Alex 28 September 2010, 20:10:47 UTC
f9fc79c Remove trailing whitespace Alex 28 September 2010, 19:44:22 UTC
d24b8ac Merge topic 'cmake-guiRememberAdvancedCheckbox' 3d13502 Make cmake-gui remember whether the "Advanced" checkbox was checked or not 8e8acb7 -remove trailing whitespace 28 September 2010, 18:06:31 UTC
dbf7664 Merge topic 'PutRequiredVersionInDetailMessageInFPHSA' 567ac0b Also store the required version number in the details message. 28 September 2010, 18:05:15 UTC
3398ec7 Merge topic 'vs10-object-intdir' 7ef659f VS10: Use $(IntDir) for per-source output directory (#11270) 28 September 2010, 18:04:48 UTC
e66c12a Merge topic 'python_module_prefix_suffix' d36c16a Set the module prefix, updated Windows suffix. 28 September 2010, 18:04:24 UTC
c86d677 Merge topic 'findqt4-cross-compile' 25931ae Fix regression in cross-compile patches with finding Qt libs. 28 September 2010, 18:03:37 UTC
126158f Merge topic 'fixAbsoluteDestHandlingRegression' 225abc5 InstallGen/CPack fix handling absolute installed file regression 28 September 2010, 18:02:44 UTC
c0665ca Merge topic 'DescriptionsForFeatureSummaryALL' b935f00 Close ENDFUNCTION() properly with the same name as FUNCTION() 07bca48 Set a default DESCRIPTION if none is given for ALL mode of feature_summary() d5b2915 APPEND and not-APPEND mode of feature_summary() were swapped 28 September 2010, 18:02:19 UTC
20f4973 Reset platform/compiler info status for each language In each CMake<lang>Information.cmake file we use an _INCLUDED_FILE variable to track whether a compiler information file has been loaded. Reset this variable for each language. This fixes Fortran under VS generators with the Intel plugin. Previously the variable would be left set true from C and C++ and then Fortran would not load old-style files like Platform/Windows-ifort. 28 September 2010, 13:49:20 UTC
5efe307 KWSys Nightly Date Stamp 28 September 2010, 04:10:03 UTC
567ac0b Also store the required version number in the details message. This way the success/failure message of FPHSA() is also printed again if the required version is changed. Alex 27 September 2010, 20:08:14 UTC
7ef659f VS10: Use $(IntDir) for per-source output directory (#11270) The original implementation of this generator accidentally used "$(Configuration)/" for source-specific object file names. Correct it to use "$(IntDir)/" just like the generators for all previous VS versions. The target-wide output directory is "$(IntDir)/" already. 27 September 2010, 12:37:00 UTC
993cfc9 KWSys Nightly Date Stamp 27 September 2010, 04:10:04 UTC
c928751 KWSys Nightly Date Stamp 26 September 2010, 04:10:04 UTC
f42bae0 KWSys Nightly Date Stamp 25 September 2010, 04:10:04 UTC
d36c16a Set the module prefix, updated Windows suffix. Set the Python module prefix to PYTHON_MODULE_PREFIX, and changed the suffix on Windows to .pyd as .dll is officially deprecated. 24 September 2010, 19:04:24 UTC
7d243b9 KWSys Nightly Date Stamp 24 September 2010, 04:10:36 UTC
25931ae Fix regression in cross-compile patches with finding Qt libs. If a Qt installation is in CMAKE_PREFIX_PATH and a QT_QMAKE_EXECUTABLE points to a qmake for a different Qt installation, prefer finding libs in the latter Qt installation. 23 September 2010, 22:50:09 UTC
3d13502 Make cmake-gui remember whether the "Advanced" checkbox was checked or not Alex 23 September 2010, 19:48:07 UTC
8e8acb7 -remove trailing whitespace Alex 23 September 2010, 19:47:06 UTC
a9bf98b KWSys Nightly Date Stamp 23 September 2010, 04:10:11 UTC
8150dc4 Merge topic 'fix-11026' 4a323bd Honor MAKECOMMAND value saved in cache (#11026) 22 September 2010, 17:53:46 UTC
dda5bbd Merge topic 'fix_windows7_untar' 775697d Add a delay after untar on windows to make external project work on windows 7 22 September 2010, 17:53:25 UTC
14d5ea7 Merge topic 'mingw-long-object-lists' 5f05a3c MinGW: Support long object file lists 2d9bb33 Evaluate <OBJECT_DIR> rule variable for executables 22 September 2010, 17:52:24 UTC
a602419 Merge topic 'cygwin-system-processor' 2412d9b Use 'uname -m' for processor on Cygwin (#10774) 22 September 2010, 17:52:10 UTC
89884a2 Merge topic 'find-fltk-cygwin' a6628d1 FindFLTK*: Use Cygwin fltk on Cygwin 22 September 2010, 17:52:01 UTC
6a72c7e Merge topic 'find-python2.7' 2f665d5 FindPythonInterp: Look for python2.7 interpreter 22 September 2010, 17:51:52 UTC
d65a91d KWSys Nightly Date Stamp 22 September 2010, 04:10:27 UTC
4a323bd Honor MAKECOMMAND value saved in cache (#11026) Use a separate variable to pass to the BUILD_COMMAND call and then use set(CACHE) to transfer that to MAKECOMMAND. That way, if MAKECOMMAND is in the cache already, it is left untouched. Fixes regression introduced in commit 0b38bb4c with the fix for bug #2336. Thanks to Evgeniy P for the patch. 22 September 2010, 01:51:40 UTC
2412d9b Use 'uname -m' for processor on Cygwin (#10774) POSIX requires 'uname -m' but not 'uname -p': http://www.opengroup.org/onlinepubs/9699919799/utilities/uname.html Indeed Cygwin 'uname -p' returns "unknown". 21 September 2010, 21:32:49 UTC
a6628d1 FindFLTK*: Use Cygwin fltk on Cygwin Do not set FLTK_PLATFORM_DEPENDENT_LIBS to contain win32 libraries. Cygwin builds should use the fltk that comes with Cygwin. 21 September 2010, 21:29:22 UTC
2f665d5 FindPythonInterp: Look for python2.7 interpreter Python 2.7 was released on July 3rd, 2010. 21 September 2010, 21:22:07 UTC
b935f00 Close ENDFUNCTION() properly with the same name as FUNCTION() Alex 21 September 2010, 20:43:04 UTC
07bca48 Set a default DESCRIPTION if none is given for ALL mode of feature_summary() Alex 21 September 2010, 20:31:04 UTC
d5b2915 APPEND and not-APPEND mode of feature_summary() were swapped Alex 21 September 2010, 20:27:14 UTC
5970c0f Merge topic 'FindBoost_bugfixes' b8b9a32 FindBoost.cmake: Fix library search path glitch introduced in earlier commit 90c16d8 FindBoost.cmake: Implements 11160 95ff120 FindBoost.cmake: Fixes 10436 5cce138 FindBoost.cmake: Fixes 11121 0239041 FindBoost.cmake: Fixes 11246 d4900c2 FindBoost.cmake: Fix compiling against a boost source tree 6ed7d99 FindBoost.cmake: Add Boost_NO_SYSTEM_PATHS option 16b0eb5 FindBoost.cmake: Miscellaneous changes and refactoring 5e6f0f0 FindBoost.cmake fixes for issues 11204 & 8529 21 September 2010, 14:53:57 UTC
781c341 Merge topic 'fix-9963' a798bb7 Avoid CustomCommand test failure on VS71 (#9963) 9b4ab06 Avoid CustomCommand test failure on VS71 (#9963) 9d2e648 No extra spaces in CustomCommand test (#9963) 269a4b8 Enable calling commands with : in argv[1] (#9963) 21 September 2010, 14:44:08 UTC
5968785 Merge topic 'xcode-ARCHS-quoting' a8ded53 Xcode: Quote string values containing '$' (#11244) 0790af3 Xcode: Avoid trailing space in ARCHS list (#11244) 21 September 2010, 14:42:50 UTC
b7539e3 Merge topic 'compaq-fortran-moddir-flag' c04af06 Add module-dir flag for Compaq Visual Fortran (#11248) 21 September 2010, 14:41:02 UTC
8c865b3 Merge topic 'FindMPI-f-flags' a56969f FindMPI: Recoginze -f flags from mpicc (#10771) 21 September 2010, 14:40:39 UTC
a8d0539 Merge topic '11249_FindFLEX' 38691d9 FindFLEX.cmake: Fix issue 11249 21 September 2010, 14:39:33 UTC
f2a5b85 Merge topic '11136' 7016fae Fix 11136: [patch] FindThreads.cmake documents the wrong variable 21 September 2010, 14:38:37 UTC
7248046 Merge topic 'document-IMPORTED_NO_SONAME' 8f96818 Document IMPORTED_NO_SONAME target property 21 September 2010, 14:37:59 UTC
9da64e7 Merge topic 'fix-ccmake-search' 5d7c3c0 ccmake: Fix search with '/' 21 September 2010, 14:33:08 UTC
39d99c2 Merge topic 'fix_release_tags' 4a67481 Update release scripts. 7d148d8 Fix the name of the variable being tested. 297be5b add next as an orgin based branch, and not a tag. 187976b Fix release scripts to be able to build releases from tags. 21 September 2010, 14:32:42 UTC
753cbf8 Merge topic 'fix_line_length_issues' 3901174 Fix KWStyle line length issues. 21 September 2010, 14:32:18 UTC
775697d Add a delay after untar on windows to make external project work on windows 7 OK, on windows 7 after we untar some files, sometimes we can not rename the directory after the untar is done. This breaks the external project untar and rename code. So, by default we will wait 1/10th of a second after the untar. If CMAKE_UNTAR_DELAY is set in the env, its value will be used instead of 100. 21 September 2010, 14:04:04 UTC
950b735 KWSys Nightly Date Stamp 21 September 2010, 04:10:07 UTC
225abc5 InstallGen/CPack fix handling absolute installed file regression 20 September 2010, 21:33:35 UTC
a798bb7 Avoid CustomCommand test failure on VS71 (#9963) Test still failing on dash1.kitware. Give up on testing the new arg on MSVC71. Test it with newer nmakes instead. All other dashboards are fine with -DPATH=c:/posix/path as the first arg, so keep it except when MSVC71 is true. 20 September 2010, 17:20:15 UTC
a8ded53 Xcode: Quote string values containing '$' (#11244) Allow use of $(STANDARD_32BIT_ARCHS) as CMAKE_OSX_ARCHITECTURES. The expanded value must remain a single string. 20 September 2010, 14:08:40 UTC
0790af3 Xcode: Avoid trailing space in ARCHS list (#11244) With CMAKE_OSX_ARCHITECTURE settings such as $(ARCHS_STANDARD_32BIT), the space inserted by the for loop would confuse Xcode if quoted. In this particular example, what would be output would be: ARCHS = "$(ARCHS_STANDARD_32BIT) "; The Xcode UI does not recognize this as the built-in "Standards 32-bit" architecture setting unless the space is removed. 20 September 2010, 14:05:33 UTC
c04af06 Add module-dir flag for Compaq Visual Fortran (#11248) This compiler uses "-module:" to specify where modules should be placed. 20 September 2010, 13:53:45 UTC
a56969f FindMPI: Recoginze -f flags from mpicc (#10771) Parse compiler flags like "-fmessage-length=0 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -fno-strict-aliasing" from the output of "mpicc -show". We already handle preprocessor definition arguments like -DUSE_STDARG. Honor '-f' flags too. 20 September 2010, 13:08:08 UTC
b030877 KWSys Nightly Date Stamp 20 September 2010, 04:10:05 UTC
38691d9 FindFLEX.cmake: Fix issue 11249 FindFLEX no longer sense a CMake fatal error if executing "flex --version" fails unless the REQUIRED argument was specified. 20 September 2010, 03:56:34 UTC
b8b9a32 FindBoost.cmake: Fix library search path glitch introduced in earlier commit 20 September 2010, 03:15:07 UTC
d10b94b KWSys Nightly Date Stamp 19 September 2010, 04:10:03 UTC
7016fae Fix 11136: [patch] FindThreads.cmake documents the wrong variable Fixed documentation to be correct. 18 September 2010, 17:46:08 UTC
90c16d8 FindBoost.cmake: Implements 11160 Add Boost_REALPATH option for people packaging Boost with their app: Boost_REALPATH Resolves symbolic links for discovered boost libraries to assist with packaging. For example, instead of Boost_SYSTEM_LIBRARY_RELEASE being resolved to "/usr/lib/libboost_system.so" it would be "/usr/lib/libboost_system.so.1.42.0" instead. This does not affect linking and should not be enabled unless the user needs this information. 18 September 2010, 15:57:42 UTC
95ff120 FindBoost.cmake: Fixes 10436 Add an additional library filename permutation which fixes library detection for some custom builds of Boost. 18 September 2010, 15:21:23 UTC
5cce138 FindBoost.cmake: Fixes 11121 Add support for finding Boost.Thread with special THREADAPI in filename 18 September 2010, 15:19:29 UTC
0239041 FindBoost.cmake: Fixes 11246 FindBoost can find shared libraries (.so) in rare circumstances even when Boost_USE_STATIC_LIBS is set 18 September 2010, 15:16:09 UTC
d4900c2 FindBoost.cmake: Fix compiling against a boost source tree This fixes issues 11192 & 11187. 18 September 2010, 14:59:42 UTC
6ed7d99 FindBoost.cmake: Add Boost_NO_SYSTEM_PATHS option This fixes several duplicate issues in the tracker (7725, 11019, 8412) 18 September 2010, 14:56:15 UTC
16b0eb5 FindBoost.cmake: Miscellaneous changes and refactoring * Add a warning if the user sets Boost_ROOT which is not correct * Clarify directions to the user for viewing debugging messages * Move the CMAKE_FIND_LIBRARY_SUFFIXES tweak outside of a for loop 18 September 2010, 14:41:53 UTC
5e6f0f0 FindBoost.cmake fixes for issues 11204 & 8529 * Fixed issue 11204: FindBoost.cmake had trouble discovering libraries when both -sgd and -gd libraries were available by adding a new option Boost_USE_STATIC_RUNTIME. Backwards compatibility of searching for first -gd and then -sgd on WIN32 is maintained unless the user sets Boost_COMPAT_STATIC_RUNTIME to false (or they have set Boost_USE_STATIC_RUNTIME). * Fixed issue 8529: FindBoost was unable to detect boost libraries compiled against STLport, by reworking the way the Boost ABI tag is calculated. There are additional ABI tag options available now as well. * Boost_DEBUG now reports the full list of filenames being searched for when find_library is called. 18 September 2010, 14:24:30 UTC
c30c3ad KWSys Nightly Date Stamp 18 September 2010, 04:10:05 UTC
8f96818 Document IMPORTED_NO_SONAME target property Commit fd37a6ec (Better linker search path computation, 2008-02-21) added this property but did not document it. Add the documentation. 17 September 2010, 17:28:29 UTC
5f05a3c MinGW: Support long object file lists Use a combination of response files and the archiver to support long object file lists that do not fit in the Windows command-line length limit. This can work only with GCC >= 4 because the MinGW GCC 3.x front-ends do not support response-file syntax. 17 September 2010, 13:25:36 UTC
4b682e1 KWSys Nightly Date Stamp 17 September 2010, 04:10:04 UTC
5d7c3c0 ccmake: Fix search with '/' Commit 7a18dd8e (Add searching of variables, 2003-03-07) added method cmCursesMainForm::JumpToCacheEntry to search for cache entries whose names match a given search string. The method also had a useless argument "int idx" probably left from earlier development iterations and hard-coded in all calls to the value '-1'. The method compared this argument to the "NumberOfVisibleEntries" member which at the time was of type "int" also. Commit ff1f8d0b (Fix or cast more integer conversions in cmake, 2010-06-29) changed the type of "NumberOfVisibleEntries" to size_t to fix other integer conversion warnings. An unsigned type makes sense given the purpose of the member. However, this caused the '-1' signed value to be converted to a large unsigned value in the above-mentioned comparison, leading to incorrect behavior. Fix the problem by removing the useless argument and the comparison. 16 September 2010, 21:45:27 UTC
2d9bb33 Evaluate <OBJECT_DIR> rule variable for executables Previously this placeholder was evaluated only for libraries. Make it work for executables too. 16 September 2010, 19:07:41 UTC
48a1267 KWSys Nightly Date Stamp 16 September 2010, 04:10:04 UTC
4a67481 Update release scripts. Remove scripts for machines that no longer build releases. Update comments in README. 15 September 2010, 22:17:29 UTC
3901174 Fix KWStyle line length issues. 15 September 2010, 20:41:41 UTC
c4a0f0b CMake 2.8.3-rc1 15 September 2010, 14:15:59 UTC
de7a090 KWSys Nightly Date Stamp 15 September 2010, 04:10:05 UTC
4c06e23 Merge topic 'resolve/fix_target_name_with_dot_vs10/allow_upper_case_cpp_and_others' eccc7d5 Merge branch 'allow_upper_case_cpp_and_others' into resolve/fix_target_name_with_dot_vs10/allow_upper_case_cpp_and_others ed37fc3 VS2010: Set IntDir for utility and global targets. e79e412 VS2010: Honor PROJECT_LABEL target property (#10611) 530ade6 Fix targets with . in the name for VS 10 IDE. 14 September 2010, 19:07:23 UTC
eccc7d5 Merge branch 'allow_upper_case_cpp_and_others' into resolve/fix_target_name_with_dot_vs10/allow_upper_case_cpp_and_others Conflicts: Tests/CxxOnly/CMakeLists.txt 14 September 2010, 19:05:09 UTC
6580f5d Merge topic 'improve-missing-source-file-error' a6b5ead Report missing source files with context of target 14 September 2010, 17:31:10 UTC
ee66f21 Merge topic 'issue_10199' 80bad29 Issue 10199: Fixed code documentation and now set <prefix>_WC_ROOT 14 September 2010, 17:28:07 UTC
f306a35 Merge topic 'style-line-length' 9d21281 Fix line-too-long style errors 86025d3 file(DOWNLOAD): Fix error message formatting 14 September 2010, 17:19:53 UTC
f2a813d Merge topic 'CUDAv3.2PathChanges' 4f0636e Added CUDA 3.2 directory changes. Disable emulation mode for CUDA 3.1+. 14 September 2010, 17:19:10 UTC
6426a86 Merge topic 'bootstrap-cflags' c7aa38f bootstrap: Honor CFLAGS during "make" test (#10545) 14 September 2010, 17:12:45 UTC
6afc8fe Merge topic 'suppress-Wcast-align' b9c4181 libarchive: Fix purposeful crash 87fde60 Suppress -Wcast-align in curl and bzip2 14 September 2010, 17:11:58 UTC
e486662 Merge topic 'shut-up-find-java' 20a6f6c Use QUIET to avoid Java status messages. 14 September 2010, 17:11:26 UTC
5233d34 Merge topic 'preserve-timestamps-on-tar-extract' 666f328 Preserve timestamps on files on tar extract. 14 September 2010, 17:11:06 UTC
913437d Merge topic 'fix-9992' 2f98dac Correct CMAKE_INSTALL_PREFIX value for Win64 apps (#9992) 14 September 2010, 17:10:48 UTC
5dfa48c Merge topic 'lazy-query-cdash' ffda17d We shouldn't ask CDash for its version info until/unless we actually need it. 14 September 2010, 17:09:58 UTC
1ae9832 Merge topic 'multi-v-single-configuration' b06fb16 No CMAKE_CONFIGURATION_TYPES in single-config generators (#10202) 14 September 2010, 17:07:59 UTC
back to top