https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
fe6e0c5 Made -iframework flag support compiler- and Darwin-specific 05 May 2014, 17:46:46 UTC
dc36c24 Made -iframework flag support compiler-specific 05 May 2014, 16:42:53 UTC
f136807 Add support for -iframework flag Just like -I flag has its -isystem counterpart which marks an include directory as a system directory and prevents unwanted warnings, on Apple systems there is -iframework -- a system directory replacement for -F. This commits adds support for this flag using existing CMake facilities (include_directories(SYSTEM)). 05 May 2014, 10:39:55 UTC
1aed32f CMake Nightly Date Stamp 05 May 2014, 04:01:06 UTC
f16fdc0 CMake Nightly Date Stamp 04 May 2014, 04:01:09 UTC
33696e8 CMake Nightly Date Stamp 03 May 2014, 04:01:07 UTC
2615185 CMake Nightly Date Stamp 02 May 2014, 04:01:07 UTC
a354a8b Merge topic 'UseSWIG-guess_module_name' 145d653e Help: Add notes for topic 'UseSWIG-guess_module_name' 01 May 2014, 13:36:16 UTC
4cbce89 Merge topic 'ExternalData-missing-not-fatal' 4a5cf964 Help: Add notes for topic 'ExternalData-missing-not-fatal' 01 May 2014, 13:36:12 UTC
33e0454 Merge branch 'release' 01 May 2014, 13:30:13 UTC
145d653 Help: Add notes for topic 'UseSWIG-guess_module_name' 01 May 2014, 13:27:16 UTC
4a5cf96 Help: Add notes for topic 'ExternalData-missing-not-fatal' 01 May 2014, 13:22:30 UTC
ecdc198 Merge topic 'file-generate-if-different' 42e1cd13 file(GENERATE): Only write the file if content is different. 01 May 2014, 13:11:23 UTC
dc8505c Merge topic 'FindCUDA-cubin-fatbin' 80209fdb Help: Add notes for topic 'FindCUDA-cubin-fatbin' 231b30db FindCUDA: Add support for compilation to fatbin & cubin modules 01 May 2014, 13:11:21 UTC
6482fba Merge topic 'ExternalProject-verify-cmake-var' 420280f3 ExternalProject: Fix path to cmake in verify script 01 May 2014, 13:11:18 UTC
556e3a2 Merge topic 'drop-release-on-ferrari' c962c21c Utilities/Release: Drop IRIX binary generation on ferrari 01 May 2014, 13:11:14 UTC
80209fd Help: Add notes for topic 'FindCUDA-cubin-fatbin' 01 May 2014, 13:02:34 UTC
849d869 CMake Nightly Date Stamp 01 May 2014, 04:01:12 UTC
c553d68 Merge branch 'ExternalProject-verify-cmake-var' into release 30 April 2014, 20:29:48 UTC
420280f ExternalProject: Fix path to cmake in verify script In commit v3.0.0-rc1~103^2~3 (ExternalProject: Reattempt download when verification fails, 2014-01-15) a reference to ${CMAKE_COMMAND} was added to generate a reference to the CMake command in a cmake script. Escape the '$' so that the literal variable reference appears in the script instead of writing the path to the current cmake. This is necessary when the path to CMake contains spaces or other characters special to CMake syntax. 30 April 2014, 20:21:58 UTC
d41adb4 Merge topic 'osx-init-early' bbc358c3 Merge branch 'master' into osx-init-early 0cce556b Xcode: Use sysroot and deployment target to identify compiler 0200d0a9 OS X: Factor a Darwin-Initialize module out of Platform/Darwin 416761e3 Add platform-specific initialization step when enabling languages 30 April 2014, 13:42:02 UTC
8535d4c Merge topic 'cxx98-features' a36b957f Features: Add cxx_template_template_parameters. 30 April 2014, 13:42:00 UTC
a676ced Merge branch 'release' 30 April 2014, 13:26:39 UTC
c962c21 Utilities/Release: Drop IRIX binary generation on ferrari This machine has been decommissioned. See also SGI announcements: SGI Support of MIPS IRIX Products Changes December 2013 https://www.sgi.com/services/support/irix_mips_support.html https://www.sgi.com/products/software/irix/ 30 April 2014, 13:22:01 UTC
42e1cd1 file(GENERATE): Only write the file if content is different. No policy is used to control this behavior for now. 30 April 2014, 13:18:13 UTC
231b30d FindCUDA: Add support for compilation to fatbin & cubin modules 30 April 2014, 13:02:52 UTC
b0e955f CMake Nightly Date Stamp 30 April 2014, 04:01:07 UTC
9442928 Merge topic 'UseSWIG-go-support' a3b1be5e UseSWIG: Add support for Go and Lua 29 April 2014, 13:58:50 UTC
3681cc4 Merge topic 'doc-singlehtml' aaa6c8a6 Merge branch 'master' into doc-singlehtml faf291a9 Utilities/Sphinx: Add option to build 'singlehtml' format 29 April 2014, 13:58:48 UTC
1b5fac4 Merge topic 'doc-full-help' 478356e6 Restore --help-full option to output all help manuals 29 April 2014, 13:58:46 UTC
a3b1be5 UseSWIG: Add support for Go and Lua 29 April 2014, 13:56:18 UTC
bbc358c Merge branch 'master' into osx-init-early Resolve conflict in Source/cmGlobalGenerator.cxx by integrating changes from both sides. 29 April 2014, 13:36:55 UTC
0cce556 Xcode: Use sysroot and deployment target to identify compiler Use CMAKE_OSX_SYSROOT and CMAKE_OSX_DEPLOYMENT_TARGET to set the Xcode SDKROOT and MACOSX_DEPLOYMENT_TARGET build settings. This is necessary because some versions of Xcode select a different compiler based on these settings. We need to make sure the compiler identified during language initialization matches what will be used for the actual build. 29 April 2014, 13:36:15 UTC
0200d0a OS X: Factor a Darwin-Initialize module out of Platform/Darwin Initialize variables CMAKE_OSX_SYSROOT, CMAKE_OSX_DEPLOYMENT_TARGET, and CMAKE_OSX_ARCHITECTURES prior to enabling any languages. This will allow compiler identification to consider these values. 29 April 2014, 13:36:14 UTC
416761e Add platform-specific initialization step when enabling languages Create a Modules/CMakeSystemSpecificInitialize.cmake module loaded after CMakeSystem.cmake but before per-language initialization. Use it to load an optional Platform/<os>-Initialize.cmake module. This will be useful to do per-platform initialization that does not depend on the language and use the results when enabling specific languages. 29 April 2014, 13:36:14 UTC
c51d07d CMake Nightly Date Stamp 29 April 2014, 04:01:08 UTC
bb1c41a CMake Nightly Date Stamp 28 April 2014, 04:01:10 UTC
c8b76d5 CMake Nightly Date Stamp 27 April 2014, 04:01:09 UTC
415b75f CMake Nightly Date Stamp 26 April 2014, 04:01:06 UTC
c2f27da Merge branch 'doc-singlehtml' into release 25 April 2014, 12:43:07 UTC
6293d1b Merge branch 'doc-full-help' into release 25 April 2014, 12:43:00 UTC
478356e Restore --help-full option to output all help manuals This option was removed during conversion to the reStructuredText documentation. Restore it. Process documentation starting at Help/index.rst so that all manuals are included in the output. 25 April 2014, 12:41:31 UTC
041dfea CMake Nightly Date Stamp 25 April 2014, 04:01:10 UTC
aaa6c8a Merge branch 'master' into doc-singlehtml Resolve conflicts in Utilities/Sphinx/CMakeLists.txt by adding the help options from both sides. 24 April 2014, 19:31:45 UTC
faf291a Utilities/Sphinx: Add option to build 'singlehtml' format Add SPHINX_SINGLEHTML to enable the Sphinx 'singlehtml' builder. 24 April 2014, 19:23:27 UTC
d64ee80 Merge branch 'release' 24 April 2014, 13:27:06 UTC
20b46a0 Merge branch 'sphinx-python3' into release 24 April 2014, 13:26:41 UTC
3c8226e Merge topic 'sphinx-python3' d55671ad Utilities/Sphinx: Fix cmake domain document removal with python3 24 April 2014, 13:24:59 UTC
9264983 Merge topic 'FindGTK2-X11' 55f5ea7b FindGTK2: search for Fontconfig and X11 before using them 24 April 2014, 13:24:57 UTC
9b8685f Merge topic 'aix-streams' 817db64c fix compile error on AIX/gcc-2.9 because of unknown std::stringstream 24 April 2014, 13:24:55 UTC
d55671a Utilities/Sphinx: Fix cmake domain document removal with python3 In the domain clear_doc method, avoid removing entries from a dictionary while iterating over it. Instead accumulate a set of entries to remove at the end. 24 April 2014, 13:04:52 UTC
533d10e CMake Nightly Date Stamp 24 April 2014, 04:01:10 UTC
55f5ea7 FindGTK2: search for Fontconfig and X11 before using them 23 April 2014, 20:49:38 UTC
608532f CMake Nightly Date Stamp 23 April 2014, 04:01:11 UTC
817db64 fix compile error on AIX/gcc-2.9 because of unknown std::stringstream 22 April 2014, 20:21:31 UTC
d3417a2 Merge branch 'release' 22 April 2014, 16:54:58 UTC
72ab764 Merge branch 'osx-CFBundle-info-plist' into release 22 April 2014, 16:53:51 UTC
08a5b6b Merge topic 'osx-CFBundle-info-plist' e4e76f28 Merge branch 'master' into osx-CFBundle-info-plist 149ce5db OS X: Fix Info.plist placement in a CFBundle 22 April 2014, 16:53:16 UTC
e4e76f2 Merge branch 'master' into osx-CFBundle-info-plist Resolve conflict in Source/cmOSXBundleGenerator.cxx by taking the side from 'master'. 22 April 2014, 16:51:55 UTC
149ce5d OS X: Fix Info.plist placement in a CFBundle Fix cmOSXBundleGenerator::CreateCFBundle to place Info.plist under the same root directory as the rest of the bundle. Without this, Info.plist was placed into CMAKE_BINARY_DIR, not CMAKE_CURRENT_BINARY_DIR because the target path was not generated correctly. 22 April 2014, 16:48:44 UTC
2475acc CMake Nightly Date Stamp 22 April 2014, 04:01:08 UTC
b100838 Merge topic 'feature-absence-hard-error' 8d0b1cca Features: FATAL_ERROR on compilers with no recorded features. 447fbb3f Tests: Execute compile features tests unconditionally. 597bb72e Tests: Run RunCMake.target_compile_features unconditionally. 21 April 2014, 13:35:42 UTC
658cc11 Merge topic 'fix-wix-cpack-crash' cb59f5da CPackWIX: Delay creation of cmWIXPatch until CPack has initialized Logger 21 April 2014, 13:32:33 UTC
ba83d84 Merge topic 'ExternalData-missing-not-fatal' ccd29b9a ExternalData: Warn on missing file instead of failing 21 April 2014, 13:32:32 UTC
a097253 Merge topic 'CMP0052-docs' 692228e4 Help: Link to cmake-buildsystem from CMP0052 docs. e5e9b8e9 Help: Add code example for INSTALL_INTERFACE to cmake-buildsystem. 21 April 2014, 13:32:30 UTC
bb891c2 Merge topic 'internal-error-backtrace' 3de4c295 cmake: Print C++ stack trace after INTERNAL_ERROR messages 21 April 2014, 13:32:28 UTC
464c8ab Merge topic 'autorcc-target-dir' 33774ca2 QtAutogen: Put generated qrc files in a target-specific dir. 21 April 2014, 13:32:27 UTC
fd4ee2d Merge topic 'FindGTK2_fix_bsd' d5a6069a FindGTK2: Add GTK2_(FONTCONFIG|X11)_INCLUDE_DIR optional includes ef9366b0 FindGTK2: Add /usr/X11R6/ to include paths 21 April 2014, 13:32:25 UTC
ad8041e Merge topic 'UseSWIG-guess_module_name' 2c96192f UseSWIG: Revise and format documentation e147c5c5 UseSWIG: Detect module name from interface file (#10080) 21 April 2014, 13:32:23 UTC
d5a6069 FindGTK2: Add GTK2_(FONTCONFIG|X11)_INCLUDE_DIR optional includes 21 April 2014, 13:28:55 UTC
2c96192 UseSWIG: Revise and format documentation Also add some documentation of SWIG_MODULE_NAME. 21 April 2014, 13:23:41 UTC
e147c5c UseSWIG: Detect module name from interface file (#10080) If no SWIG_MODULE_NAME is specified explicitly and the .i file exists, scan it for the module name declaration. 21 April 2014, 13:22:57 UTC
c770d40 CMake Nightly Date Stamp 21 April 2014, 04:01:06 UTC
bae9452 CMake Nightly Date Stamp 20 April 2014, 04:01:06 UTC
1a4eb50 CMake Nightly Date Stamp 19 April 2014, 04:01:22 UTC
cb59f5d CPackWIX: Delay creation of cmWIXPatch until CPack has initialized Logger Without the fix CPack will crash when the cmWIXPatch class tries to issue any diagnostics. 18 April 2014, 20:45:30 UTC
3970b5d Merge branch 'release' 18 April 2014, 17:17:29 UTC
33774ca QtAutogen: Put generated qrc files in a target-specific dir. 18 April 2014, 14:41:13 UTC
046ee6d Merge branch 'release' 18 April 2014, 13:35:49 UTC
2b7f70c Merge branch 'sphinx-python3' into release 18 April 2014, 13:10:13 UTC
e0790c9 Merge topic 'sphinx-python3' 69069cfb Utilities/Sphinx: Port documentation generation to python3 (#14886) 18 April 2014, 13:08:28 UTC
69069cf Utilities/Sphinx: Port documentation generation to python3 (#14886) 18 April 2014, 12:42:34 UTC
c9d13f8 CMake Nightly Date Stamp 18 April 2014, 04:01:15 UTC
3de4c29 cmake: Print C++ stack trace after INTERNAL_ERROR messages Since an INTERNAL_ERROR is always a bug, it will be useful to have the program stack trace available in the report. 17 April 2014, 15:25:19 UTC
8d0b1cc Features: FATAL_ERROR on compilers with no recorded features. Users of the new target_compile_features command are expected to check the existence of the CMAKE_CXX_COMPILE_FEATURES variable before attempting to use it to require features. 17 April 2014, 14:20:50 UTC
447fbb3 Tests: Execute compile features tests unconditionally. Conditionally create a dummy test if there are no known features. 17 April 2014, 14:20:50 UTC
ccd29b9 ExternalData: Warn on missing file instead of failing When the primary source tree path named by a DATA{} reference does not exist, produce an AUTHOR_WARNING instead of a FATAL_ERROR. This is useful when writing a new DATA{} reference to a test reference output that has not been created yet. This way the developer can run the test, manually verify the output, and then copy it into place to provide the reference and eliminate the warning. If the named source tree path is expected to be a file but exists as a directory, we still need to produce a FATAL_ERROR. 17 April 2014, 13:45:09 UTC
5265a5d Merge branch 'release' 17 April 2014, 13:18:24 UTC
2fca2b2 Merge topic 'fix-CMP0052' 3b673586 CMP0052: Make the warning message more informative. 5baa8159 CMP0052: Test that include dirs in install locations cause no warnings. 9e0b3153 CMP0052: Do not warn when include dir is not in source or build tree 17 April 2014, 13:11:10 UTC
51a8a37 Merge topic 'FindGTest-typed-test' 1f3e95ba FindGTest: Teach GTEST_ADD_TESTS about TYPED_TEST 17 April 2014, 13:11:08 UTC
fe27c99 Merge topic 'update-libarchive' 67f5f0a9 libarchive: Use _snprintf on Windows, not snprintf fcfbb0a9 libarchive: Drop LIBARCHIVE_ADDITIONAL_LIBS, CMake does not need it 61a649d9 libarchive: Update README-CMake.txt for new snapshot 4533560c Merge branch 'libarchive-upstream' into update-libarchive 44d6b82f libarchive: Disable all whitespace checks in third-party code 37f225b7 libarchive 3.1.2-246-ga5a5d28b (reduced) 6ab7c326 libarchive: Avoid left-shift overflow of signed integer 17 April 2014, 13:11:06 UTC
7a36a34 Merge topic 'update-prebuilt-openssl' b84ee41a Utilities/Release: Update to openssl-1.0.1g 17 April 2014, 13:11:04 UTC
d9e2cd2 Merge topic 'codelite-simplify' c8e565a0 CodeLite generator: simplify code a bit 17 April 2014, 13:11:03 UTC
4c966d9 Merge topic 'vs-use-full-paths' 0d048384 VS: Use full path to sources to allow deeper trees with VS >= 10 17 April 2014, 13:11:01 UTC
41c76d5 Merge topic 'ar-no-replace' 1ec6485c Support duplicate object names in large archives (#14874) 17 April 2014, 13:10:59 UTC
c14010e Merge topic 'archive-null-error' b508de59 cmArchiveWrite: Handle NULL error string (#14882) 17 April 2014, 13:10:56 UTC
ef10fc4 Merge topic 'implicit-libNN-dirs' cc57ff5c Drop /lib32 and /lib64 from link directories and RPATH (#14875) 17 April 2014, 13:10:53 UTC
3b67358 CMP0052: Make the warning message more informative. Print the reason for the offending entry in the INTERFACE_INCLUDE_DIRECTORIES. 17 April 2014, 13:08:24 UTC
5baa815 CMP0052: Test that include dirs in install locations cause no warnings. 17 April 2014, 13:07:59 UTC
692228e Help: Link to cmake-buildsystem from CMP0052 docs. 17 April 2014, 09:05:20 UTC
back to top