- May 22, 2019
-
-
Sebastian Holtermann authored
This adds a new RAII based cmFileTimes class. It is supposed to replace the C style cmSystemToolsFileTime interface.
-
- May 21, 2019
-
-
27325722 Source: change parameters to std::string Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3340
-
368bcba2 FindPostgreSQL: Find debug lib, imported configs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3298
-
a59662bb Help: Add CheckIPOSupported link to INTERPROCEDURAL_OPTIMIZATION Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3333
-
Kitware Robot authored
-
- May 20, 2019
-
-
* Add find_library calls for debug and release * Set imported configs for corresponding libraries in imported target * Set debug/optimized in PostgreSQL_LIBRARIES Signed-off-by:
Andrei Lebedev <lebdron@gmail.com>
-
f945c3e7 Tests: Extend MakeClean test to cover subdirectories without targets 1ded3599 Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level 827da111 Makefiles: Make build root targets "all", "clean" and "preinstall" recursive adc34597 Makefiles: Avoid pointer repurposing 0d41b45c Makefiles: Inline range loop range arguments Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3338
-
a9180ccf Tests: add a check for the Swift compiler d745551f Help: add some initial documentation for Swift support 9a182c9e Auxiliary: update vim syntax highlighting e9b0063e Modules: add build rules for Swift Ninja support b6412e3e Ninja: add placeholders to support Swift build 7d7f3116 Ninja: add support for Swift's output-file-map.json d688c4c1 Swift: remove unnecessary unreleased Ninja infrastructure 07235822 Swift: Detect compiler version ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3297
-
21c74faa FindPNG: Fix definitions on imported target Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Paolo Lammens <lammenspaolo@gmail.com> Merge-request: !3337
-
73a829e0 InterfaceLibrary: Whitelist EXPORT_PROPERTIES property Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3336
-
Kitware Robot authored
-
- May 19, 2019
-
-
Vitaly Stakhovsky authored
-
Kitware Robot authored
-
- May 18, 2019
-
-
12456450 Help: Clarify that bracket comments start with bracket open Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Acked-by:
Ben McMorran <ben.mcmorran@gmail.com> Merge-request: !3331
-
Sebastian Holtermann authored
This adds a subdirectory to the MakeClean test, in which files are added to the `ADDITIONAL_CLEAN_FILES` directory property, but which holds no targets.
-
Sebastian Holtermann authored
In the "Unix Makefiles" generator, the `ADDTIONAL_CLEAN_FILES` directory property was evaluated on a per target basis. This had two drawbacks: - per directory clean files were repeated in every target clean script - per directory clean files weren't removed in directories without targets (issue #8164) This patch moves the `ADDTIONAL_CLEAN_FILES` directory property processing from the target to the directory level clean target. Fixes: #8164 "ADDITIONAL_CLEAN_FILES directory property not respected if no target present in directory"
-
Sebastian Holtermann authored
In the "Unix Makefiles" generator, the subdirectory targets "all", "clean" and "preinstall" in Makefile2 are recursive. In the build root directory, these targets aren't. Instead they're are added separately and additional dependencies are added on a per target basis. This is inconsistent and it complicates per directory commands, like a per directory clean command. This patch makes the "all", "clean" and "preinstall" targets in Makefile2 in the build root directory recursive, using the same algorithm that is already used for subdirectories. Some side effects are: - Makefile2 gets smaller and simpler - The main "all", "clean" and "preinstall" targets have recursive dependencies, instead of flat (depth of 1) ones.
-
e3ff7ced file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argument Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Merge-request: !3332
-
Kitware Robot authored
-
- May 17, 2019
-
-
Ruslan Baratov authored
-
The `INTERFACE_COMPILE_DEFINITIONS` property should not have ``-D`` in its value.
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
This ensures that the tests only run when the Swift compiler is present.
-
89ab54c1 FindBLAS: Choose MKL arch based on BLA_VENDOR Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3330
-
93ee7dd0 Autogen: Update documentation for ADDITIONAL_CLEAN_FILES 4b4fd99f Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3327
-
eda39636 UseSWIG: Use ADDITIONAL_CLEAN_FILES for cleaning 8c47be28 UseJava: Use ADDITIONAL_CLEAN_FILES for cleaning ac86c02d UseEcos: Use ADDITIONAL_CLEAN_FILES for cleaning 2532e003 FindDoxygen: Use ADDITIONAL_CLEAN_FILES for cleaning 4edc0ef3 Test: Improve WarnUnusedCliUnused to run on all generators Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3328
-
e214abda Genex: Add COMPILE_LANG_AND_ID generator expression f84ed796 Docs: Generator-expressions remove usage of `CMake-id` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3300
-
23e8364a Source: std::string related cleanup Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sebastian Holtermann <sebholt@web.de> Merge-request: !3324
-
Kitware Robot authored
-
- May 16, 2019
-
-
Kyle Edwards authored
Fixes: #19264
-
Kyle Edwards authored
-
-
Add new Swift keywords to the highlighting rules.
-
Add rules to support building Swift sources using Ninja.
-
Add the placeholders needed to support compiling Swift code.
-
Add an emitter for the Swift's output-map-file.json to emit the requisite support files for Swift compilation. This additionally prevents the build rules for the object file emission as well to properly support the Swift build semantics.
-
This cleans up the new options that were added to support Swift. This was not released, and the proper support approach that we settled upon does not require as much specialised support.
-
Brad King authored
-