lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 22 Sep 2015 11:36:00 -0700
From:	Thiago Macieira <thiago.macieira@...el.com>
To:	linux-kbuild@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, Michal Marek <mmarek@...e.com>
Subject: Port of [qx]config to Qt 5

This patch set contains the port of qconfig to Qt 5. At the same time,
it removes Qt 2 and 3 support (the last Qt 3 release was in 2007).

Most of the work was done by Boris Barbulovski, so many thanks! I've
reviewed and tested the changes.

The patch set contains one patch per functionality being ported, for
ease of reviewing. The first patch contains the removal of the #ifdef'ed
code for older versions and the last one contains an update to the
buildsystem to find Qt 5.

Note that the Qt 5 build requires a host compiler that understands the
-std=c++11 switch (for GCC, since 4.7).

 scripts/kconfig/qconf.h  | 150 +++++++++++-------------
 scripts/kconfig/Makefile |  73 +++++-------
 scripts/kconfig/qconf.cc | 688 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
 3 files changed, 478 insertions(+), 433 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ