| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| | |
Merge-request: !1377
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
`xmlrpc-c-config $modules --cflags` may report no `-I` flags if the
headers are in a standard location like `/usr/include`. In this case
it is okay for `XMLRPC_INCLUDE_DIRS` to be empty.
Ideally the `--cflags` output should be used as hints for a `find_path`
call to really find the headers as we do for other find modules, but
simply assuming no explicit include directories are needed is good
enough for now.
Fixes: #17347
|
| |
| |
| |
| |
| | |
We always have `execute_process` now, so drop our ancient `exec_program`
code paths that are never used anymore.
|
|\ \
| | |
| | |
| | | |
Merge-request: !1373
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The LLVM/Clang installer on Windows provides a `LLVM/bin` directory
containing `clang.exe` and `clang++.exe` command-line tools that have a
GNU-like command-line but target the MSVC ABI (instead of MinGW). We
do not support this combination, so diagnose and reject it explicitly.
Tell users what to do to use the `clang-cl.exe` tool instead.
Issue: #16439
|
|\ \
| | |
| | |
| | | |
Merge-request: !1375
|
| | |
| | |
| | |
| | |
| | | |
Regex [+-~] passes all characters between + and ~ and not only
+, - and ~
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
CPACK_DEBIAN_PACKAGE_VERSION variable could in the past also
contain release and epoch version so regex test should expect
the entire versioning if both CPACK_DEBIAN_PACKAGE_RELEASE
and CPACK_DEBIAN_PACKAGE_EPOCH are not set.
Also since the checks were not performed in the past the regex
test of CPACK_DEBIAN_PACKAGE_VERSION variable content should
only report author warnings instead of errors in case of the
test fail.
Fixes: #17339
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !1369
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | | |
The implementation of this module doesn't expect such dereferences
to happen, but can when a project sets a variable called `x`.
Set `CMP0054` explicitly to get its NEW behavior.
Fixes: #17335
|
|\ \ \
| | | |
| | | |
| | | | |
Merge-request: !1372
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* upstream-curl:
curl 2017-10-04 (3ea76790)
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Code extracted from:
https://github.com/curl/curl.git
at commit 3ea76790571c1f7cf1bed34fabffd3cc20ad3dd3 (curl-7_56_0).
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
Merge-request: !1366
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
SKIP_AUTOUIC and SKIP_AUTOGEN were ignored when set on a `.ui` file that
was not in the sources of the target.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Merge-request: !1358
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Clarify definitions of `bracket_open` and `bracket_close` productions.
In note about unquoted arguments containing unescaped double quotes,
provide examples of how they can be written as quoted arguments.
Also clarify location of nested calls supported by variable function
scope.
Suggested-by: Дилян Палаузов <dilyan.palauzov@aegee.org>
|
|\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | | |
Merge-request: !1365
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit d210b2813072c874ee13fcc941e41aacacf09874.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Merge-request: !1361
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Merge-request: !1362
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Merge-request: !1360
|
| | |_|/ /
| |/| | |
| | | | |
| | | | | |
Fixes: #17310
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Merge-request: !1359
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fix typo in documentation added by commit v3.10.0-rc1~18^2
(FindProtobuf: add flag to allow descriptor files to be generated,
2017-09-21).
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Merge-request: !1356
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In the normal archiving rules the ``<CMAKE_AR>`` placeholder is replaced
by the generators with a properly-quoted path to the tool. In the IPO
rules we specify the tools directly, so we need to quote them.
Fixes: #17326
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Merge-request: !1355
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Java 9 has only one component. Revise the logic to tolerate any number
of version components 1 through 4. Fix the parsing of individual
components.
Fixes: #17325
|
|\ \ \ \ \
| |_|/ / /
|/| | | |
| | | | | |
Merge-request: !1357
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Reduce duplication of `AUTOMOC` feature text. Clarify QtIFW version
requirements.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Merge-request: !1348
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes: #17307
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
Merge-request: !1349
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
explicitLibraries can never be nullptr at this point
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Merge-request: !1354
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
When running `hdiutil create`, specify the HFS+ filesystem explicitly.
Otherwise `hdiutil` may choose a filesystem based on the host. We do
not want to create APFS images for `.dmg` packages because they may not
mount on macOS versions prior to 10.12.
This was missed in commit 39b50975d9 (CPack: Fix .dmg HFS+ creation on
macOS APFS hosts, 2017-10-02).
Reported-by: Alan Garny
|
| | | | | | | | |
|
| |_|_|_|/ / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Release versions do not have the development topic section of
the CMake Release Notes index page.
|