Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'msvc-warning-flags' | Brad King | 2019-04-22 | 1 | -0/+1 |
|\ | |||||
| * | MSVC: Do not add /W3 to CMAKE_<LANG>_FLAGS by default | Brad King | 2019-04-19 | 1 | -0/+1 |
* | | Merge topic 'vs-default-platform' | Brad King | 2019-04-22 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | VS: Provide the default platform name to project code | Brad King | 2019-04-19 | 1 | -0/+1 |
| * | Merge branch 'docs-xcode-schemes' into release-3.14 | Brad King | 2019-03-06 | 2 | -19/+19 |
| |\ | |||||
| * \ | Merge branch 'ios-docs' into release-3.14 | Brad King | 2019-03-05 | 1 | -1/+59 |
| |\ \ | |||||
* | \ \ | Merge topic 'msvc-runtime-library' | Brad King | 2019-04-17 | 3 | -0/+3 |
|\ \ \ \ | |||||
| * | | | | MSVC: Add abstraction for runtime library selection | Brad King | 2019-04-17 | 3 | -0/+3 |
* | | | | | Merge topic 'vs-project-import' | Brad King | 2019-04-16 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | VS: add target property VS_PROJECT_IMPORT_<propspath> | Leonid Pospelov | 2019-04-15 | 1 | -0/+1 |
* | | | | | | Genex: Rename $<TARGET_*_OUTPUT_NAME:...> in $<TARGET_*_FILE_BASE_NAME:...> | Marc Chevrier | 2019-04-15 | 1 | -15/+40 |
* | | | | | | Genex: add $<TARGET_FILE_PREFIX:...> and $<TARGET_FILE_SUFFIX:...> | Marc Chevrier | 2019-04-10 | 1 | -1/+22 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'improve-formatting-of-help' | Brad King | 2019-04-09 | 11 | -94/+96 |
|\ \ \ \ \ | |||||
| * | | | | | Modules: Update documentation formatting | Bartosz Kosiorek | 2019-04-08 | 1 | -4/+4 |
| * | | | | | Help: Improve formatting of Help documentation | Bartosz Kosiorek | 2019-04-08 | 11 | -94/+96 |
* | | | | | | Genex: Add $<FILTER:list,INCLUDE|EXCLUDE,regex> | Sebastian Lipponer | 2019-04-08 | 1 | -0/+2 |
* | | | | | | Help: Move entry to correct section in cmake-generator-expressions(7) manual | Sebastian Lipponer | 2019-04-08 | 1 | -2/+2 |
* | | | | | | Genex: Add capability to retrieve base name for various target artifacts | Marc Chevrier | 2019-04-08 | 1 | -0/+19 |
|/ / / / / | |||||
* | | | | | Merge topic 'pr.projectbefore' | Brad King | 2019-04-04 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | project: Add variable CMAKE_PROJECT_INCLUDE_BEFORE | Ruslan Baratov | 2019-04-01 | 1 | -0/+1 |
* | | | | | | Merge topic 'remove_duplicates' | Brad King | 2019-04-04 | 1 | -1/+3 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Genex: Add $<REMOVE_DUPLICATES:list> | Sebastian Lipponer | 2019-04-01 | 1 | -0/+2 |
| * | | | | | Help: Fix description in cmake-generator-expressions(7) manual | Sebastian Lipponer | 2019-04-01 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | project: Add variable CMAKE_PROJECT_INCLUDE | Ruslan Baratov | 2019-03-27 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Merge topic 'xcodescheme2' | Brad King | 2019-03-22 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Xcode: Create Xcode schemes per target | Harry Mallon | 2019-03-21 | 1 | -0/+1 |
* | | | | | Merge topic 'cmake--install' | Kyle Edwards | 2019-03-19 | 1 | -2/+40 |
|\ \ \ \ \ | |||||
| * | | | | | cmake: add '--install <dir>' option | Jiang Yi | 2019-03-16 | 1 | -2/+40 |
* | | | | | | Merge topic 'improve-tar-command' | Kyle Edwards | 2019-03-19 | 1 | -0/+15 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Help: Update 'tar' documentation with supported arguments | Bartosz Kosiorek | 2019-03-18 | 1 | -0/+15 |
* | | | | | | Merge topic 'environment-modules' | Brad King | 2019-03-19 | 1 | -0/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | FindEnvModules: Provide a CMake interface to environment modules | Chuck Atkins | 2019-03-18 | 1 | -0/+1 |
| |/ / / / | |||||
* | | | | | Merge topic 'export-package-default-off' | Brad King | 2019-03-15 | 3 | -6/+14 |
|\ \ \ \ \ | |||||
| * | | | | | export: Disable PACKAGE mode user package registry by default | Robert Maynard | 2019-03-15 | 3 | -6/+14 |
* | | | | | | Merge topic 'xcodescheme' | Brad King | 2019-03-14 | 1 | -0/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | XCode: Add scheme option XCODE_SCHEME_DEBUG_AS_ROOT | Harry Mallon | 2019-03-11 | 1 | -0/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'short-commands' | Brad King | 2019-03-14 | 1 | -3/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake: add short version of '--target <tgt>...' option | Bartosz Kosiorek | 2019-03-12 | 1 | -1/+1 |
| * | | | | | | cmake: Reformat '--parallel' and '--verbose' options in help | Bartosz Kosiorek | 2019-03-12 | 1 | -2/+2 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'update-documentation' | Brad King | 2019-03-13 | 1 | -4/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake: Upgrade 'cmake -E' commands description | Bartosz Kosiorek | 2019-03-12 | 1 | -4/+12 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'cuda_compiler_generator_expressions' | Brad King | 2019-03-13 | 1 | -0/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CUDA: Support compiler id and version generator expressions | Robert Maynard | 2019-03-11 | 1 | -0/+12 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'shell_path' | Brad King | 2019-03-12 | 1 | -0/+5 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Genex: Teach SHELL_PATH to support a list of paths | Henri Manson | 2019-03-11 | 1 | -0/+5 |
| |/ / / / | |||||
* | | | | | Merge topic 'docs-xcode-schemes' | Brad King | 2019-03-06 | 2 | -19/+19 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | Help: Sort lists of (CMAKE_)XCODE_SCHEME_... variables and properties | Craig Scott | 2019-03-06 | 2 | -19/+19 |
* | | | | | Merge topic 'issue-18883-support-for-multiple-targets' | Brad King | 2019-03-06 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | cmake: Teach --build mode to support multiple targets | Bartosz Kosiorek | 2019-03-05 | 1 | -2/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'ios-docs' | Brad King | 2019-03-06 | 1 | -1/+59 |
|\ \ \ \ \ | | |_|_|/ | |/| | | |