Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Tests now state why they are failing when no CUDA card is found. | Robert Maynard | 2016-12-15 | 4 | -11/+16 |
* | Merge topic 'FindPNG-typo' | Brad King | 2016-12-15 | 1 | -1/+1 |
|\ | |||||
| * | FindPNG: Fix small typo fix in module help | Maxime Morel | 2016-12-15 | 1 | -1/+1 |
* | | Merge topic 'codelite-build-and-clean-targets-enhancement' | Brad King | 2016-12-15 | 3 | -25/+56 |
|\ \ | |||||
| * | | CodeLite: Make build/clean/rebuild operations optionally target-centric | Minze Zwerver | 2016-12-14 | 3 | -25/+56 |
* | | | Merge topic 'doc-clarify-CMAKE_CL_64' | Brad King | 2016-12-15 | 1 | -2/+3 |
|\ \ \ | |||||
| * | | | Help: Clarify meaning of CMAKE_CL_64 | Brad King | 2016-12-14 | 1 | -2/+3 |
| | |/ | |/| | |||||
* | | | Merge topic 'update-kwsys' | Brad King | 2016-12-15 | 5 | -30/+54 |
|\ \ \ | |||||
| * \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2016-12-14 | 4 | -29/+53 |
| |\ \ \ | |||||
| | * | | | KWSys 2016-12-14 (95a7e234) | KWSys Upstream | 2016-12-14 | 4 | -31/+56 |
| * | | | | update-kwsys: Update repository URL | Brad King | 2016-12-14 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-15 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'cuda-implicit-libs' | Brad King | 2016-12-14 | 1 | -23/+54 |
|\ \ \ | |||||
| * | | | CUDA: Implement nvcc implicit link line extraction more robustly | Brad King | 2016-12-13 | 1 | -23/+54 |
* | | | | Merge topic 'rebuild-lexers' | Brad King | 2016-12-14 | 17 | -3357/+3747 |
|\ \ \ \ | |||||
| * | | | | Regenerate lexer source code | Daniel Pfeifer | 2016-12-14 | 17 | -3357/+3747 |
* | | | | | Merge topic 'dotnet_hint_references' | Brad King | 2016-12-14 | 6 | -10/+98 |
|\ \ \ \ \ | |||||
| * | | | | | VS: add support for .NET references with hint paths | Michael Stürmer | 2016-12-13 | 6 | -10/+98 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'GNUInstallDirs-cache-type' | Brad King | 2016-12-14 | 1 | -64/+66 |
|\ \ \ \ \ | |||||
| * | | | | | GNUInstallDirs: Set UNINITALIZED cache properties to type PATH | Roger Leigh | 2016-12-12 | 1 | -0/+17 |
| * | | | | | GNUInstallDirs: Unify path logic into helper macros | Roger Leigh | 2016-12-12 | 1 | -66/+51 |
* | | | | | | Merge topic 'update-kwsys-upstream-link' | Brad King | 2016-12-14 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pre-commit: Update KWSys rejection message for new upstream location | Brad King | 2016-12-13 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-14 | 1 | -1/+1 |
* | | | | | | | Merge topic 'try_compile-lang-std-cuda' | Brad King | 2016-12-13 | 9 | -9/+114 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | try_compile: extend CMP0067 to honor language standards for CUDA. | Robert Maynard | 2016-12-12 | 9 | -9/+114 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'GetPrerequisites-fix-find_program-call' | Brad King | 2016-12-13 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | GetPrerequisites: Fix call to find_program for `ri` tool | Martin Koegler | 2016-12-12 | 1 | -2/+2 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2016-12-13 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'cuda-fixups' | Brad King | 2016-12-12 | 2 | -7/+7 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CUDA: Fix Cuda.Complex test case extern function signatures | Brad King | 2016-12-09 | 1 | -2/+2 |
| * | | | | | | CUDA: Fix default compiler flag initialization | Brad King | 2016-12-09 | 1 | -5/+5 |
* | | | | | | | Merge topic 'document_cuda_standard_property' | Brad King | 2016-12-12 | 10 | -0/+113 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: Document CUDA_STANDARD and related properties | Robert Maynard | 2016-12-09 | 10 | -0/+113 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'clang-tidy' | Brad King | 2016-12-12 | 59 | -152/+140 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | clang-tidy: apply misc-redundant-expression fixes | Daniel Pfeifer | 2016-12-12 | 3 | -5/+4 |
| * | | | | | | | clang-tidy: apply misc-suspicious-string-compare fixes | Daniel Pfeifer | 2016-12-12 | 2 | -18/+11 |
| * | | | | | | | clang-tidy: apply readability-static-definition-in-anonymous-namespace fixes | Daniel Pfeifer | 2016-12-12 | 3 | -23/+19 |
| * | | | | | | | clang-tidy: apply readability-redundant-control-flow fixes | Daniel Pfeifer | 2016-12-12 | 4 | -4/+0 |
| * | | | | | | | clang-tidy: apply modernize-use-bool-literals fixes | Daniel Pfeifer | 2016-12-12 | 22 | -50/+49 |
| * | | | | | | | clang-tidy: apply readability-redundant-string-init fixes | Daniel Pfeifer | 2016-12-12 | 19 | -31/+31 |
| * | | | | | | | clang-tidy: apply performance-faster-string-find fixes | Daniel Pfeifer | 2016-12-12 | 6 | -7/+7 |
| * | | | | | | | clang-tidy: apply performance-unnecessary-value-param fixes | Daniel Pfeifer | 2016-12-12 | 6 | -14/+19 |
* | | | | | | | | Merge topic 'xcode-message-extension' | Brad King | 2016-12-12 | 5 | -0/+33 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Help: Add notes for topic 'xcode-message-extension' | Brad King | 2016-12-12 | 1 | -0/+7 |
| * | | | | | | | | Xcode: Add target property to override explicitFileType | Gregor Jasny | 2016-12-03 | 4 | -0/+15 |
| * | | | | | | | | Xcode: Add target property to override productType | Gregor Jasny | 2016-12-03 | 3 | -0/+11 |
* | | | | | | | | | Merge topic 'fix-ctest-launchers' | Brad King | 2016-12-12 | 3 | -2/+15 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | cmRulePlaceholderExpander: Remove unused member RuleLauncher | Brad King | 2016-12-09 | 1 | -1/+0 |
| * | | | | | | | | | Comment ExpandRuleVariables calls not preceded by launcher insertion | Brad King | 2016-12-09 | 2 | -0/+4 |