summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbitarray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-18/+17
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-291-56/+62
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-1/+1
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-1/+1
|\
| * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
* | Code style fixYuhang Zhao2020-01-041-16/+14
* | QBitArray: Add method to get int valueFederico Guerinoni2019-12-201-0/+34
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-121-5/+7
|\
| * QBitArray: fix fromBits() and actually test itThiago Macieira2019-08-081-5/+7
* | QBitArray: change modulo 8 with bitwise-AND 7Thiago Macieira2019-08-081-4/+4
|/
* Fix some qdoc-warnings for 5.11Friedemann Kleint2018-02-211-1/+1
* QBitArray: add manipulate a dense bit array directlyThiago Macieira2018-01-281-0/+40
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-22/+4
|\
| * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-251-22/+4
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Doc: fixed broken linksNico Vertriest2015-11-041-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-091-5/+6
* Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-061-3/+10
|\
| * Doc: Clarify QBitArray::fill() documentationTopi Reinio2014-10-031-3/+10
* | Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
|/
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-8/+1
|\
| * Remove duplicate move assignment operator docMorten Johan Sørvig2014-01-301-8/+1
* | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-2/+2
|/
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-9/+9
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Do 64-bit loops in QBitArray::count(bool)Thiago Macieira2013-09-141-1/+6
* Let the compiler do the unaligned loads in QBitArray::count(bool)Thiago Macieira2013-09-141-2/+21
* Optimize QBitArray::count(bool)Thiago Macieira2013-09-131-17/+12
* Improve QBitArray's construction performance a littleThiago Macieira2013-08-311-5/+4
* Add a construction note on why QBitArray has a +1 everywhereThiago Macieira2013-08-311-0/+14
* Fix corner-case counting of bits in QBitArray::count(bool)Thiago Macieira2013-08-311-3/+3
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-121-1/+2
|\
| * Prevent negative size in QBitArray, QVector and QVarLengthArray ctors.Mitch Curtis2013-06-051-1/+2
* | Add qPopulationCount() function, extracted from QBitArrayMarc Mutz2013-04-031-8/+3
|/
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-3/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Review of documentation.Michele Caini2012-10-121-1/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+2
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-8/+7
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-17/+17
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Implement QDebug stream operators for builtin classesJędrzej Nowacki2012-01-101-0/+18
* 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/+738