summaryrefslogtreecommitdiffstats
path: root/Help/release
Commit message (Collapse)AuthorAgeFilesLines
* Help: Add notes for topic 'fortran-submodules'Brad King2016-09-201-0/+7
|
* Merge topic 'directory-list-targets-and-subdirs'Brad King2016-09-201-0/+16
|\ | | | | | | | | | | | | | | d0be1e15 Add directory properties to get source and binary directories cbca6582 Add directory property to list buildsystem targets 7a4b8d0d Add a directory property to list subdirectories 089868a2 cmState: Record buildsystem target names in each directory
| * Add directory properties to get source and binary directoriesBrad King2016-09-191-0/+7
| | | | | | | | | | | | Add SOURCE_DIR and BINARY_DIR directory properties that return the absolute paths to the corresponding directories. These correspond to the target properties of the same names that we already have.
| * Add directory property to list buildsystem targetsBrad King2016-09-191-0/+4
| | | | | | | | | | Add a BUILDSYSTEM_TARGETS property to allow project code to traverse the list of its own targets in a given directory.
| * Add a directory property to list subdirectoriesBrad King2016-09-191-0/+5
| | | | | | | | | | Add a SUBDIRECTORIES directory property to allow project code to traverse the directory structure of itself as CMake sees it.
* | Merge topic 'cpack-rpm-srpm-package'Brad King2016-09-201-0/+7
|\ \ | | | | | | | | | | | | d9cec8ad CPack/RPM: Generate source rpm (SRPM) packages on demand
| * | CPack/RPM: Generate source rpm (SRPM) packages on demandDomen Vrankar2016-09-201-0/+7
| |/ | | | | | | Closes: #15839
* | Merge topic 'cpack.hash_computing'Brad King2016-09-201-0/+5
|\ \ | | | | | | | | | | | | | | | 1c63aa4d CPack: Add option to generate a checksum file next to each package file 4682b42b Tests: Add subtest support to RunCMake/CPack infrastructure
| * | CPack: Add option to generate a checksum file next to each package filePetr Orlov2016-09-191-0/+5
| |/ | | | | | | Add variable CPACK_PACKAGE_CHECKSUM to activate it.
* | Merge topic 'ifw-package-resources'Brad King2016-09-201-0/+6
|\ \ | | | | | | | | | | | | b807cd9b CPackIFW: Add 'cpack_ifw_add_package_resources' command
| * | CPackIFW: Add 'cpack_ifw_add_package_resources' commandKonstantin Podsvirov2016-09-191-0/+6
| |/
* | Merge topic 'ExternalProject-HTTP_HEADER'Brad King2016-09-201-0/+5
|\ \ | |/ |/| | | | | | | 5e6716db Help: Add notes for topic 'ExternalProject-HTTP_HEADER' 0f424c3d ExternalProject: Add HTTP_HEADER
| * Help: Add notes for topic 'ExternalProject-HTTP_HEADER'Brad King2016-09-191-0/+5
| |
* | Help: Add notes for topic 'cmake-server-basic'Brad King2016-09-191-0/+6
| |
* | Merge topic 'ifw-user-interfaces'Brad King2016-09-191-0/+7
|\ \ | |/ |/| | | | | c2f0f41f CPackIFW: Add USER_INTERFACES option
| * CPackIFW: Add USER_INTERFACES optionPierluigi Taddei2016-09-161-0/+7
| | | | | | | | | | | | Add to CPackIFW the capability of accepting a list of USER_INTERFACES that are copied to the meta folder and added to the component description.
* | Merge topic 'file-curl-httpheader'Brad King2016-09-161-0/+5
|\ \ | | | | | | | | | | | | 8f6cb366 file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboption
| * | file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboptionRuslan Baratov2016-09-151-0/+5
| |/
* | Merge topic 'find_package-dir-sort'Brad King2016-09-161-0/+13
|\ \ | | | | | | | | | | | | 31be918b find_package: Optionally sort globbed directories in a meaningful order
| * | find_package: Optionally sort globbed directories in a meaningful orderPierluigi Taddei2016-09-151-0/+13
| |/ | | | | | | | | | | | | | | | | | | | | | | Add `CMAKE_FIND_PACKAGE_SORT_{ORDER,DIRECTION}` variables to specify sort order and direction. When multiple package with the same name have been found in the same location sorting option can be used to force a specific version to be loaded (e.g. libA_1.12.0 instead of libA_1.1.0). Currently sorting by NAME and by NATURAL order have been implemented. Natural ordering makes use of the `strverscmp(3)` ordering.
* | Help: Add notes for topic 'ExternalProject-http-credentials'Brad King2016-09-151-0/+5
|/
* Merge topic 'file-curl-userpw'Brad King2016-09-141-0/+5
|\ | | | | | | | | | | abeb42f1 Help: Add notes for topic 'file-curl-userpw' e5ba1041 file(DOWNLOAD|UPLOAD): Add 'USERPWD' suboption
| * Help: Add notes for topic 'file-curl-userpw'Brad King2016-09-141-0/+5
| |
* | Merge topic 'add_androidmk_generator'Brad King2016-09-141-0/+10
|\ \ | | | | | | | | | | | | | | | | | | 42ce9f1e Add support for creating prebuilt Android.mk files d5257063 Export: Virtualize file generation step helpers f81b9475 Export: Factor out file generation steps into helpers
| * | Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-131-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add options to the `install()` and `export()` commands to export the targets we build into Android.mk files that reference them as prebuilt libraries with associated usage requirements (compile definitions, include directories, link libraries). This will allow CMake-built projects to be imported into projects using the Android NDK build system. Closes: #15562
* | | cmake-gui: Add button to open the generated projectNico Heßler2016-09-131-0/+5
| |/ |/| | | | | | | | | Look for VS or Xcode project files at the top of the build tree. If present, enable an "Open Project" button to open them through the OS desktop services.
* | Merge topic 'timestamp-names'Brad King2016-09-131-0/+6
|\ \ | | | | | | | | | | | | | | | 410add40 Help: Add notes for topic 'timestamp-names' 751f7b52 string(TIMESTAMP ...): add '%a' and '%b' format specifiers
| * | Help: Add notes for topic 'timestamp-names'Brad King2016-09-121-0/+6
| | |
* | | Merge topic 'bzip2-imported-targets'Brad King2016-09-121-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 79eba4b7 Help: Add notes for topic 'bzip2-imported-targets' 069cac58 Tests: Add FindBZip2 unit tests e9ce0503 FindBZip2: Add imported target
| * | | Help: Add notes for topic 'bzip2-imported-targets'Brad King2016-09-091-0/+4
| | |/ | |/|
* | | Merge topic 'wix-feature-patch'Brad King2016-09-121-0/+5
|\ \ \ | |_|/ |/| | | | | | | | c0bccc51 CPackWIX: Enabled patching of WIX <Feature> tags
| * | CPackWIX: Enabled patching of WIX <Feature> tagsMichael Stürmer2016-09-091-0/+5
| |/
* | cmake_parse_arguments: Add option to read arguments from ARGC/ARGV#Bill Hoffman2016-09-081-0/+6
|/ | | | | | | | | The `ARGC`/`ARGV#` variables in function scope hold the original arguments with no ;-list flattening. Add a way for functions to cleanly parse arguments that may contain `;`. This also avoids extra copying of the arguments. Co-Author: Brad King <brad.king@kitware.com>
* Merge topic 'vs-15-generator'Brad King2016-09-081-0/+4
|\ | | | | | | | | | | | | bdc679a8 VS15: Add Visual Studio 15 generator a8936656 VS: Update v140 flag tables from VS 15 MSBuild files 21346d3f Features: Record features for VS 15 Preview 4
| * VS15: Add Visual Studio 15 generatorBrad King2016-09-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call the generator "Visual Studio 15" without any year because the preview version of VS 15 does not provide a year in the product name. Copy cmGlobalVisualStudio14Generator to cmGlobalVisualStudio15Generator and update version numbers accordingly. Add the VS15 enumeration value. Note that we do not need to add a MSVC15 variable or v150 toolset because Visual Studio 15 comes with an updated version of the v140 toolset and remains ABI-compatible. Teach tests VSExternalInclude, RunCMake.GeneratorPlatform, and RunCMake.GeneratorToolset to treat VS 15 as they do VS 10-14. Closes: #16143
* | Merge topic 'GNUInstallDirs-function'Brad King2016-09-071-0/+5
|\ \ | | | | | | | | | | | | 17a24dc3 GNUInstallDirs: Add macro to expose internal logic publicly
| * | GNUInstallDirs: Add macro to expose internal logic publiclyRoger Leigh2016-09-071-0/+5
| |/
* | CPack/DEB: Make package description variable precedence match RPMDomen Vrankar2016-09-071-0/+15
|/ | | | | | | | | Make `CPACK_DEBIAN_PACKAGE_DESCRIPTION` fallback variable precedence match CPackRPM behavior as much as possible. This is technically a breaking change, but the new behavior is more consistent with expectation anyway. Closes: #16272
* CPack/DEB: Add option to select archive typeDomen Vrankar2016-09-051-0/+6
| | | | | | | Add a `CPACK_DEBIAN_ARCHIVE_TYPE` option that can be used to select an archive type that supports long file names. Closes: #14332
* Utilities/Release: Drop Linux 32-bit binaryBrad King2016-08-301-0/+5
| | | | | | | The Linux distro we've been using for this is so old that it limits our ability to import newer third-party software. Until a new machine can be configured to provide this binary we can simply drop it. Users will still be able to build from source or use a distro-provided version.
* Merge topic 'ninja-add_custom_command-depfile'Brad King2016-08-301-0/+6
|\ | | | | | | | | 048d1adb add_custom_command: Add DEPFILE option for Ninja
| * add_custom_command: Add DEPFILE option for NinjaKulla Christoph2016-08-301-0/+6
| | | | | | | | | | | | | | | | Provide a way for custom commands to inform the ninja build tool about their implicit dependencies. For now simply make use of the option an error on other generators. Closes: #15479
* | CPack/RPM: Add test for debuginfo package generationDomen Vrankar2016-08-261-0/+6
|/
* Merge topic 'android-platform-modules'Brad King2016-08-241-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7b637ebd Android: Add `ANDROID` variable to indicate the target c2f561e5 Android: Add test cases covering use of the NDK and standalone toolchains 6b84df8d Help: Document cross compiling for Android d7d40830 Android: Select the STL type for NDK builds b22294bc Android: Populate compiler flags for current ABI b6a3102a Android: Add a CMAKE_BUILD_TYPE default d1e3cec2 Android: Add Clang -target option for current ABI 504db72d Android: Add placeholders for compiler/abi-specific settings fa632578 Android: Avoid interfering with common pre-existing toolchain files 6299693f Android: Search for NDK and standalone toolchain in more places 29b51379 Android: Detect and save a standalone toolchain without the NDK 7d9b49fb Android: Detect settings from the CMAKE_SYSROOT if it is set 4389664a Android: Detect and save a toolchain from the NDK 328191f6 Android: Set CMAKE_SYSROOT automatically 9e032304 Android: Detect and save the architecture, ABI, and processor fde59c4d Android: Detect and save the API level ...
| * Help: Document cross compiling for AndroidBrad King2016-08-231-0/+5
| | | | | | | | | | | | CMake now supports cross compiling for Android using the NDK or a standalone toolchain. Document the associated variables and how how to write toolchain files for Android.
* | Merge topic 'import-vim-syntax'Brad King2016-08-241-0/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | b4556b47 Help: Add release notes for 'vim-cmake-syntax' import 25c01cf0 Aux: Install vim-cmake-syntax files with CMake e3ac68cf Merge branch 'upstream-vim-cmake-syntax' into import-vim-syntax 4a22c06e vim-cmake-syntax 2016-08-16 (e782679c) f21a8235 Aux: Drop vim files prior to import of third-party version 0966f1c5 Add script to update vim-cmake-syntax from upstream
| * | Help: Add release notes for 'vim-cmake-syntax' importBrad King2016-08-171-0/+11
| |/
* | cmake: Add `cmake -E capabilities` modeTobias Hunger2016-08-161-0/+6
|/ | | | | | | Add `cmake -E capabilities` to report on generators, cmake version and possibly other static capabilities of cmake. Closes: #15462
* Merge topic 'ninja-directory-targets'Brad King2016-08-101-0/+8
|\ | | | | | | | | | | 02789894 Ninja: Add `$subdir/{test,install,package}` targets a88c99f1 Ninja: Simplify computation of GLOBAL_TARGET outputs
| * Ninja: Add `$subdir/{test,install,package}` targetsBrad King2016-08-091-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | With the Makefile generator one can use `cd $subdir; make install` to build and install targets associated with a given subdirectory. This is not possible to do with the Ninja generator since there is only one `build.ninja` file at the top of the build tree. However, we can approximate it by allowing one to run `ninja $subdir/install` at the top of the tree to build the targets in the corresponding subdirectory and install them. This also makes sense for `test`, `package`, and other GLOBAL_TARGET targets. It was already done for `all` by commit v3.6.0-rc1~240^2~2 (Ninja: Add `$subdir/all` targets, 2016-03-11).