summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'msvc-warning-flags'Brad King2019-04-223-0/+45
|\
| * MSVC: Do not add /W3 to CMAKE_<LANG>_FLAGS by defaultBrad King2019-04-193-0/+45
* | Merge topic 'vs-default-platform'Brad King2019-04-225-2/+26
|\ \ | |/ |/|
| * VS: Provide the default platform name to project codeBrad King2019-04-195-2/+26
| * Merge branch 'FindFontconfig-var-case' into release-3.14Brad King2019-03-271-0/+14
| |\
* | \ Merge topic 'add_xl_cxx14_support'Brad King2019-04-181-0/+4
|\ \ \
| * | | XL: Add C++14 language level flagsRobert Maynard2019-04-151-0/+4
* | | | Merge topic 'msvc-runtime-library'Brad King2019-04-179-0/+126
|\ \ \ \
| * | | | MSVC: Add abstraction for runtime library selectionBrad King2019-04-179-0/+126
* | | | | Merge topic 'vs-project-import'Brad King2019-04-163-0/+14
|\ \ \ \ \
| * | | | | VS: add target property VS_PROJECT_IMPORT_<propspath>Leonid Pospelov2019-04-153-0/+14
* | | | | | Merge topic 'genex-output_name'Brad King2019-04-163-22/+47
|\ \ \ \ \ \
| * | | | | | Genex: Rename $<TARGET_*_OUTPUT_NAME:...> in $<TARGET_*_FILE_BASE_NAME:...>Marc Chevrier2019-04-153-22/+47
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'string-repeat'Brad King2019-04-162-0/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | string: introduce `REPEAT` sub-commandAlex Turbov2019-04-152-0/+13
| | |/ / / | |/| | |
* | | | | Merge topic 'ghs_custom'Brad King2019-04-151-0/+5
|\ \ \ \ \
| * | | | | GHS: Update tests and notesFred Baksik2019-04-111-0/+5
* | | | | | Merge topic 'genex-target-prefix-suffix'Brad King2019-04-122-1/+29
|\ \ \ \ \ \
| * | | | | | Genex: add $<TARGET_FILE_PREFIX:...> and $<TARGET_FILE_SUFFIX:...>Marc Chevrier2019-04-102-1/+29
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'iface-headers'Brad King2019-04-123-9/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | INTERFACE Target: allow (PUBLIC/PRIVATE)_HEADER propertiesAvraham Shukron2019-04-113-9/+21
* | | | | | Merge topic 'improve-formatting-of-help'Brad King2019-04-0940-170/+179
|\ \ \ \ \ \
| * | | | | | Modules: Update documentation formattingBartosz Kosiorek2019-04-088-23/+23
| * | | | | | Help: Improve formatting of Help documentationBartosz Kosiorek2019-04-0840-161/+170
* | | | | | | Genex: Add $<FILTER:list,INCLUDE|EXCLUDE,regex>Sebastian Lipponer2019-04-082-0/+8
| |/ / / / / |/| | | | |
* | | | | | Help: Move entry to correct section in cmake-generator-expressions(7) manualSebastian Lipponer2019-04-081-2/+2
* | | | | | Help: Add missing release notes for genex $<REMOVE_DUPLICATES:list>Sebastian Lipponer2019-04-081-0/+6
| |/ / / / |/| | | |
* | | | | Merge topic 'genex-output_name'Brad King2019-04-082-0/+26
|\ \ \ \ \
| * | | | | Genex: Add capability to retrieve base name for various target artifactsMarc Chevrier2019-04-082-0/+26
| |/ / / /
* | | | | Merge topic 'ghs_os_dir'Brad King2019-04-081-1/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | GHS: Print status message regarding GHS_OS_DIRFred Baksik2019-03-291-1/+2
| |/ / /
* | | | Merge topic 'rst-bad-markup-block'Brad King2019-04-051-1/+1
|\ \ \ \
| * | | | Help: Remove empty literal block markup in RESOURCE target propertyBrad King2019-04-051-1/+1
* | | | | Merge topic 'if-EXISTS-doc'Brad King2019-04-041-1/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Help: clarify if(EXISTS) operation for symlinksShoaib Meenai2019-04-041-1/+3
* | | | | Merge topic 'improve-documentation'Brad King2019-04-04134-343/+367
|\ \ \ \ \
| * | | | | Help: Improve documentation formatingBartosz Kosiorek2019-04-04134-343/+367
* | | | | | Merge topic 'pr.projectbefore'Brad King2019-04-044-0/+16
|\ \ \ \ \ \
| * | | | | | project: Add variable CMAKE_PROJECT_INCLUDE_BEFORERuslan Baratov2019-04-014-0/+16
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindPython-handle-virtual-env'Brad King2019-04-041-0/+5
|\ \ \ \ \ \
| * | | | | | FindPython*: Add capability to control virtual env handling.Marc Chevrier2019-04-031-0/+5
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'remove_duplicates'Brad King2019-04-041-1/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Genex: Add $<REMOVE_DUPLICATES:list>Sebastian Lipponer2019-04-011-0/+2
| * | | | | Help: Fix description in cmake-generator-expressions(7) manualSebastian Lipponer2019-04-011-1/+1
* | | | | | Merge topic 'project-include'Brad King2019-04-014-3/+15
|\ \ \ \ \ \
| * | | | | | Release note for CMAKE_PROJECT_INCLUDE variableRuslan Baratov2019-03-291-0/+5
| * | | | | | project: Add variable CMAKE_PROJECT_INCLUDERuslan Baratov2019-03-273-3/+10
| |/ / / / /
* | | | | | Merge topic 'allow_aliasing_unkown_targets'Brad King2019-04-011-0/+5
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | add_library: Now support aliasing unknown import targetsRobert Maynard2019-03-261-0/+5
| |/ / / /
* | | | | Merge topic 'FindFontconfig-var-case'Brad King2019-03-271-0/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |