https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
717f158 Add documentation. 14 October 2011, 10:23:20 UTC
36b223e Add add_executable_jar function. Do the same thing as the add_jar function, but just set the jar entry point. 14 October 2011, 10:23:20 UTC
6eb2d79 KWSys Nightly Date Stamp 14 October 2011, 04:10:10 UTC
731d61d KWSys Nightly Date Stamp 13 October 2011, 04:10:00 UTC
83e4a45 KWSys Nightly Date Stamp 12 October 2011, 04:09:42 UTC
1226404 Merge topic 'ninja-generator-prep' 32f8437 Fix line-too-long style violations 029ab31 Constify XCode generator getters to match cmGlobalGenerator fec4b63 Fix configuration-dependent flag lookup in cmLocalGenerator::GetTargetFlags 557956f Introduce a cmGlobalGenerator::ResolveLanguageCompiler function 5b114c9 Introduce a cmLocalGenerator::ConvertToIncludeReference function 903d914 Make cmLocalGenerator::ConvertToLinkReference virtual 8a0eb78 Constify many getters of cmGlobalGenerator. 4532d36 Add const versions of some getters. 3db2973 Refactor TargetTypeNames. 11 October 2011, 18:45:35 UTC
d9f9963 Merge topic 'export-header-tests' 08271ec Build each library only once instead of once for each test. c83cfd7 Remove unused define. 11 October 2011, 18:45:31 UTC
c8e92de Merge topic 'DependencyScanningForASM' e36a1be fix #12262: use the C dependency scanner also for ASM files 11 October 2011, 18:45:27 UTC
296fde3 Merge topic 'CodeBlocks-quoting' 240d39a Fix XML safety issue with adding preprocessor defines in CodeBlocks project. 11 October 2011, 18:45:17 UTC
6a8c703 Merge topic 'libarchive-CheckFileOffsetBits-typo' 41719b7 libarchive: fix typo in CheckFileOffsetBits.cmake 11 October 2011, 18:45:13 UTC
3ece15b Merge topic 'HandleCMAKE_CXX_COMPILER_ARG1InEclipse' 3df49dc fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projects 11 October 2011, 18:45:09 UTC
4daef77 Merge topic 'refactor-find-search-paths' b0cd630 Refactor find_* command final path list computation 11 October 2011, 18:45:00 UTC
bb28c9f Merge topic 'qt_dbus_interface_args' 648c454 Add features from KDE for arguments to qdbusxml2cpp. 11 October 2011, 18:44:48 UTC
fac6e2e KWSys Nightly Date Stamp 11 October 2011, 04:09:47 UTC
32f8437 Fix line-too-long style violations Commit 8a0eb78f (Constify many getters of cmGlobalGenerator, 2011-03-26) added const qualifiers to many cmGlobalGenerator methods but left the resulting lines beyond our style's limit of 79 characters. 10 October 2011, 13:46:27 UTC
d1f5a3b KWSys Nightly Date Stamp 10 October 2011, 04:09:36 UTC
08271ec Build each library only once instead of once for each test. 09 October 2011, 15:41:47 UTC
c83cfd7 Remove unused define. 09 October 2011, 15:39:24 UTC
d17ab57 KWSys Nightly Date Stamp 09 October 2011, 04:09:32 UTC
48171ce KWSys Nightly Date Stamp 08 October 2011, 04:10:17 UTC
029ab31 Constify XCode generator getters to match cmGlobalGenerator Commit 8a0eb78f (Constify many getters of cmGlobalGenerator, 2011-03-26) added const qualifiers to many cmGlobalGenerator methods. Fix the signature of the virtual function overrides in cmGlobalXCodeGenerator to match. 07 October 2011, 12:22:05 UTC
783da62 KWSys Nightly Date Stamp 07 October 2011, 04:09:53 UTC
61c69d3 KWSys Nightly Date Stamp 06 October 2011, 04:05:17 UTC
e36a1be fix #12262: use the C dependency scanner also for ASM files Files for the ASM language are those assembler files which are processed by the C/CXX compiler, and they may contain preprocessor directives, so run the C dependency scanner also on them. Alex 05 October 2011, 19:51:35 UTC
240d39a Fix XML safety issue with adding preprocessor defines in CodeBlocks project. 05 October 2011, 16:02:32 UTC
41719b7 libarchive: fix typo in CheckFileOffsetBits.cmake s/Cheking/Checking/ 05 October 2011, 13:29:36 UTC
ab97790 KWSys Nightly Date Stamp 05 October 2011, 04:07:09 UTC
3105dc3 Begin post-2.8.6 development 04 October 2011, 18:41:15 UTC
5971063 CMake 2.8.6 04 October 2011, 15:48:52 UTC
fd98900 Merge branch 'release' 04 October 2011, 15:47:53 UTC
80a0e2c KWSys Nightly Date Stamp 04 October 2011, 04:09:40 UTC
68e43c2 Merge topic 'fix_intel_vs_version' 8f1ee51 Also, check for 11.x as an intel fortran version. 0cd3606 Use version 11.0 for 12.x and 9.10 for 10.x intel versions to fix 12.1 vsIDE. 03 October 2011, 15:54:15 UTC
a92b17e KWSys Nightly Date Stamp 03 October 2011, 04:09:33 UTC
fec4b63 Fix configuration-dependent flag lookup in cmLocalGenerator::GetTargetFlags Specifically, perform configuration-dependent lookup of STATIC_LIBRARY_FLAGS for static libraries, and use the correct prefix for configuration-dependent lookup of LINK_FLAGS (i.e. "LINK_FLAGS_", as opposed to the value of the LINK_FLAGS property). 02 October 2011, 17:30:43 UTC
557956f Introduce a cmGlobalGenerator::ResolveLanguageCompiler function It is factored out of cmGlobalUnixMakefileGenerator3::EnableLanguage, and may be used by other generators to resolve CMAKE_*_COMPILER settings. 02 October 2011, 17:30:43 UTC
5b114c9 Introduce a cmLocalGenerator::ConvertToIncludeReference function This provides a mechanism for the local generator to override how header search paths are generated. 02 October 2011, 17:30:43 UTC
903d914 Make cmLocalGenerator::ConvertToLinkReference virtual This provides a mechanism for the local generator to override how library search paths are generated. 02 October 2011, 17:30:43 UTC
8a0eb78 Constify many getters of cmGlobalGenerator. 02 October 2011, 17:30:42 UTC
4532d36 Add const versions of some getters. 02 October 2011, 17:30:42 UTC
3db2973 Refactor TargetTypeNames. Make it a static method instead of an array. It is safer for the type checking and if we add a new target type we will be warned to add a case to the switch. 02 October 2011, 17:30:42 UTC
18c0aa0 KWSys Nightly Date Stamp 02 October 2011, 04:09:44 UTC
3df49dc fix #12392: handle CMAKE_CXX_COMPILER_ARG1 for Eclipse projects CMAKE_CXX/C_COMPILER_ARG1 have to be used for finding the include dirs and builtin macros, so Eclipse can do code completion Alex 01 October 2011, 17:09:24 UTC
867b226 KWSys Nightly Date Stamp 01 October 2011, 04:09:52 UTC
8f1ee51 Also, check for 11.x as an intel fortran version. As Dave Cole pointed out the previous commit only checked for 10.x and 12.x. 11.0 was accounted for, but 11.1, 11.2 and 11.3 were not. This patch should make it work for those versions as well. I did a web check and there are 11.0, 11.1, 11.2 and 11.3 versions from Intel. I assume if 12.x uses 11.0 as the version in the .vfproj file, then all of the 11.x versions would as well. 30 September 2011, 21:11:34 UTC
e3d593a Merge topic 'really-eliminate-clang-warnings' ad6fa0c CTestCustom.cmake: Ignore clang's summary warning 30 September 2011, 19:57:28 UTC
c4ef30e Merge topic 'PkgConfigTypoFix' 9cbbea3 Fix typo in UsePkgConfig.cmake 30 September 2011, 19:57:24 UTC
c4e08b5 Merge topic 'ImproveFindPackageModeWithTryCompile' f15945e Use makefile->IssueMessage() for better error messages c886e31 Improve behaviour of --find-package mode with try_run/try_compile 31f43fd Remove trailing whitespace 30 September 2011, 19:57:20 UTC
449aef3 Merge topic 'vs11-generator' 3b5256e Teach our tests about special cases for VS 11 3d5632e Add Visual Studio 11 generator for x86 and x64 tools 30 September 2011, 19:57:17 UTC
0cd3606 Use version 11.0 for 12.x and 9.10 for 10.x intel versions to fix 12.1 vsIDE. The intel compiler for 12.0 and 12.1 are known to expect the file version to be 11.0 in the .vfproj file. For 10.x it should be 9.10. Prior to this fix 12.0 and 10.1 were the only values checked. If those did not match the actual version of intel was put in the vfproj file causing an error about future version load attempt in the IDE. 30 September 2011, 19:52:37 UTC
72bac42 KWSys Nightly Date Stamp 30 September 2011, 04:09:34 UTC
ad6fa0c CTestCustom.cmake: Ignore clang's summary warning Assuming prior text has matched some other warning expression... 29 September 2011, 19:44:03 UTC
9cbbea3 Fix typo in UsePkgConfig.cmake 29 September 2011, 17:43:44 UTC
8a3bca5 KWSys Nightly Date Stamp 29 September 2011, 04:07:38 UTC
ef8cc99 KWSys Nightly Date Stamp 28 September 2011, 04:09:40 UTC
f15945e Use makefile->IssueMessage() for better error messages Alex 27 September 2011, 16:59:42 UTC
7759317 KWSys Nightly Date Stamp 27 September 2011, 04:09:39 UTC
89bdc3e Merge topic 'FindBulletLibRenames' 6f935d7 FindBullet: Also search for _Debug postfixed library names 26 September 2011, 15:24:46 UTC
ea1901b Merge topic 'MinorPkgConfigDocImprovement' 59ccf38 Minor improvements to the UsePkgConfig.cmake docs ad11118 Remove trailing whitespace 26 September 2011, 15:24:43 UTC
26f0790 Merge topic 'doc-set_target_properties-typo' f8c77fa Fix typo in set_target_properties' documentation. 26 September 2011, 15:24:39 UTC
0bf12af KWSys Nightly Date Stamp 26 September 2011, 04:09:04 UTC
9584135 KWSys Nightly Date Stamp 25 September 2011, 04:09:58 UTC
e4bd3b0 KWSys Nightly Date Stamp 24 September 2011, 04:09:49 UTC
b0cd630 Refactor find_* command final path list computation All find_* commands re-root the list of paths and then add trailing slashes. Factor this pair of calls out into a dedicated method. The new method would be the only caller to AddTrailingSlashes, so subsume that method into it. 23 September 2011, 18:36:27 UTC
3b5256e Teach our tests about special cases for VS 11 Teach the CheckCompilerRelatedVariables test to verify MSVC11. Update the special cases already in the Preprocess and VSExternalInclude tests for VS 10 to work for VS 11 too. 23 September 2011, 15:07:24 UTC
3d5632e Add Visual Studio 11 generator for x86 and x64 tools 23 September 2011, 14:10:01 UTC
f8c77fa Fix typo in set_target_properties' documentation. our -> or 23 September 2011, 12:16:08 UTC
8c28043 KWSys Nightly Date Stamp 23 September 2011, 04:09:39 UTC
6f935d7 FindBullet: Also search for _Debug postfixed library names 23 September 2011, 03:31:37 UTC
c16e387 CMake 2.8.6-rc4 22 September 2011, 18:08:22 UTC
afff1ab Merge branch 'release' 22 September 2011, 18:06:40 UTC
59ccf38 Minor improvements to the UsePkgConfig.cmake docs Alex 22 September 2011, 12:47:18 UTC
ad11118 Remove trailing whitespace Alex 22 September 2011, 12:39:19 UTC
4a1aadb KWSys Nightly Date Stamp 22 September 2011, 04:09:30 UTC
26e5b0e Merge topic 'revert-fix-for-11333' 98c49a4 Revert "FindThreads: Try pthreads with no special option first (#11333)" 21 September 2011, 21:29:39 UTC
ac623ce Merge topic 'CPackRPM-per-component-script' cc26a06 CPackRPM authorize per-component pre/post-[un]install scripts (#0012063) 21 September 2011, 21:29:30 UTC
253e370 Merge topic 'generate-export-header' 41e2b1d Make add_compiler_export_flags a function again. 6a10deb Made ADD_COMPILER_EXPORT_FLAGS into a macro. 2d1acfe Don't warn when nothing to do in visibility function. d679568 Just code style changes. 21 September 2011, 21:29:23 UTC
682a989 Merge topic 'CPackDeb-fakeroot' 49da3bd CPackDeb fix #10325 automagically use fakeroot for DEB if fakeroot is found 21 September 2011, 21:29:16 UTC
41c6b3d KWSys Nightly Date Stamp 21 September 2011, 04:09:39 UTC
98c49a4 Revert "FindThreads: Try pthreads with no special option first (#11333)" This reverts commit fd61be71401ef9e0a241562fc31539273084deff. 20 September 2011, 22:40:22 UTC
47dac7e Merge topic 'file-download-http-error' 09817e9 Make file(DOWNLOAD) fail on http error 20 September 2011, 18:42:26 UTC
d622088 Merge topic 'MinorFeatureSummaryFixes' 0ba9853 Don't warn when setting a property multiple times to the same value #12464 b7ac63e Fix typos in FeatureSummary.cmake (#12462) 20 September 2011, 18:42:21 UTC
f628f12 Merge topic 'CheckForFlexHeader' ae331e1 FindFLEX.cmake: also search the include dir 20 September 2011, 18:42:16 UTC
0f98a0a Merge topic 'libarchive-mingwrt-3.20' 8dfe74c libarchive: Fix ssize_t detection with mingwrt 3.20 20 September 2011, 18:42:11 UTC
55b3198 Merge topic 'tweak-release-scripts' d5a0dc4 Release Scripts: Use Qt 4.7.4 on dashmacmini5 (#12460) 20 September 2011, 18:42:02 UTC
bef9968 Merge topic 'FortranCInterface-VS' 67fcc83 Simplify IntelVSImplicitPath detection project a7ce26d Move IntelVSImplicitPath project to better location 539a822 Enable Fortran tests for IDE builds. 555f589 For VS Intel Fortran IDE builds, add a check to find the Fortran library PATH. 71402eb FortranCInterface: Compile separate Fortran lib in VerifyC[XX] 20 September 2011, 18:41:56 UTC
a8092ca Merge topic 'add-mac64-nightly-build' fe8dc11 Tests: Add the more modern Mac64 nightly build 20 September 2011, 18:41:48 UTC
d57c23c Merge topic 'fix-build-testing-problem' c336778 CMake: Reference test targets only when BUILD_TESTING is ON 20 September 2011, 18:41:31 UTC
cc26a06 CPackRPM authorize per-component pre/post-[un]install scripts (#0012063) Merged patch from Chip Christian previously based on the one from winfriedd with some small pruning editing by commiter 20 September 2011, 18:21:01 UTC
41e2b1d Make add_compiler_export_flags a function again. Making this a macro had unintended issues on (among others) Windows compilers. Moving it back to being a function using PARENT_SCOPE still satisfies the use case where we simply want to obtain the extra flags. 20 September 2011, 04:16:16 UTC
400c74f KWSys Nightly Date Stamp 20 September 2011, 04:14:11 UTC
09817e9 Make file(DOWNLOAD) fail on http error If a http server responds with a result code greater than 400 then the data returned from the download probably do not match that expected. Teach file(DOWNLOAD) to fail with an error in this case instead of silently pretending that the download worked. The file(UPLOAD) command already does this. 19 September 2011, 21:41:48 UTC
6a10deb Made ADD_COMPILER_EXPORT_FLAGS into a macro. It adds to the CMAKE_CXX_FLAGS (as before), or populates the supplied optional argument with the CXX_FLAGS for symbol import/export. 19 September 2011, 20:42:42 UTC
2d1acfe Don't warn when nothing to do in visibility function. 19 September 2011, 18:55:19 UTC
d679568 Just code style changes. 19 September 2011, 18:04:42 UTC
cfc6e01 KWSys Nightly Date Stamp 19 September 2011, 04:14:09 UTC
0ba9853 Don't warn when setting a property multiple times to the same value #12464 Patch by Yury Kudryashov Alex 18 September 2011, 10:51:05 UTC
b7ac63e Fix typos in FeatureSummary.cmake (#12462) Patch by Yury Kudrashov Alex 18 September 2011, 10:46:29 UTC
f1cd7d2 KWSys Nightly Date Stamp 18 September 2011, 04:13:12 UTC
ae331e1 FindFLEX.cmake: also search the include dir FindFLEX.cmake already searched for the library, but not for the include dir. Do that too. Alex 17 September 2011, 12:27:24 UTC
962a54d KWSys Nightly Date Stamp 17 September 2011, 04:14:04 UTC
back to top