| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'additional_clean_files_help' into release-3.15 | Craig Scott | 2019-06-08 | 3 | -11/+23 |
|\ |
|
| * | Help: Improve ADDITIONAL_CLEAN_FILES documentation | Sebastian Holtermann | 2019-06-07 | 2 | -10/+22 |
|
|
| * | Help: Move ADDITIONAL_MAKE_CLEAN_FILES dir prop to deprecated section | Craig Scott | 2019-06-07 | 1 | -1/+1 |
|
|
* | | Merge branch 'autogen_header_in_symbolic_path_fix' into release-3.15 | Brad King | 2019-06-07 | 1 | -3/+3 |
|\ \ |
|
| * | | Autogen: Fix header detection for paths with symbolic links | Sebastian Holtermann | 2019-06-06 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'doc-xlclang-id' into release-3.15 | Brad King | 2019-06-06 | 1 | -0/+1 |
|\ \ |
|
| * | | Help: Document XLClang compiler id | Brad King | 2019-06-06 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'cpack-nuget-case' into release-3.15 | Brad King | 2019-06-05 | 1 | -1/+1 |
|\ \ |
|
| * | | CPack/NuGet: Find nuget tool on case sensitive file system | Mathieu Malaterre | 2019-06-05 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'doc-FindEnvModule-typos' into release-3.15 | Brad King | 2019-06-05 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Help: Trivial typo and grammar fixes for FindEnvModules | Craig Scott | 2019-06-05 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'ctest_xml_tweaks' into release-3.15v3.15.0-rc1 | Brad King | 2019-06-04 | 2 | -2/+4 |
|\ |
|
| * | Tests: Fix RunCMake.ctest_update test to not require GIT_EXECUTABLE | Brad King | 2019-06-04 | 2 | -2/+4 |
|
|
* | | Merge branch 'GetPrerequisites-variable-typo' into release-3.15 | Brad King | 2019-06-04 | 1 | -1/+1 |
|\ \ |
|
| * | | GetPrerequisites: fix regression in gp_append_unique | Ben Boeckel | 2019-06-04 | 1 | -1/+1 |
| |/ |
|
* | | CMake 3.15.0-rc1 version update | Brad King | 2019-06-04 | 1 | -3/+3 |
|
|
* | | Help: Drop development topic notes to prepare release | Brad King | 2019-06-04 | 2 | -9/+0 |
|/ |
|
* | Merge topic 'doc-3.15-relnotes' | Brad King | 2019-06-04 | 75 | -461/+350 |
|\ |
|
| * | Help: Organize and revise 3.15 release notes | Brad King | 2019-06-04 | 1 | -209/+231 |
|
|
| * | Help: Consolidate 3.15 release notes | Brad King | 2019-06-04 | 73 | -459/+326 |
|
|
| * | Help: Document Swift_DEPENDENCIES_FILE property defaults | Brad King | 2019-06-04 | 2 | -2/+2 |
|/ |
|
* | Merge topic 'tweaks_to_release_notes' | Brad King | 2019-06-04 | 3 | -5/+5 |
|\ |
|
| * | Help: Clarify COMPILE_LANG_AND_ID release note | Robert Maynard | 2019-06-04 | 1 | -1/+1 |
|
|
| * | Help: Clarify vs-just-my-code-debugging release note language | Robert Maynard | 2019-06-04 | 1 | -3/+3 |
|
|
| * | Help: Reference project command in CMAKE_PROJECT_INCLUDE_BEFORE relnotes | Robert Maynard | 2019-06-04 | 1 | -1/+1 |
|/ |
|
* | Merge topic 'emulator-arguments' | Brad King | 2019-06-04 | 12 | -16/+129 |
|\ |
|
| * | Teach CROSSCOMPILING_EMULATOR to support arguments | Marek Antoniak | 2019-06-03 | 12 | -16/+129 |
|
|
* | | Merge topic 'remove_directories' | Brad King | 2019-06-04 | 15 | -16/+53 |
|\ \ |
|
| * | | cmake: Teach -E remove_directory to remove multiple directories | John Freeman | 2019-06-03 | 11 | -15/+43 |
|
|
| * | | Tests: Add RunCMake.CommandLine make_directory test checks | John Freeman | 2019-06-03 | 2 | -0/+9 |
|
|
| * | | Tests: Fix RunCMake.CommandLine make_directory test name | John Freeman | 2019-06-03 | 3 | -1/+1 |
|
|
* | | | Merge topic 'ninja-nvcc-rsp' | Brad King | 2019-06-04 | 3 | -29/+57 |
|\ \ \ |
|
| * | | | Ninja: Add support for CUDA nvcc response files | Francisco Facioni | 2019-06-03 | 3 | -9/+31 |
|
|
| * | | | Ninja: Compute linker response file flag earlier | Francisco Facioni | 2019-06-03 | 1 | -22/+28 |
|
|
* | | | | Merge topic 'executables-are-consoled' | Brad King | 2019-06-04 | 7 | -1/+48 |
|\ \ \ \ |
|
| * | | | | Swift: disallow WIN32_EXECUTABLE properties | Saleem Abdulrasool | 2019-06-03 | 7 | -1/+48 |
| |/ / / |
|
* | | | | Merge topic 'swift-linker-flags' | Brad King | 2019-06-04 | 1 | -49/+62 |
|\ \ \ \ |
|
| * | | | | Swift: avoid `CMAKE_{EXE,SHARED}_LINKER_FLAGS` | Saleem Abdulrasool | 2019-06-03 | 1 | -49/+62 |
|
|
* | | | | | Merge topic 'compiler_id_gen_exp_supports_multiple_ids' | Brad King | 2019-06-04 | 15 | -70/+167 |
|\ \ \ \ \ |
|
| * | | | | | Help: Add release notes for updated generator expressions | Robert Maynard | 2019-06-03 | 1 | -0/+8 |
|
|
| * | | | | | Genex: CompileLang and CompileLangAndId now match against a list of ids | Robert Maynard | 2019-06-03 | 9 | -20/+47 |
|
|
| * | | | | | Genex: PlatformId now can match against a list of ids. | Robert Maynard | 2019-06-03 | 4 | -6/+15 |
|
|
| * | | | | | Genex: CompilerId now can match against a list of ids. | Robert Maynard | 2019-06-03 | 6 | -40/+87 |
|
|
| * | | | | | Genex: Add more extensive support for an unbounded number of parameters | Robert Maynard | 2019-06-03 | 2 | -4/+10 |
| |/ / / / |
|
* | | | | | Merge topic 'check_language_respects_cuda_host_compiler' | Brad King | 2019-06-04 | 2 | -5/+25 |
|\ \ \ \ \ |
|
| * | | | | | CheckLanguage: Report CMAKE_CUDA_HOST_COMPILER if needed for compilation | Robert Maynard | 2019-06-03 | 2 | -5/+25 |
|
|
* | | | | | | Merge topic 'print-correct-line-number' | Brad King | 2019-06-04 | 5 | -7/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | cmListFileCache: When missing ending ) print starting line instead of last one | Bartosz Kosiorek | 2019-06-03 | 5 | -7/+10 |
|
|
* | | | | | | | Merge topic 'better_error_message_for_visibility_preset_property' | Brad King | 2019-06-04 | 2 | -2/+4 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | The error message for VISIBILITY_PRESET now documents valid options. | Robert Maynard | 2019-06-03 | 2 | -2/+4 |
| | |_|/ / / /
| |/| | | | | |
|