qtpromise/tests/auto/qtpromise
Peter Würtz b7ecd95b04
Fix deprecations and compile warnings (#34)
- Use std::invoke_result, fallback to std::result_of on C++11/14.
- Use RVO instead of std::move (GCC warning: redundant-move).
- Replace QSharedPointer with std::shared_ptr (GCC warning: unititialized value).
- QLinkedList is deprecated in Qt 5.15.
2020-04-02 13:39:03 +02:00
..
benchmark Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
cpp14 Fix support for auto args in constructor callbacks 2020-03-22 17:50:16 +01:00
deprecations Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
exceptions Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
future Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
helpers Fix deprecations and compile warnings (#34) 2020-04-02 13:39:03 +02:00
internals Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
qpromise Fix deprecations and compile warnings (#34) 2020-04-02 13:39:03 +02:00
qpromiseconnections Include Qt classes by module and remove unnecessary comments 2020-02-11 22:25:08 +01:00
requirements Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
shared Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
thread Use clang-format for code style consistency 2020-03-22 17:50:16 +01:00
CMakeLists.txt Fix support for auto args in constructor callbacks 2020-03-22 17:50:16 +01:00