- 05 Aug, 2022 1 commit
-
-
Nicolas Fella authored
We don't use ReviewBoard any more
-
- 12 Jul, 2022 1 commit
-
-
Albert Astals Cid authored
That's what the cmake file is for
-
- 08 May, 2022 1 commit
-
-
Jonah Brüchert authored
Finding a Qca Qt6 build leads to errors if Qt5Compat has not been loaded before by the project.
-
- 02 May, 2022 1 commit
-
-
Encountered when testing with the vcpkg provided openssl. The vcpkg built opensll package (on linux anyway) does not provide the API for cast5 support.
-
- 27 Jan, 2022 1 commit
-
-
- 12 Jan, 2022 1 commit
-
-
Albert Astals Cid authored
And other simplifications that can be done that didn't really need a QRegExp
-
- 10 Jan, 2022 4 commits
-
-
Albert Astals Cid authored
-
Qt uses qintptr for the socket file descriptor. The argument is not used by any user of the SafeSocketNotifier class so we can eliminate it to fix a compile error when building for the x86_64-w64-mingw32 architecture caused by the new QSocketNotifier::activated() overload.
-
Replace CMake variable QT6 with common BUILD_WITH_QT6 and QT_MAJOR_VERSION variables: - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml - https://invent.kde.org/frameworks/extra-cmake-modules/-/raw/master/modules/QtVersionOption.cmake Keep checking the QT6 variable for compatibility reasons.
-
the cms unittest needs to look for OpenSSL since only the plugins do that so far. NOTE: that the cms change can be reverted once we no longer support openssl < 1.1.1i
-
- 09 Jan, 2022 2 commits
-
-
Fix the CMake error: "CMake Error at cmake/modules/QcaMacro.cmake:73 (get_target_property): The LOCATION property may not be read from target "qca-qt5". Use the target name directly with add_custom_command, or use the generator" resurrects code from 1137ed5f
-
Albert Astals Cid authored
-
- 03 Jan, 2022 3 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
This reverts commit acbbd4ae. We want to keep a CI builder at out baselines level i.e. Qt 5.14, cmake 3.16, etc.
-
Tobias Junghans authored
Ubuntu 20.10 is EOL so no packages can be installed any longer.
-
- 26 Dec, 2021 1 commit
-
-
ivan tkachenko authored
GIT_SILENT
-
- 15 Dec, 2021 5 commits
-
-
Albert Astals Cid authored
The default provider is not included in QCA::providers
-
Albert Astals Cid authored
For some reason they had not been caught before
-
Albert Astals Cid authored
-
Albert Astals Cid authored
debian broke the non numbered binary
-
Albert Astals Cid authored
Makes clang 13 happier
-
- 29 Nov, 2021 1 commit
-
-
Albert Astals Cid authored
-
- 28 Nov, 2021 1 commit
-
-
Nicolas Fella authored
We don't use Phabricator any more
-
- 18 Nov, 2021 2 commits
-
-
Christopher Chavez authored
-
-
- 17 Nov, 2021 1 commit
-
-
- 15 Nov, 2021 1 commit
-
-
- 04 Oct, 2021 1 commit
-
-
Christophe Giboudeaux authored
Qt 6.3 wants the dependent projects to use the same CMake policies as the ones used to build Qt. To do that, an error is thrown if the minimum CMake version doesn't match the qtbase one on platforms using shared libraries.
-
- 16 Sep, 2021 1 commit
-
-
Use QSignalSpy::wait to avoid waiting needlessly. Reduce time to wait for (expected and unexpected) signals to 2s.
-
- 15 Sep, 2021 2 commits
-
-
Fabian Vogt authored
Those are not used with OPENSSL_FIPS.
-
Fabian Vogt authored
By using a lambda this way, it'll be stored in the unique_ptr instances. Use a custom deleter type instead to avoid that.
-
- 12 Sep, 2021 3 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 06 Aug, 2021 1 commit
-
-
Albert Astals Cid authored
-
- 05 Jun, 2021 1 commit
-
-
Christophe Giboudeaux authored
Qt 6 doesn't provide pkgconfig files.
-
- 31 May, 2021 1 commit
-
-
Albert Astals Cid authored
-
- 29 May, 2021 3 commits
-
-
-
The Core5Compat module is still required for QTextCodec and some difficult remaining QRegExp -> QRegularExpression migrations.
-
Still a few occurrences of QRegExp and QTextCodec need to be replaced in order to drop the dependency on the Core5Compat module. Besides this QCA builds fine with Qt 6.1 and passes all tests.
-