| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \
| | | |
| | | |
| | | |
| | | | |
59eb75d9 FindJNI: Add aarch32 path on arm
|
| |/ / |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
cb8db285 CPack/NSIS: Fix silent NSIS installs
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The installer should not put up a message box to confirm uninstall of a
previous version for silent installs. Furthermore, when the uninstaller
is invoked, do not show its confirmation dialog because either (a) the
installer already asked the user or (b) the installer is running in
silent mode.
Closes: #16328
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
39c7d62c CPack/RPM debuginfo packaging documentation
dd3c938a CPack/RPM debuginfo directories to sources
b78fcf0d CPack/RPM debuginfo packages must contain sources
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
List of sources must be split into paths parts
so that debuginfo package cleans up after
itself.
|
| | |
| | |
| | |
| | |
| | | |
Issue #15668 fix was missing relevant source
files in debuginfo package.
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
33ec71f3 FindMatlab: Fix -pthread check for projects with only C enabled
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
06dea230 CPack/NSIS: Add custom component install directory
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
9bb8ac8e FindBoost: update to 1.62
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
540815ee Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Starting with Xcode 8 the SDK folder also contains an unversioned
entry:
$ ls -l /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
drwxr-xr-x 5 root wheel 170 Mar 4 2018 MacOSX.sdk
lrwxr-xr-x 1 root wheel 10 Sep 16 20:49 MacOSX10.12.sdk -> MacOSX.sdk
If this unversioned path is used CMake cannot detect the SDK
version. To work around the problem we always invoke the code path
that translates short SDK names like "macosx10.12" into a path.
That way we always end up with a versioned SDK path in
_CMAKE_OSX_SYSROOT_PATH which is later used to determine the version.
Closes: #16323
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
1ef45a30 Revert "CPack/DEB: Make package description variable precedence match RPM"
|
| |/ /
| | |
| | |
| | |
| | | |
This reverts commit 332b089ad213a1aa89658fffd8f68c9064c6d3db as multiline
descriptions require special formatting.
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
b35568f3 Xcode: Add option to set Swift language version
49d50ad4 Xcode: Port rudimentary Swift support to Xcode 8
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
The `.pbxproj` file must now specify a `SWIFT_VERSION` value.
Set it to the legacy value of "2.3" for now. Later this can
be made configurable (e.g. to "3.0").
|
| | | |
|
| | | |
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
33058150 Help: Document Ninja generator conditional Fortran support
59aae292 Ninja: Add dyndep rules for Fortran module dependencies
39ebfc79 Ninja: Add explicit preprocessing step for Fortran
9a77680e Ninja: Conditionally allow Fortran based on ninja 'dyndep' support
0f331d78 Ninja: Add internal tool to produce a ninja dyndep file for Fortran
d3e0b64b Ninja: Add internal tool to scan Fortran code for module dependencies
8eca59a1 Ninja: Add comment with Fortran dependency design documentation
a57d1bb7 Ninja: Add API to check for dyndep support
0488ae63 Ninja: Refactor ninja feature detection
f0a23aa3 Ninja: Refactor Fortran rejection logic
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All Fortran sources need to be preprocessed before any source may be
compiled so that module dependencies can be (later) extracted. Factor
out an explicit preprocessing step preceding compilation. Use Ninja
depfile dependencies on the preprocessing step and then compile the
already-preprocessed source with a separate build statement that depends
explicitly only on the preprocessor output. Later we will insert
dynamic discovery of module dependencies between these steps.
|
|\ \
| | |
| | |
| | |
| | |
| | | |
4d3874d5 CheckFortranSourceCompiles: Add support for custom source extension
86d2e427 CheckFortranSourceCompiles: Fix FAIL_REGEX documentation typo
|
| | |
| | |
| | |
| | |
| | | |
Fortran compilers interpret the source extension to decide whether
to preprocess and what language level to use by default.
|
| |/ |
|
|/
|
|
|
|
|
|
|
|
|
| |
Since commit v3.6.0-rc1~182^2 (FindOpenSSL: Prefer libs early in search
path regardless of name, 2016-04-04) we use the `NAMES_PER_DIR` option
to `find_library` calls to consider all names in each directory before
moving on to the next directory. Fix our library search directory
ordering to place more-specific (e.g. VC/) directories before the
general directories. Otherwise they may never be considered.
Closes: #16320
|
|\
| |
| |
| |
| | |
edb3f6ee CPackRPM: Avoid CMP0007 warnings
|
| |
| |
| |
| |
| | |
For older versions of CMake minimum required version CMP0007 policy
warning was printed out.
|
|\ \
| | |
| | |
| | |
| | | |
d9cec8ad CPack/RPM: Generate source rpm (SRPM) packages on demand
|
| |/
| |
| |
| | |
Closes: #15839
|
|\ \
| | |
| | |
| | |
| | |
| | | |
1c63aa4d CPack: Add option to generate a checksum file next to each package file
4682b42b Tests: Add subtest support to RunCMake/CPack infrastructure
|
| |/
| |
| |
| | |
Add variable CPACK_PACKAGE_CHECKSUM to activate it.
|
|\ \
| | |
| | |
| | |
| | | |
b807cd9b CPackIFW: Add 'cpack_ifw_add_package_resources' command
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
5e6716db Help: Add notes for topic 'ExternalProject-HTTP_HEADER'
0f424c3d ExternalProject: Add HTTP_HEADER
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
891e0ebd FindCUDA: find cudadevrt and link it if CUDA_SEPARABLE_COMPILATION is ON
|
| | |
| | |
| | |
| | |
| | | |
Issue: #15157
Patch-by: l0calh05t on gitlab.kitware.com
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
a327b206 CPackIFW: Format documentation
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Place command documentation in explicit markup blocks and remove
horizontal dividers. Use definition lists and bullet lists as
appropriate.
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
c2f0f41f CPackIFW: Add USER_INTERFACES option
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | |
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
9cbd04be Help: Add notes for topic 'ExternalProject-http-credentials'
e1ca1173 ExternalProject: Add HTTP_{USERNAME,PASSWORD}
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Since this module's documentation already includes complete usage
examples, make them more complete by showing the include() explicitly.
Issue: #16309
|