Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CUDA: Support CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS global variable | Robert Maynard | 2019-08-06 | 3 | -0/+13 |
* | Merge topic 'cmake-version-rc' | Brad King | 2019-07-26 | 1 | -5/+5 |
|\ | |||||
| * | CMakeVersion: Use '-rc0' version suffix on release branches prior to rc1 | Brad King | 2019-07-26 | 1 | -5/+5 |
* | | Merge topic 'ep_support_no_submodule_init' | Kyle Edwards | 2019-07-26 | 3 | -0/+30 |
|\ \ | |||||
| * | | ExternalProject: Support not initializing any submodules | Robert Maynard | 2019-07-24 | 3 | -0/+30 |
* | | | Merge topic 'remove_compiler_rpath' | Kyle Edwards | 2019-07-26 | 5 | -0/+27 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Help: Add documentation for INSTALL_REMOVE_ENVIROMENT_RPATH | Jiang Yue | 2019-07-25 | 5 | -0/+27 |
* | | | 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 branch 'msvc-runtime-library-doc' into release-3.15 | Brad King | 2019-07-19 | 3 | -1/+11 |
| |\ \ | |||||
| * | | | Swift: support multithreaded compilation | Saleem Abdulrasool | 2019-07-18 | 2 | -0/+9 |
* | | | | CMakeVersion: Set CMake_VERSION_RC to 0 even in non-rc versions | Brad King | 2019-07-25 | 1 | -2/+2 |
* | | | | Merge topic 'clang-gnulike-support' | Brad King | 2019-07-25 | 12 | -12/+24 |
|\ \ \ \ | |||||
| * | | | | Help/guide/tutorial: Revert "require C++14 for the Tutorial" | Brad King | 2019-07-24 | 12 | -12/+24 |
| | |_|/ | |/| | | |||||
* | | | | FindPackage: Support `NO_[]_PATH` global call options | Robert Maynard | 2019-07-22 | 7 | -12/+17 |
|/ / / | |||||
* | | | Merge topic 'tutorial_reference_cmake_install_command' | Brad King | 2019-07-22 | 1 | -6/+8 |
|\ \ \ | |||||
| * | | | Tutorial: Updated to reference using cmake --install | Robert Maynard | 2019-07-19 | 1 | -6/+8 |
* | | | | Merge topic 'doc-string-multibyte' | Brad King | 2019-07-22 | 1 | -81/+94 |
|\ \ \ \ | |||||
| * | | | | Help: Add note to each string() subcommand that assumes ASCII input | Craig Scott | 2019-07-19 | 1 | -1/+10 |
| * | | | | Help: Fix language and formatting inconsistencies for string() command | Craig Scott | 2019-07-19 | 1 | -81/+85 |
* | | | | | Merge topic 'cpack-install-scripts' | Craig Scott | 2019-07-22 | 3 | -9/+5 |
|\ \ \ \ \ | |||||
| * | | | | | CPack: Introduce CPACK_INSTALL_SCRIPTS variable | Alex Turbov | 2019-07-21 | 3 | -9/+5 |
* | | | | | | Merge topic 'feature/message-indent' | Craig Scott | 2019-07-22 | 4 | -0/+41 |
|\ \ \ \ \ \ | |||||
| * | | | | | | message(): Control indentation via CMAKE_MESSAGE_INDENT | Alex Turbov | 2019-07-21 | 4 | -0/+41 |
* | | | | | | | Merge topic 'skip_regular_expression' | Kyle Edwards | 2019-07-19 | 5 | -2/+33 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: Add documentation for SKIP_REGULAR_EXPRESSION test property | Gabor Bencze | 2019-07-18 | 5 | -2/+33 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'msvc-runtime-library-doc' | Brad King | 2019-07-19 | 3 | -1/+11 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | MSVC: Document behavior when MSVC_RUNTIME_LIBRARY is not set | Brad King | 2019-07-19 | 3 | -1/+11 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Merge branch 'FindBISON-CMP0088-SourcePath' into release-3.15 | Brad King | 2019-07-12 | 1 | -0/+8 |
| |\ \ \ \ | |||||
* | | | | | | AIX: Do not enable runtime linking by default anymore | Brad King | 2019-07-17 | 1 | -0/+10 |
* | | | | | | Merge topic 'aix-exe-implib' | Brad King | 2019-07-17 | 5 | -2/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | AIX: Create import library for executables with exports | Brad King | 2019-07-16 | 5 | -2/+24 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'cmake-qch-no-version-in-filename' | Brad King | 2019-07-17 | 1 | -0/+8 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CMake.qch: Don't include the version in the file name | Craig Scott | 2019-07-17 | 1 | -0/+8 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'project-version-0' | Brad King | 2019-07-17 | 3 | -0/+31 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | project: Keep leading `0` in PROJECT_VERSION components | Alex Turbov | 2019-07-16 | 3 | -0/+31 |
* | | | | | | Help: Clarify ENABLE_EXPORTS per-platform link behavior | Brad King | 2019-07-16 | 1 | -9/+14 |
* | | | | | | Help: Simplify CMAKE_ENABLE_EXPORTS documentation | Brad King | 2019-07-16 | 1 | -18/+4 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'FindBISON-CMP0088-SourcePath' | Brad King | 2019-07-15 | 1 | -0/+8 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | FindBISON: Fix CMP0088 NEW behavior for non-absolute input paths | Brian Carlson | 2019-07-12 | 1 | -0/+8 |
* | | | | | Merge topic 'cmake-e-true-false' | Brad King | 2019-07-12 | 2 | -0/+11 |
|\ \ \ \ \ | |||||
| * | | | | | cmake -E: Add true and false commands | Kyle Edwards | 2019-07-11 | 2 | -0/+11 |
* | | | | | | Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass' | Brad King | 2019-07-12 | 2 | -1/+8 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | ctest: propagate make program to cmake | Robert Maynard | 2019-07-11 | 2 | -1/+8 |
* | | | | | | Merge topic 'eclipse-resource-encoding' | Brad King | 2019-07-11 | 3 | -0/+13 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Eclipse: Add option to set the resource encoding | Martin Gerhardy | 2019-07-09 | 3 | -0/+13 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge topic 'docs-file-GLOB-case-sensitivity' | Craig Scott | 2019-07-11 | 1 | -0/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Mention file(GLOB)'s case-sensitivity | Steve Mokris | 2019-07-10 | 1 | -0/+5 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'docs-message-cmake-gui' | Craig Scott | 2019-07-10 | 1 | -6/+6 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | |||||
| * | | | | | message() help: Clarify how logs are displayed in various tools | Frank Dana | 2019-07-09 | 1 | -6/+6 |