summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FindOpenMP: ICC 15 deprecates -openmp, use -qopenmpAdam Strzelecki2014-06-271-1/+4
* Merge branch 'release'Brad King2014-06-250-0/+0
|\
| * Merge branch 'gfortran-compressed-modules' into releaseBrad King2014-06-231-14/+27
| |\
| * \ Merge branch 'ninja-avoid-double-phony' into releaseBrad King2014-06-161-0/+9
| |\ \
| * \ \ Merge branch 'backport-fix-read-after-free' into releaseBrad King2014-06-121-5/+13
| |\ \ \
* | \ \ \ Merge topic 'refactor-link-internals'Brad King2014-06-2517-405/+465
|\ \ \ \ \
| * | | | | cmTarget: Drop GetDirectLinkLibraries methodsBrad King2014-06-232-47/+27
| * | | | | cmTarget: Improve HaveBuildTreeRPATH implementationBrad King2014-06-231-3/+6
| * | | | | cmTarget: Lookup targets in LinkInterface and LinkImplementationBrad King2014-06-238-101/+123
| * | | | | cmExportFileGenerator: Make SetImportLinkProperty a templateBrad King2014-06-232-5/+7
| * | | | | cmTarget: Add GetUtilityItems to get target ordering dependenciesBrad King2014-06-233-4/+25
| * | | | | cmTarget: Add cmLinkItem to refer to a target by name and pointerBrad King2014-06-231-0/+12
| * | | | | Fix scope of transitive target name lookupsBrad King2014-06-237-18/+36
| * | | | | cmTarget: Add method to lookup other targets in a target's scopeBrad King2014-06-233-28/+36
| * | | | | cmTarget: Constify GetLinkImplementationClosure resultsBrad King2014-06-232-11/+11
| * | | | | cmTarget: Constify GetTransitivePropertyTargets resultsBrad King2014-06-234-14/+15
| * | | | | cmTarget: Drop 'head' target from GetImportInfoBrad King2014-06-232-40/+69
| * | | | | cmTarget: Remove 'head' argument from GetLinkImplementationBrad King2014-06-237-33/+49
| * | | | | cmTarget: Drop 'head' argument from GetLinkClosureBrad King2014-06-233-19/+14
| * | | | | cmTarget: Remove 'head' argument from GetLinkerLanguageBrad King2014-06-232-11/+7
| * | | | | cmComputeLinkInformation: Remove 'head' argumentBrad King2014-06-235-22/+13
| * | | | | cmTarget: Remove 'head' argument from GetLinkInformationBrad King2014-06-232-11/+7
| * | | | | cmTarget: Cache GetLinkImplementationClosure resultsBrad King2014-06-232-14/+24
| * | | | | cmTarget: Rename Get{TransitiveTarget => LinkImplementation}ClosureBrad King2014-06-232-5/+5
| * | | | | cmTarget: Remove 'head' argument from GetTransitiveTargetClosureBrad King2014-06-232-6/+4
| * | | | | cmComputeLinkDepends: Simplify CheckWrongConfigItem implementationBrad King2014-06-231-6/+3
| * | | | | cmTarget: Simplify processILibs implementationBrad King2014-06-231-13/+10
| * | | | | cmComputeTargetDepends: Remove unused 'linking' argumentBrad King2014-06-232-7/+4
| * | | | | cmTarget: De-duplicate library list expansionBrad King2014-06-232-34/+31
| * | | | | cmTarget: Remove unused GetInterfaceLinkLibraries methodBrad King2014-06-232-26/+0
* | | | | | Merge topic 'launcher-limit-warnings-errors'Brad King2014-06-251-2/+7
|\ \ \ \ \ \
| * | | | | | CTest: Teach the launchers to honer the max warnings and errorsBill Hoffman2014-06-251-2/+7
* | | | | | | Merge topic 'style-fix'Brad King2014-06-252-8/+8
|\ \ \ \ \ \ \
| * | | | | | | cmCTestMemCheckHandler: Fix coding style in this classBill Hoffman2014-06-252-8/+8
| |/ / / / / /
* | | | | | | Merge topic 'update-cdash-location'Brad King2014-06-2524-48/+47
|\ \ \ \ \ \ \
| * | | | | | | Update CDash server URLBrad King2014-06-2424-47/+46
| * | | | | | | Tests: Fix CMAKE_TESTS_CDASH_SERVER parsingBrad King2014-06-241-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'find-module-targets'Brad King2014-06-255-55/+152
|\ \ \ \ \ \ \
| * | | | | | | Help: Add notes for topic 'find-module-targets'Brad King2014-06-251-0/+8
| * | | | | | | FindGLUT.cmake: Add imported targets and documentationPhilipp Moeller2014-06-241-8/+69
| * | | | | | | FindX11: fix documentation formatting errorPhilipp Möller2014-06-241-39/+36
| * | | | | | | FindGLEW: Add imported target and documentationPhilipp Möller2014-06-231-0/+16
| * | | | | | | FindZLIB: Add imported target and documentationPhilipp Möller2014-06-231-8/+23
* | | | | | | | CMake Nightly Date StampKitware Robot2014-06-251-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge topic 'gfortran-compressed-modules'Brad King2014-06-241-14/+27
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Fortran: Add support for GNU >= 4.9 compressed modules (#14975)Brad King2014-06-231-14/+27
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'stringapi-crash-cleanup'Brad King2014-06-243-3/+3
|\ \ \ \ \ \
| * | | | | | Fix some generator crashes on undefined CMAKE_BUILD_TYPEBrad King2014-06-233-3/+3
* | | | | | | Merge topic 'cmake-E-env'Brad King2014-06-2414-1/+80
|\ \ \ \ \ \ \
| * | | | | | | cmake: Add '-E env' command-line toolBrad King2014-06-2314-1/+80
| | |_|/ / / / | |/| | | | |