summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* BundleUtilities: Resolve & replace @rpath placeholdersAdam Strzelecki2014-10-102-26/+98
* GetPrerequisites: Make sure dyld placeholders are prefixesAdam Strzelecki2014-10-101-3/+3
* BundleUtilities: Use find on UNIX for fast executable lookupAdam Strzelecki2014-10-101-1/+19
* Merge topic 'cleanup-CMP0054'Brad King2014-09-301-7/+7
|\
| * GenerateExportHeader: Avoid if() quoted auto-dereferenceBrad King2014-09-291-7/+7
* | Merge topic 'GNUInstallDirs-typo'Brad King2014-09-301-2/+2
|\ \
| * | Fix typo in Modules/GNUInstallDirs.cmake (#15176)David Coppa2014-09-291-2/+2
| |/
* | Merge topic 'vs-nsight-tegra-generator'Brad King2014-09-304-5/+82
|\ \ | |/ |/|
| * VS: Fix Tegra-Android platform linking of libraries by nameBrad King2014-09-301-0/+6
| * VS: Detect compiler id of Nsight Tegra-Android toolchainsBrad King2014-09-293-5/+76
* | FindCUDA: Avoid if() auto-dereference in string comparisonsAdam Strzelecki2014-09-242-8/+8
* | Merge topic 'FindGettext-doc-update'Brad King2014-09-221-1/+1
|\ \
| * | FindGettext: Fix name of GETTEXT_PROCESS_POT_FILE in docs (#15162)Brad King2014-09-181-1/+1
| * | Merge branch 'ExternalProject-download-loop' into releaseBrad King2014-09-081-0/+1
| |\ \
| * \ \ Merge branch 'fix-clang-cross-compile-find-binutils' into releaseBrad King2014-09-052-2/+6
| |\ \ \
| * | | | BundleUtilities: Allow Info.plist files which use CR line endingsTim Blechmann2014-08-071-0/+1
| * | | | Merge branch 'check-flag-avoid-semicolon' into releaseBrad King2014-07-301-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'FindQt4-more-plugins' into releaseBrad King2014-07-281-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fix-QCC-compile-flags' into releaseBrad King2014-07-176-27/+41
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'wince-fix-dll-linking' into releaseBrad King2014-07-101-4/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'CMakeExpandImportedTargets-CMP0045' into releaseBrad King2014-07-071-2/+10
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'FindProtobuf-depend-protoc'Brad King2014-09-221-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindProtobuf: Make outputs depend on protoc executableMichael Hanselmann2014-09-181-1/+1
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge topic 'FindOpenSceneGraph-pieces-not-found'Brad King2014-09-221-2/+5
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindOpenSceneGraph: Do not add unfound OSG libs if not requiredMattias Helsing2014-09-181-2/+5
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'clang-compile-options-cxx14'Brad King2014-09-221-3/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Clang: Enable c++14 dialect flag with Clang 3.5.Stephen Kelly2014-09-171-1/+4
| * | | | | | | | | | Clang: Don't overwrite c++11 compile option value with c++14 flag.Stephen Kelly2014-09-171-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'cleanup-CMP0054'Brad King2014-09-222-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CheckPrototypeDefinition: Avoid if() auto-dereferenceBrad King2014-09-161-1/+1
| * | | | | | | | | | ExternalProject: Fix CMP0054 warning in _ep_parse_argumentsMatt McCormick2014-09-151-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'ExternalProject-retry'Brad King2014-09-221-6/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | ExternalProject: Fix download retry logicRuslan Baratov2014-09-151-6/+0
* | | | | | | | | | Merge topic 'vs-generator-platform'Brad King2014-09-151-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ExternalProject: Use -A option to pass generator platformBrad King2014-09-151-2/+2
* | | | | | | | | | | Merge topic 'if-sanity'Brad King2014-09-156-6/+6
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | FPHSA: Avoid if() dereferencing of quoted variableBrad King2014-09-111-1/+1
| * | | | | | | | | | FindGTK2: Avoid depending on if() to dereference a quoted variableBrad King2014-09-111-1/+1
| * | | | | | | | | | Modules/Test*.cmake: Use if(DEFINED) to simplify conditionsBrad King2014-09-114-4/+4
* | | | | | | | | | | Merge topic 'doc-check-results-cached'Brad King2014-09-1116-1/+18
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Help: Document that the CHECK_* macros create cache variablesSebastian Leske2014-09-1116-1/+18
* | | | | | | | | | | | Merge topic 'fix-gnu-hurd-host-detection'Brad King2014-09-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fix CMAKE_HOST_SYSTEM_PROCESSOR detection on GNU/Hurd (#15147)Felix Geyer2014-09-101-1/+1
* | | | | | | | | | | | Merge topic 'vs-generator-platform'Brad King2014-09-101-0/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | ExternalProject: Propagate the generator platformBrad King2014-09-051-0/+11
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'FindIce-updates'Brad King2014-09-101-18/+15
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | FindIce: Respect Ice_FIND_QUIETLY when printing messagesRoger Leigh2014-09-091-12/+16
| * | | | | | | | | | FindIce: Remove unneeded search path modificationRoger Leigh2014-09-091-7/+0
* | | | | | | | | | | Merge topic 'use-consistent-regex-for-info-strings'Brad King2014-09-093-3/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Use a more reliable regex for extracting binary INFO stringsChuck Atkins2014-09-033-3/+3