summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* curl: Use find_package(OpenSSL)Bill Hoffman2012-09-072-15/+4
* CMake Nightly Date StampKitware Robot2012-09-051-1/+1
* Merge topic 'magrathea-release-DT_RUNPATH'David Cole2012-09-041-0/+2
|\
| * magrathea: Tell cmELF about DT_RUNPATH (#13497)Brad King2012-09-031-0/+2
* | Merge topic 'doc-add_library-PIC'David Cole2012-09-042-2/+4
|\ \
| * | add_library: Document POSITION_INDEPENDENT_CODE default (#13479)Brad King2012-08-312-2/+4
* | | Merge topic 'flex-version-apple'David Cole2012-09-041-1/+1
|\ \ \
| * | | FindFLEX: fix version extraction on AppleRolf Eike Beer2012-08-301-1/+1
* | | | Merge topic 'Qt4Macros-fix-resource-parsing'David Cole2012-09-041-1/+1
|\ \ \ \
| * | | | Read entire Qt4 qrc file when parsing for depends info.Stephen Kelly2012-08-301-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-041-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-031-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-021-1/+1
* | | | | CMake Nightly Date StampKitware Robot2012-09-011-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'msvc-compiler-info'Brad King2012-08-312-2/+13
|\ \ \ \
| * | | | VS: Fix MSVC_IDE definition recently broken by refactoringBrad King2012-08-302-2/+13
* | | | | CMake Nightly Date StampKitware Robot2012-08-311-1/+1
* | | | | Merge topic 'fix-Qt-casing'Brad King2012-08-309-27/+27
|\ \ \ \ \
| * | | | | Fix casing of 'Qt' in docs, comments and user-visible strings.Stephen Kelly2012-08-289-27/+27
* | | | | | Merge topic 'AutomocRerunFix'Brad King2012-08-302-6/+28
|\ \ \ \ \ \
| * | | | | | fix #13494: rerun automoc also if include dirs or moc options changeAlex Neundorf2012-08-272-6/+28
* | | | | | | Merge topic 'mingw-unix-generator'Brad King2012-08-301-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Find mingw's windres also when Unix Makefiles are usedPeter Kümmel2012-08-271-0/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'cmcldeps-icl'Brad King2012-08-301-7/+4
|\ \ \ \ \ \ \
| * | | | | | | Ninja: also detect /showInclude prefix for iclPeter Kümmel2012-08-271-7/+4
| |/ / / / / /
* | | | | | | Merge topic 'qt4-windows8'Brad King2012-08-301-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix errors detecting Qt4 on Windows 8.Clinton Stimpson2012-08-241-1/+1
* | | | | | | | Merge topic 'ErrorIfCTEST_USE_LAUNCHERSSetButLauncherRuleNotSet'Brad King2012-08-301-0/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | error out if CTEST_USE_LAUNCHERS is TRUE but RULE_LAUNCH_* are not setAlex Neundorf2012-08-201-0/+11
* | | | | | | | | Merge topic 'msvc-compiler-info'Brad King2012-08-3020-364/+209
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'cmake-platform-info-version' into msvc-compiler-infoBrad King2012-08-3022-98/+127
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Modernize MSVC compiler information filesBrad King2012-08-304-99/+81
| * | | | | | | | | VS: Simplify MSVC version reportingBrad King2012-08-3014-124/+42
| * | | | | | | | | VS: Remove support for "free" version 2003 toolsBrad King2012-08-234-66/+11
* | | | | | | | | | Merge topic 'cmake-platform-info-version'Brad King2012-08-3023-111/+147
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Store ABI detection results in compiler information filesBrad King2012-08-244-3/+10
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Move CMAKE_<LANG>_COMPILER_WORKS to compiler information filesBrad King2012-08-247-72/+104
| * | | | | | | | Make platform information files specific to the CMake versionBrad King2012-08-2419-42/+39
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-08-301-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-08-291-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2012-08-281-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2012-08-271-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2012-08-261-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2012-08-251-1/+1
* | | | | | | | Merge topic 'ide-compiler-id'David Cole2012-08-2418-252/+961
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Document CMAKE_<LANG>_COMPILER_(ID|VERSION) valuesBrad King2012-08-221-5/+27
| * | | | | | | Test variables CMAKE_(C|CXX|Fortran)_COMPILER(|_ID|_VERSION)Brad King2012-08-224-0/+56
| |/ / / / / /
| * | | | | | Cleanly enable a language in multiple subdirectoriesBrad King2012-08-221-11/+13
| * | | | | | VS: Detect the compiler id and tool locationBrad King2012-08-226-9/+223
| * | | | | | VS10: Define CMAKE_VS_PLATFORM_TOOLSET variableBrad King2012-08-223-0/+22