summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CPackDMG: Add support for multilingual SLAsSimon Levermann2015-11-065-39/+356
| | | | | | | | | Multiple languages for SLAs and the SLA UI can be added via the CPack variables CPACK_DMG_SLA_DIR and CPACK_DMG_SLA_LANGUAGES. For each language defined in the languages variable, CPack will search for <language>.menu.txt and <language>.license.txt in CPACK_DMG_SLA_DIR. If the sla directory variable is not defined, the old behaviour using CPACK_RESOURCE_FILE_LICENSE is retained.
* CMake Nightly Date StampKitware Robot2015-11-061-1/+1
|
* CMake Nightly Date StampKitware Robot2015-11-051-1/+1
|
* Merge topic 'cpack-deb-compression-scheme-test'Brad King2015-11-044-2/+72
|\ | | | | | | | | 341cd934 CPackDeb: ctest tests for compression scheme leak
| * CPackDeb: ctest tests for compression scheme leakRaffi Enficiaud2015-11-034-2/+72
| | | | | | | | | | | | Test that changing compression of debian package content does not affect DEBIAN/ files which must be gzipped
* | Merge topic 'find-cuda-dl'Brad King2015-11-041-8/+1
|\ \ | | | | | | | | | | | | b1efb023 FindCUDA: drop CUDA_dl_LIBRARY
| * | FindCUDA: drop CUDA_dl_LIBRARYRolf Eike Beer2015-11-031-8/+1
| |/ | | | | | | | | | | | | There is the global CMAKE_DL_LIBS setting which can be used instead. There are even platforms where this is either empty because those functions are part of the libc or is called entirely different, so this code wouldn't work reliable anyway.
* | Merge topic 'vs-show-def-files'Brad King2015-11-047-16/+30
|\ \ | | | | | | | | | | | | | | | | | | e7e713cc VS: Add module definition `.def` files to .vcxproj files (#15313) 247c168b Refactor `.def` file lookup adfc8a67 cmGeneratorTarget: Fix IMPLEMENT_VISIT_IMPL for template data types
| * | VS: Add module definition `.def` files to .vcxproj files (#15313)Tim Grothe2015-11-041-0/+6
| | | | | | | | | | | | Make them appear in the IDE project tree for reference by developers.
| * | Refactor `.def` file lookupTim Grothe2015-11-047-15/+23
| | | | | | | | | | | | | | | Return a `cmSourceFile const*` from GetModuleDefinitionFile so that callers can get more information than just the path to the file.
| * | cmGeneratorTarget: Fix IMPLEMENT_VISIT_IMPL for template data typesBrad King2015-11-041-1/+1
| | | | | | | | | | | | | | | Update spacing near the DATATYPE reference to prevent construction of `>>` as a preprocessing token if DATATYPE is a template type.
* | | Merge topic 'add-armcc-toolchain'Brad King2015-11-049-0/+73
|\ \ \ | | | | | | | | | | | | | | | | | | | | 2098e8e8 Help: Add notes for topic 'add-armcc-toolchain' 035a658f Add support for the ARM Compiler (arm.com)
| * | | Help: Add notes for topic 'add-armcc-toolchain'Brad King2015-11-041-0/+4
| | | |
| * | | Add support for the ARM Compiler (arm.com)Joakim Andersson2015-11-028-0/+69
| |/ / | | | | | | | | | | | | | | | | | | | | | Create an `ARMCC` compiler id corresponding to compilers identified and versioned by the `__ARMCC_VERSION` predefined macro. See documentation for the compilers at http://infocenter.arm.com/help/topic/com.arm.doc.set.swdev/index.html
* | | CMake Nightly Date StampKitware Robot2015-11-041-1/+1
| |/ |/|
* | CMake Nightly Date StampKitware Robot2015-11-031-1/+1
| |
* | Merge branch 'release'Brad King2015-11-020-0/+0
|\ \ | |/ |/|
| * CMake 3.4.0-rc3v3.4.0-rc3Brad King2015-11-021-1/+1
| |
* | Merge branch 'release'Brad King2015-11-020-0/+0
|\ \ | |/
| * Merge branch 'doc-apple-info-plist-properties' into releaseBrad King2015-10-302-29/+37
| |\
| * \ Merge branch 'fix-find_program-regression' into releaseBrad King2015-10-305-0/+27
| |\ \
* | \ \ Merge topic 'macosx_rpath-clarify-doc'Brad King2015-11-021-5/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | f8eb72fe Help: Clarify documentation for MACOSX_RPATH variable.
| * | | | Help: Clarify documentation for MACOSX_RPATH variable.Clinton Stimpson2015-11-021-5/+10
| | | | |
* | | | | Merge topic 'doc-apple-info-plist-properties'Brad King2015-11-022-29/+37
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | 9a7f042a Help: Document target properties setting Info.plist fields (#15820)
| * | | | Help: Document target properties setting Info.plist fields (#15820)Brad King2015-10-302-29/+37
| | | | | | | | | | | | | | | | | | | | | | | | | Format the documentation of MACOSX_{BUNDLE,FRAMEWORK}_INFO_PLIST and specify for each property what field in the Info.plist file it sets.
* | | | | Merge topic 'xcode-lastupgradecheck'Brad King2015-11-021-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 13610474 Xcode: Set LastUpgradeCheck to current Xcode version (#15817)
| * | | | | Xcode: Set LastUpgradeCheck to current Xcode version (#15817)Gregor Jasny2015-10-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | This prevents the project settings upgrade warning.
* | | | | | Merge topic 'fix-find_program-regression'Brad King2015-11-025-0/+27
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | 31e6571c find_program: Fix regression in finding an already-known path
| * | | | | find_program: Fix regression in finding an already-known pathBrad King2015-10-305-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in commit v3.4.0-rc1~124^2~1 (cmFindProgramCommand: Re-implement search using more flexible approach, 2015-09-01) did not preserve the behavior of looking for the given name with no search path at all. Fix this and add a test case covering finding an absolute path with no search directories.
* | | | | | CMake Nightly Date StampKitware Robot2015-11-021-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2015-11-011-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2015-10-311-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2015-10-301-1/+1
| | | | |
* | | | | Merge branch 'release'Brad King2015-10-290-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'intel-fortran-2016' into releaseBrad King2015-10-291-1/+3
| |\ \ \ \
* | \ \ \ \ Merge topic 'intel-fortran-2016'Brad King2015-10-291-1/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | 77be366c Intel: Recognize MSVC version for Intel Fortran 2016 (#15809)
| * | | | | Intel: Recognize MSVC version for Intel Fortran 2016 (#15809)Brad King2015-10-261-1/+3
| | |_|/ / | |/| | |
* | | | | Merge topic 'README-fix-typo'Brad King2015-10-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 6c0d8a5d README: Fix typo in wording
| * | | | | README: Fix typo in wordingTerrell Russell2015-10-291-1/+1
|/ / / / /
* | | | | Merge branch 'release'Brad King2015-10-290-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'backport-revert-autorcc-qt-5.1' into releaseBrad King2015-10-291-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'vs-resw-files' into releaseBrad King2015-10-291-0/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cpack-deb-fakeroot-removal' into releaseBrad King2015-10-231-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'fix-test-RUN_SERIAL-failure-regression' into releaseBrad King2015-10-235-5/+31
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'doc-add_executable-typo' into releaseBrad King2015-10-221-1/+1
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'vs-resw-files'Brad King2015-10-291-0/+4
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | 77dde5cb VS: Add support for `.resw` files (#15811)
| * | | | | | | | | VS: Add support for `.resw` files (#15811)Andrew Shaitorov2015-10-281-0/+4
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are used on the WinRT & WinPhone platforms. Build them using the `PRIResource` tool.
* | | | | | | | | Merge topic 'cpack-osx-sysroot'Brad King2015-10-291-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 63e2af0f CPack: Fix CPACK_OSX_SYSROOT with symbolic CMAKE_OSX_SYSROOT (#15816)
| * | | | | | | | | CPack: Fix CPACK_OSX_SYSROOT with symbolic CMAKE_OSX_SYSROOT (#15816)Brad King2015-10-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We support setting CMAKE_OSX_SYSROOT to a symbolic value like "macosx". Modules/Platform/Darwin-Initialize.cmake takes care of finding the actual SDK path on disk. Use that result to set CPACK_OSX_SYSROOT instead.
* | | | | | | | | | Merge topic 'bootstrap-cleanup'Brad King2015-10-291-7/+0
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3b0c0743 bootstrap: Drop unused KWSys header directories