summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add tests for using target_link_libraries() with imported managed targetsMichael Stürmer2018-04-2418-0/+332
* cmVisualStudio10TargetGenerator: store managed reference information in mapsMichael Stürmer2018-04-242-7/+60
* cmVisualStudio10TargetGenerator: make some methods config awareMichael Stürmer2018-04-232-12/+22
* cmVisualStudio10TargetGenerator: /clr compatible flags for managed tgtMichael Stürmer2018-04-231-1/+6
* remove TargetIsCSharpOnly() and use methods from cmGeneratorTargetMichael Stürmer2018-04-234-40/+14
* cmExportFileGenerator: set IMPORTED_COMMON_LANGUAGE_RUNTIME for CSharp targetMichael Stürmer2018-04-231-2/+7
* cmGeneratorTarget: change GetManagedType() result if language is CSharpMichael Stürmer2018-04-231-3/+5
* CMake Nightly Date StampKitware Robot2018-04-231-1/+1
* CMake Nightly Date StampKitware Robot2018-04-221-1/+1
* CMake Nightly Date StampKitware Robot2018-04-211-1/+1
* Merge topic 'vs-sdk-dirs'Brad King2018-04-2013-0/+200
|\
| * VS: Add variables to set SDK directories in vcxproj filesBastien Schatt2018-04-1913-0/+200
* | Merge topic 'ninja-simplify-paths'Brad King2018-04-203-34/+10
|\ \
| * | Ninja: Drop unnecessary ident encoding logic for pathsBrad King2018-04-193-34/+10
* | | Merge topic 'FindPython-debian-cross-comp'Brad King2018-04-201-15/+23
|\ \ \
| * | | FindPython: Add cross-compilation support for Debian-based systems.Yee Fan2018-04-181-15/+23
* | | | Merge topic 'doc-drop-faq'Brad King2018-04-201-7/+3
|\ \ \ \
| * | | | Help: Drop direct link to Wiki/FAQ pageBrad King2018-04-191-7/+3
* | | | | Merge topic 'doc-xref-envvar'Craig Scott2018-04-203-0/+17
|\ \ \ \ \
| * | | | | Help: Link from CMAKE_<LANG>_FLAGS to <LANG>FLAGS environment variablesBrad King2018-04-191-0/+11
| * | | | | Utilities/Sphinx: Add role and directive for 'envvar' in CMake domainBrad King2018-04-192-0/+5
| * | | | | Utilities/Sphinx: Fix QtHelp generator identifiersBrad King2018-04-191-0/+1
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2018-04-201-1/+1
|/ / / /
* | | | Merge topic 'FindJPEG-imported-targets'Brad King2018-04-197-16/+153
|\ \ \ \
| * | | | FindJPEG: Add imported target support and full testMateusz Loskot2018-04-186-2/+88
| * | | | FindJPEG: Add multi config support and associated docsMateusz Loskot2018-04-171-2/+22
| * | | | FindJPEG: Add version detection and associated test update and docsMateusz Loskot2018-04-172-2/+27
| * | | | FindJPEG: Cleanup documentation formattingMateusz Loskot2018-04-171-9/+15
| * | | | FindJPEG: Clean up whitepaces and lowercase function namesMateusz Loskot2018-04-171-5/+5
* | | | | Merge branch 'release-3.11'Brad King2018-04-190-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'InstallRequiredSystemLibraries-mfcm' into release-3.11Brad King2018-04-181-0/+8
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'InstallRequiredSystemLibraries-mfcm'Brad King2018-04-191-0/+8
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | InstallRequiredSystemLibraries: Check for existence of mfcm dllsChristof Krüger2018-04-181-0/+8
| |/ / / / /
* | | | | | Merge topic 'depfile-flag'Brad King2018-04-193-0/+6
|\ \ \ \ \ \
| * | | | | | SunPro,XL: Add depfile flags to support Ninja generatorEphi Sinowitz2018-04-173-0/+6
* | | | | | | Merge topic 'CheckIncludeFile-required-libs'Brad King2018-04-1917-10/+337
|\ \ \ \ \ \ \
| * | | | | | | CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIESBrad King2018-04-1810-1/+302
| * | | | | | | cmake_policy: Add undocumented PARENT_SCOPE option to GETBrad King2018-04-186-9/+28
| * | | | | | | OpenWatcom: Add workaround for lack of error on missing libraryBrad King2018-04-181-0/+7
* | | | | | | | Merge topic 'doc-synopsis-markup'Brad King2018-04-194-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Fix command-line synopsis markup syntaxBrad King2018-04-184-5/+5
* | | | | | | | | Merge topic '17870-effective-system-name'Brad King2018-04-1943-66/+73
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Apple: Use include_guard() within compiler configGregor Jasny2018-04-184-16/+4
| * | | | | | | | Apple: Use CMAKE_EFFECTIVE_SYSTEM_NAME to share compiler infoGregor Jasny2018-04-1835-38/+47
| * | | | | | | | Modules: Introduce CMAKE_EFFECTIVE_SYSTEM_NAME to lookup compiler infoGregor Jasny2018-04-188-20/+28
| * | | | | | | | CMakeFindPackageMode: Perform platform-specific initializationBrad King2018-04-181-0/+2
* | | | | | | | | CMake Nightly Date StampKitware Robot2018-04-191-1/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge topic 'android-ndk-r17'Brad King2018-04-183-8/+43
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Android: Add support for NDK r17Brad King2018-04-173-8/+43
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'fix-findmpi-lib-regex'Christian Pfeiffer2018-04-181-6/+9
|\ \ \ \ \ \ \