summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-2978-165/+216
* 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
* | Merge topic 'CheckCXXSymbolExists-c++-syntax'Brad King2019-07-293-2/+48
|\ \
| * | CheckCXXSymbolExists: Make C++-syntax symbols work on more compilersHong Xu2019-07-263-2/+48
* | | Merge topic 'better_gen_exp_example_tutotrial'Brad King2019-07-295-32/+79
|\ \ \
| * | | Tutorial: Improve Step 10 generator expression example.Robert Maynard2019-07-255-32/+79
* | | | Merge topic 'android-ndk-r19'Brad King2019-07-2921-82/+171
|\ \ \ \
| * | | | Android: Use unified toolchain in NDK r19+Brad King2019-07-2618-18/+106
| * | | | Android: Update test to not require GCC compiler to exist in NDKBrad King2019-07-261-18/+19
| * | | | Android: Re-order system initialization to select sysroot lastBrad King2019-07-261-2/+2
| * | | | Android: Clarify name of internal variable for arch tripleBrad King2019-07-262-12/+12
| * | | | Android: Select NDK host tag while determining systemBrad King2019-07-264-32/+32
* | | | | Merge topic 'test-cleanup-src-dir'Brad King2019-07-291-1/+0
|\ \ \ \ \
| * | | | | Tests: Remove stray source dir modification in RunCMake.find_programBrad King2019-07-261-1/+0
* | | | | | 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 'doc-maint-create-release'Craig Scott2019-07-261-0/+39
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Help/dev: Add release commit instructions to maintainer guideBrad King2019-07-261-0/+39
|/ / / /
* | | | Merge topic 'cmake-version-rc'Brad King2019-07-263-7/+7
|\ \ \ \
| * | | | CMakeVersion: Use '-rc0' version suffix on release branches prior to rc1Brad King2019-07-263-7/+7
* | | | | Merge topic 'ep_support_no_submodule_init'Kyle Edwards2019-07-266-21/+104
|\ \ \ \ \
| * | | | | ExternalProject: Support not initializing any submodulesRobert Maynard2019-07-246-21/+104
* | | | | | Merge topic 'remove_compiler_rpath'Kyle Edwards2019-07-2611-7/+76
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Help: Add documentation for INSTALL_REMOVE_ENVIROMENT_RPATHJiang Yue2019-07-255-0/+27
| * | | | | Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH propertyJiang Yue2019-07-256-7/+49
* | | | | | Merge branch 'release-3.15'Brad King2019-07-260-0/+0
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CMake 3.15.1v3.15.1Brad King2019-07-261-1/+1
* | | | | | Merge branch 'release-3.15'Brad King2019-07-260-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'doc-relnotes-3.15' into release-3.15Brad King2019-07-261-0/+17
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-relnotes-3.15'Brad King2019-07-261-0/+17
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Add 3.15.1 release notesBrad King2019-07-261-0/+17
| |/ / / / /
* | | | | | 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