summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qbitarray.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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