Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | FindCUDA: Filter unrelated content in compute capabilities output | Soumith Chintala | 2018-09-19 | 1 | -0/+3 | |
* | | | | | | Merge topic 'FindCUDA-ccbin-env' | Brad King | 2018-09-20 | 2 | -1/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindCUDA: Add option to set CUDA_HOST_COMPILER via environment | peterjc123 | 2018-09-18 | 2 | -1/+9 | |
* | | | | | | | Merge branch 'release-3.12' | Brad King | 2018-09-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'doc-updates' into release-3.12 | Brad King | 2018-09-19 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'doc-updates' | Brad King | 2018-09-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Help: TESTS property: clarify usage. | Marc Chevrier | 2018-09-19 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'vs-2015-max-sdk' | Brad King | 2018-09-20 | 5 | -1/+43 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Tests: Add VSWinStorePhone for VS 15 2017 | Gilles Khouzam | 2018-09-19 | 1 | -0/+5 | |
| * | | | | | | | | | Tests: Fix VSWinStorePhone to properly identify VS 14 2015 | Gilles Khouzam | 2018-09-19 | 1 | -1/+1 | |
| * | | | | | | | | | VS: Do not select a Windows SDK too high for current VS version | Gilles Khouzam | 2018-09-17 | 4 | -0/+37 | |
* | | | | | | | | | | Merge topic '18375-kfreebsd-bootstrap' | Brad King | 2018-09-20 | 2 | -0/+19 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | libuv: Add kFreeBSD platform-specific files | Gregor Jasny | 2018-09-18 | 1 | -0/+16 | |
| * | | | | | | | | | | bootstrap: Add missing libraries for kFreeBSD | Gregor Jasny | 2018-09-16 | 1 | -0/+3 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-20 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'symlink' | Brad King | 2018-09-19 | 8 | -44/+76 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmake: Add '-E create_symlink' support on Windows | Jon Chronopoulos | 2018-09-18 | 8 | -44/+76 | |
* | | | | | | | | | | Merge topic 'provide_explicit_source_and_build_command_line_options' | Brad King | 2018-09-19 | 23 | -25/+120 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Add release note for the -S and -B options. | Robert Maynard | 2018-09-15 | 1 | -0/+10 | |
| * | | | | | | | | | | CMake: Internally uses -S instead of -H to specify source directory | Robert Maynard | 2018-09-15 | 6 | -10/+10 | |
| * | | | | | | | | | | cmake: -S and -B can be used to specify source and build directories | Robert Maynard | 2018-09-15 | 16 | -15/+100 | |
* | | | | | | | | | | | Merge topic 'ctest-more_submit_params' | Brad King | 2018-09-19 | 6 | -0/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ctest_submit: pass additional info to CDash | Zack Galbreath | 2018-09-17 | 6 | -0/+28 | |
* | | | | | | | | | | | | Merge topic 'fix-getsafedef-stdstring' | Brad King | 2018-09-19 | 6 | -14/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix regression in target output file naming logic | Brad King | 2018-09-19 | 4 | -9/+19 | |
| * | | | | | | | | | | | | Restore possibly regressed CMP0018 logic | Brad King | 2018-09-19 | 2 | -5/+2 | |
* | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-19 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'vs-ipo' | Brad King | 2018-09-18 | 7 | -8/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | VS: Do not specify incremental linking if LTCG is enabled | Brad King | 2018-09-17 | 1 | -3/+5 | |
| * | | | | | | | | | | | | IPO: INTERPROCEDURAL_OPTIMIZATION (LTCG) for Visual Studio | Niels Dekker | 2018-09-17 | 7 | -5/+19 | |
* | | | | | | | | | | | | | Merge topic 'link-options' | Brad King | 2018-09-18 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | LINK_OPTIONS: Add missing initialization actions | Marc Chevrier | 2018-09-17 | 1 | -0/+3 | |
* | | | | | | | | | | | | | | Merge topic 'getsafedef-stdstring' | Brad King | 2018-09-18 | 25 | -97/+99 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | cmMakefile: Make GetSafeDefinition return std::string const& | Vitaly Stakhovsky | 2018-09-18 | 25 | -97/+99 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge topic 'if-version-docs' | Brad King | 2018-09-18 | 1 | -5/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Help: Clarify handling of non-integer components in if() version tests | Craig Scott | 2018-09-17 | 1 | -5/+15 | |
| | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge topic 'FindPython-updates' | Brad King | 2018-09-18 | 5 | -63/+416 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | FindPython*: Windows: add facility to select lookup order for registry. | Marc Chevrier | 2018-09-12 | 5 | -61/+244 | |
| * | | | | | | | | | | | | FindPython*: MacOS: Fix erroneous handling of Frameworks. | Marc Chevrier | 2018-09-12 | 4 | -17/+180 | |
| * | | | | | | | | | | | | FindPython: clean-up lookup names strategy | Marc Chevrier | 2018-09-12 | 1 | -3/+10 | |
* | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-18 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge topic 'cmake_rule_messages_doc' | Brad King | 2018-09-17 | 3 | -1/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Help: Document CMAKE_RULE_MESSAGES variable | Julien Schueller | 2018-09-17 | 3 | -1/+10 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge topic 'link-options' | Brad King | 2018-09-17 | 2 | -2/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | target_link_options: fix erroneous handling of BEFORE keyword. | Marc Chevrier | 2018-09-14 | 2 | -2/+10 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge topic 'docs/gen-see-also' | Brad King | 2018-09-17 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | docs: add some 'see also' helper texts | Brian Heim | 2018-09-13 | 1 | -0/+5 | |
* | | | | | | | | | | | | | Merge topic 'FindCUDA-doc-typo' | Brad King | 2018-09-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | FindCUDA: Fix "alphabetical" typo | Nikolaus Wittenstein | 2018-09-14 | 1 | -2/+2 | |
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge topic 'update-kwsys' | Brad King | 2018-09-17 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |