summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ipo-clang'Brad King2017-05-012-6/+73
|\
| * Clang IPO (LTO) supportRuslan Baratov2017-04-282-6/+73
* | XL: Add C and C++ language level flagsChuck Atkins2017-04-282-2/+99
* | XL: Add additional regex for bogus compile optionsChuck Atkins2017-04-281-0/+1
|/
* Merge topic 'fix-qhalt-for-xl'Brad King2017-04-2814-4/+38
|\
| * XL: Fix the use of the -qhalt flag for varying OSsChuck Atkins2017-04-2714-4/+38
* | Merge topic 'FindBoost-compile-features'Brad King2017-04-281-0/+34
|\ \
| * | Boost Fiber actually require at least C++11.Alex Turbov2017-04-231-0/+34
* | | Merge topic 'separgs-native'Brad King2017-04-284-17/+4
|\ \ \ | |_|/ |/| |
| * | separgs: Use NATIVE_COMMAND where appropriateChristian Pfeiffer2017-04-264-17/+4
* | | Merge topic 'cpackifw-framework-version'Brad King2017-04-271-13/+50
|\ \ \
| * | | CPackIFW: Framework versionKonstantin Podsvirov2017-04-251-13/+50
* | | | Merge topic 'UseSWIG-fallback-prefix'Brad King2017-04-271-0/+3
|\ \ \ \
| * | | | UseSWIG: Fall back to empty PREFIX for unknown languagesBrad King2017-04-251-0/+3
| |/ / /
* | | | Merge topic 'FindGLUT-optional-deps'Brad King2017-04-271-3/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | FindGLUT: Add library dependencies only if they existBrad King2017-04-261-3/+5
| |/ /
* | | Merge topic 'xctest_static_framework'Brad King2017-04-261-0/+4
|\ \ \
| * | | XCTest: Add support for static frameworksGuillaume Campagna2017-04-251-0/+4
* | | | Merge topic 'findopenmp-modernized'Brad King2017-04-261-207/+328
|\ \ \ \ | |_|/ / |/| | |
| * | | FindOpenMP: Complete overhaul.Christian Pfeiffer2017-04-251-207/+328
* | | | Merge topic 'remove-xcode-2'Brad King2017-04-243-251/+2
|\ \ \ \
| * | | | Xcode: Drop support for Xcode versions below 3Brad King2017-04-223-251/+2
| | |_|/ | |/| |
* | | | Merge topic 'findmpi-improvements'Brad King2017-04-241-46/+58
|\ \ \ \
| * | | | FindMPI: Modernize documentationChristian Pfeiffer2017-04-211-44/+45
| * | | | FindMPI: MPIEXEC handling improvementsChristian Pfeiffer2017-04-211-2/+13
| |/ / /
* | | | Merge topic 'namespace-jar-exports'Brad King2017-04-241-15/+21
|\ \ \ \ | |/ / / |/| | |
| * | | UseJava: Support namespaced exportsMatthew Woehlke2017-04-211-15/+21
| | |/ | |/|
* | | Merge topic 'cpack-rpm-buildrequires-docs'Brad King2017-04-211-0/+13
|\ \ \
| * | | CPack/RPM doc: CPACK_RPM_BUILDREQUIRES docsDomen Vrankar2017-04-201-0/+13
* | | | Merge topic 'GNUInstallDirs-add-RUNSTATEDIR'Brad King2017-04-211-18/+26
|\ \ \ \
| * | | | GNUInstallDirs: Add RUNSTATEDIR variableFelix Geyer2017-04-201-18/+26
* | | | | Merge topic 'FindwxWidgets-verify-wx-config'Brad King2017-04-211-0/+22
|\ \ \ \ \
| * | | | | FindwxWidgets: Verify existence of libraries reported by wx-configJan Mrázek2017-04-201-0/+22
| |/ / / /
* | | | | Merge topic 'autogen-fixes'Brad King2017-04-213-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Autogen: Pass explicit predefines header to moc if possibleAleix Pol2017-04-203-0/+4
* | | | | Merge topic 'remove-vs7.1-generator'Brad King2017-04-206-30/+4
|\ \ \ \ \
| * | | | | Drop Visual Studio 7 .NET 2003 generatorBrad King2017-04-196-30/+4
* | | | | | Merge topic 'FindBoost-fix-backslash-tolerance'Brad King2017-04-201-2/+3
|\ \ \ \ \ \
| * | | | | | FindBoost: Restore tolerance of backslashes in pathsAlex Turbov2017-04-191-2/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'FindOpenSSL-more-precompiled'Brad King2017-04-201-0/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | FindOpenSSL: Add more library name alternativesAlex Turbov2017-04-191-0/+4
| |/ / / /
| * | | | Merge branch 'vs-rc-defines' into releaseBrad King2017-04-101-0/+4
| |\ \ \ \
* | \ \ \ \ Merge topic 'findmpi-add-imported-targets'Brad King2017-04-191-0/+29
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | FindMPI: Add IMPORTED targetsChristian Pfeiffer2017-04-151-0/+29
| | |_|_|/ | |/| | |
* | | | | Merge topic 'tcc-enable_exports'Brad King2017-04-181-0/+1
|\ \ \ \ \
| * | | | | TinyCC: Support ENABLE_EXPORT propertyhsc2017-04-171-0/+1
* | | | | | Merge topic 'cpackifw-search-algorithm'Brad King2017-04-181-6/+47
|\ \ \ \ \ \
| * | | | | | CPackIFW: Added new QtIFW versions for searchKonstantin Podsvirov2017-04-151-0/+5
| * | | | | | CPackIFW: Improved QtIFW search algorithmKonstantin Podsvirov2017-04-151-6/+42
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'findmpi-mark-library-advanced'Brad King2017-04-181-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |