https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
43ddd3d FindGTK2: check multi-arched location 13 December 2013, 17:05:40 UTC
43d3741 FindBoost: check multi-arched location 13 December 2013, 16:44:49 UTC
5e43d6d CMake Nightly Date Stamp 13 December 2013, 05:01:07 UTC
edaef23 CMake Nightly Date Stamp 12 December 2013, 05:01:08 UTC
62b9045 CMake Nightly Date Stamp 11 December 2013, 05:01:08 UTC
a2489ce CMake Nightly Date Stamp 10 December 2013, 05:01:08 UTC
330af68 Merge topic 'vtk-contract' ca9e117 Tests/Contracts: Fix failing VTK Contract test 09 December 2013, 15:35:58 UTC
5026696 Merge topic 'INTERFACE_AUTOUIC_OPTIONS' 77f3772 cmTarget: Require a compatible INTERFACE_AUTOUIC_OPTIONS from dependencies. 2e60b5f cmTarget: Report origin of COMPATIBLE_INTERFACE properties. 09 December 2013, 15:33:30 UTC
1ab140e Merge topic 'unicode-win32-apis' 0b9906c Windows: Use wide-character system APIs 09 December 2013, 15:33:24 UTC
1c95ec6 Merge topic 'qt4-qmake-exe' 05c518b FindQt4: Restore ability to handle a changed QT_QMAKE_EXECUTABLE properly. 09 December 2013, 15:33:11 UTC
cedf03b Merge topic 'mingw-gfortran-sizeof-dptr' 5da1580 Fortran: Improve pointer size detection in gfortran on MinGW 09 December 2013, 15:33:08 UTC
0b9906c Windows: Use wide-character system APIs Make CMake compile with -DUNICODE. Make it possible for the 8 bit encoding to eventually be UTF-8 instead ANSI. 09 December 2013, 15:29:43 UTC
ca9e117 Tests/Contracts: Fix failing VTK Contract test This test was failing because it was attempting to build VTK in the wrong directory. 09 December 2013, 15:27:55 UTC
0ea589f CMake Nightly Date Stamp 09 December 2013, 05:01:09 UTC
77f3772 cmTarget: Require a compatible INTERFACE_AUTOUIC_OPTIONS from dependencies. Revert the origin-tracking infrastructure from commit 98093c45 (QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property., 2013-11-20). Use the compatibility-tracking for compatible strings instead. If two different dependencies require different AUTOUIC_OPTIONS, cmake will now appropriately issue an error. 08 December 2013, 06:03:29 UTC
2e60b5f cmTarget: Report origin of COMPATIBLE_INTERFACE properties. 08 December 2013, 06:03:29 UTC
68963b0 CMake Nightly Date Stamp 08 December 2013, 05:01:06 UTC
6f6eec1 CMake Nightly Date Stamp 07 December 2013, 05:01:10 UTC
8ee6f31 Merge topic 'cleanup-build-commands' ef7c11e Tests: Fix standalone build of tests with nested projects 06 December 2013, 20:52:41 UTC
05c518b FindQt4: Restore ability to handle a changed QT_QMAKE_EXECUTABLE properly. This fixes a regression in commit 21123416 where it was trying to better handle a qmake from Qt5. 06 December 2013, 15:07:38 UTC
5da1580 Fortran: Improve pointer size detection in gfortran on MinGW In commit ecd84147 (Fortran: Detect pointer size in gfortran on MinGW, 2011-11-29) we started testing for __SIZEOF_POINTER__ but not all GNU Fortran compilers define this. Check also for __SIZEOF_SIZE_T__ which at least one version of gfortran defines without also defining __SIZEOF_POINTER__. 06 December 2013, 14:02:27 UTC
ce598cc CMake Nightly Date Stamp 06 December 2013, 05:01:09 UTC
148a506 Merge topic 'doc-source_group-FILES' 0060e95 Help: Format and clarify source_group() documentation (#14631) 05 December 2013, 18:33:13 UTC
0060e95 Help: Format and clarify source_group() documentation (#14631) Refine the .rst formatting. Document the FILES option explicitly and specify how it treats relative paths. 05 December 2013, 18:22:57 UTC
ef7c11e Tests: Fix standalone build of tests with nested projects Since commit fd6076d0 (Tests: Pass CMAKE_MAKE_PROGRAM instead of --build-makeprogram, 2013-11-15) the ExportImport, Fortran, and MacRuntimePath tests use the value of CMAKE_TEST_MAKEPROGRAM as the CMAKE_MAKE_PROGRAM for their nested projects configurations. Teach these tests to initialize CMAKE_TEST_MAKEPROGRAM when it is not provided, such as when building the tests manually. 05 December 2013, 17:52:11 UTC
e1af1d3 Merge topic 'vtk-contract' 1b173f2 Tests/Contracts: Update test for VTK release branch 05 December 2013, 14:26:51 UTC
1b173f2 Tests/Contracts: Update test for VTK release branch The plan is to reinstate the VTK contracts test so that CMake & VTK devs will both be made aware when a change in CMake causes build problems for VTK. 05 December 2013, 14:26:00 UTC
998d7c8 Merge topic 'minor-cleanups' 259bf09 Make the cmStrictTargetComparison operate on const cmTarget*. 8cc3cdb Help: Fix up the VISIBILITY_INLINES_HIDDEN docs. 1396ab8 Don't generate self-references for system include directories. 05 December 2013, 14:25:34 UTC
520ead7 Merge topic 'cleanup-build-commands' e420124 CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND 0c55729 VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables 05 December 2013, 14:24:59 UTC
7974dbb CMake Nightly Date Stamp 05 December 2013, 05:01:08 UTC
e420124 CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND In the code path for launching the VS IDE tools, avoid using CMAKE_MAKE_PROGRAM. Instead use the variables CMAKE_VS_DEVENV_COMMAND, CMAKE_VS_MSBUILD_COMMAND, and CMAKE_VS_MSDEV_COMMAND to lookup the location of the build tool needed. Choose the proper tool based on availability and necessity for the language (e.g. Intel Fortran must build with devenv.com and not MSBuild.exe). 04 December 2013, 16:06:44 UTC
0c55729 VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables Since commit 5f5c92b9 (VS: Add internal APIs to find MSBuild, devenv/VCExpress, and msdev, 2013-11-13) the VS generators have known how to lookup the locations of their build tools directly. Expose this information to CMake language code by defining new variables to hold the paths to these tools. 04 December 2013, 16:05:05 UTC
a5c3f05 Merge topic 'fix-export-segfault' 1cd1430 export(): Check targets exist at configure-time (#14608) 04 December 2013, 13:33:36 UTC
1cd1430 export(): Check targets exist at configure-time (#14608) Commit 66b290e7 (export(): Process the export() command at generate time., 2012-10-06 ) refactored export() so that it could evaluate strings at generate-time. This was intended for evaluating target properties, but that commit also removed a check for target existence at configure-time. Restore that check and add a test for this case. 04 December 2013, 13:30:26 UTC
259bf09 Make the cmStrictTargetComparison operate on const cmTarget*. 04 December 2013, 12:43:30 UTC
f1ec923 CMake Nightly Date Stamp 04 December 2013, 05:01:09 UTC
07528f7 Merge topic 'filter-showincludes-in-launcher' e5e3f3d CTest: filter /showIncludes output from ninja compile launcher 03 December 2013, 14:48:09 UTC
a6b4508 Merge topic 'cmake-toolchains-manual' c45b5ce Help: Add cmake-toolchains.7 manual 3e3f8b4 Help: Document the CMAKE_FIND_ROOT_PATH* variables. 531c108 Help: Document the CMAKE_TOOLCHAIN_FILE. 03 December 2013, 14:45:28 UTC
c45b5ce Help: Add cmake-toolchains.7 manual Create a manual for toolchain related docs. 03 December 2013, 14:44:31 UTC
1af0c41 Merge topic 'Haiku-CPU-count' eef42a0 ProcessorCount: make it work on Haiku 03 December 2013, 14:30:31 UTC
2e8ce4d Merge topic 'lang-flag-var-helpstrings' 5d2452d Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622) 2b77b53 Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606) 424c6fc Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606) 03 December 2013, 14:30:27 UTC
8a891b1 Merge topic 'cmake-mt-return-value' d384b5a cmake: Fix mt return value when hosted on posix (#14605) 03 December 2013, 14:30:23 UTC
da47c97 Merge topic 'osx-cross-compile-fixup' 3189ed3 OS X: Fix app bundle search path during cross compiling (#14603) 03 December 2013, 14:30:18 UTC
c1612db Merge topic 'xcode-folder-dedup' 2dcb1dc Xcode: Fix duplicate target subfolders (#14133) 03 December 2013, 14:30:14 UTC
e5e3f3d CTest: filter /showIncludes output from ninja compile launcher Teach "ctest --launch" a new "--filter-prefix" option. Set it using the CMAKE_CL_SHOWINCLUDES_PREFIX value with the Ninja generator. 03 December 2013, 14:25:53 UTC
5d2452d Fix CMAKE_(C|CXX|Fortran)_STANDARD_LIBRARIES helpstrings (#14622) s/defalut/default/ Reported-by: Stephan Tolksdorf <st@quanttec.com> 03 December 2013, 14:21:33 UTC
8cc3cdb Help: Fix up the VISIBILITY_INLINES_HIDDEN docs. Resolve some sentence fragments, remove a copy-pasto from other docs and use a link to the CMAKE_VISIBILITY_INLINES_HIDDEN variable. 03 December 2013, 10:19:07 UTC
1396ab8 Don't generate self-references for system include directories. Targets which link directly to themselves should not result in generate-time errors (reported by the DAG checker). Self-links are handled separately with policy CMP0038. 03 December 2013, 10:13:42 UTC
b92dc10 CMake Nightly Date Stamp 03 December 2013, 05:01:08 UTC
65fb49b Merge topic 'doc-pdb-not-for-static-libs' c0897cf Help: Document PDB behavior w.r.t. static libraries explicitly (#14600) 09c05f3 Help: Format PDB_NAME and PDB_OUTPUT_DIRECTORY documentation cb7b907 Help: Document CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG> variable 02 December 2013, 17:07:50 UTC
fab69a3 Merge topic 'use-generator-target' 02a545c Don't generate subdir convenience rules for IMPORTED targets. 02 December 2013, 17:07:41 UTC
ea8d1a9 Merge topic 'INTERFACE_AUTOUIC_OPTIONS' 98093c4 QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property. 02542b4 QtAutoUic: Handle new -include command line parameter. 1242f4e Genex: Add {UPPER,LOWER}_CASE and MAKE_C_IDENTIFIER. 754b321 QtAutogen: Use config without prefix in map key. 02 December 2013, 17:07:31 UTC
ed1de30 Merge topic 'wix-components' 7b390f7 CPackWiX: add CPack component support 02 December 2013, 17:07:24 UTC
55f2a3d Merge topic 'FindSWIG-3498' 5d3b0bb FindSWIG: allow to provide SWIG_DIR (#3498) 02 December 2013, 17:07:17 UTC
fa894c3 Merge topic 'UseSWIG-octave' f39671c UseSWIG: Handle octave extensions. 02 December 2013, 17:07:03 UTC
f3a1019 Merge topic 'UseSWIG-fix12184' 74f5545 UseSWIG: set .bundle ext on OSX and no prefix (#12184) 02 December 2013, 17:06:57 UTC
406635f Merge topic 'UseSWIG-fix13318' a87c063 UseSWIG: Name python module according to swig flags (#13318) 02 December 2013, 17:06:50 UTC
9d51c76 Merge topic 'export-includes' 5838aba Export: Report error on relative include with genex. 7a3e45b Export: Prefix relative items with genexes in INSTALL_INTERFACE. f088a32 Export: Process INSTALL_INTERFACE in INCLUDES DESTINATION. 9eedc85 Export: Process relative includes after genex evaluation. 80790f3 Export: Test existing behavior of exporting includes with genexes. 38afc82 target_include_directories: Allow relative path with genex 02 December 2013, 17:06:43 UTC
9c56366 Merge topic 'KateProjectGenerator2' b54c336 kate: add some documentation 9414217 kate: insert build targets 644e012 kate: add project generator for the Kate project plugin 02 December 2013, 17:06:27 UTC
eef42a0 ProcessorCount: make it work on Haiku 02 December 2013, 16:51:47 UTC
c0897cf Help: Document PDB behavior w.r.t. static libraries explicitly (#14600) Document PDB_NAME and PDB_OUTPUT_DIRECTORY as applying only to shared libraries and executables. Add an explicit note to explain why they do not work for static libraries. 02 December 2013, 16:32:41 UTC
09c05f3 Help: Format PDB_NAME and PDB_OUTPUT_DIRECTORY documentation Add reStructuredText inline markup. 02 December 2013, 16:11:40 UTC
cb7b907 Help: Document CMAKE_PDB_OUTPUT_DIRECTORY_<CONFIG> variable 02 December 2013, 16:11:07 UTC
2b77b53 Make CMAKE_(C|CXX|Fortran)_<CONFIG> help strings more consistent (#14606) Use consistent capitalization and write all words out in the cache entry descriptions. 02 December 2013, 15:41:12 UTC
424c6fc Fix CMAKE_(C|CXX|Fortran)_RELEASE helpstrings (#14606) Remove the platform-specific description from the cache entry help strings for these variables. 02 December 2013, 15:25:52 UTC
d384b5a cmake: Fix mt return value when hosted on posix (#14605) On posix platforms return values are limited to a range from 0 to 255. Cross compiling/linking with MSVC on linux/wine leads to a misinterpretation of the return value 1090650113 of mt.exe. 02 December 2013, 15:17:31 UTC
3189ed3 OS X: Fix app bundle search path during cross compiling (#14603) In "Modules/Platform/Darwin.cmake" the variable _apps_paths stays empty if cross compiling. Do not de-duplicate an empty list. 02 December 2013, 14:32:40 UTC
2dcb1dc Xcode: Fix duplicate target subfolders (#14133) Fix logic introduced by commit eeeeca10 (XCode: Support target folders on XCode, 2011-02-20) to avoid duplicate subfolders. The problem was that no slash was appended to the curr_tgt_folder string on the it != this->TargetGroup.end() path. 02 December 2013, 14:09:22 UTC
f282a0b CMake Nightly Date Stamp 02 December 2013, 05:01:07 UTC
845cdbc CMake Nightly Date Stamp 01 December 2013, 05:01:07 UTC
5d3b0bb FindSWIG: allow to provide SWIG_DIR (#3498) 01 December 2013, 00:20:46 UTC
b4285ac CMake Nightly Date Stamp 30 November 2013, 05:01:07 UTC
02a545c Don't generate subdir convenience rules for IMPORTED targets. This was missing from commit c34968a9 (Port some of the generator API to cmGeneratorTarget., 2012-10-10). The generator targets stored with the cmMakefile include IMPORTED targets, unlike the accessor for resgular targets. Before this patch, rules would be generated for Qt5::Core for example, which result in broken makefiles. 29 November 2013, 11:57:24 UTC
f39671c UseSWIG: Handle octave extensions. 29 November 2013, 09:13:27 UTC
f0b3502 CMake Nightly Date Stamp 29 November 2013, 05:01:07 UTC
74f5545 UseSWIG: set .bundle ext on OSX and no prefix (#12184) 28 November 2013, 09:26:14 UTC
93d2322 CMake Nightly Date Stamp 28 November 2013, 05:01:09 UTC
98093c4 QtAutoUic: Add INTERFACE_AUTOUIC_OPTIONS target property. Transitively consume the property from linked dependents. Implement configuration-specific support by following the pattern set out for compile definitions and includes in cmQtAutoGenerators. Implement support for origin-tracking with CMAKE_DEBUG_TARGET_PROPERTIES. This is motivated by the needs of KDE, which provides a separate translation system based on gettext instead of the Qt linguist translation system. The Qt uic tool provides command line options for configuring the method used to translate text, and to add an include directive to the generated file to provide the method. http://thread.gmane.org/gmane.comp.kde.devel.frameworks/7930/focus=7992 Implement the interface to provide the uic options as a usage-requirement on the KI18n target, as designed for KDE. 27 November 2013, 18:06:12 UTC
02542b4 QtAutoUic: Handle new -include command line parameter. 27 November 2013, 18:06:12 UTC
1242f4e Genex: Add {UPPER,LOWER}_CASE and MAKE_C_IDENTIFIER. 27 November 2013, 18:06:12 UTC
754b321 QtAutogen: Use config without prefix in map key. This is used by IDE generators to select config-specific includes and defines. 27 November 2013, 18:06:12 UTC
3e3f8b4 Help: Document the CMAKE_FIND_ROOT_PATH* variables. Add a replacement template for the variables, and link to them from the documentation for the find_* commands. 27 November 2013, 12:21:12 UTC
531c108 Help: Document the CMAKE_TOOLCHAIN_FILE. Link to the new docs from existing references to the variable. 27 November 2013, 12:21:12 UTC
d05e0aa CMake Nightly Date Stamp 27 November 2013, 05:01:12 UTC
7b390f7 CPackWiX: add CPack component support Creates a hierarchy of WiX features from CPack components and component groups. Switch to the FeatureTree UI in case components have been defined. Handles the component REQUIRE and HIDDEN options and the component group EXPANDED option. 26 November 2013, 21:15:57 UTC
b80ef72 Merge topic 'ninja-compile-link-pool' 7605e37 Ninja: job pool support for compiling and linking 26 November 2013, 14:52:35 UTC
fd2ffb4 Merge topic 'minor-cleanups' ebeb31d Help: Fix typo in CMP0040 docs. 97b0abb Help: Fix typo in genex docs. 26 November 2013, 14:48:21 UTC
a87c063 UseSWIG: Name python module according to swig flags (#13318) 26 November 2013, 14:46:39 UTC
8b585ee Merge topic 'cross-compiling-toolchain-variables' 89ba7b0 Update the Clang pattern to specify compiler options. 26 November 2013, 14:38:55 UTC
3eca31f Merge topic 'autogen-depends' 1320e07 cmQtAutogen: Allow specifying depends for autogen targets. 26 November 2013, 14:38:40 UTC
235c2d2 Merge topic 'use-generator-target' a60cd3d cmGeneratorTarget: Use the output directory to order cmTargets. 26 November 2013, 14:38:18 UTC
9498344 Merge topic 'watcom-no-prompt' abd2b36 Watcom: Suppress WMake interactive prompt on error 26 November 2013, 14:37:52 UTC
3ad5f9a Merge topic 'update-kwsys' 2ba2c43 bootstrap: Add KWSys Encoding and FStream f668112 Merge branch 'upstream-kwsys' into update-kwsys 704ab3d KWSys 2013-11-21 (1010d0e3) 26 November 2013, 14:37:24 UTC
6faf87e Merge topic 'libarchive-left-shift-fix' 5ee1297 libarchive: Port upstream issue 320 fix 26 November 2013, 14:37:15 UTC
779fd10 Merge topic 'INTERFACE_LIBRARY-property-whitelist' 5ee9e6b cmTarget: Add whitelist of properties on INTERFACE_LIBRARY. 0bfcb45 INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties. 26 November 2013, 14:36:58 UTC
784e6e7 Merge topic 'UseSWIG-fix14520' 20028d6 UseSWIG: Remove duplicate include dirs (#14520) 26 November 2013, 14:36:46 UTC
0ccc535 Merge topic 'UseSWIG-fix13814' acc59e5 UseSWIG: Handle a dll name different than module name (#13814) 26 November 2013, 14:36:22 UTC
48e476c Merge topic 'ninja-quoted-cmd-commands' b6f1142 Ninja: multiple commands must be quoted 26 November 2013, 14:36:04 UTC
e1fd648 Merge topic 'ninja-msvc-deps-for-intel' 76a8888 Ninja: deptype msvc for Intel's compiler on Windows 26 November 2013, 14:35:41 UTC
170c50d Merge topic 'FindGTK2-quartz-backend' 0e9bf6a FindGTK2: Add support for Quartz backend on MAC 26 November 2013, 14:35:13 UTC
back to top