- May 21, 2019
-
-
Robert Maynard authored
Previously CMake used fairly naive logic to determine when to do device linking which caused unnecessary device linking to occur frequently. We now use a more exhaustive algorithm to determine when we have a need for device linking. Fixes: #19238
-
- May 20, 2019
-
-
- May 15, 2019
-
-
b5bf369e Release notes: Add release notes for ADDITIONAL_CLEAN_FILES properties 4e2ce0a6 Doc: Update and deprecate ADDITIONAL_MAKE_CLEAN_FILES directory property 338994d6 Doc: Add documentation for ADDITIONAL_CLEAN_FILES properties c11f089d Tests: Extend MakeClean test to cover ADDITIONAL_CLEAN_FILES 012d599e Ninja: Add support for ADDITIONAL_CLEAN_FILES target property 890a1b9d Ninja: Add support for ADDITIONAL_CLEAN_FILES directory property 7b23001f Ninja: Add support for additional clean files d745df4b Makefiles: Add support for ADDITIONAL_CLEAN_FILES target property ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3318
-
9f76961d Support job pools in custom commands and targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3308
-
dfa24355 cmUVProcessChain: Add assert() for static analysis tools Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3322
-
359e2d40 UseJava: Refactor documentation for better formatting Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3303
-
932dcce1 Modules: Consistently use 2 space indentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3306
-
Co-Authored-By:
Craig Scott <craig.scott@crascit.com>
-
Kitware Robot authored
-
- May 14, 2019
-
-
Sebastian Holtermann authored
This adds release notes for the `ADDITIONAL_CLEAN_FILES` target and directory properties. It also adds a deprecation release note for the `ADDITIONAL_MAKE_CLEAN_FILES` directory property.
-
Sebastian Holtermann authored
This extends the :prop_dir:`ADDITIONAL_MAKE_CLEAN_FILES` directory property documentation and marks it as deprecated. The new directory property :prop_dir:`ADDITIONAL_CLEAN_FILES` should be used instead.
-
-
Kyle Edwards authored
Some static analysis tools throw a false positive for an out-of-bounds item that is being dereferenced. This out-of-bounds error will never actually happen because of how cmUVProcessChain::InternalData::AddCommand() is being called. Nevertheless, this change adds an assert() to help static analysis tools be absolutely certain that the referenced item is within the vector's bounds. This change also changes the item access to use an index rather than an iterator.
-
Brad King authored
-
Brad King authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
This extends the MakeClean test to cover the - ADDITIONAL_CLEAN_FILES directory property and the - ADDITIONAL_CLEAN_FILES target property as well.
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
Additional clean files for the Ninja generator can be registered via the new method `cmGlobalNinjaGenerator::AddAdditionalCleanFile`. If there are additional clean files, a new rule `CLEAN_ADDITIONAL` and a new build target `CMakeFiles/clean.additional` get generated. The `clean` target will depend on `CMakeFiles/clean.additional`, if the target exists.
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
By using a `std::set<std::string>` container instead of a `std::vector<std::string>` container, the clean files list becomes sorted and unique. The clean target in Makefiles beomes nicer and better readable this way. Also double clean entries won't appear anymore.
-
Brad King authored
-
Brad King authored
Merge-request: !3319
-
Brad King authored
-
Brad King authored
Merge-request: !3319
-
f2aeba92 Help: Add 3.14.4 release notes 1d645e98 Merge branch 'doc-relnotes-3.13' into doc-relnotes-3.14 d6b88229 Help: Add 3.13.5 release notes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3319
-
Brad King authored
-
5108759e FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z format Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3317
-
cdff7f4e cmSystemTools: Add ExpandedListArgument and ExpandedLists methods Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3313
-
8cc04b19 cmake: Display error if generate step fails Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !3304
-
054954d8 Ninja: Use clean target instead of clean tool in `cmake --target clean` calls 30a550d6 Ninja: In cmNinjaTargetGenerator use std::unique_ptr to manage new instances 0024356f Ninja: In cmNinjaTargetGenerator optimize string composition 8691b3cf Ninja: Inline range loop range arguments 47da9859 Ninja: In cmGlobalNinjaGenerator use std::unique_ptr to manage output streams 99027021 Ninja: Add and use cmGlobalNinjaGenerator::CMakeCmd method 12aa6fe0 Ninja: Fix message in cmGlobalNinjaGenerator::WriteBuild method 02293841 Ninja: Simplify cmGlobalNinjaGenerator::AddRule and HasRule methods ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3312
-
b133d14f Refactor: Allow cmInstallGenerator::Compute() to return an error Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3305
-
d156f8f5 CompileFeatures: Record when MSVC gained full CXX14 support 62dbe53a CompileFeatures: Record when Intel gained full CXX14 support 1ebb0d79 CompileFeatures: Relax cxx_relaxed_constexpr compiler requirements Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3292
-