summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-09-305-248/+3
| |\ \ \ \ \ \
| | * | | | | | KWSys 2017-09-30 (f108739d)KWSys Upstream2017-09-305-248/+3
* | | | | | | | Merge topic 'cuda-9-tests'Brad King2017-10-021-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Fix CudaOnly.WithDefs test on CUDA 9Brad King2017-09-291-1/+5
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2017-10-021-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2017-10-011-1/+1
| |/ / / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2017-09-301-1/+1
|/ / / / /
* | | | | Merge topic 'cuda_9_support'Brad King2017-09-292-1/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | CUDA: Add support for requesting C++98 under CUDA 9Robert Maynard2017-09-262-1/+3
* | | | | Merge topic 'defer-native-tool'Brad King2017-09-291-9/+11
|\ \ \ \ \
| * | | | | Find native build tool after determining the target systemBrad King2017-09-271-9/+11
* | | | | | Merge topic 'simplify-generator-parameters'Brad King2017-09-293-20/+5
|\ \ \ \ \ \
| * | | | | | try_compile: Simplify generator platform and toolset propagationBrad King2017-09-273-20/+5
| |/ / / / /
* | | | | | Merge topic 'add-vs-shader-properties'Brad King2017-09-297-3/+57
|\ \ \ \ \ \
| * | | | | | VS: Add VS_SHADER_OUTPUT_HEADER_FILE and VS_SHADER_VARIABLE_NAME properties.Kevin M. Godby2017-09-277-3/+57
* | | | | | | Merge topic 'external-project-refactor-ep_get_complete_stampfile'Brad King2017-09-291-5/+11
|\ \ \ \ \ \ \
| * | | | | | | ExternalProject: Refactor code introducing _ep_get_complete_stampfileJean-Christophe Fillion-Robin2017-09-281-5/+11
* | | | | | | | Merge topic 'FindMatlab-version-quoting'Brad King2017-09-291-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | FindMatlab: Fix extraction of quoted version numberBrad King2017-09-271-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'autogen-macro-names2'Brad King2017-09-2923-98/+193
|\ \ \ \ \ \ \ \
| * | | | | | | | Autogen: Update (CMAKE_)AUTOMOC_MACRO_NAMES release notesSebastian Holtermann2017-09-281-8/+10
| * | | | | | | | Autogen: Tests: Update AUTOMOC_MACRO_NAMES testSebastian Holtermann2017-09-2815-49/+139
| * | | | | | | | Autogen: Doc: Update documentation for (CMAKE_)AUTOMOC_MACRO_NAMESSebastian Holtermann2017-09-284-29/+32
| * | | | | | | | Autogen: Create info file directory before writingSebastian Holtermann2017-09-281-5/+10
| * | | | | | | | Autogen: Define all macro names in CMAKE_AUTOMOC_MACRO_NAMESSebastian Holtermann2017-09-272-7/+2
* | | | | | | | | Merge topic 'autogen-cmp0071-warning'Brad King2017-09-296-45/+98
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Autogen: Doc: Add examples to the SKIP_AUTO* documentationsSebastian Holtermann2017-09-284-5/+41
| * | | | | | | | | Autogen: Doc: Update CMP0071 descriptionSebastian Holtermann2017-09-281-12/+20
| * | | | | | | | | Autogen: Offer solution for CMP0071 in warning messageSebastian Holtermann2017-09-281-28/+37
| |/ / / / / / / /
* | | | | | | | | Merge topic 'cxx11-eq-delete'Brad King2017-09-296-36/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use C++11 '= delete' instead of CM_EQ_DELETEBrad King2017-09-286-35/+3
| * | | | | | | | | Drop unused CMake_HAVE_CXX_UNIQUE_PTR macroBrad King2017-09-281-1/+0
* | | | | | | | | | Merge topic 'clang-tidy'Brad King2017-09-2935-339/+310
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix some occurrences of readability-braces-around-statementsMatthias Maennich2017-09-285-18/+30
| * | | | | | | | | | Convert some leftover loops to C++11 range-based loopMatthias Maennich2017-09-289-232/+165
| * | | | | | | | | | Fix occurrences of readability-non-const-parameterMatthias Maennich2017-09-281-12/+14
| * | | | | | | | | | Fix some occurrences of readability-avoid-const-params-in-declsMatthias Maennich2017-09-282-5/+5
| * | | | | | | | | | Fix left-over occurrences of else-after-returnMatthias Maennich2017-09-285-31/+30
| * | | | | | | | | | Fix minor clang-tidy findingsMatthias Maennich2017-09-284-7/+5
| * | | | | | | | | | Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-2811-1/+13
| * | | | | | | | | | Fix some occurrences of missing override keywordsMatthias Maennich2017-09-284-13/+16
| * | | | | | | | | | Clean up some C-Style castsMatthias Maennich2017-09-282-2/+2
| * | | | | | | | | | Fix some occurrences using string by value rather than by const&Matthias Maennich2017-09-288-18/+20
| * | | | | | | | | | Replace several occurrences of empty string comparisons by string::empty()Matthias Maennich2017-09-282-5/+5
| * | | | | | | | | | clang-tidy: Make .clang-tidy a build-time dependencyMatthias Maennich2017-09-282-0/+8
| * | | | | | | | | | clang-tidy: exclude 'modernize-use-noexcept' introduced in 5.0.0Brad King2017-09-281-0/+1
| * | | | | | | | | | clang-tidy: exclude 'modernize-return-braced-init-list' introduced in 5.0.0Matthias Maennich2017-09-271-0/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2017-09-291-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'remove-auto_ptr-checks'Brad King2017-09-284-21/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove checks for auto_ptr that we no longer needBrad King2017-09-273-20/+0