summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ExternalData-url-algo-map'Brad King2015-02-261-1/+40
|\
| * ExternalData: Add support for custom algorithm-to-URL mappingBrad King2015-02-251-1/+40
* | Merge topic 'CheckCompilerFlag-use-FLAGS'Brad King2015-02-253-12/+12
|\ \
| * | Check*CompilerFlag: Refactor method used to pass flagsMark Abraham2015-02-243-12/+12
| |/
* | Merge topic 'refine-MSVC-ARM-WinCE'Brad King2015-02-253-14/+48
|\ \ | |/ |/|
| * MSVC: Compile with arch-specific flags on ARM platforms (#14552)Gunnar Roth2015-02-241-0/+11
| * MSVC: Distinguish among ARM architectures more precisely (#14552)Gunnar Roth2015-02-243-13/+36
| * MSVC: Define /DWINCE when building for WinCE platforms (#14552)Gunnar Roth2015-02-241-1/+1
* | Merge topic 'FindMatlab-remove-trailing-lines'Brad King2015-02-241-1/+0
|\ \
| * | FindMatlab: Remove trailing blank linesBrad King2015-02-241-1/+0
* | | Merge topic 'osx-framework-search-platform-SDKs'Brad King2015-02-241-0/+7
|\ \ \
| * | | OS X: Add platform-specific Frameworks search pathGregor Jasny2015-02-231-0/+7
* | | | Merge topic 'FeatureSummary-no-duplicates'Brad King2015-02-241-0/+3
|\ \ \ \
| * | | | FeatureSummary: Print each feature info only onceGregor Jasny2015-02-231-0/+3
| |/ / /
* | | | Merge topic 'rpm_at_in_path'Brad King2015-02-241-10/+0
|\ \ \ \
| * | | | CPackRPM: Drop explicit handling of '@' symbols that breaks them (#14782)Domen Vrankar2015-02-241-10/+0
| |/ / /
* | | | Merge topic 'GetPrerequisites-file-command-update'Brad King2015-02-241-0/+7
|\ \ \ \
| * | | | GetPrerequisites: Update output matching for newer 'file' versionsMarcus Meissner2015-02-231-0/+7
| * | | | Merge branch 'FindCurses-remove-unused-check' into releaseBrad King2015-02-201-2/+0
| |\ \ \ \
| * \ \ \ \ Merge branch 'private-FindJsonCpp' into releaseBrad King2015-02-201-117/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'ctest-output-options'Brad King2015-02-241-5/+20
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | ctest_coverage: Add QUIET optionZack Galbreath2015-02-231-5/+20
* | | | | | | Merge topic 'rpm_package_architecture'Brad King2015-02-231-6/+26
|\ \ \ \ \ \ \
| * | | | | | | CPackRPM: Support rpm architecture in componentsJoshua A Clayton2015-02-231-0/+11
| * | | | | | | CPackRPM: Fix CPACK_RPM_PACKAGE_ARCHITECTUREJoshua A Clayton2015-02-231-6/+15
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'fix-graphiz-typo'Brad King2015-02-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix typo, graphiz -> graphviz.Stephen Kelly2015-02-211-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'CheckStructHasMember-fix-null-deref-warning'Brad King2015-02-231-1/+1
|\ \ \ \ \ \ \
| * | | | | | | CheckStructHasMember: fix null deref warning (#15413)Peter Wu2015-02-201-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'FindCurses-remove-unused-check'Brad King2015-02-231-2/+0
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | FindCurses: Drop unused check for cbreak in tinfo libraryBrad King2015-02-201-2/+0
* | | | | | | Merge topic 'private-FindJsonCpp'Brad King2015-02-231-117/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | FindJsonCpp: Drop new module due to upstream jsoncpp providing packageBrad King2015-02-201-117/+0
| |/ / / /
* | | | | Merge topic 'CMakeParseImplicitLinkInfo-CMP0054'Brad King2015-02-191-1/+1
|\ \ \ \ \
| * | | | | CMakeParseImplicitLinkInfo: Avoid if() auto-deref in quoted argBrad King2015-02-181-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge topic 'mingw-no-find_library-dll'Brad King2015-02-191-1/+1
|\ \ \ \ \
| * | | | | Windows-GNU: Do not tell find_library to treat '.dll' as linkableBrad King2015-02-181-1/+1
| |/ / / /
* | | | | Merge topic 'compiler-version-Fortran'Brad King2015-02-193-2/+146
|\ \ \ \ \
| * | | | | Fortran: Detect G95 compiler versionBrad King2015-02-191-0/+2
| * | | | | Fortran: Detect PGI compiler versionBrad King2015-02-191-0/+5
| * | | | | Fortran: Detect XL and VisualAge compiler versionsBrad King2015-02-191-0/+6
| * | | | | Fortran: Detect GNU compiler versionBrad King2015-02-191-0/+5
| * | | | | Fortran: Detect PathScale compiler versionBrad King2015-02-191-0/+5
| * | | | | Fortran: Detect SunPro compiler versionBrad King2015-02-191-1/+9
| * | | | | Fortran: Detect Intel compiler versionBrad King2015-02-191-0/+11
| * | | | | Fortran: Add infrastructure to detect compiler version (#15372)Brad King2015-02-193-1/+103
| |/ / / /
* | | | | Merge topic 'FindJNI-awt-arch'Brad King2015-02-191-0/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | FindJNI: Add arch-specific library dir for JDK 9 layout (#15408)Tiago Stürmer Daitx2015-02-181-0/+1
| |/ /
| * | Merge branch 'cpack_rpm_mulit_prefix_fixup' into releasev3.2.0-rc1Brad King2015-02-111-1/+6
| |\ \
| * \ \ Merge branch 'FindCoin3D-drop-link' into releaseBrad King2015-02-111-2/+1
| |\ \ \