summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmExprParserHelper: Simplify error state trackingBrad King2018-07-161-6/+2
* cmExprParserHelper: Remove some unused codeBrad King2018-07-162-10/+0
* 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
| * | | cmOption: Remove VTK 4.0 workaroundsRobert Maynard2018-06-211-13/+1
* | | | Merge topic 'csharp-link-file'Brad King2018-07-091-4/+7
|\ \ \ \
| * | | | VS: Only link cs files when they're not in binary dirRobert Dailey2018-07-061-4/+7
* | | | | CMake Nightly Date StampKitware Robot2018-07-091-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-07-081-1/+1
* | | | | CMake Nightly Date StampKitware Robot2018-07-071-1/+1
* | | | | Merge topic 'list-command-insert'Brad King2018-07-061-4/+2
|\ \ \ \ \
| * | | | | list: Allow inserting at the end of a listDaniel Chabrowski2018-07-051-4/+2
* | | | | | CMake Nightly Date StampKitware Robot2018-07-061-1/+1
* | | | | | Merge topic 'revert-subdirectory-linking'Brad King2018-07-051-9/+2
|\ \ \ \ \ \
| * | | | | | Revert "target_link_libraries: Allow use with targets in other directories"Brad King2018-07-031-9/+2
* | | | | | | Merge topic 'math-hex'Brad King2018-07-058-133/+264
|\ \ \ \ \ \ \
| * | | | | | | math: Add options to calculate and format output as hexadecimalDaniel Franke2018-07-033-53/+118
| * | | | | | | math: Diagnose divide-by-zeroDaniel Franke2018-06-262-51/+59
| * | | | | | | math: Reject unexpected expression input explicitlyDaniel Franke2018-06-268-120/+174
| * | | | | | | math: Use 64-bit integer type for computationDaniel Franke2018-06-223-8/+12