Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | | | Tests/Cuda: Use memory allocated on the GPU in the kernels | Pierre Moreau | 2017-02-10 | 2 | -10/+45 |
| * | | | Tests/Cuda: Add missing separable compilation property | Pierre Moreau | 2017-02-10 | 1 | -0/+2 |
| * | | | Tests/Cuda: Fix missing CUDA static library at runtime on macOS | Pierre Moreau | 2017-02-10 | 1 | -0/+6 |
| * | | | Tests/Cuda: Output error messages to std::cerr instead of std::cout | Pierre Moreau | 2017-02-10 | 1 | -2/+2 |
| * | | | Tests/Cuda: Print asynchronous error messages, if any | Pierre Moreau | 2017-02-10 | 3 | -0/+20 |
| * | | | Tests/Cuda: Print error message if mixed_kernel failed | Pierre Moreau | 2017-02-10 | 1 | -0/+7 |
| * | | | Tests/Cuda: Add identifiers to error messages | Pierre Moreau | 2017-02-10 | 2 | -2/+4 |
| * | | | Tests/Cuda: Print error message if an error occurred | Pierre Moreau | 2017-02-10 | 2 | -2/+2 |
* | | | | Merge topic 'erase-if' | Brad King | 2017-02-13 | 5 | -29/+16 |
|\ \ \ \ | |||||
| * | | | | cmAlgorithms: add cmEraseIf function | Daniel Pfeifer | 2017-02-10 | 5 | -29/+16 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-13 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-12 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-02-11 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'vs-nasm' | Brad King | 2017-02-10 | 20 | -4/+415 |
|\ \ \ | |||||
| * | | | VS: Add support for ASM_NASM language | Evgeny Fimochkin | 2017-02-07 | 20 | -4/+415 |
* | | | | Merge topic 'ExtractGTestMacro' | Brad King | 2017-02-10 | 5 | -57/+83 |
|\ \ \ \ | |||||
| * | | | | GoogleTest: Add module to contain gtest_add_tests independently | Bradley Lowekamp | 2017-02-07 | 5 | -57/+83 |
* | | | | | Merge topic 'update-curl' | Brad King | 2017-02-10 | 139 | -2517/+4188 |
|\ \ \ \ \ | |||||
| * | | | | | Help: Add notes for topic 'update-curl' | Brad King | 2017-02-10 | 1 | -0/+6 |
| * | | | | | Tests: Fix `file://` URLs given to curl | Brad King | 2017-02-10 | 6 | -6/+24 |
| * | | | | | curl: Fix passing _WINSOCKAPI_ macro to compiler | Brad King | 2017-02-07 | 1 | -1/+1 |
| * | | | | | Merge branch 'upstream-curl' into update-curl | Brad King | 2017-02-07 | 131 | -2509/+4156 |
| |\ \ \ \ \ | |||||
| | * | | | | | curl 2016-12-22 (44b9b4d4) | Curl Upstream | 2017-02-07 | 131 | -2509/+4156 |
| * | | | | | | curl: Update script to get curl 7.52.1 | Brad King | 2017-02-07 | 1 | -1/+1 |
* | | | | | | | Merge topic 'gcc-cpp98' | Brad King | 2017-02-10 | 1 | -2/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | g++ knows about C++98 selection flags since at least 3.4 | Rolf Eike Beer | 2017-02-08 | 1 | -2/+1 |