- 29 May, 2019 8 commits
-
-
Zsolt Parragi authored
* Deprecation removals previously specific to MSVC/Intel now also used by clang * String literals were assigned to non const pointers. These are stored in mutable arrays now * An implicit function pointer to pointer conversion is a Microsoft extension warning is suppressed by an explicit reinterpret_cast * The MSVC specific deprecation macro for jsoncpp was moved after the clang macro to avoid redefinition warnings. This is consistent with how jsoncpp fixed the issue in 36d8cfd7
-
Brad King authored
74829f01 Help: Add notes for topic 'clang-gnulike-support' 19669abe Tests: handle string escaping differences with NMake+clang a2a90f41 Tests: require C++14 for the Tutorial 4819ff96 Tests: fix failures with gnu mode clang on windows 26af0b25 cmake: use correct stack size with gnu mode clang on windows d44c0db0 clang: setup correct configuration in gnu mode b7d5ef23 cmGlobalNinjaGenerator: use gnu compatible paths with clang in gnu mode 3d0210d8 binutils: add the llvm-* variants to the tool lists. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Francesco Bertolaccini <francesco@bertolaccini.dev> Acked-by:
Stanislav Ershov <digital.stream.of.mind@gmail.com> Acked-by:
Saleem Abdulrasool <compnerd@compnerd.org> Merge-request: !2992
-
Brad King authored
4ff3ab2a FindZLIB: Add more zlib library names Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3384
-
Brad King authored
a15595e4 Ninja: Consider 'samu' when looking for CMAKE_MAKE_PROGRAM Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3380
-
Brad King authored
6baa80d1 Modules: correct linker wrapper flag for Swift Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3390
-
Brad King authored
abea06ef Modules: setup `CMAKE_Swift_LINKER_PREFERENCE` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3373
-
Brad King authored
26f2b65f FindOpenMP: Add 5.0 and VS19 spec dates Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3375
-
Kitware Robot authored
-
- 28 May, 2019 16 commits
-
-
Brad King authored
a7754448 FindFLEX: fix example Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3379
-
Alexander Neumann authored
Account for all names that can be generated by the upstream zlib build system. Issue: #18029
-
Michael Forney authored
`samurai` is an alternative implementation of ninja and is a drop-in replacement. `samu --version` reports the ninja version it is compatible with.
-
Saleem Abdulrasool authored
This was sitting locally but was missed in previous commits. This enables the use of `LINKER:` when building Swift code bases.
-
Brad King authored
-
Brad King authored
a38b63c1 FindThreads: Drop incorrect docs about usage with C++ Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3391
-
Brad King authored
df6adb02 Autogen: Deprecation release notes for CMAKE_AUTOMOC_RELAXED_MODE 5bf07b9c Help: Mark CMAKE_AUTOMOC_RELAXED_MODE as deprecated b5ad572a Autogen: Deprecation message for CMAKE_AUTOMOC_RELAXED_MODE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3381
-
Brad King authored
62d6ed79 FindPython: Add variable 'Python_FIND_FRAMEWORK' to control frameworks lookup. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3374
-
Brad King authored
3dfc8b9b GetPrerequisites: use if(IN_LIST) instead of foreach Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3299
-
Brad King authored
9e5457d3 Ninja,Swift: correct response file handling Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3367
-
Brad King authored
59c392b4 FindICU: Pass explicit NAMES argument to find command calls Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3371
-
Brad King authored
9bf97363 Utilities/Release: Replace upload step with a "push" script 3a0ab3ba Utilities/Release: Teach upload script to compute version automatically Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3370
-
Brad King authored
b915a425 FindBoost: Add compiler features for Boost Contract library Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3368
-
Kitware Robot authored
-
- 27 May, 2019 6 commits
-
-
Craig Scott authored
902af255 Help: Fix typo for CTEST_CUSTOM_WARNING_xxx vars Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3378
-
Craig Scott authored
b7b7f180 Help: Fix typo in install(EXPORT_ANDROID_MK) example Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3376
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
`CMAKE_AUTOMOC_RELAXED_MODE` was added for backwards compatibility with KDE 4, which had its last release in 2014. It does not offer additional features but complicates the `AUTOMOC` code and dependency computation considerably. Projects that use `CMAKE_AUTOMOC_RELAXED_MODE` functionality always got extensive warnings during builds and tips on how to convert to regular mode, which is trivial (see commit e474dcb2, CMake 2.8.7). It's time to consider this feature deprecated and issue a warning at configuration time as well. This adds a configuration time deprecation `AUTHOR_WARNING` for `CMAKE_AUTOMOC_RELAXED_MODE`.
-
Kitware Robot authored
-
- 26 May, 2019 4 commits
-
-
Marcin Ślusarz authored
Binaries using flex must link with the detected library.
-
John Freeman authored
-
Craig Scott authored
These variables apply to the `ctest_build` command, not `ctest_test` Relates: #19217
-
Kitware Robot authored
-
- 25 May, 2019 1 commit
-
-
Kitware Robot authored
-
- 24 May, 2019 5 commits
-
-
Saleem Abdulrasool authored
Swift's driver will invoke the C++ driver (`clang++`) to invoke the linker. Additionally, it will configure the command line to deal with the linkage runtime support object (`swiftrt.o` or `swiftrt.obj`) to be added at the right time (similar to C/C++). Since it indirects through `clang++` it will properly setup the linker invocation for C++ and C as well. This should permit the correct linker driver to be invoked in multi-language projects. Closes #19299
-
Christian Pfeiffer authored
Fixes: #19289
-
Marc Chevrier authored
-
Brad King authored
c8e217e0 cmake: tar: Allow selective extracting and listing of archives Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3342
-
Brad King authored
25b2c7e4 Help/CMAKE_JOB_POOL_LINK: match the header line with the variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3369
-