summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'cpack-dmg-license-fixes'Brad King2016-01-082-25/+77
|\ | | | | | | | | bbb3c4ff CPack/DragNDrop: Fix handling of certain license file content (#15899)
| * CPack/DragNDrop: Fix handling of certain license file content (#15899)Andrey Mishchenko2016-01-072-25/+77
| | | | | | | | | | | | | | There were issues in the special-character-escaping and line-wrapping code which caused DragNDrop packaging to fail mysteriously at a later step with parsing errors in the `sla.r` file generated by the following code.
* | Merge topic 'update-kwsys'Brad King2016-01-082-65/+16
|\ \ | | | | | | | | | | | | | | | 0a5ce85f Merge branch 'upstream-KWSys' into update-kwsys f2b0bf6e KWSys 2016-01-07 (2418443e)
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-01-072-65/+16
| | | | | | | | | | | | | | | * upstream-KWSys: KWSys 2016-01-07 (2418443e)
* | | CMake Nightly Date StampKitware Robot2016-01-081-1/+1
| |/ |/|
* | Merge topic 'xcode-global-attribute-variant'Brad King2016-01-072-53/+86
|\ \ | | | | | | | | | | | | | | | | | | | | | d8bc26a0 Xcode: Parse variant and genex for CMAKE_XCODE_ATTRIBUTE (#14947) dc0ddb9e Xcode: Store configuration name along with XcodeObject (#14947) 28f98cee Xcode: Make CMAKE_XCODE_ATTRIBUTE calculation last step (#14947) 28db2268 Xcode: Factor out XCODE_ATTRIBUTE_ variant filter (#14947)
| * | Xcode: Parse variant and genex for CMAKE_XCODE_ATTRIBUTE (#14947)Gregor Jasny2016-01-032-16/+34
| | |
| * | Xcode: Store configuration name along with XcodeObject (#14947)Gregor Jasny2016-01-031-10/+9
| | |
| * | Xcode: Make CMAKE_XCODE_ATTRIBUTE calculation last step (#14947)Gregor Jasny2016-01-031-4/+4
| | |
| * | Xcode: Factor out XCODE_ATTRIBUTE_ variant filter (#14947)Gregor Jasny2016-01-032-27/+43
| | | | | | | | | | | | | | | Move the variant=<config> filter out to a helper function so that it can be re-used later for CMAKE_XCODE_ATTRIBUTE_*.
* | | Merge topic 'xcode-escape-backslash'Brad King2016-01-073-25/+11
|\ \ \ | | | | | | | | | | | | | | | | ba39d7e9 Xcode: Escape all backslashes in strings (#15328)
| * | | Xcode: Escape all backslashes in strings (#15328)Gregor Jasny2016-01-073-25/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this change backslashes in strings were escaped during compile flags adds via AppendFlag(). But global flags like OTHER_CPLUSPLUSFLAGS are not added as flags but as plain strings so they were not escaped properly. Now the escaping is performed within cmXCodeObject::PrintString() which ensures that strings are always encoded.
* | | | Merge topic 'install-xdgdata-dir'Brad King2016-01-072-3/+8
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | 76566621 QtDialog: Add option to control XDG file install destination
| * | | QtDialog: Add option to control XDG file install destinationNiels Ole Salscheider2015-12-212-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a `CMAKE_XDGDATA_DIR` option and add a corresponding flag to the `bootstrap` script. This is needed for multiarch layouts where the prefix is `/usr/${host}` but where architecture-independent files (like the XDG-specific ones) are installed to `/usr/share`.
* | | | CMake Nightly Date StampKitware Robot2016-01-071-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-01-061-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-01-051-1/+1
| | | |
* | | | CMake Nightly Date StampKitware Robot2016-01-041-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2016-01-031-1/+1
| |/ |/|
* | CMake Nightly Date StampKitware Robot2016-01-021-1/+1
| |
* | CMake Nightly Date StampKitware Robot2016-01-011-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-311-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-301-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-291-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-281-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-271-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-261-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-251-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-241-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-231-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-221-1/+1
| |
* | Merge topic 'import-kwiml'Brad King2015-12-2111-30/+27
|\ \ | |/ |/| | | | | | | | | | | | | | | a5dd0c9d Add option to use a system-installed KWIML 036b6ef7 Port CMake from cmIML to KWIML 12293371 Merge branch 'upstream-KWIML' into import-kwiml 3fdbb0a8 KWIML 2015-12-09 (43f9f8d0) 55b21d07 Add script to update KWIML from upstream c7d9a249 Utilities/KWIML: Drop sources to make room for fresh import
| * Add option to use a system-installed KWIMLBrad King2015-12-181-0/+1
| | | | | | | | | | Do not activate it with the general use-system-libs options for now because KWIML is not commonly distributed or available.
| * Port CMake from cmIML to KWIMLBrad King2015-12-1810-30/+26
| | | | | | | | KWIML no longer uses a configured prefix.
* | CMake Nightly Date StampKitware Robot2015-12-211-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-201-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-191-1/+1
| |
* | Merge topic 'release-wix-config-ng'Brad King2015-12-183-4/+23
|\ \ | | | | | | | | | | | | | | | | | | 24cdb9df CMake: Mimic NSIS options dialog in WiX installer de77d4a7 CPackWIX: Allow multiple patch files and diagnose if any are missing 38d723b3 CPackWIX: Allow patching of shortcut components
| * | CPackWIX: Allow multiple patch files and diagnose if any are missingNils Gladitz2015-12-143-4/+21
| | | | | | | | | | | | | | | | | | | | | CPACK_WIX_PATCH_FILE now accepts a list of patch files. An error will now be produced if any of the patch files is missing. Previously this would be silently ignored.
| * | CPackWIX: Allow patching of shortcut componentsNils Gladitz2015-12-121-0/+2
| | |
* | | Merge topic 'update-kwsys'Brad King2015-12-183-292/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 38c31ed5 Merge branch 'upstream-KWSys' into update-kwsys ec1398d7 KWSys 2015-12-14 (c1149ef6) c4282347 Add script to update KWSys from upstream f1ee10c1 Merge branch 'upstream-KWSys' into update-kwsys 498c3685 Add a script to help update third-party sources dcca7892 KWSys 2015-12-09 (cdcf4c47)
| * | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2015-12-173-292/+1
| | |/ | |/| | | | | | | | | | * upstream-KWSys: KWSys 2015-12-14 (c1149ef6)
* | | Merge topic 'CMakeParseArguments-native-impl'Brad King2015-12-183-0/+248
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ab8a2808 cmake_parse_arguments: consider duplicate keyword as warning e8b14831 CMakeParseArguments: replace by native cmake_parse_arguments command cbbdfc2b CMakeParseArguments: add a RunCMake test suite
| * | | cmake_parse_arguments: consider duplicate keyword as warningMatthias Maennich2015-12-171-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | The behaviour of double specified keywords is rather undefined or at least not clearly documented. This change introduces a strict check and emits a warning in case a keyword has been specified more than once.
| * | | CMakeParseArguments: replace by native cmake_parse_arguments commandMatthias Maennich2015-12-173-0/+232
| |/ / | | | | | | | | | | | | | | | | | | Implement a native `cmake_parse_arguments` command that is fully compatible with the documented behaviour of the previous implementation. Leave the CMakeParseArguments module empty but existing for compatibility.
* | | CMake Nightly Date StampKitware Robot2015-12-181-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2015-12-171-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-161-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-151-1/+1
| |
* | CMake Nightly Date StampKitware Robot2015-12-141-1/+1
| |