summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tests: Try to make CTestTestTimeout more robustBrad King2014-05-237-37/+40
* Merge branch 'release'Brad King2014-05-230-0/+0
|\
| * CMake 3.0.0-rc6v3.0.0-rc6Brad King2014-05-221-1/+1
* | CMake Nightly Date StampKitware Robot2014-05-231-1/+1
* | Merge topic 'ninja-intel-ipo'Brad King2014-05-228-20/+41
|\ \
| * | Ninja: Fix Intel interprocedural optimization with static librariesBrad King2014-05-211-2/+14
| * | cmGeneratorTarget: Improve GetCreateRuleVariable APIBrad King2014-05-214-18/+18
| * | cmTarget: Add GetFeatureAsBool methodBrad King2014-05-214-2/+11
* | | Merge topic 'COMPILE_FEATURES-genex'Brad King2014-05-2226-48/+539
|\ \ \
| * | | Features: Add COMPILE_FEATURES generator expression.Stephen Kelly2014-05-2126-0/+311
| * | | cmMakefile: Add methods for checking availability of a feature.Stephen Kelly2014-05-202-0/+120
| * | | cmMakefile: Extract CheckNeeded{C,Cxx}Language methods.Stephen Kelly2014-05-202-12/+34
| * | | cmMakefile: Extract CompileFeaturesAvailable method.Stephen Kelly2014-05-202-26/+41
| * | | cmMakefile: Extract CompileFeatureKnown method.Stephen Kelly2014-05-202-29/+52
* | | | Merge topic 'OpenBSD-paths'Brad King2014-05-221-0/+13
|\ \ \ \
| * | | | OpenBSD: honor the LOCALBASE and X11BASE environment variablesRolf Eike Beer2014-05-211-0/+13
* | | | | Merge topic 'FindQt_versioned_tools'Brad King2014-05-222-8/+8
|\ \ \ \ \
| * | | | | FindQt[34]: Prefer matching versioned tool namesRolf Eike Beer2014-05-222-8/+8
| | |/ / / | |/| | |
* | | | | Merge branch 'release'Brad King2014-05-220-0/+0
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'backport-kwsys-cygwin-fixes' into releaseBrad King2014-05-202-2/+11
| |\ \ \ \
| * \ \ \ \ Merge branch 'backport-fix-CMP0022-language-propagation' into releaseBrad King2014-05-192-11/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'FindCUDA-separable-compilation-flags' into releaseBrad King2014-05-191-0/+9
| |\ \ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2014-05-221-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'clang-features'Brad King2014-05-216-3/+146
|\ \ \ \ \ \ \
| * | | | | | | Features: Record for Clang 3.4Stephen Kelly2014-05-206-3/+146
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'GNUInstallDirs-OpenBSD'Brad King2014-05-211-8/+20
|\ \ \ \ \ \ \
| * | | | | | | GNUInstallDirs: use the proper default for info and man paths on OpenBSDRolf Eike Beer2014-05-201-8/+20
| |/ / / / / /
* | | | | | | Merge topic 'OpenBSD_no_multilib'Brad King2014-05-211-0/+3
|\ \ \ \ \ \ \
| * | | | | | | OpenBSD: disable FIND_LIBRARY_USE_LIB64_PATHSRolf Eike Beer2014-05-201-0/+3
| |/ / / / / /
* | | | | | | Merge topic 'file-command-open-errors'Brad King2014-05-217-6/+23
|\ \ \ \ \ \ \
| * | | | | | | file: Report system error on failure to open fileBrad King2014-05-207-6/+23
| |/ / / / / /
* | | | | | | Merge topic 'minor-cleanups'Brad King2014-05-213-3/+3
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | cmTarget: Avoid copying container we don't need to copy.Stephen Kelly2014-05-201-1/+1
| * | | | | | Help: Fix whitespace in doc link.Stephen Kelly2014-05-201-1/+1
| * | | | | | Features: Ensure that list exists to remove from.Stephen Kelly2014-05-201-1/+1
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2014-05-211-1/+1
* | | | | | Merge topic 'backport-kwsys-cygwin-fixes'Brad King2014-05-200-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | KWSys Process: Workaround child kill trouble on CygwinBrad King2014-05-201-0/+6
| * | | | KWSys SystemTools: Port cygwin path conversion to modern APIBrad King2014-05-201-2/+5
| |/ / /
* | | | Merge topic 'update-kwsys'Brad King2014-05-202-2/+11
|\ \ \ \
| * \ \ \ Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-192-2/+11
| |\ \ \ \
| | * | | | KWSys 2014-05-19 (c282e64f)KWSys Robot2014-05-192-2/+11
* | | | | | Merge topic 'test-BuildDepends-sleep'Brad King2014-05-202-8/+1
|\ \ \ \ \ \
| * | | | | | Tests/BuildDepends: Make 3-second delay more robustBrad King2014-05-192-8/+1
* | | | | | | Merge topic 'preserve_cmake_minimum_required_version'Brad King2014-05-208-12/+6
|\ \ \ \ \ \ \
| * | | | | | | Keep cmake_minimum_required calls in sync with current versionDaniele E. Domenichelli2014-05-195-5/+5
| * | | | | | | Do not change minimum required version in modulesDaniele E. Domenichelli2014-05-193-7/+1
| |/ / / / / /
* | | | | | | Merge topic 'compile-features-C-language'Brad King2014-05-2057-27/+630
|\ \ \ \ \ \ \
| * | | | | | | Features: Extend concept to C language.Stephen Kelly2014-05-1557-27/+630
* | | | | | | | CMake Nightly Date StampKitware Robot2014-05-201-1/+1
| |/ / / / / / |/| | | | | |