Discussion:
[Qt-creator] How to determine Clazy version used for particular Qt Creator release?
Andrzej Telszewski
2018-05-03 22:31:09 UTC
Permalink
Hi,

How can I determine which version (or git commit) of Clazy is used for
building particular Qt Creator release?

To determine LLVM/Clang version, I download the
qt-creator-opensource-linux-x86_64-*.run binary, install it (in the VM)
and then take a look at the directories related to clang. From that I
can deduce the clang version used.

How about Clazy?
--
Best regards / Pozdrawiam,
Andrzej Telszewski
Ivan Donchevskii
2018-05-04 06:46:52 UTC
Permalink
Hi!


Currently we don't have a public page where we put all packages revisions.

But I've already mentioned in some of the mailing list questions that it currently should be fine to use master branch of Clazy.


In the nearest future we want to switch to our LLVM fork instead (which will be publicly available) not to deal with different revisions and our patches on top of the official branches.


Kind regards,
ivan

________________________________
From: Qt-creator <qt-creator-bounces+ivan.donchevskii=***@qt-project.org> on behalf of Andrzej Telszewski <***@gmail.com>
Sent: Friday, May 4, 2018 12:31:09 AM
To: qt-***@qt-project.org
Subject: [Qt-creator] How to determine Clazy version used for particular Qt Creator release?

Hi,

How can I determine which version (or git commit) of Clazy is used for
building particular Qt Creator release?

To determine LLVM/Clang version, I download the
qt-creator-opensource-linux-x86_64-*.run binary, install it (in the VM)
and then take a look at the directories related to clang. From that I
can deduce the clang version used.

How about Clazy?

--
Best regards / Pozdrawiam,
Andrzej Telszewski
Andrzej Telszewski
2018-05-04 07:56:19 UTC
Permalink
Post by Ivan Donchevskii
Hi!
Currently we don't have a public page where we put all packages revisions.
But I've already mentioned in some of the mailing list questions that it
currently should be fine to use master branch of Clazy.
Yep, we were talking that master should be fine.

But I want to be sure that my builds follow the official ones as close
as possible.
Post by Ivan Donchevskii
In the nearest future we want to switch to our LLVM fork instead (which
will be publicly available) not to deal with different revisions and our
patches on top of the official branches.
That sounds good.
I'd like to suggest that you actually publish it as versioned tarball.
It would simplify the work of packagers a lot.

For reference, I maintain the following LLVM for QtC package for Slackware:
https://slackbuilds.org/repository/14.2/development/qt-creator-llvm/

and the Qt Creator proper:
https://slackbuilds.org/repository/14.2/development/qt-creator/
Post by Ivan Donchevskii
Kind regards,
ivan
------------------------------------------------------------------------
*From:* Qt-creator
*Sent:* Friday, May 4, 2018 12:31:09 AM
*Subject:* [Qt-creator] How to determine Clazy version used for
particular Qt Creator release?
Hi,
How can I determine which version (or git commit) of Clazy is used for
building particular Qt Creator release?
To determine LLVM/Clang version, I download the
qt-creator-opensource-linux-x86_64-*.run binary, install it (in the VM)
and then take a look at the directories related to clang. From that I
can deduce the clang version used.
How about Clazy?
--
Best regards / Pozdrawiam,
Andrzej Telszewski
_______________________________________________
Qt-creator mailing list
http://lists.qt-project.org/mailman/listinfo/qt-creator
Loading...