summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'backport-xcode-duplicate-file-refs' into releaseBrad King2014-09-031-6/+4
|\
| * Xcode: Generate per-target file references (#15111)Brad King2014-09-031-6/+4
* | Merge branch 'fix-lexer-open-square' into releaseBrad King2014-08-184-35/+51
|\ \
| * | cmListFileLexer: Fix lexing of single '[' character (#15092)Brad King2014-08-184-35/+51
* | | Merge branch 'doc-CMP0022-compat-version-typo' into releaseBrad King2014-08-131-1/+1
|\ \ \
| * | | CMP0022: Fix version documented to support LINK_PUBLIC/LINK_PRIVATEBrad King2014-08-131-1/+1
| | |/ | |/|
* | | Merge branch 'backport-OpenRISC-1000-support' into releaseBrad King2014-08-112-0/+8
|\ \ \
| * | | KWSys CPU: Add support for OpenRISC 1000Christian Svensson2014-08-071-0/+4
| * | | KWIML: Teach ABI.h about OpenRISC 1000Christian Svensson2014-08-071-0/+4
| |/ /
* | | Merge branch 'backport-BundleUtilities-os9-newlines' into releaseBrad King2014-08-111-0/+1
|\ \ \
| * | | BundleUtilities: Allow Info.plist files which use CR line endingsTim Blechmann2014-08-071-0/+1
| |/ /
* | | Merge branch 'backport-fix-CMP0047-IS_GNU-vars' into releaseBrad King2014-08-111-0/+8
|\ \ \
| * | | CMP0047: Fix CMAKE_COMPILER_IS_GNU(CC|CXX) in OLD behaviorBrad King2014-08-071-0/+8
* | | | Merge branch 'fix-Qt-Autogen' into releaseBrad King2014-08-118-7/+84
|\ \ \ \ | |_|/ / |/| | |
| * | | QtAutogen: Fix use of multiple ui files in a single target.Stephen Kelly2014-03-256-6/+74
| * | | QtAutogen: Use the basename for resource files.Stephen Kelly2014-03-254-1/+10
* | | | CMake 3.0.1v3.0.1Brad King2014-07-301-1/+1
* | | | Merge branch 'check-flag-avoid-semicolon' into releaseBrad King2014-07-301-1/+1
|\ \ \ \
| * | | | Check*CompilerFlag: Avoid ';' in common pattern (#15048)Brad King2014-07-301-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'FindQt4-more-plugins' into releaseBrad King2014-07-281-3/+3
|\ \ \ \
| * | | | FindQt4: Add nativewifi and qtga pluginsMathieu MARACHE2014-07-281-3/+3
| |/ / /
* | | | Merge branch 'xcode-6-librarian-flags' into releaseBrad King2014-07-282-5/+24
|\ \ \ \
| * | | | Xcode: Fix static library creation for Xcode 6 (#15038)Brad King2014-07-282-5/+24
| |/ / /
* | | | Merge branch 'backport-kwsys-qnx-fix' into releaseBrad King2014-07-171-1/+4
|\ \ \ \
| * | | | KWSys SystemInformation: No SA_RESTART on QNXBob E2014-07-171-1/+4
| |/ / /
* | | | Merge branch 'compile-with-cray' into releaseBrad King2014-07-171-1/+1
|\ \ \ \
| * | | | cmcurl: Fix a build failure with the Cray compiler on Linux (#15026)Chuck Atkins2014-07-171-1/+1
| |/ / /
* | | | Merge branch 'fix-QCC-compile-flags' into releaseBrad King2014-07-176-27/+41
|\ \ \ \ | | |_|/ | |/| |
| * | | QNX: Add missing flags for configurations and artifact creation.Stephen Kelly2014-07-176-27/+41
| |/ /
* | | Merge branch 'wince-fix-dll-linking' into releaseBrad King2014-07-101-4/+6
|\ \ \
| * | | MSVC: Fix linking of DLLs on WinCE (#15013)Brad King2014-07-101-4/+6
| |/ /
* | | Merge branch 'install-cfbundle-directory' into releaseBrad King2014-07-101-0/+14
|\ \ \
| * | | OS X: Install CFBundles as complete directoriesTim Blechmann2014-07-101-0/+14
| |/ /
* | | Merge branch 'CMakeExpandImportedTargets-CMP0045' into releaseBrad King2014-07-071-2/+10
|\ \ \
| * | | CMakeExpandImportedTargets: Do not read property on non-target (#15008)Brad King2014-07-071-2/+10
| |/ /
* | | Merge branch 'UseSWIG-fix-noproxy-check' into releaseBrad King2014-06-251-1/+1
|\ \ \
| * | | UseSWIG: Fix check for noproxy flag (#14990)Brad King2014-06-251-1/+1
| |/ /
* | | Merge branch 'bootstrap-cmake-locations' into releaseBrad King2014-06-252-4/+12
|\ \ \
| * | | bootstrap: Fix "make test" and "make package" targets (#14989)Brad King2014-06-252-0/+8
| * | | bootstrap: Clarify name of configured source directoryBrad King2014-06-252-4/+4
| |/ /
* | | Merge branch 'gfortran-compressed-modules' into releaseBrad King2014-06-231-14/+27
|\ \ \
| * | | Fortran: Add support for GNU >= 4.9 compressed modules (#14975)Brad King2014-06-231-14/+27
| |/ /
* | | Merge branch 'ninja-avoid-double-phony' into releaseBrad King2014-06-161-0/+9
|\ \ \
| * | | Ninja: Remove CMake includes from explicit depends (#14972)Adam Strzelecki2014-06-161-0/+9
| |/ /
* | | Merge branch 'backport-fix-read-after-free' into releaseBrad King2014-06-121-5/+13
|\ \ \ | |/ / |/| |
| * | cmake: Fix read-after-free while checking command-line argumentsBrad King2014-06-121-5/+13
* | | CMake 3.0.0v3.0.0Brad King2014-06-091-1/+1
|/ /
* | Merge branch 'hpux-libarchive-compile' into releaseBrad King2014-06-091-12/+14
|\ \
| * | libarchive: fix compilation on newer HP-UX versionsRolf Eike Beer2014-06-091-12/+14
|/ /
* | Merge branch 'fix-ctest-option-summary' into releaseBrad King2014-06-051-1/+2
|\ \