Re: [cmake-developers] Cannot control the name of dependfile set in Ninja generator

2018-01-28 Thread Jano Svitok
Do as the bot says: post a comment in gitlab that says do:reformat and then pull the branch from gitlab. Dňa 28. 1. 2018 6:49 dopoludnia používateľ "Claus Klein" < claus.kl...@arcormail.de> napísal: Hi Chris, done, but: - commit 4f48fef4

Re: [cmake-developers] Cannot control the name of dependfile set in Ninja generator

2018-01-27 Thread Claus Klein
Hi Chris, done, but: commit 4f48fef4 is not allowed because the following files are not formatted according to the 'clang-format-3.8' check: Source/cmNinjaTargetGenerator.cxx. Post a comment ending in the

Re: [cmake-developers] Cannot control the name of dependfile set in Ninja generator

2018-01-27 Thread Christian Pfeiffer
Hi Claus, That GitHub repository is a read-only mirror of the GitLab, where all the work takes place: https://gitlab.kitware.com/cmake/cmake . Please see https://gitlab.kitware.com/cmake/cmake/blob/master/CONTRIBUTING.rst on how to submit merge requests. Chris From: Claus

Re: [cmake-developers] Cannot control the name of dependfile set in Ninja generator

2018-01-27 Thread Claus Klein
Hi Brad, I have prepared a patch which works vor cpp files fine. But I have no idea why not for c files? see https://github.com/Kitware/CMake/pull/318 Claus > Am 19.01.2018 um 15:07 schrieb Brad King : > > * Extend the Ninja generator with settings to tell it about the

Re: [cmake-developers] Cannot control the name of dependfile set in Ninja generator

2018-01-19 Thread Brad King
On 01/17/2018 04:14 PM, Claus Klein wrote: > 1.) Is ist possible to change the object or/and the dependency file > name generated for ninja? No one has needed to before because currently-supported compilers all have options to specify the output file name. > 2.) Why generates cmake the

[cmake-developers] Cannot control the name of dependfile set in Ninja generator

2018-01-18 Thread Claus Klein
Hi all, I have problems to send and see this mail at the list? Please can you check what goes wrong? There was a mail with this issue a view years ago, but without a real result: https://cmake.org/pipermail/cmake/2014-October/058963.html

[cmake-developers] Cannot control the name of dependfile set in Ninja generator

2018-01-18 Thread Claus Klein
Hi all, there was a mail with this issues a view years ago, but without a result: https://cmake.org/pipermail/cmake/2014-October/058963.html quote: - Ninja generator sets the name to

[cmake-developers] Cannot control the name of dependfile set in Ninja generator

2018-01-17 Thread Claus Klein
Hi all, there was mail with this issues a view years ago: https://cmake.org/pipermail/cmake/2014-October/058963.html quote: - Ninja generator sets the name to objectpath.d cmGlobalNinjaGenerator::EncodeDepfileSpace(objectFileName + ".d");