summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | FindOpenMP: Cache compilation resultsChristian Pfeiffer2017-05-081-12/+10
| * | | | | | FindOpenMP: Refine list of flags to tryChristian Pfeiffer2017-05-081-5/+10
| |/ / / / /
* | | | | | Merge topic 'doc-HEADER_FILE_ONLY-use-case'Brad King2017-05-103-0/+22
|\ \ \ \ \ \
| * | | | | | Help: Document HEADER_FILE_ONLY use caseRoman Lebedev2017-05-093-0/+22
| |/ / / / /
* | | | | | Merge topic 'ninja-windows-command-concat'Brad King2017-05-103-1/+31
|\ \ \ \ \ \
| * | | | | | Ninja: Fix command concatenation on WindowsBernhard Burgermeister2017-05-093-1/+31
* | | | | | | Merge topic 'separate-command-registration'Brad King2017-05-1073-301/+106
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | cmCommand: remove IsScriptableDaniel Pfeifer2017-05-0848-232/+0
| * | | | | | cmState: remove RemoveUnscriptableCommandsDaniel Pfeifer2017-05-084-22/+0
| * | | | | | cmMakefile: don't check IsScriptableDaniel Pfeifer2017-05-081-14/+1
| * | | | | | cmake: register fake project commands in -P modeDaniel Pfeifer2017-05-083-0/+64
| * | | | | | cmake: initialize with Role that controls which commands to registerDaniel Pfeifer2017-05-0820-27/+41
| * | | | | | ctest: remove unused cmake instanceDaniel Pfeifer2017-05-081-6/+0
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-05-101-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'suncc-cxx11'Brad King2017-05-093-9/+21
|\ \ \ \ \
| * | | | | Update SunPro flags used for CMake itself to support C++11Brad King2017-05-082-5/+16
| * | | | | Choose compiler-specific flags earlier in CMake's own buildBrad King2017-05-081-3/+4
| * | | | | cmBase32: Cast pointer subtraction result to size explicitlyBrad King2017-05-081-1/+1
| |/ / / /
* | | | | Merge topic 'test-macos-framework-type-universal-binary'Brad King2017-05-092-2/+5
|\ \ \ \ \
| * | | | | Tests: Fix RunCMake.Framework expectation for universal binariesBrad King2017-05-082-2/+5
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2017-05-091-1/+1
|/ / / /
* | | | Merge topic 'c++11-iwyu'Brad King2017-05-0811-45/+62
|\ \ \ \
| * | | | QtDialog: block include-what-you-useDaniel Pfeifer2017-05-051-0/+6
| * | | | cmServer: include what you useDaniel Pfeifer2017-05-058-45/+43
| * | | | IWYU: map system symbols to libuvDaniel Pfeifer2017-05-051-0/+5
| * | | | IWYU: add mapping for cm::auto_ptrDaniel Pfeifer2017-05-051-0/+6
| * | | | cmInstalledFile: add cmConfigure.h as first #includeDaniel Pfeifer2017-05-051-0/+2
* | | | | Merge topic 'f2c-int-fix'Brad King2017-05-084-6/+16
|\ \ \ \ \
| * | | | | FortranCInterface: Add support for PGI on WindowsChristian Pfeiffer2017-05-063-3/+9
| * | | | | FortranCInt: Pass CONFIG flags to try_compileChristian Pfeiffer2017-05-062-3/+7
| | |/ / / | |/| | |
* | | | | Merge topic 'jsoncpp-no-iwyu'Brad King2017-05-081-0/+1
|\ \ \ \ \
| * | | | | jsoncpp: Exclude from include-what-you-useBrad King2017-05-051-0/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'nag-fortran-version'Brad King2017-05-082-1/+8
|\ \ \ \ \
| * | | | | NAG: Detect compiler version of NAG FortranTom Clune2017-05-051-0/+5
| * | | | | NAG: Extend compiler tool selection with NAG FortranTom Clune2017-05-051-1/+3
| |/ / / /
* | | | | Merge topic 'pgi-rdynamic-fix'Brad King2017-05-081-0/+1
|\ \ \ \ \
| * | | | | Linux-PGI: Prevent -rdynamic ending up in flagsChristian Pfeiffer2017-05-051-0/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'pgi-fix-linux'Brad King2017-05-082-31/+31
|\ \ \ \ \
| * | | | | Do not assume GCC libs are linked by all compilersChristian Pfeiffer2017-05-052-31/+31
| |/ / / /
* | | | | Merge topic 'FindOpenCL-AMDAPPSDKROOT'Brad King2017-05-081-0/+1
|\ \ \ \ \
| * | | | | FindOpenCL: Add missing PATHS keywordKirill Mavreshko2017-05-051-0/+1
* | | | | | Merge topic 'clazy-cleanup'Brad King2017-05-086-35/+32
|\ \ \ \ \ \
| * | | | | | CMakeSetupDialog: use multi-argDaniel Pfeifer2017-05-051-6/+3
| * | | | | | QCMakeCacheView: prever QVector over QListDaniel Pfeifer2017-05-051-2/+2
| * | | | | | QtDialog: add reference in foreachDaniel Pfeifer2017-05-053-9/+9
| * | | | | | QCMakeCacheView: avoid temporary containers for iterationDaniel Pfeifer2017-05-051-4/+10
| * | | | | | QtDialog: add missing emit keywordsDaniel Pfeifer2017-05-052-5/+5
| * | | | | | cmFileMonitor: use cmDeleteAllDaniel Pfeifer2017-05-051-9/+3
* | | | | | | Merge topic 'libuv-solaris'Brad King2017-05-081-3/+12
|\ \ \ \ \ \ \
| * | | | | | | libuv: Compile as C 99 on Solaris 5.11Brad King2017-05-051-0/+7