summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-012-4/+6
|\
| * Work around Apple Clang's -Wshadow warningThiago Macieira2019-06-281-2/+2
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-2/+4
| |\
| | * Avoid undefined behavior in qjsonwriter.cppUlf Hermann2019-06-201-2/+4
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-4/+6
| |\|
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-4/+6
|\ \ \ | | |/ | |/|
| * | QCborValue::fromJsonValue: rewrite code to remove UBThiago Macieira2019-06-191-4/+6
* | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-204-12/+12
* | | Move away from using 0 as a pointer constantAllan Sandfeld Jensen2019-06-079-54/+56
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-4/+8
|\ \ \ | | |/ | |/|
| * | Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-4/+8
* | | QDataStream: move QLinkedlist operators to qlinkedlist.hMarc Mutz2019-05-141-13/+0
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-2/+1
|\| |
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-2/+1
* | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-022-8/+0
* | | Prepare QDataStream for Qt 6.0Lars Knoll2019-05-021-1/+9
* | | Compile when bumping the Qt version to 6.0Lars Knoll2019-05-022-3/+13
* | | Prefix textstream operators with Qt::Lars Knoll2019-05-023-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-0/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-281-0/+1
| |\|
| | * qdoc: Fix warnings about missing \inmodule commandKai Koehne2019-04-261-0/+1
* | | Implement std::numeric_limits<qfloat16>Edward Welbourne2019-04-241-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-111-0/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-0/+10
| |\|
| | * Update TinyCBOR with bugfixesThiago Macieira2019-04-081-0/+10
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-081-6/+0
* | | Add serializer/deserializer for EnumerationPaolo Dastoli2019-04-052-0/+14
* | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-037-32/+32
* | | Clean up QTextStream functionsAllan Sandfeld Jensen2019-03-232-24/+95
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-5/+22
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-5/+22
| |\|
| | * Doc: "UTF" -> "UTF-8"Thiago Macieira2019-03-141-1/+1
| | * Add a pair of functions to convert to and from Q/CborErrorThiago Macieira2019-03-141-4/+21
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-151-1/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-111-1/+1
| | |\|
| | | * Fix Coverity warning about mixing enumsThiago Macieira2019-03-091-1/+1
* | | | More nullptr usage in headersKevin Funk2019-03-142-7/+7
|/ / /
* / / Bump versionKari Oikarinen2019-02-252-2/+4
|/ /
* | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-083-1/+28
|\|
| * qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-273-1/+28
* | QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-283-9/+9
* | Add QJsonArray::cbegin()/cend() methodsLars Knoll2019-01-252-0/+18
* | Update qxmlstream.g with changes from qxmlstream_p.hLars Knoll2019-01-251-3/+11
* | QtCore: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-232-3/+7
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* | Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-052-2/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-222-4/+6
|\|
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-162-4/+6
| |\