- 08 Sep, 2016 1 commit
-
-
Kitware Robot authored
-
- 07 Sep, 2016 17 commits
-
-
Brad King authored
-
Brad King authored
-
4b53a693 curl: Backport certificate reuse fix from 7.50.2
-
17a24dc3 GNUInstallDirs: Add macro to expose internal logic publicly
-
332b089a CPack/DEB: Make package description variable precedence match RPM
-
f1ad71d7 cmMakefile: Restore nested error logic use of cmExecutionStatus
-
d47c7bf6 CPack: include what you use
-
1bc33257 CPackWIX: Fix incomplete CPACK_WIX_SKIP_PROGRAM_FOLDER implementation
-
29768b03 FindMatlab: Avoid indexing an empty list of versions
-
-
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
-
Brad King authored
-
Brad King authored
-
Brad King authored
Backport curl upstream commit curl-7_50_2~32 (nss: refuse previously loaded certificate from file, 2016-08-22).
-
Brad King authored
-
Kitware Robot authored
-
- 06 Sep, 2016 14 commits
-
-
Daniel Pfeifer authored
-
Brad King authored
Since commit 14a8d61f (cmMakefile: Port nested error logic away from cmExecutionStatus) we fail to continue processing function and macro bodies after non-fatal errors. A non-fatal error should not stop foreach loops, macro bodies, nested bodies, or the outer script. Add a test covering these cases, and revert the change to fix them. Also revert commit 2af853de (cmMakefile: Simplify IssueMessage implementation) because the assertion it added (which was removed by the above commit and is restored by reverting it) is incorrect. We do have code paths that call cmMakefile::IssueMessage with an empty execution stack, such as in CheckForUnusedVariables's LogUnused call.
-
Commit 17bbf6af (CPackWIX: Implement new CPACK_WIX_SKIP_PROGRAM_FOLDER feature) generates GUIDs for most but not all components when the feature is active. Generate the remaining GUIDs as well. Co-Author: Nils Gladitz <nilsgladitz@gmail.com>
-
Brad King authored
-
Brad King authored
They correspond to toolsets, not VS IDE versions.
-
f6fd0abc Genex: Diagnose invalid LINK_ONLY usage instead of crashing
-
4ffdd564 CPack/DEB: Add option to select archive type
-
1a9de803 surround macro arguments with parentheses
-
0039ffa2 use CM_NULLPTR
-
62c5f9af QtDialog: fix clang-tidy warnings
-
-
Brad King authored
-
Kitware Robot authored
-
- 05 Sep, 2016 8 commits
-
-
Daniel Pfeifer authored
-
Daniel Pfeifer authored
-
Brad King authored
-
Brad King authored
This will allow build failure cases to be added later.
-
Brad King authored
Use of `-fvisibility=hidden` warns: warning: visibility attribute not supported in this configuration; ignored
-
32f756c8 CursesDialog: include what you use
-
60dcaaea tidy: Fix readability-redundant-string-cstr issues
-
Add a `CPACK_DEBIAN_ARCHIVE_TYPE` option that can be used to select an archive type that supports long file names. Closes: #14332
-