- 11 Nov, 2019 3 commits
-
-
Cristian Adam authored
Fixes: #19936
-
Brad King authored
7447aa4b ObjC: Add try_compile support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4006
-
Brad King authored
db91c5f7 ObjC: Set same settings for all languages supported on Darwin Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4012
-
- 10 Nov, 2019 1 commit
-
-
Craig Scott authored
fcacd8ce Help: Improve readability and fix inaccuracies in unity build docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4019
-
- 09 Nov, 2019 2 commits
-
-
Cristian Adam authored
Fixes: #19920
-
Craig Scott authored
-
- 08 Nov, 2019 5 commits
-
-
Brad King authored
a7d9c5e7 CTestCoverageCollectGCOV: Fix typo in ctest_coverage_collect_gcov docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4016
-
Brad King authored
f35df783 Help: Document target_precompile_headers genex with angle brackets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4015
-
Brad King authored
When passing a `<header>` inside a generator expression, the closing `>` needs to be encoded as `$<ANGLE-R>`. Add an example to the docs. Fixes: #19940
-
Brad King authored
b2857514 FindBinUtils: Revert "Use the compiler to get the path to compiler tools" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4009
-
- 07 Nov, 2019 6 commits
-
-
Cristian Adam authored
Fixes: #19928
-
Kyle Edwards authored
c1435d98 Help: Fix error in resource allocation example eb9d945f CTest: Rename hardware -> resources for RunCMake tests c544cb66 CTest: Rename hardware -> resources for source code 6ce27d3a cmCTestMultiProcessHandler: Rename resource locking functions a7c1e15c CTest: Rename hardware -> resources for CMake variables, command options 73a40b19 CTest: Rename "Processes" lexer to "ResourceGroups" af9ed543 CTest: Rename PROCESSES test property to RESOURCE_GROUPS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3994
-
Brad King authored
7ddf4623 Unity build: Include GENERATED files into unity build Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Julien Schueller <schueller@phimeca.com> Merge-request: !4001
-
Brad King authored
f0c00bec CMakeVersion.rc: Fix build with llvm-rc Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4003
-
Brad King authored
9a7b4f47 ObjC: Mark explicitly the language for compilation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4002
-
- 06 Nov, 2019 8 commits
-
-
Cristian Adam authored
There is no reason to skip the generated files, in case of problems one can use the SKIP_UNITY_BUILD_INCLUSION property. Fixes: #19925
-
Cristian Adam authored
This way you can have .cpp files compiled as ObjC++. Fixes: #19926
-
Cristian Adam authored
llvm-rc expects versioning as having four items, it fails otherwise.
-
Brad King authored
77a01c39 FindBoost: Prevent warning due to new meta-component "ALL" of Boost 1.73 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3996
-
Brad King authored
0ce8a5c0 Xcode: Fix generated references to CMakeLists.txt files 9457c95a cmGlobalXCodeGenerator: Mark known source locations Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3999
-
Craig Scott authored
4af39fe2 CMakeSystemSpecificInformation: Replace mailing list with Discourse Forum d0be4d53 README: Replace link to mailing list the CMake Discourse Forum 4dd6ad20 README: Update links to cmake.org pages 821bfca8 Help: Replace links to mailing lists with links to our Discourse Forum 32d8de14 CMakeCPack: Update Debian package contact email 2fae9101 Help/dev: Update maintainer guide for Discourse transition Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3998
-
Brad King authored
On unknown platforms we issue a message instructing users to post to our mailing list to add support for the platform. Refer them to the CMake Discourse Forum instead.
-
Brad King authored
-
- 05 Nov, 2019 15 commits
-
-
Brad King authored
Some of the links refer to URLs that are now redirected. Update them.
-
Brad King authored
The CMake Discourse Forum at `discourse.cmake.org` supersedes the mailman-based mailing lists.
-
Brad King authored
Replace the mailing list email address with one on `discourse.cmake.org`.
-
Brad King authored
-
Brad King authored
Replace the post-release development announcement to the mailing list with a post to the appropriate category on `discourse.cmake.org`.
-
Kyle Edwards authored
-
Craig Scott authored
Also includes variants like hw -> res
-
Craig Scott authored
-
Craig Scott authored
Renaming these ahead of other refactoring which will use the previous names. The previous names more accurately reflect their purpose after this commit anyway (talking about locking and unlocking rather than allocating and deallocating).
-
Craig Scott authored
Only changes the user-visible effects of renaming hardware allocation to resource allocation. Code changes are the minimum needed to achieve that.
-
Brad King authored
The corresponding test property `PROCESSES` has been renamed to `RESOURCE_GROUPS`.
-
Brad King authored
The `PROCESSES` test property name added for CMake 3.16 is too close to the existing `PROCESSORS` test property. Furthermore, the property in principle specifies groups of resources organized in a way that is meaningful to a particular test. The groups may often correspond to processes but they could have other meanings. Since the property name `PROCESSES` has not been in a final 3.16 release yet, simply rename it to `RESOURCE_GROUPS`. Fixes: #19914
-
Deniz Bahadir authored
-
Brad King authored
Merge-request: !3993
-