summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbitarray.h
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-11/+11
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-2/+1
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-291-38/+32
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-0/+2
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* QBitArray: Add method to get int valueFederico Guerinoni2019-12-201-0/+2
* Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-1/+1
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-2/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-5/+5
* QBitArray: add manipulate a dense bit array directlyThiago Macieira2018-01-281-0/+3
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Make container move semantics consistentMarc Mutz2015-10-071-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-3/+3
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add some easy move constructorsMarc Mutz2013-04-051-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Review of documentation.Michele Caini2012-10-121-2/+2
* Prevent an overflow warning in assertions.Christian Kandeler2012-09-291-4/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add Q_DECL_NOTHROW to some qHash functionsThiago Macieira2012-08-201-1/+1
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-101-1/+0
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+0
|\
| * Remove/update Qt 5 to-do's that won't be done for Qt 5.Jason McDonald2012-04-041-1/+0
* | QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-1/+1
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-101-0/+4
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+180