summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cm*FunctionBlocker: Move to source fileRegina Pfeifer2019-07-3010-90/+85
* Merge topic 'cmStringAlgorithms'Kyle Edwards2019-07-3078-165/+216
|\
| * cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-2978-165/+216
* | Merge topic 'function-blocker-stack'Kyle Edwards2019-07-302-46/+30
|\ \
| * | cmMakefile: Keep function blockers in a stackRegina Pfeifer2019-07-262-46/+30
* | | Merge topic 'cmake-version'Craig Scott2019-07-305-74/+94
|\ \ \
| * | | CMakeVersion: Preserve Git information during 'git archive'Brad King2019-07-292-0/+5
| * | | CMakeVersion: Add generic '-git' suffix when no git info is availableBrad King2019-07-291-0/+6
| * | | CMakeVersion: Provide Git information in non-exact release versionsBrad King2019-07-291-9/+22
| * | | CMakeVersion: Re-order logic to obviate addition of each componentBrad King2019-07-291-16/+19
| * | | CMakeVersion: De-duplicate variable initializationBrad King2019-07-291-4/+2
| * | | CMakeVersion: Factor git execution into helper macroBrad King2019-07-291-24/+23
| * | | CMakeVersion: Use FindGit module to find GitBrad King2019-07-291-3/+2
| * | | CMakeVersion: Consider Git even with just a `.git` fileBrad King2019-07-291-1/+1
| * | | CMakeVersion: Move git logic to main scriptBrad King2019-07-292-32/+31
| * | | CMakeVersion: Move computation logic to main scriptBrad King2019-07-292-29/+27
| * | | CMakeVersion.rc: Compute resource components only on WindowsBrad King2019-07-292-15/+15
| |/ /
* | | CMake Nightly Date StampKitware Robot2019-07-301-1/+1
| |/ |/|
* | Merge topic 'modernize_string_view_cmOutputConverter'Brad King2019-07-294-126/+138
|\ \
| * | cmOutputConverter: Make shell escaping methods cm::string_view basedSebastian Holtermann2019-07-282-63/+62
| * | cmOutputConverter: Let GetFortranFormat accept a cm::string_viewSebastian Holtermann2019-07-282-5/+13
| * | cmOutputConverter: Return bool instead of int in utility functionsSebastian Holtermann2019-07-282-18/+18
| * | cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_viewSebastian Holtermann2019-07-282-4/+3
| * | cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_viewSebastian Holtermann2019-07-281-2/+2
| * | cmOutputConverter: Let EscapeForCMake accept a cm::string_viewSebastian Holtermann2019-07-282-9/+10
| * | cmSystemTool: Let TrimWhitespace accept a cm::string_viewSebastian Holtermann2019-07-282-7/+7
| * | cmSystemTool: Let HelpFileName accept a cm::string_viewSebastian Holtermann2019-07-282-2/+3
| * | cmSystemTool: Let EscapeQuotes accept a cm::string_viewSebastian Holtermann2019-07-282-5/+5
| * | cmSystemTool: Let Expand(ed)ListArgument accept a cm::string_viewSebastian Holtermann2019-07-282-15/+19
* | | CMake Nightly Date StampKitware Robot2019-07-291-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2019-07-281-1/+1
* | CMake Nightly Date StampKitware Robot2019-07-271-1/+1
|/
* Merge topic 'cmake-version-rc'Brad King2019-07-262-2/+2
|\
| * CMakeVersion: Use '-rc0' version suffix on release branches prior to rc1Brad King2019-07-262-2/+2
* | Merge topic 'ep_support_no_submodule_init'Kyle Edwards2019-07-261-1/+5
|\ \
| * | ExternalProject: Support not initializing any submodulesRobert Maynard2019-07-241-1/+5
* | | Merge topic 'remove_compiler_rpath'Kyle Edwards2019-07-265-5/+22
|\ \ \ | |_|/ |/| |
| * | Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH propertyJiang Yue2019-07-255-5/+22
* | | Merge topic 'optimize-usage-requirements'Brad King2019-07-264-137/+231
|\ \ \
| * | | Genex: Memoize usage requirement TARGET_PROPERTY existenceBrad King2019-07-232-0/+52
| * | | cmLinkItem: Expose HadHeadSensitiveCondition in cmLinkInterfaceLibrariesBrad King2019-07-231-1/+3
| * | | Genex: Optimize build setting TARGET_PROPERTY evaluationBrad King2019-07-232-54/+43
| * | | Genex: Optimize usage requirement TARGET_PROPERTY recursionBrad King2019-07-233-22/+95
| * | | Genex: In TARGET_PROPERTY check for usage reqs in link libs earlierBrad King2019-07-211-25/+26
| * | | Genex: Re-order TARGET_PROPERTY logic to de-duplicate checksBrad King2019-07-211-42/+26
| * | | Genex: Move TARGET_PROPERTY linked targets evaluation to endBrad King2019-07-211-35/+28
* | | | Merge topic 'definitions_string_view'Brad King2019-07-2663-314/+281
|\ \ \ \
| * | | | cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-2456-256/+226
| * | | | cmMakefile: Simplify and rename AddDefinitionBoolSebastian Holtermann2019-07-246-26/+13
| * | | | cmDefinitions: Remove const char* based Set methodSebastian Holtermann2019-07-244-17/+13