summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OS X: Add CMP0042 to enable MACOSX_RPATH by defaultClinton Stimpson2014-01-0230-14/+223
| | | | | Also adding documentation for CMAKE_MACOSX_RPATH, and improving documentation for MACOSX_RPATH.
* CMake Nightly Date StampKitware Robot2013-12-181-1/+1
|
* CMake Nightly Date StampKitware Robot2013-12-171-1/+1
|
* CMake Nightly Date StampKitware Robot2013-12-161-1/+1
|
* CMake Nightly Date StampKitware Robot2013-12-151-1/+1
|
* CMake Nightly Date StampKitware Robot2013-12-141-1/+1
|
* CMake Nightly Date StampKitware Robot2013-12-131-1/+1
|
* CMake Nightly Date StampKitware Robot2013-12-121-1/+1
|
* CMake Nightly Date StampKitware Robot2013-12-111-1/+1
|
* CMake Nightly Date StampKitware Robot2013-12-101-1/+1
|
* Merge topic 'vtk-contract'Brad King2013-12-092-4/+3
|\ | | | | | | | | ca9e117 Tests/Contracts: Fix failing VTK Contract test
| * Tests/Contracts: Fix failing VTK Contract testZack Galbreath2013-12-092-4/+3
| | | | | | | | | | This test was failing because it was attempting to build VTK in the wrong directory.
* | Merge topic 'INTERFACE_AUTOUIC_OPTIONS'Brad King2013-12-0916-140/+360
|\ \ | | | | | | | | | | | | | | | 77f3772 cmTarget: Require a compatible INTERFACE_AUTOUIC_OPTIONS from dependencies. 2e60b5f cmTarget: Report origin of COMPATIBLE_INTERFACE properties.
| * | cmTarget: Require a compatible INTERFACE_AUTOUIC_OPTIONS from dependencies.Stephen Kelly2013-12-088-144/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | cmTarget: Report origin of COMPATIBLE_INTERFACE properties.Stephen Kelly2013-12-0811-3/+298
| | |
* | | Merge topic 'unicode-win32-apis'Brad King2013-12-099-78/+107
|\ \ \ | | | | | | | | | | | | | | | | 0b9906c Windows: Use wide-character system APIs
| * | | Windows: Use wide-character system APIsClinton Stimpson2013-12-099-78/+107
| | | | | | | | | | | | | | | | | | | | Make CMake compile with -DUNICODE. Make it possible for the 8 bit encoding to eventually be UTF-8 instead ANSI.
* | | | Merge topic 'qt4-qmake-exe'Brad King2013-12-091-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 05c518b FindQt4: Restore ability to handle a changed QT_QMAKE_EXECUTABLE properly.
| * | | | FindQt4: Restore ability to handle a changed QT_QMAKE_EXECUTABLE properly.Simon Sasburg2013-12-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression in commit 21123416 where it was trying to better handle a qmake from Qt5.
* | | | | Merge topic 'mingw-gfortran-sizeof-dptr'Brad King2013-12-091-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 5da1580 Fortran: Improve pointer size detection in gfortran on MinGW
| * | | | | Fortran: Improve pointer size detection in gfortran on MinGWBrad King2013-12-061-0/+4
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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__.
* | | | | CMake Nightly Date StampKitware Robot2013-12-091-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2013-12-081-1/+1
| | | | |
* | | | | CMake Nightly Date StampKitware Robot2013-12-071-1/+1
| | | | |
* | | | | Merge topic 'cleanup-build-commands'Brad King2013-12-063-1/+10
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | ef7c11e Tests: Fix standalone build of tests with nested projects
| * | | | Tests: Fix standalone build of tests with nested projectsBrad King2013-12-053-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | CMake Nightly Date StampKitware Robot2013-12-061-1/+1
| |/ / / |/| | |
* | | | Merge topic 'doc-source_group-FILES'Brad King2013-12-051-14/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 0060e95 Help: Format and clarify source_group() documentation (#14631)
| * | | | Help: Format and clarify source_group() documentation (#14631)Brad King2013-12-051-14/+30
|/ / / / | | | | | | | | | | | | | | | | Refine the .rst formatting. Document the FILES option explicitly and specify how it treats relative paths.
* | | | Merge topic 'vtk-contract'Brad King2013-12-055-31/+79
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | 1b173f2 Tests/Contracts: Update test for VTK release branch
| * | | Tests/Contracts: Update test for VTK release branchZack Galbreath2013-12-055-31/+79
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge topic 'minor-cleanups'Brad King2013-12-054-8/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | Make the cmStrictTargetComparison operate on const cmTarget*.Stephen Kelly2013-12-042-2/+3
| | | | |
| * | | | Help: Fix up the VISIBILITY_INLINES_HIDDEN docs.Stephen Kelly2013-12-031-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Resolve some sentence fragments, remove a copy-pasto from other docs and use a link to the CMAKE_VISIBILITY_INLINES_HIDDEN variable.
| * | | | Don't generate self-references for system include directories.Stephen Kelly2013-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge topic 'cleanup-build-commands'Brad King2013-12-0512-14/+97
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | | | | | | e420124 CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND 0c55729 VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables
| * | | CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMANDBrad King2013-12-041-14/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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).
| * | | VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variablesBrad King2013-12-0411-0/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | CMake Nightly Date StampKitware Robot2013-12-051-1/+1
| | | |
* | | | Merge topic 'fix-export-segfault'Brad King2013-12-047-0/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | 1cd1430 export(): Check targets exist at configure-time (#14608)
| * | | | export(): Check targets exist at configure-time (#14608)Stephen Kelly2013-12-047-0/+21
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | CMake Nightly Date StampKitware Robot2013-12-041-1/+1
| | | |
* | | | Merge topic 'filter-showincludes-in-launcher'Brad King2013-12-035-4/+46
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | e5e3f3d CTest: filter /showIncludes output from ninja compile launcher
| * | | | CTest: filter /showIncludes output from ninja compile launcherNils Gladitz2013-12-035-4/+46
| | | | | | | | | | | | | | | | | | | | | | | | | Teach "ctest --launch" a new "--filter-prefix" option. Set it using the CMAKE_CL_SHOWINCLUDES_PREFIX value with the Ninja generator.
* | | | | Merge topic 'cmake-toolchains-manual'Brad King2013-12-0319-14/+230
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | c45b5ce Help: Add cmake-toolchains.7 manual 3e3f8b4 Help: Document the CMAKE_FIND_ROOT_PATH* variables. 531c108 Help: Document the CMAKE_TOOLCHAIN_FILE.
| * | | | | Help: Add cmake-toolchains.7 manualStephen Kelly2013-12-032-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | Create a manual for toolchain related docs.
| * | | | | Help: Document the CMAKE_FIND_ROOT_PATH* variables.Stephen Kelly2013-11-2713-11/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a replacement template for the variables, and link to them from the documentation for the find_* commands.
| * | | | | Help: Document the CMAKE_TOOLCHAIN_FILE.Stephen Kelly2013-11-275-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | Link to the new docs from existing references to the variable.
* | | | | | Merge topic 'Haiku-CPU-count'Brad King2013-12-031-0/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | eef42a0 ProcessorCount: make it work on Haiku
| * | | | | | ProcessorCount: make it work on HaikuRolf Eike Beer2013-12-021-0/+14
| | |/ / / / | |/| | | |