summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge topic 'lexer-null'Brad King2018-06-294-0/+7
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | ListFileLexer: Do not match null bytes in inputBrad King2018-06-264-0/+7
| |/ / / / /
* | | | | | Merge topic 'test-wizard'Brad King2018-06-253-0/+3
|\ \ \ \ \ \
| * | | | | | Tests: Adopt wizard test in RunCMake.CommandLineBrad King2018-06-223-0/+3
* | | | | | | Merge topic 'file-GLOB-remove-new-errors'Brad King2018-06-256-11/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | |
| * | | | | file: Drop error cases added by CMake 3.12.0-rc1 to avoid regressionsBrad King2018-06-226-11/+1
| |/ / / /
* | | | | Merge topic 'vs_debugger'Brad King2018-06-229-4/+60
|\ \ \ \ \
| * | | | | VS10Project: Expand VS_DEBUGGER_* capabilitiesJon Chronopoulos2018-06-179-4/+60
* | | | | | Merge topic 'xcode-10-legacy-build-system'Brad King2018-06-201-0/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Tests: Teach RunCMake to ignore Xcode missing file type warningsBrad King2018-06-191-0/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'install_from_another_directory'Brad King2018-06-194-0/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | install: Allow installing targets created in another directoryZack Galbreath2018-06-184-0/+8
* | | | | Merge topic 'subdir_target_sources'Craig Scott2018-06-1930-0/+162
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | target_sources: Interpret relative paths as relative to the calling directoryPatrick Stotko2018-06-1830-0/+162
| |/ / /
* | | | find_program: Consider CWD only for paths with separatorSam Yates2018-06-144-0/+71
| |_|/ |/| |
* | | Merge topic 'list_sort'Brad King2018-06-1427-5/+178
|\ \ \ | |_|/ |/| |
| * | list: Add options to control the SORT comparison operationDaniel Franke2018-06-1327-5/+178
| |/
* | Merge topic 'LINK_OPTIONS'Brad King2018-06-0851-2/+432
|\ \
| * | LINK_OPTIONS: Add support of "LINKER:" prefixMarc Chevrier2018-06-0620-29/+194
| * | LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-0633-2/+267
| |/
* | install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-06-076-0/+19
|/
* Merge topic 'ep-support-passing-var-ending-with-notfound'Brad King2018-06-054-2/+22
|\
| * ExternalProject: Fix cache generation when args end with "-NOTFOUND"Jean-Christophe Fillion-Robin2018-06-044-2/+22
| * Merge branch 'custom-command-expand-empty' into release-3.11Brad King2018-05-142-0/+2
| |\
* | | Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-0120-135/+139
* | | clang-format.bash: update to clang-format-6.0Brad King2018-06-012-2/+2
* | | Merge topic 'vs-toolset-version'Brad King2018-05-3011-0/+44
|\ \ \
| * | | VS: Add option to select the version of the toolset used by VS 2017Basil Fierz2018-05-2911-0/+44
* | | | Merge topic 'parallel_build_option'Brad King2018-05-2917-0/+43
|\ \ \ \ | |/ / / |/| | |
| * | | cmake: Add options for parallel builds to --build modeFlorian Maushart2018-05-2517-0/+43
* | | | FindLua: Add tests for this moduleAlexander Grund2018-05-249-0/+134
* | | | target_link_libraries: Allow use with targets in other directoriesPatrick Stotko2018-05-1515-7/+94
* | | | Merge topic 'custom-command-expand-empty'Brad King2018-05-152-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | add_custom_{command,target}: Fix crash on empty expanded commandBrad King2018-05-142-0/+2
* | | | FindPkgConfig: export the list of found libraries also as variableRolf Eike Beer2018-05-111-0/+12
* | | | Merge topic 'restore-imported-lib-alias-diagnostic'Brad King2018-05-111-2/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | add_library: Restore error on alias of non-global imported targetBrad King2018-05-101-2/+8
| |/ /
| * | Merge branch 'backport-fix-explicit-CMakeLists.txt' into release-3.11Brad King2018-04-136-0/+55
| |\ \
| * \ \ Merge branch 'cpack-trace-nullptr' into release-3.11Brad King2018-04-104-0/+13
| |\ \ \
* | | | | ctest_start: read model from TAG fileKyle Edwards2018-05-0930-2/+127
* | | | | cmVisualStudio10TargetGenerator: issue warning when adding static C# libMichael Stürmer2018-05-072-0/+11
| |_|_|/ |/| | |
* | | | Merge topic 'genex-complang-not-loaded'Brad King2018-05-043-10/+1
|\ \ \ \
| * | | | Genex: Allow COMPILE_LANGUAGE to name a language that is not loadedHenry Schreiner2018-05-033-10/+1
* | | | | install: add test for new NAMELINK_COMPONENT parameterKyle Edwards2018-05-0313-1/+285
|/ / / /
* | | | Merge topic 'csharp_reference_imported_targets'Brad King2018-04-2618-0/+332
|\ \ \ \
| * | | | add tests for using target_link_libraries() with imported managed targetsMichael Stürmer2018-04-2418-0/+332
* | | | | Ninja: Avoid empty phony edges for target orderingBrad King2018-04-263-0/+12
* | | | | Merge topic 'vs-dedup-custom-commands'Brad King2018-04-254-0/+31
|\ \ \ \ \
| * | | | | VS: Generate a custom command only in the least dependent targetFujii Hironori2018-04-234-0/+31
* | | | | | Merge topic 'Genex-TARGET_GENEX_PROPERTY'Brad King2018-04-2426-0/+219
|\ \ \ \ \ \