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
path:
root
/
Source
Commit message (
Expand
)
Author
Age
Files
Lines
*
Combine all unexpected commands to a single class
Daniel Pfeifer
2016-11-29
18
-450/+93
*
Set the error after argument expansion in end commands
Daniel Pfeifer
2016-11-29
8
-60/+12
*
Make error message of standalone endwhile command consistent
Daniel Pfeifer
2016-11-29
1
-12/+5
*
Merge topic 'vs-default-build-package'
Brad King
2016-11-29
1
-14/+21
|
\
|
*
VS: Add option to place `PACKAGE` target in solution default build
Michael Stürmer
2016-11-29
1
-14/+21
*
|
Merge topic 'try_compile-honor-CMAKE_WARN_DEPRECATED'
Brad King
2016-11-29
1
-0/+2
|
\
\
|
*
|
try_compile: Honor CMAKE_WARN_DEPRECATED in test project
Brad King
2016-11-22
1
-0/+2
*
|
|
Merge topic 'initial_cuda_language_support'
Brad King
2016-11-29
17
-18/+992
|
\
\
\
|
*
|
|
CUDA: Add support for CMAKE_CUDA_COMPILE_OPTIONS_VISIBILITY
Robert Maynard
2016-11-14
1
-0/+1
|
*
|
|
CUDA: Add separable compilation support to the makefile generator.
Robert Maynard
2016-11-14
4
-0/+459
|
*
|
|
CUDA: Add separable compilation support to the ninja generator.
Robert Maynard
2016-11-14
2
-0/+368
|
*
|
|
CUDA: Add support for the CUDA_SEPARABLE_COMPILATION target property
Robert Maynard
2016-11-14
2
-9/+30
|
*
|
|
CUDA: Add LinkLineComputer that computes cuda dlink lines.
Robert Maynard
2016-11-14
4
-0/+113
|
*
|
|
CUDA: Refactor cmLinkLineComputer to allow for better derived children.
Robert Maynard
2016-11-14
1
-3/+3
|
*
|
|
CUDA: C++ compile features now enable cuda c++11 support.
Robert Maynard
2016-11-14
1
-0/+3
|
*
|
|
CUDA: Use the host compiler for linking CUDA executables and shared libs.
Robert Maynard
2016-11-14
2
-3/+2
|
*
|
|
CUDA: add support for specifying an explicit host compiler.
Robert Maynard
2016-11-14
1
-0/+3
|
*
|
|
CUDA: Enable header dependency scanning.
Robert Maynard
2016-11-14
1
-1/+2
|
*
|
|
CUDA: State that cuda has preprocessor output and can generate assembly.
Robert Maynard
2016-11-14
2
-5/+5
|
*
|
|
CUDA: Add support language levels (98/11)
Robert Maynard
2016-11-14
2
-0/+6
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-29
1
-1/+1
*
|
|
|
Merge topic 'include-what-you-use'
Brad King
2016-11-28
83
-222/+435
|
\
\
\
\
|
*
|
|
|
avoid including cmStandardIncludes.h
Daniel Pfeifer
2016-11-28
4
-6/+6
|
*
|
|
|
iwyu: Fix VisualStudio specific issues
Daniel Pfeifer
2016-11-28
30
-42/+144
|
*
|
|
|
iwyu: Fix more findings
Daniel Pfeifer
2016-11-28
25
-125/+155
|
*
|
|
|
iwyu: Fix OSX specific issues
Daniel Pfeifer
2016-11-22
24
-49/+130
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic '16449-revert-xcode-system-includes'
Brad King
2016-11-28
1
-30/+14
|
\
\
\
\
|
*
|
|
|
Revert "Xcode: Obey SYSTEM keyword for includes (#15687)"
Gregor Jasny
2016-11-28
1
-30/+14
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-28
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-27
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-26
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-25
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-24
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-23
1
-1/+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge topic 'eclipse-subprojects'
Brad King
2016-11-22
1
-0/+8
|
\
\
\
\
|
*
|
|
|
Eclipse: Fix indexer for subprojects
Adam Weisi
2016-11-21
1
-0/+8
*
|
|
|
|
Merge topic 'imported-interface-no-system'
Brad King
2016-11-22
2
-1/+5
|
\
\
\
\
\
|
*
|
|
|
|
Allow NO_SYSTEM_FROM_IMPORTED on imported INTERFACE libraries
Brad King
2016-11-21
2
-1/+5
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-22
1
-1/+1
|
/
/
/
/
/
*
|
|
|
|
Merge topic 'capture-clang-tidy-errors'
Brad King
2016-11-21
1
-6/+18
|
\
\
\
\
\
|
*
|
|
|
|
cmake: Report if the <LANG>_CLANG_TIDY tool exits with non-zero
Brad King
2016-11-18
1
-3/+10
|
*
|
|
|
|
cmake: If ldd for LINK_WHAT_YOU_USE fails to run then report why
Brad King
2016-11-18
1
-3/+7
|
*
|
|
|
|
cmake: Comment why we ignore the include-what-you-use return code
Brad King
2016-11-18
1
-0/+1
*
|
|
|
|
|
Merge topic 'update-kwsys'
Brad King
2016-11-21
1
-0/+11
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2016-11-18
1
-0/+11
*
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-21
1
-1/+1
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-20
1
-1/+1
*
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2016-11-19
1
-1/+1
|
/
/
/
/
*
|
|
|
Merge topic 'auto_project_regeneration'
Brad King
2016-11-18
4
-11/+65
|
\
\
\
\
|
*
|
|
|
VS: Teach `cmake --build` to reconfigure if needed before building
Yves Frederix
2016-11-17
4
-11/+65
[next]