Qt Contributor Summit 2019 - QtCore: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Session notes.
Session notes.
Recap:
* https://bugreports.qt.io/browse/QTBUG-71036
== Calendaring & time ==


== Containers ==
== Containers ==
Line 8: Line 13:


== Codecs ==
== Codecs ==
== Threading ==
* QRecursiveMutex split from QMutex
* QWaitCondition & QReadWriteCondition improvements?
* Future of QFuture


== Other ==
== Other ==
* Regexp
** [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/p0169r0.html P0169R0 - regex with Unicode character types]
** [http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p1844r0.html P1844R0 - Enhancement of regex]

Revision as of 08:03, 21 November 2019

Session notes.

Recap:

Calendaring & time

Containers

QString, QStringView, QByteArray

Split-up of QtCore

Codecs

Threading

  • QRecursiveMutex split from QMutex
  • QWaitCondition & QReadWriteCondition improvements?
  • Future of QFuture

Other