Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmIDEOptions: Add SpaceAppendable flag table type | Brad King | 2017-02-15 | 3 | -0/+22 |
* | Merge branch 'release' | Brad King | 2017-02-15 | 0 | -0/+0 |
|\ | |||||
| * | Merge branch 'cuda-no-Os' into release | Brad King | 2017-02-14 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'cuda-with-c' into release | Brad King | 2017-02-14 | 6 | -0/+51 |
| |\ \ | |||||
* | \ \ | Merge topic 'vs-refactor-libs' | Brad King | 2017-02-15 | 1 | -20/+8 |
|\ \ \ \ | |||||
| * | | | | VS: Place CMAKE_<LANG>_STANDARD_LIBRARIES after other libraries | Brad King | 2017-02-14 | 1 | -8/+8 |
| * | | | | VS: Refactor parsing of CMAKE_<LANG>_STANDARD_LIBRARIES | Brad King | 2017-02-14 | 1 | -14/+2 |
* | | | | | Merge topic 'vs-dedup-tag' | Brad King | 2017-02-15 | 1 | -5/+5 |
|\ \ \ \ \ | |||||
| * | | | | | VS: De-duplicate PreprocessorDefinitions tag name | Brad King | 2017-02-14 | 1 | -5/+5 |
| |/ / / / | |||||
* | | | | | Merge topic 'cuda-drop-comment' | Brad King | 2017-02-15 | 1 | -7/+0 |
|\ \ \ \ \ | |||||
| * | | | | | CMakeDetermineCUDACompiler: Drop out-of-date comment | Brad King | 2017-02-14 | 1 | -7/+0 |
| |/ / / / | |||||
* | | | | | Merge topic 'cuda-with-c' | Brad King | 2017-02-15 | 6 | -0/+51 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | CUDA: Link to standard system libraries when linking as CUDA | Brad King | 2017-02-14 | 3 | -0/+16 |
| * | | | | Tests: Add case for CUDA with C but not C++ | Brad King | 2017-02-14 | 4 | -0/+35 |
* | | | | | Merge topic 'cuda-no-Os' | Brad King | 2017-02-15 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | CUDA: Do not use non-existent -Os flag for nvcc | Brad King | 2017-02-14 | 1 | -1/+1 |
* | | | | | Merge topic 'update-kwsys' | Brad King | 2017-02-15 | 2 | -182/+66 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-02-14 | 2 | -182/+66 |
| |\ \ \ \ \ | |||||
| | * | | | | | KWSys 2017-02-14 (5c6f7836) | KWSys Upstream | 2017-02-14 | 2 | -182/+66 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-15 | 1 | -1/+1 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Merge branch 'release' | Brad King | 2017-02-14 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Merge branch 'backport-clang-format-cuda' into release | Brad King | 2017-02-14 | 20 | -88/+79 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
* | | | | | | Merge topic 'clang-format-cuda' | Brad King | 2017-02-14 | 20 | -135/+111 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | Merge branch 'backport-clang-format-cuda' into clang-format-cuda | Brad King | 2017-02-14 | 0 | -0/+0 |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Tests: Run clang-format on CUDA code | Brad King | 2017-02-14 | 16 | -86/+59 |
| * | | | | | Tests: Run clang-format on CUDA code | Brad King | 2017-02-14 | 16 | -133/+91 |
| * | | | | | Merge branch 'backport-clang-format-cuda' into clang-format-cuda | Brad King | 2017-02-14 | 4 | -2/+20 |
| |\ \ \ \ \ |/ / / / / / | | _ / / / | | / / / | |||||
| * | | | | Modules: Run clang-format on CUDA code | Brad King | 2017-02-14 | 1 | -1/+1 |
| * | | | | clang-format.bash: Format CUDA source files too | Brad King | 2017-02-14 | 3 | -1/+19 |
* | | | | | Merge branch 'release' | Brad King | 2017-02-14 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'execute_process-default-encoding' into release | Brad King | 2017-02-13 | 2 | -5/+16 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'cmake_provide_include_dir_for_toolkit' into release | Brad King | 2017-02-13 | 8 | -4/+71 |
| |\ \ \ \ \ | | | |/ / / | | |/| | / | | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'command-cleanup' | Brad King | 2017-02-14 | 21 | -257/+313 |
|\ \ \ \ \ | |||||
| * | | | | | cmCommands: add commands directly to cmState | Daniel Pfeifer | 2017-02-13 | 3 | -133/+113 |
| * | | | | | split Default commands into Scripting and Project | Daniel Pfeifer | 2017-02-13 | 5 | -108/+142 |
| * | | | | | cmDisallowedCommand: extract policy checking from cmCommand | Daniel Pfeifer | 2017-02-13 | 14 | -70/+111 |
| * | | | | | cmCommand: Don't prefix error message with command name | Daniel Pfeifer | 2017-02-13 | 3 | -8/+6 |
| * | | | | | cmCommand: make noncopyable | Daniel Pfeifer | 2017-02-13 | 1 | -0/+4 |
| * | | | | | cmCommand: remove member Helper | Daniel Pfeifer | 2017-02-13 | 2 | -2/+1 |
* | | | | | | Merge topic 'cmake_provide_include_dir_for_toolkit' | Brad King | 2017-02-14 | 8 | -4/+71 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | CUDA: Detect the toolkit include directories | Robert Maynard | 2017-02-10 | 8 | -4/+71 |
* | | | | | | Merge topic 'execute_process-default-encoding' | Brad King | 2017-02-14 | 2 | -5/+16 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | execute_process: Restore no-decoding default behavior | Brad King | 2017-02-13 | 2 | -2/+2 |
| * | | | | | Help: Improve execute_process ENCODING option documentation | Brad King | 2017-02-13 | 1 | -4/+15 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-14 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge branch 'release' | Brad King | 2017-02-13 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'sphinx-1.4' into release | Brad King | 2017-02-10 | 6 | -17/+25 |
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | | |||||
* | | | | Merge topic 'cuda_tests_improve_error_reporting' | Brad King | 2017-02-13 | 7 | -21/+141 |
|\ \ \ \ | |||||
| * | | | | Tests/Cuda: Select a CUDA device supporting compute 3.0 | Pierre Moreau | 2017-02-10 | 2 | -0/+46 |
| * | | | | Tests/Cuda: Return a non-zero code if errors occurred | Pierre Moreau | 2017-02-10 | 2 | -6/+8 |