summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-rpm-basic-symlink-handling'Brad King2015-03-311-21/+341
|\
| * CPackRPM: Add basic symlink support (#15209)Domen Vrankar2015-03-311-21/+341
* | UseSWIG: Do not use MAIN_DEPENDENCY on custom commands (#15480)Felix Schwitzer2015-03-301-2/+1
|/
* Merge topic 'ExternalData-recursive-match'Brad King2015-03-301-7/+28
|\
| * ExternalData: Add option to recursively match under directoriesBrad King2015-03-271-3/+20
| * ExternalData: Parameterize internal file(GLOB) operation selectionBrad King2015-03-271-6/+10
* | Xcode: Set ARCHS only when CMAKE_OSX_ARCHITECTURES is specified (#14736)Brad King2015-03-271-1/+0
* | Merge topic 'fix-external-project-generator'Brad King2015-03-271-1/+4
|\ \
| * | ExternalProject: fix the build command for generator overridesBen Boeckel2015-03-261-1/+4
| |/
* | Merge topic 'FindMFC-CMP0054'Brad King2015-03-271-1/+1
|\ \
| * | FindMFC: Use if(DEFINED) to simplify condition (#15477)Brad King2015-03-261-1/+1
| * | Merge branch 'UseSWIG-fix-CMP0054-warnings' into releaseBrad King2015-03-091-4/+4
| |\ \
| * \ \ Merge branch 'cpack_rpm_mulit_prefix_fixup' into releaseBrad King2015-02-271-17/+25
| |\ \ \
* | | | | GNU: Do not use -isystem with gfortranBrad King2015-03-261-0/+3
| |_|_|/ |/| | |
* | | | Merge topic 'SunPro-no-KPIE'Brad King2015-03-242-2/+0
|\ \ \ \
| * | | | SunPro: Drop non-existent -KPIE flagSteven Vancoillie2015-03-232-2/+0
* | | | | Merge topic 'blugeneq-platform-files'Brad King2015-03-2415-0/+403
|\ \ \ \ \
| * | | | | BlueGene/Q Platform filesTodd Gamblin2015-03-1815-0/+403
* | | | | | OS X: Look for Xcode 5 platform-specific FrameworksGregor Jasny2015-03-241-6/+14
* | | | | | Merge topic 'lib64_paths_crosscompiling'Brad King2015-03-231-1/+1
|\ \ \ \ \ \
| * | | | | | Linux: Ignore Debian-specific case when cross-compilingZack Galbreath2015-03-231-1/+1
* | | | | | | Merge topic 'UseJava-fix-arg-parse'Brad King2015-03-231-11/+11
|\ \ \ \ \ \ \
| * | | | | | | UseJava: Fix add_jar argument parsing (#14655)Mark Studenka2015-03-201-11/+11
| |/ / / / / /
* | | | | | | Merge topic 'cpack-bundle-codesign'Brad King2015-03-231-0/+5
|\ \ \ \ \ \ \
| * | | | | | | CPack: Add support to overwrite or pass additional parameter to codesignAndré Klitzing2015-03-231-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'cpack-rpm-ignore-default-prefix'Brad King2015-03-231-2/+19
|\ \ \ \ \ \ \
| * | | | | | | CPack/RPM ignore install prefix relocation pathDomen Vrankar2015-03-201-2/+19
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'SunPro-Fortran-KPIC'Brad King2015-03-231-0/+1
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | SunPro: Add position independent code flag for Fortran compilerSteven Vancoillie2015-03-201-0/+1
| |/ / / / /
* | | | | | Merge topic 'pgi-no-pie'Brad King2015-03-231-1/+1
|\ \ \ \ \ \
| * | | | | | PGI: Remove invalid -fPIE flag (#15460)Brad King2015-03-201-1/+1
| |/ / / / /
* | | | | | Merge topic 'xcode-xctest'Brad King2015-03-231-0/+196
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | OS X: Add FindXCTest moduleGregor Jasny2015-03-231-0/+196
| |/ / / /
* | | | | Merge topic 'fix-FindPackageHandleStandardArgs-doc'Brad King2015-03-201-1/+1
|\ \ \ \ \
| * | | | | FPHSA: Revise documented command signatureGregor Jasny2015-03-181-1/+1
* | | | | | Merge topic 'cpack_rpm_component_fall_through'Brad King2015-03-201-652/+621
|\ \ \ \ \ \
| * | | | | | CPack/RPM prevent component attributes leakageDomen Vrankar2015-03-171-652/+621
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'WCDH-fix-cxx_nullptr-workaround'Brad King2015-03-201-1/+1
|\ \ \ \ \ \
| * | | | | | WCDH: Fix cxx_nullptr workaround for pre-C++11 compilersRoman Wüger2015-03-171-1/+1
| |/ / / / /
* | | | | | Record compile features for GNU on Windows (#15443)Brad King2015-03-171-2/+2
|/ / / / /
* | | | | FindMatlab: Rewrite module and provide a usage APIRaffi Enficiaud2015-03-172-87/+1513
|/ / / /
* | | | Merge topic 'ExternalProject-byproducts-tokens'Brad King2015-03-101-3/+3
|\ \ \ \
| * | | | ExternalProject: Replace placeholder tokens in BYPRODUCTSGaëtan Lehmann2015-03-091-3/+3
* | | | | Merge topic 'UseSWIG-fix-CMP0054-warnings'Brad King2015-03-101-4/+4
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | UseSWIG: Avoid if() auto-dereferene in quoted argumentsBrad King2015-03-091-4/+4
| |/ /
* | | CPackWIX: Support patching of root <Feature> elements.Nils Gladitz2015-03-061-2/+4
* | | InstallRequiredSystemLibraries: Add option to specify install COMPONENTJohan Andruejol2015-03-031-2/+12
* | | InstallRequiredSystemLibraries: Format documentationBrad King2015-03-031-25/+34
* | | CPack: be more stringent when selecting variables to encodeРоман Донченко2015-03-021-1/+1
* | | Merge topic 'locale-agnostic-findhg'Brad King2015-03-021-0/+10
|\ \ \