.. |
qalgorithms.h
|
replace qBinaryFindHelper() with its body
|
2020-03-25 17:03:12 +00:00 |
qalgorithms.qdoc
|
copyright update
|
2019-07-02 18:13:44 +00:00 |
qbitarray.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qbitarray.h
|
remove redundant uint() constructs in QBitArray::testBit(), QBitArray::setBit(), QBitArray::clearBit() and QBitArray::toggleBit()
|
2020-01-05 23:39:13 +00:00 |
qbytearray.cpp
|
call strcpy() instead of qstrcpy() in qstrdup()
|
2020-08-04 19:35:45 +03:00 |
qbytearray.h
|
inline qstrcmp() function for performance reasons
|
2020-02-20 02:37:28 +00:00 |
qbytearraymatcher.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qbytearraymatcher.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qbytedata_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qcache.h
|
export QCache class
|
2020-01-03 04:23:35 +00:00 |
qcache.qdoc
|
reimplement QCache purely based on QHash
|
2019-07-29 17:42:30 +00:00 |
qchar.cpp
|
optimize some QChar methods
|
2020-11-06 16:27:45 +02:00 |
qchar.h
|
update unicode data tables to v13.0
|
2020-03-12 21:42:56 +00:00 |
qcommandlineoption.cpp
|
replace system with local header inclusions where applicable
|
2019-07-16 00:41:53 +00:00 |
qcommandlineoption.h
|
initial import
|
2015-12-10 05:06:13 +02:00 |
qcommandlineparser.cpp
|
replace system with local header inclusions where applicable
|
2019-07-16 00:41:53 +00:00 |
qcommandlineparser.h
|
remove unnecessary includes
|
2016-01-25 23:53:28 +02:00 |
qcontainerfwd.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qcontiguouscache.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qcontiguouscache.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qdatetime.cpp
|
avoid temporaries in QTime, QDate and QDateTime
|
2020-11-21 02:03:21 +00:00 |
qdatetime.h
|
replace int with enum in QTime::ds()
|
2020-10-20 00:19:38 +03:00 |
qdatetime_p.h
|
remove redundant QDateTimePrivate::LocalDST enum
|
2020-10-19 02:36:43 +03:00 |
qeasingcurve.cpp
|
inline isConfigFunction() function
|
2020-01-27 18:41:23 +00:00 |
qeasingcurve.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qelapsedtimer.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qelapsedtimer.h
|
add operator<(const QElapsedTimer &v1, const QElapsedTimer &v2) for tests
|
2020-01-06 14:06:11 +00:00 |
qelapsedtimer_unix.cpp
|
check for clock_gettime() during build
|
2020-11-17 00:12:44 +02:00 |
qhash.cpp
|
do not free shared null QMap data
|
2019-12-30 04:29:58 +00:00 |
qhash.h
|
remove most std::bad_alloc exceptions handling
|
2020-01-09 02:15:39 +00:00 |
qiterator.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qiterator.qdoc
|
copyright update
|
2019-07-02 18:13:44 +00:00 |
qline.cpp
|
optimize QLineF::unitVector() and QLineF::angleTo()
|
2020-08-02 09:05:52 +03:00 |
qline.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qlinkedlist.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qlinkedlist.h
|
replace some tabs with space
|
2020-01-22 15:57:56 +00:00 |
qlist.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qlist.h
|
call QListData::freeData() instead of plain free() in QList methods
|
2020-09-12 21:42:00 +03:00 |
qlocale.cpp
|
avoid possible recursion in QLocalePrivate::findLocale()
|
2020-11-09 09:46:44 +02:00 |
qlocale.h
|
update tables data to CLDR v36.1
|
2020-03-19 21:40:19 +00:00 |
qlocale.qdoc
|
update tables data to CLDR v36.1
|
2020-03-19 21:40:19 +00:00 |
qlocale_data_p.h
|
update tables data to CLDR v36.1
|
2020-03-19 21:40:19 +00:00 |
qlocale_p.h
|
mark qt_readEscapedFormatString() and qt_repeatCount() as static
|
2020-03-25 16:28:34 +00:00 |
qlocale_tools.cpp
|
check if host provides fcvt() and ecvt(), use copies from musl libc if not available
|
2020-01-14 22:30:04 +00:00 |
qlocale_tools_p.h
|
reimplement qSNaN(), qQNaN() and qInf() via std::numeric_limits
|
2020-11-19 01:18:24 +02:00 |
qlocale_unix.cpp
|
minor QSystemLocale::query() optimization
|
2020-10-26 17:05:54 +02:00 |
qmap.cpp
|
do not delete shared null QMap data
|
2020-01-01 17:39:59 +00:00 |
qmap.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qmargins.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qmargins.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qpair.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qpair.qdoc
|
copyright update
|
2019-07-02 18:13:44 +00:00 |
qpoint.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qpoint.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qqueue.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qqueue.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qrect.cpp
|
remove math header inclusion from qrect source file
|
2020-01-10 16:41:23 +00:00 |
qrect.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qregexp.cpp
|
get rid of q_check_ptr()
|
2020-11-18 01:41:47 +02:00 |
qregexp.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qringbuffer_p.h
|
use QT_BUFFSIZE as block size for QRingBuffer
|
2020-03-31 10:03:54 +00:00 |
qscopedpointer.cpp
|
replace 0 with Q_NULLPTR where applicable
|
2020-01-23 18:35:17 +00:00 |
qscopedpointer.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qscopedpointer_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qscopedvaluerollback.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qscopedvaluerollback.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qset.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qset.qdoc
|
remove methods to make containers non-implicilty shared
|
2019-11-20 02:23:14 +00:00 |
qshareddata.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qshareddata.h
|
replace 0 with Q_NULLPTR in QSharedDataPointer and QExplicitlySharedDataPointer
|
2020-02-10 17:38:56 +00:00 |
qsharedpointer.cpp
|
replace 0 with Q_NULLPTR where applicable
|
2020-01-23 18:35:17 +00:00 |
qsharedpointer.h
|
get rid of qt_noop()
|
2020-11-18 12:22:58 +02:00 |
qsize.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qsize.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qstack.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qstack.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qstring.cpp
|
remove unused QString::normalized() overload
|
2020-09-13 17:14:28 +03:00 |
qstring.h
|
remove unused QString::normalized() overload
|
2020-09-13 17:14:28 +03:00 |
qstringlist.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qstringlist.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qstringmatcher.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qstringmatcher.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qtextboundaryfinder.cpp
|
mark QTextBoundaryFinderPrivate break iterator member as mutable
|
2020-02-03 01:04:43 +00:00 |
qtextboundaryfinder.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qtimeline.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qtimeline.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qtools_p.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qvarlengtharray.h
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qvarlengtharray.qdoc
|
copyright update
|
2019-07-02 18:13:44 +00:00 |
qvector.cpp
|
update copyright and add script for doing so
|
2019-12-29 23:21:34 +00:00 |
qvector.h
|
use QVector<T>::resize() instead of accessing private member in QRegion::rects()
|
2020-01-19 08:40:05 +00:00 |
qvsnprintf.cpp
|
check for vsnprintf() during build
|
2020-11-18 00:58:56 +02:00 |