summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Xcode: Refactor storage of ordered list of targetsBrad King2018-07-191-10/+8
| * | | | | Xcode: Factor target generation loop body into helper methodBrad King2018-07-192-224/+231
| * | | | | Xcode: Compute global order index for targetsBrad King2018-07-192-0/+37
| * | | | | Xcode: Remove loop over local generators that has no effectBrad King2018-07-191-7/+0
| | |_|_|/ | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2018-07-201-1/+1
|/ / / /
* | | | Merge topic 'cpack_archive_typo'Brad King2018-07-191-5/+5
|\ \ \ \
| * | | | CPack: Fix log typos (spaces in the wrong places)Sylvain Joubert2018-07-181-5/+5
* | | | | CMake Nightly Date StampKitware Robot2018-07-191-1/+1
|/ / / /
* | | | Merge topic 'nvcc_dlink_dedup_static_libs'Brad King2018-07-181-5/+17
|\ \ \ \
| * | | | CUDA: Properly de-duplicate libs when doing device linkingRobert Maynard2018-07-171-5/+17
* | | | | CMake Nightly Date StampKitware Robot2018-07-181-1/+1
* | | | | Merge topic 'math-err'Brad King2018-07-178-89/+89
|\ \ \ \ \
| * | | | | math: Restore toleration of unexpected characters in an expressionBrad King2018-07-168-73/+87
| * | | | | cmExprParserHelper: Simplify error state trackingBrad King2018-07-161-6/+2
| * | | | | cmExprParserHelper: Remove some unused codeBrad King2018-07-162-10/+0
* | | | | | Merge topic 'hex_file'Brad King2018-07-171-8/+2
|\ \ \ \ \ \
| * | | | | | Use isxdigit() to determine if a character is a hex digitDevin Nakamura2018-07-131-8/+2
| | |/ / / / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2018-07-171-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2018-07-161-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-07-151-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-07-141-1/+1
* | | | | Merge topic 'autogen_forward_errors'Brad King2018-07-135-226/+348
|\ \ \ \ \
| * | | | | Return std::string from cmGeneratorTarget::ImportedGetLocationSebastian Holtermann2018-07-113-13/+6
| * | | | | Autogen: Wrap moc/uic/rcc related variables in structsSebastian Holtermann2018-07-112-109/+120
| * | | | | Autogen: Improve error detection during configurationSebastian Holtermann2018-07-113-121/+239
* | | | | | Merge topic 'cpack-wix-extra-sources'Brad King2018-07-131-0/+4
|\ \ \ \ \ \
| * | | | | | WiX: Add the build directory to IncludeSearchPaths for candle.exeLars Schmertmann2018-07-121-0/+4
* | | | | | | Merge topic 'update-kwsys'Brad King2018-07-131-21/+28
|\ \ \ \ \ \ \
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-07-121-21/+28
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2018-07-131-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'ghs'Brad King2018-07-122-125/+167
|\ \ \ \ \ \
| * | | | | | GHS: Update default BSP nameFred Baksik2018-07-111-10/+13
| * | | | | | GHS: Set primary target using arch/platform values (or user specified value)Fred Baksik2018-07-111-2/+20
| * | | | | | GHS: Add platform selection supportFred Baksik2018-07-111-0/+10
| * | | | | | GHS: Add toolset selection supportFred Baksik2018-07-112-117/+107
| * | | | | | GHS: Support ARM, PPC, 86 architecturesFred Baksik2018-07-072-3/+24
* | | | | | | Merge topic 'option_respects_existing_stack_variable'Brad King2018-07-121-26/+36
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | option: No CMP077 warnings when both cache and local variable existsRobert Maynard2018-07-101-26/+36
* | | | | | | CMake Nightly Date StampKitware Robot2018-07-121-1/+1
* | | | | | | Merge topic 'file-STRINGS-isprint'Brad King2018-07-111-2/+3
|\ \ \ \ \ \ \
| * | | | | | | file(STRINGS): Use isprint() to test character typeDevin Nakamura2018-07-101-2/+3
* | | | | | | | Merge topic 'update-kwsys'Brad King2018-07-111-6/+10
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2018-07-101-6/+10
* | | | | | | | CMake Nightly Date StampKitware Robot2018-07-111-1/+1
* | | | | | | | Merge topic 'vs-deployment-files'Brad King2018-07-101-29/+44
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | VS: extended OutputDeploymentDebuggerTool for AdditionalFilesFrank Goyens2018-07-091-18/+32
| * | | | | | | VS: moved EscapeForXML function higher up and made staticFrank Goyens2018-07-061-11/+12
* | | | | | | | CMake Nightly Date StampKitware Robot2018-07-101-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge topic 'option-normal-variable'Brad King2018-07-092-23/+47
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | option: respect existing normal variableRobert Maynard2018-07-092-10/+46