summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge topic 'cmake-E-tar-files-from'Brad King2015-01-271-0/+6
|\ \ \ | | | | | | | | | | | | | | | | 44fd71de cmake: Teach "-E tar" command a "--files-from=" option
| * | | cmake: Teach "-E tar" command a "--files-from=" optionBrad King2015-01-261-0/+6
| |/ / | | | | | | | | | | | | | | | Read file names from the lines of a specified file. Reject input lines starting in '-' to leave room for option parsing to be added later. Add just '--add-file=' now to allow files starting in '-' to be specified.
* | | Merge topic 'cmake-builtin-targets-use-ninja-terminal'Brad King2015-01-271-1/+3
|\ \ \ | |/ / |/| | | | | | | | bbffaa0e Configure some CMake-provided targets with USES_TERMINAL (#14915)
| * | Configure some CMake-provided targets with USES_TERMINAL (#14915)Sylvain Joubert2015-01-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make them use the 'console' pool with the Ninja generator. Impacted targets are: - Built-in targets: install, install/local, install/strip, tests, package, package_source, rebuild_cache - Targets provided by the CTestTargets module: Nightly, Continuous, Experimental, and all their variants (*Start, *Configure, ...)
* | | Merge topic 'try-run-link-libraries'Brad King2015-01-261-0/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | d0adcccb try_run: Add tests for LINK_LIBRARIES with mock libraries. 223c5cb7 try_run: Add test for bad link libraries. e2b1f058 try_run: Add support for LINK_LIBRARIES option.
| * | try_run: Add support for LINK_LIBRARIES option.Matt McCormick2015-01-261-0/+5
| |/ | | | | | | | | | | | | | | Most functionality is already implemented in Source/cmCoreTryCompile.{h,cxx}. Document and improve argument parsing. This functionality is already being used by a number of modules, like CheckCSourceCompiles.cmake, but it is not documented.
* | Merge topic 'FindCUDA-cusolver'Brad King2015-01-261-0/+5
|\ \ | | | | | | | | | | | | d5d3d0c9 Help: Add notes for topic 'FindCUDA-cusolver'
| * | Help: Add notes for topic 'FindCUDA-cusolver'Brad King2015-01-231-0/+5
| | |
* | | cmake: Use a default CA path when not using system curlBrad King2015-01-231-0/+8
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using system curl, we trust it to be configured with desired CA certs. When using our own build of curl, we use os-configured CA certs on Windows and OS X. On other systems, try to achieve this by searching for common CA cert locations. According to a brief investigation, the curl packages on popular Linux distros are currently configured as: * Arch: /etc/ssl/certs/ca-certificates.crt * Debian with OpenSSL: /etc/ssl/certs * Debian with GNU TLS: /etc/ssl/certs/ca-certificates.crt * Debian with NSS: /etc/ssl/certs/ca-certificates.crt * Fedora: /etc/pki/tls/certs/ca-bundle.crt * Gentoo with OpenSSL: /etc/ssl/certs * Gentoo without OpenSSL: /etc/ssl/certs/ca-certificates.crt Teach CMake and CTest to look for these paths and use them as a CA path or bundle when no other os-configured or user-specified CAs are available.
* | Merge topic 'cmake-E-tar-mtime'Brad King2015-01-201-0/+6
|\ \ | | | | | | | | | | | | | | | 3a60c899 cmake: Teach "-E tar" command a "--mtime=" option 90f9c427 cmake: Teach "-E tar" to report file name on failure to read from disk
| * | cmake: Teach "-E tar" command a "--mtime=" optionBrad King2015-01-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option to set the mtime of entries in a tarball so that one can create a tarball with a consistent content hash (e.g. MD5) for a given set of files regardless of their current timestamps on disk. This will be useful for submission of tarballs to CDash, which tracks content hashes to avoid duplication. Inspired-by: Bill Hoffman <bill.hoffman@kitware.com>
* | | Help: Document unsupported compilers in the release notes.Stephen Kelly2015-01-191-0/+22
| | |
* | | Merge topic 'GNU-4.4-compile-features'Brad King2015-01-191-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 004e1540 Features: Record for GNU 4.4. 2a5ca650 Features: Wrap failure-test in UNIX condition. 1ae2c6b2 Features: Blacklist cxx_constexpr test for GNU 4.5. c66e3317 Features: Use a more-common feature in cycle-test. c43a6dc5 Features: Update comment in test to match the code. 78259135 Features: Test presence of cxx_auto_type with genex. 7b9fc88b Features: Remove outdated comment.
| * | | Features: Record for GNU 4.4.Stephen Kelly2015-01-181-2/+2
| | | |
* | | | Merge topic 'SolarisStudio-compile-features'Brad King2015-01-191-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 00194ea7 Help: Add notes for topic 'SolarisStudio-compile-features' bcb04783 Features: Record for SolarisStudio 12.4. 536c535c Features: Adjust cxx_variadic_templates unit test for SolarisStudio. 5d57970d Features: Use variable in cxx_inheriting_constructors test. 69182ce4 Features: Ensure that the cxx_auto_type test is correct.
| * | | | Help: Add notes for topic 'SolarisStudio-compile-features'Brad King2015-01-191-0/+5
| |/ / /
* | | | Merge topic 'WriteCompilerDetectionHeader-multi-file-lang'Brad King2015-01-191-0/+6
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | 59e6e15c Help: Add notes for topic 'WriteCompilerDetectionHeader-multi-file-lang' 54156d72 WCDH: Generate per-language files in multi-file mode. d84d6ed4 WCDH: Allow compilers to specify features for one language but not the other. 7dcdfec9 WCDH: Find a language-specific DetermineCompiler.cmake if present.
| * | | Help: Add notes for topic 'WriteCompilerDetectionHeader-multi-file-lang'Stephen Kelly2015-01-171-0/+6
| |/ /
* | | Merge topic 'remove-AppleClang-51-release-notes'Brad King2015-01-191-5/+0
|\ \ \ | | | | | | | | | | | | | | | | e11f8d64 Remove AppleClang-5.1-features.rst release notes.
| * | | Remove AppleClang-5.1-features.rst release notes.Stephen Kelly2015-01-171-5/+0
| |/ / | | | | | | | | | It is redundant after Xcode-clang-compile-features.rst.
* | | Merge topic 'add-FindJsonCpp'Brad King2015-01-191-0/+5
|\ \ \ | |/ / |/| | | | | | | | 0aebeb9c FindJsonCpp: Add module to find JsonCpp package
| * | FindJsonCpp: Add module to find JsonCpp packageBrad King2015-01-191-0/+5
| | |
* | | Merge topic 'GNU-4.6-compile-features'Brad King2015-01-161-0/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 770ba876 Help: Add notes for topic 'GNU-4.6-compile-features' b15c008f Features: Record for GNU 4.6. f13a2eb1 Features: Adjust the RunCMake test to use more-common features. 1f19ac4d Features: Adjust cxx_variadic_templates unit test for GNU < 4.7. 0798d1e5 Features: Extend the generalized_initializers test for GNU < 4.7. 938bd94e Features: Test __GXX_EXPERIMENTAL_CXX0X__ macro for GNU < 4.7 compatibility. 462c630b Features: Don't test __cplusplus value for CXX98 on GNU. 222ec86f Features: Test an old value of __STDC_VERSION__ for GNU < 4.7 compatibility. 6e909035 Features: Record C/CXX dialect flags for GNU 4.6. bfc995cc Features: Remove wrong content from else() condition. 1532b921 Features: Make cxx_noexcept available from GNU 4.6. 1f4649e6 Features: Update the default_dialect test for old GNU-like compilers. a60027a6 Features: Ensure appropriate return value from feature test macros.
| * | Help: Add notes for topic 'GNU-4.6-compile-features'Brad King2015-01-161-0/+5
| | |
* | | Merge topic 'windows-utf-8'Brad King2015-01-161-0/+22
|\ \ \ | | | | | | | | | | | | | | | | cdc29c36 Encoding: Switch to use UTF-8 internally by default on Windows.
| * | | Encoding: Switch to use UTF-8 internally by default on Windows.Clinton Stimpson2015-01-161-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes several reported bugs about CMake not handling non-ascii paths on Windows. Practically, the use of some unicode characters may still be limited by the build or compiler tools. For example, a user may be limited by the build tools to using characters within the Windows ANSI code page (which can include non-ascii characters in the current system language).
* | | | Help: Add notes for topic 'ExternalData-custom-download'Brad King2015-01-151-0/+7
| |/ / |/| |
* | | Merge topic 'FindGit-local-Github'Brad King2015-01-151-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | ff880ece Help: Add notes for topic 'FindGit-local-Github' 54690624 FindGit: Search in 'GitHub for Windows' user directory
| * | | Help: Add notes for topic 'FindGit-local-Github'Brad King2015-01-141-0/+5
| |/ /
* | | Merge topic 'Apple-compiler-selection'Brad King2015-01-151-0/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | da928d30 Help: Add notes for topic 'Apple-compiler-selection' 1f085e11 OS X: Resolve compiler in /usr/bin to that reported by Xcode xcrun 85d31735 CMakeDetermineCompiler: Factor out xcrun invocation into a macro
| * | | Help: Add notes for topic 'Apple-compiler-selection'Brad King2015-01-141-0/+8
| | |/ | |/|
* | | Merge topic 'Xcode-clang-compile-features'Brad King2015-01-151-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | dcd72a74 Help: Add notes for topic 'Xcode-clang-compile-features' 3ad893b5 Features: Record for historical Xcode clang versions. 98965fb1 Features: Record dialect flags for AppleClang 4.0+.
| * | | Help: Add notes for topic 'Xcode-clang-compile-features'Brad King2015-01-141-0/+5
| |/ /
* | | Merge topic 'revert-feature_record_msvc'Brad King2015-01-151-6/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | 4ce110bb Tests: Revert workaround for COMPILE_FEATURES genex bug 0b7e7e27 Revert topic 'feature_record_msvc'
| * | | Revert topic 'feature_record_msvc'Brad King2015-01-141-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert commits: 2d738ce3 Help: Add notes for topic 'feature_record_msvc' f73718c9 Features: Enable writing of MSVC compiler feature header. 64c30bdc Features: Record for MSVC C++ 2015 and MSVC C 2010-2015. 225c0ef8 Features: Record for MSVC 2010-2013. This topic was merged to master prematurely, so remove it.
* | | | Merge topic 'Apple-GNU-compiler-features'Brad King2015-01-141-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | f121b6b1 Help: Add notes for topic 'Apple-GNU-compiler-features'
| * | | | Help: Add notes for topic 'Apple-GNU-compiler-features'Brad King2015-01-141-0/+5
| | | | |
* | | | | Merge topic 'find-msmpi'Brad King2015-01-141-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | a3513cee Help: Add notes for topic 'find-msmpi'
| * | | | | Help: Add notes for topic 'find-msmpi'Brad King2015-01-141-0/+4
| | |_|/ / | |/| | |
* | | | | Merge topic 'record-GNU-5-features'Brad King2015-01-141-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | 31cbfd41 Help: Add notes for topic 'record-GNU-5-features'
| * | | | Help: Add notes for topic 'record-GNU-5-features'Brad King2015-01-141-0/+5
| |/ / /
* | | | Merge topic 'add-xz-support'Brad King2015-01-121-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4035ef78 cmake -E tar: error out on multiple compression formats d811d238 cmSystemTools: use an enumeration for compression formats df16dcfb cmake -E tar: add support for .xz files with 'J' b0a5d393 cmake -E tar: clean up flag documentation
| * | | | cmake -E tar: add support for .xz files with 'J'Ben Boeckel2015-01-091-0/+5
| |/ / /
* | | | Merge topic 'FindLATEX-components'Brad King2015-01-121-0/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | 89e08de8 FindLATEX: Add components for XeLaTeX and LuaLaTeX c32f6919 FindLATEX: Add components Biber and xindy 222ee2c0 FindLATEX: Add components PDFtoPS and HTLATEX 07a3f9ad FindLATEX: Add components handling
| * | | FindLATEX: Add components handlingChristoph GrĂ¼ninger2014-12-231-0/+4
| |/ /
* | | Merge topic 'feature_record_msvc'Brad King2015-01-111-0/+6
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | 2d738ce3 Help: Add notes for topic 'feature_record_msvc' f73718c9 Features: Enable writing of MSVC compiler feature header. 64c30bdc Features: Record for MSVC C++ 2015 and MSVC C 2010-2015. 225c0ef8 Features: Record for MSVC 2010-2013.
| * | Help: Add notes for topic 'feature_record_msvc'Brad King2015-01-111-0/+6
| |/
* | WCDH: Add feature portability for thread_local.Stephen Kelly2015-01-011-0/+7
|/ | | | | | | | | | | | | | | | | AppleClang does not support the cxx_thread_local feature, even though it is based on a Clang version which does support the feature. http://stackoverflow.com/a/23850891/2428389 A possible reason for that is that thread_local might be used as a variable in existing Apple SDK headers. Extend the WriteCompilerDetectionHeader module to generate a define for that feature with portability fallbacks. For the avoidance of making it easy to write code which looks correct but which has odd runtime behavior, don't set the define symbol at all if no equivalent keyword is known.
* Merge topic 'AppleClang-5.1-features'Brad King2014-12-231-0/+5
|\ | | | | | | | | | | | | bb83cdaa Help: Add notes for topic 'AppleClang-5.1-features' bd6b42c1 Features: Record for AppleClang 5.1 b341799e Tests: Fix RunCMake.CompileFeatures test NonValidTarget2 case
| * Help: Add notes for topic 'AppleClang-5.1-features'Brad King2014-12-231-0/+5
| |