- 15 Apr, 2018 1 commit
-
-
Kitware Robot authored
-
- 14 Apr, 2018 1 commit
-
-
Kitware Robot authored
-
- 13 Apr, 2018 3 commits
-
-
3f82c590 Clang: Add standard flags support when simulating MSVC 8381bc12 Clang: Avoid extra C++ feature detection when simulating MSVC 6cddf7ba Clang: Refactor standard flags logic when simulating MSVC Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1906
-
5ebbf280 Merge branch 'upstream-KWSys' into update-kwsys e488f738 KWSys 2018-04-12 (9da3e5bc) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1953
-
Kitware Robot authored
-
- 12 Apr, 2018 13 commits
-
-
fc7e1de1 CONTRIBUTING: Mention GitLab option to allow edits from maintainers Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1954
-
Brad King authored
Collaboration between contributors and developers is easier if a developer can push an update to a contributor's MR source branch.
-
Brad King authored
* upstream-KWSys: KWSys 2018-04-12 (9da3e5bc)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 9da3e5bc847fa4187f42f60700e343a9ed09a161 (master). Upstream Shortlog ----------------- Brad King (1): c7ef6c1b SystemInformation: Do not include unnecessary fenv.h
-
Brad King authored
-
312527de document COMMON_LANGUAGE_RUNTIME target properties 4b7a82b4 cmVisualStudio10TargetGenerator: set /clr compiler flag from property 20e31fb4 cmExportFileGenerator: add target property for managed targets 411a2270 cmGeneratorTarget: add handling of managed assemblies to HasImportLibrary() fb433ff2 cmGeneratorTarget: Make import library checks config-aware 4c1f3396 cmGeneratorTarget: add GetManagedType() and CheckManagedType() methods 6c517a9f cmGeneratorTarget: add HasLanguage() as wrapper for GetLanguages() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1916
-
65198cfd variable_watch: trigger on variables set via PARENT_SCOPE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1948
-
5f4272cc Features: Record for VS 2017 through 15.6 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1903
-
ff18dce5 cmVisualStudio10TargetGenerator: Properly escape attributes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1937
-
ffb1f191 FindMatlab: add unit tests 44c916b4 FindMatlab: always handle uncaught exception Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1946
-
91747860 FindwxWidgets: Use more private name for local variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1951
-
68d1fc89 FindImageMagick: Find components in same locations as main package Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1917
-
Kitware Robot authored
-
- 11 Apr, 2018 12 commits
-
-
Make sure that we also trigger variable watches when a variable is set in the parent scope. Fixes: #17827
-
When Clang 3.9 simulates MSVC 19.0 or higher it knows the `-std:` flags that such versions of MSVC defines. Fixes: #17866
-
Brad King authored
Consolidate the compile options and standard defaults branches. Add comments.
-
Brad King authored
Merge-request: !1903
-
VS 15.3 has more features than we recorded in commit v3.7.0-rc1~156^2~2 (Features: Record features for VS 15 Preview 4, 2016-09-05). While at it, update comments and simplify some cases.
-
Avoid using a `_filename` variable that may be set by project code. Also unset the variable name that we do use to avoid conflict.
-
Brad King authored
-
6f2701ab CPack: Fix crash on invalid generator name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1950
-
963837cf UseSWIG: fix erroneous generator expressions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1947
-
Kitware Robot authored
-
- 10 Apr, 2018 7 commits
-
-
Brad King authored
Merge-request: !1950
-
Brad King authored
In commit v3.11.0-rc1~68^2 (CPack: accept --trace and --trace-expand, 2017-12-09) a nullptr dereference was added that occurs when `cpack -G NotAGenerator` is invoked. Add the needed condition. Fixes: #17900
-
Brad King authored
-
aad360eb Fix crash with --trace-expand --warn-uninitialized together Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1944
-
4a127b78 Help: Fix install(EXPORT_ANDROID_MK) mode documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1943
-
Marc Chevrier authored
Add note regarding multi-config generators
-
Kitware Robot authored
-
- 09 Apr, 2018 3 commits
-
-
Raffi Enficiaud authored
-
If runtests('$unittest_file') throws an exception it is ignored. It is easy to produce such an exception by passing a nonexistent file as UNITTEST_FILE. We already handle exceptions if the option NO_UNITTEST_FRAMEWORK is set. Use the same method to handle exceptions thrown by runtests or by a custom_Matlab_test_command. Fixes #16660.
-
Brad King authored
Merge-request: !1944
-