- 23 Oct, 2019 1 commit
-
-
Kitware Robot authored
-
- 22 Oct, 2019 2 commits
-
-
Brad King authored
c5892e48 Android: add support for native compilation, such as with the Termux app Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3917
-
Kitware Robot authored
-
- 21 Oct, 2019 15 commits
-
-
Brad King authored
-
Brad King authored
9276beae ccmake: Fully clear the 1st help line when processing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3937
-
Brad King authored
f7acc126 project: Add variable CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3936
-
Brad King authored
8065a686 Initialize CMAKE_EXPORT_COMPILE_COMMANDS from envvar of the same name Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3914
-
Brad King authored
-
Brad King authored
-
Brad King authored
409891ba FindOpenMP: Allow try_compile() to find omp.h for AppleClang Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3916
-
Brad King authored
c684db4e Help: Fix COMPILE_LANG_AND_ID genex example Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3939
-
Brad King authored
55a0bebd VS: Add support for per-config sources bcaecf6b Teach check for single-language targets to consider all configurations 324988a6 cmGeneratorTarget: Add GetAllConfigCompileLanguages method fd2c9fac cmGeneratorTarget: Return non-const sources from GetAllConfigSources Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3882
-
Alan W. Irwin authored
Fix the `COMPILE_LANGUAGE/CXX_COMPILER_ID` variant of the example to have the same meaning as the `COMPILE_LANG_AND_ID` variant. The inconsistency was introduced by commit 808b8180 (Genex: CompileLang and CompileLangAndId now match against a list of ids, 2019-05-30, v3.15.0-rc1~11^2~1). Fixes: #19862
-
Kitware Robot authored
-
- 20 Oct, 2019 2 commits
-
-
Sylvain Joubert authored
-
Kitware Robot authored
-
- 19 Oct, 2019 1 commit
-
-
Kitware Robot authored
-
- 18 Oct, 2019 9 commits
-
-
Deniz Bahadir authored
Follow up commit 07611869 (project: Add variable CMAKE_PROJECT_INCLUDE_BEFORE, 2019-03-28, v3.15.0-rc1~294^2) with a project-specific variant. This variable will be used similar to the already existing `CMAKE_PROJECT_INCLUDE_BEFORE` and `CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE` variables. Fixes: #19854
-
Daan De Meyer authored
Fixes: #18386
-
Brad King authored
-
Brad King authored
-
Brad King authored
4bedf6c9 Refactor: Modernize `cmVariableWatchCommand` a little Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3892
-
Brad King authored
e7d57bc3 VS: Propagate CMAKE_VS_GLOBALS into custom targets 45b4b4b9 VS: Propagate CMAKE_VS_GLOBALS into compiler id projects 548e9051 VS: Add support to override VCTargetsPath through toolset 99e83d42 cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3817
-
Brad King authored
-
Brad King authored
797689ab PCH: Fix Makefile dependencies to rebuild PCH on header changes 0b10b3ed cmMakefileTargetGenerator: Inline WriteObjectBuildFile in only call site Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3928
-
Kitware Robot authored
-
- 17 Oct, 2019 10 commits
-
-
Brad King authored
Since commit 97cc29c7 (VS: Teach generators how to mark per-config source files, 2017-04-10, v3.9.0-rc1~268^2~2) the VS generators have known how to generate per-config sources. We've now converted most other code paths to support per-config sources, so drop the check that disallows it. This leaves only per-config support for precompiled headers and unity build transformations, but those are optional features that can be addressed later. Fixes: #18233 Issue: #19789
-
Brad King authored
-
Brad King authored
Return all languages needed to compile sources in the target in any configuration.
-
Brad King authored
We need a non-const pointer to `cmSourceFile` instances in order to call `GetOrDetermineLanguage` on them.
-
Brad King authored
-
Brad King authored
55365839 Graphviz: added test suite, fixes, enhancements Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
slodki <slodki_dom@poczta.onet.pl> Merge-request: !3766
-
Brad King authored
ac758865 PCH: Document and test COMPILE_LANGUAGE genex for per-language header Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3925
-
Brad King authored
0e436c57 install,export: Do not treat language names as target names Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3927
-
Brad King authored
89ff3ee7 VS: Add VS_DOTNET_DOCUMENTATION_FILE property Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3879
-