Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | CMakeVersion: Move git logic to main script | Brad King | 2019-07-29 | 2 | -32/+31 | |
| * | | | | | | CMakeVersion: Move computation logic to main script | Brad King | 2019-07-29 | 5 | -33/+30 | |
| * | | | | | | CMakeVersion.rc: Compute resource components only on Windows | Brad King | 2019-07-29 | 2 | -15/+15 | |
| * | | | | | | gitattributes: Do not export any .git paths in git archive | Brad King | 2019-07-29 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-30 | 1 | -1/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | Merge topic 'modernize_string_view_cmOutputConverter' | Brad King | 2019-07-29 | 4 | -126/+138 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cmOutputConverter: Make shell escaping methods cm::string_view based | Sebastian Holtermann | 2019-07-28 | 2 | -63/+62 | |
| * | | | | | | cmOutputConverter: Let GetFortranFormat accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 2 | -5/+13 | |
| * | | | | | | cmOutputConverter: Return bool instead of int in utility functions | Sebastian Holtermann | 2019-07-28 | 2 | -18/+18 | |
| * | | | | | | cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_view | Sebastian Holtermann | 2019-07-28 | 2 | -4/+3 | |
| * | | | | | | cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -2/+2 | |
| * | | | | | | cmOutputConverter: Let EscapeForCMake accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 2 | -9/+10 | |
| * | | | | | | cmSystemTool: Let TrimWhitespace accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 2 | -7/+7 | |
| * | | | | | | cmSystemTool: Let HelpFileName accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 2 | -2/+3 | |
| * | | | | | | cmSystemTool: Let EscapeQuotes accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 2 | -5/+5 | |
| * | | | | | | cmSystemTool: Let Expand(ed)ListArgument accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 2 | -15/+19 | |
* | | | | | | | Merge topic 'CheckCXXSymbolExists-c++-syntax' | Brad King | 2019-07-29 | 3 | -2/+48 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CheckCXXSymbolExists: Make C++-syntax symbols work on more compilers | Hong Xu | 2019-07-26 | 3 | -2/+48 | |
* | | | | | | | | Merge topic 'better_gen_exp_example_tutotrial' | Brad King | 2019-07-29 | 5 | -32/+79 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tutorial: Improve Step 10 generator expression example. | Robert Maynard | 2019-07-25 | 5 | -32/+79 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'android-ndk-r19' | Brad King | 2019-07-29 | 21 | -82/+171 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Android: Use unified toolchain in NDK r19+ | Brad King | 2019-07-26 | 18 | -18/+106 | |
| * | | | | | | | | Android: Update test to not require GCC compiler to exist in NDK | Brad King | 2019-07-26 | 1 | -18/+19 | |
| * | | | | | | | | Android: Re-order system initialization to select sysroot last | Brad King | 2019-07-26 | 1 | -2/+2 | |
| * | | | | | | | | Android: Clarify name of internal variable for arch triple | Brad King | 2019-07-26 | 2 | -12/+12 | |
| * | | | | | | | | Android: Select NDK host tag while determining system | Brad King | 2019-07-26 | 4 | -32/+32 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'test-cleanup-src-dir' | Brad King | 2019-07-29 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Tests: Remove stray source dir modification in RunCMake.find_program | Brad King | 2019-07-26 | 1 | -1/+0 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-29 | 1 | -1/+1 | |
| |_|_|_|/ / / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-28 | 1 | -1/+1 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-27 | 1 | -1/+1 | |
| |_|_|_|/ / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'doc-maint-create-release' | Craig Scott | 2019-07-26 | 1 | -0/+39 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Help/dev: Add release commit instructions to maintainer guide | Brad King | 2019-07-26 | 1 | -0/+39 | |
|/ / / / / / | ||||||
* | | | | | | Merge topic 'cmake-version-rc' | Brad King | 2019-07-26 | 3 | -7/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CMakeVersion: Use '-rc0' version suffix on release branches prior to rc1 | Brad King | 2019-07-26 | 3 | -7/+7 | |
* | | | | | | | Merge topic 'ep_support_no_submodule_init' | Kyle Edwards | 2019-07-26 | 6 | -21/+104 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ExternalProject: Support not initializing any submodules | Robert Maynard | 2019-07-24 | 6 | -21/+104 | |
* | | | | | | | | Merge topic 'remove_compiler_rpath' | Kyle Edwards | 2019-07-26 | 11 | -7/+76 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Help: Add documentation for INSTALL_REMOVE_ENVIROMENT_RPATH | Jiang Yue | 2019-07-25 | 5 | -0/+27 | |
| * | | | | | | | Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property | Jiang Yue | 2019-07-25 | 6 | -7/+49 | |
* | | | | | | | | Merge branch 'release-3.15' | Brad King | 2019-07-26 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | CMake 3.15.1v3.15.1 | Brad King | 2019-07-26 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'release-3.15' | Brad King | 2019-07-26 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Merge branch 'doc-relnotes-3.15' into release-3.15 | Brad King | 2019-07-26 | 1 | -0/+17 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'doc-relnotes-3.15' | Brad King | 2019-07-26 | 1 | -0/+17 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Help: Add 3.15.1 release notes | Brad King | 2019-07-26 | 1 | -0/+17 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'optimize-usage-requirements' | Brad King | 2019-07-26 | 4 | -137/+231 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Genex: Memoize usage requirement TARGET_PROPERTY existence | Brad King | 2019-07-23 | 2 | -0/+52 | |
| * | | | | | | | cmLinkItem: Expose HadHeadSensitiveCondition in cmLinkInterfaceLibraries | Brad King | 2019-07-23 | 1 | -1/+3 | |
| * | | | | | | | Genex: Optimize build setting TARGET_PROPERTY evaluation | Brad King | 2019-07-23 | 2 | -54/+43 | |