summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'release'Brad King2017-03-130-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'doc-toolset-host-arch-typo' into releaseBrad King2017-03-131-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-vs-toolset-options'Brad King2017-03-136-30/+65
|\ \ \ \ \ \ \
| * | | | | | | Help: Document VS generator toolset specification syntaxBrad King2017-03-132-7/+25
| * | | | | | | Help: Cross-reference generator toolset variablesBrad King2017-03-132-0/+8
| * | | | | | | Help: Cross-reference generator platform variablesBrad King2017-03-132-0/+7
| * | | | | | | Help: Move generator toolset support details to variable docsBrad King2017-03-132-16/+17
| * | | | | | | Help: Move generator platform support details to variable docsBrad King2017-03-132-8/+9
|/ / / / / / /
* | | | | | | Merge topic 'doc-toolset-host-arch-typo'Brad King2017-03-131-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Fix typo in CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTUREBrad King2017-03-131-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'cuda-vs'Brad King2017-03-131-0/+5
|\ \ \ \ \ \
| * | | | | | Help: Add notes for topic 'cuda-vs'Brad King2017-03-131-0/+5
* | | | | | | Merge branch 'release'Brad King2017-03-130-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'FindGit-avoid-vs-2017-git' into releaseBrad King2017-03-101-1/+15
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'doc-vs15-MSVC_VERSION' into releaseBrad King2017-03-081-1/+2
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'x32-abi-tests'Brad King2017-03-131-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Tests: Fix CMakeOnly.find_library test logic for libx32 caseChristian Schmidbauer2017-03-101-1/+1
* | | | | | | | | | Merge topic 'BundleUtilities-elf-rpath'Brad King2017-03-137-1/+88
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | BundleUtilities: Fix bundle verification on Unix by considering rpaths.Florian Apolloner2017-03-101-1/+2
| * | | | | | | | | | BundleUtilities: Teach `get_item_rpaths` to parse ELF binariesFlorian Apolloner2017-03-101-0/+10
| * | | | | | | | | | file: Add READ_ELF command to parse ELF binariesFlorian Apolloner2017-03-106-0/+76
* | | | | | | | | | | Merge topic 'xcode-test-schema-generation'Brad King2017-03-137-6/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Xcode: Add test for schema generationGregor Jasny2017-03-122-0/+21
| * | | | | | | | | | | Xcode: Control schema generation via variableGregor Jasny2017-03-125-6/+5
* | | | | | | | | | | | Merge topic 'cuda-vs'Brad King2017-03-1320-34/+775
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | CUDA: Work around VS limitation in CudaOnly.WithDefs testBrad King2017-03-102-2/+10
| * | | | | | | | | | | VS: Add more CUDA flag table entriesBrad King2017-03-101-0/+11
| * | | | | | | | | | | VS: Add support for the CUDA_SEPARABLE_COMPILATION propertyBrad King2017-03-101-0/+4
| * | | | | | | | | | | VS: Select CUDA code generation architecturesBrad King2017-03-104-0/+77
| * | | | | | | | | | | VS: Select the CUDA runtime libraryBrad King2017-03-104-2/+70
| * | | | | | | | | | | VS: Place CUDA host compiler options in proper project file fieldsBrad King2017-03-103-2/+54
| * | | | | | | | | | | VS: Do not pass CUDA compile options to C compilerBrad King2017-03-101-2/+4
| * | | | | | | | | | | VS: Do not use absolute paths to CUDA sourcesBrad King2017-03-101-2/+4
| * | | | | | | | | | | VS: Add basic infrastructure for CUDA generationBrad King2017-03-104-0/+112
| * | | | | | | | | | | VS: Add placeholder CUDA flag tablesBrad King2017-03-104-0/+21
| * | | | | | | | | | | VS: Record in global generator whether CUDA is enabledBrad King2017-03-102-0/+8
| * | | | | | | | | | | VS: Add support for determining CUDA compiler idBrad King2017-03-102-21/+44
| * | | | | | | | | | | VS: Add method to take a value out of the option parser flag mapBrad King2017-03-102-0/+14
| * | | | | | | | | | | VS: Add method to re-parse specific option parser fieldsBrad King2017-03-102-1/+23
| * | | | | | | | | | | VS: Add method to clear flag tables of option parserBrad King2017-03-102-0/+10
| * | | | | | | | | | | VS: Add more placeholders to compiler id detection project file templateBrad King2017-03-102-0/+12
| * | | | | | | | | | | VS: Refactor compiler id detection project file templateBrad King2017-03-102-2/+4
| * | | | | | | | | | | VS: Select highest available CUDA toolset by defaultBrad King2017-03-102-2/+31
| * | | | | | | | | | | VS: Provide an option to specify CUDA toolset versionBrad King2017-03-109-2/+51
| * | | | | | | | | | | VS: Find the MSBuild value for VCTargetsPathBrad King2017-03-102-0/+215
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'refactor-module-def'Brad King2017-03-1314-181/+165
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementationBrad King2017-03-0911-137/+90
| * | | | | | | | | | Refactor module definition file selectionBrad King2017-03-099-39/+64
| * | | | | | | | | | Refactor module definition source enumerationBrad King2017-03-093-9/+15
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'update-kwsys'Brad King2017-03-134-3/+22
|\ \ \ \ \ \ \ \ \ \