index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'cuda-vs'
Brad King
2017-03-13
20
-34/+775
|
\
|
*
CUDA: Work around VS limitation in CudaOnly.WithDefs test
Brad King
2017-03-10
2
-2/+10
|
*
VS: Add more CUDA flag table entries
Brad King
2017-03-10
1
-0/+11
|
*
VS: Add support for the CUDA_SEPARABLE_COMPILATION property
Brad King
2017-03-10
1
-0/+4
|
*
VS: Select CUDA code generation architectures
Brad King
2017-03-10
4
-0/+77
|
*
VS: Select the CUDA runtime library
Brad King
2017-03-10
4
-2/+70
|
*
VS: Place CUDA host compiler options in proper project file fields
Brad King
2017-03-10
3
-2/+54
|
*
VS: Do not pass CUDA compile options to C compiler
Brad King
2017-03-10
1
-2/+4
|
*
VS: Do not use absolute paths to CUDA sources
Brad King
2017-03-10
1
-2/+4
|
*
VS: Add basic infrastructure for CUDA generation
Brad King
2017-03-10
4
-0/+112
|
*
VS: Add placeholder CUDA flag tables
Brad King
2017-03-10
4
-0/+21
|
*
VS: Record in global generator whether CUDA is enabled
Brad King
2017-03-10
2
-0/+8
|
*
VS: Add support for determining CUDA compiler id
Brad King
2017-03-10
2
-21/+44
|
*
VS: Add method to take a value out of the option parser flag map
Brad King
2017-03-10
2
-0/+14
|
*
VS: Add method to re-parse specific option parser fields
Brad King
2017-03-10
2
-1/+23
|
*
VS: Add method to clear flag tables of option parser
Brad King
2017-03-10
2
-0/+10
|
*
VS: Add more placeholders to compiler id detection project file template
Brad King
2017-03-10
2
-0/+12
|
*
VS: Refactor compiler id detection project file template
Brad King
2017-03-10
2
-2/+4
|
*
VS: Select highest available CUDA toolset by default
Brad King
2017-03-10
2
-2/+31
|
*
VS: Provide an option to specify CUDA toolset version
Brad King
2017-03-10
9
-2/+51
|
*
VS: Find the MSBuild value for VCTargetsPath
Brad King
2017-03-10
2
-0/+215
*
|
Merge topic 'refactor-module-def'
Brad King
2017-03-13
14
-181/+165
|
\
\
|
*
|
Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation
Brad King
2017-03-09
11
-137/+90
|
*
|
Refactor module definition file selection
Brad King
2017-03-09
9
-39/+64
|
*
|
Refactor module definition source enumeration
Brad King
2017-03-09
3
-9/+15
|
|
/
*
|
Merge topic 'update-kwsys'
Brad King
2017-03-13
4
-3/+22
|
\
\
|
*
\
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2017-03-10
4
-3/+22
|
|
\
\
|
|
*
|
KWSys 2017-03-07 (5da8cfe0)
KWSys Upstream
2017-03-10
4
-3/+22
*
|
|
|
Merge topic 'FindGit-avoid-vs-2017-git'
Brad King
2017-03-13
1
-1/+15
|
\
\
\
\
|
*
|
|
|
FindGit: Avoid finding VS 2017 non-general Git installation
Brad King
2017-03-10
1
-1/+15
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-03-13
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-03-12
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-03-11
1
-1/+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'GNU-FindBinUtils-no-policy'
Brad King
2017-03-10
1
-3/+1
|
\
\
\
\
|
*
|
|
|
GNU-FindBinUtils: Avoid setting policy CMP0054
Brad King
2017-03-10
1
-3/+1
*
|
|
|
|
Merge topic 'pr.gcc_ar'
Brad King
2017-03-10
12
-0/+70
|
\
\
\
\
\
|
|
/
/
/
/
|
*
|
|
|
Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variables
Ruslan Baratov
2017-03-08
12
-0/+70
*
|
|
|
|
Merge topic 'test-CPackComponents-fix-NSIS-root'
Brad King
2017-03-10
1
-1/+1
|
\
\
\
\
\
|
*
|
|
|
|
Tests: Fix CPackComponents NSIS install root
Brad King
2017-03-09
1
-1/+1
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2017-03-10
1
-1/+1
*
|
|
|
|
|
Merge topic 'x32-abi'
Brad King
2017-03-09
0
-0/+0
|
\
\
\
\
\
\
*
\
\
\
\
\
\
Merge topic 'master'
Brad King
2017-03-09
36
-16/+128
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
Tests: Add x32 tests to test suite
Steven Newbury
2017-03-08
14
-5/+36
|
*
|
|
|
|
|
Help: Add notes for topic 'x32-abi'
Brad King
2017-03-07
1
-0/+6
|
*
|
|
|
|
|
Modules: Add x32-abi support to hard-coded paths
Steven Newbury
2017-03-07
8
-8/+12
|
*
|
|
|
|
|
Add support for x32-abi
Steven Newbury
2017-03-07
13
-3/+74
*
|
|
|
|
|
|
Merge topic 'doc-vs15-MSVC_VERSION'
Brad King
2017-03-09
1
-1/+2
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Help: Update MSVC_VERSION for Visual Studio 2017
Wojciech Mamrak
2017-03-08
1
-1/+2
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge topic 'CheckLanguage-platform-toolset'
Brad King
2017-03-09
2
-0/+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Tests: Pass generator platform and toolset into check for Fortran
Brad King
2017-03-08
1
-0/+2
[next]