summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wasm/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* platform plugins: use string view types moreAnton Kudryavtsev2023-10-081-1/+3
| | | | | | | Change-Id: I793cfff1afca6b98a672615e33a19f8210e429dd Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Liang Qi <[email protected]> Reviewed-by: Mårten Nordheim <[email protected]>
* Use SPDX license identifiersLucie Gérard2022-05-161-28/+2
| | | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: Id880c92784c40f3bbde861c0d93f58151c18b9f1 Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Lars Knoll <[email protected]> Reviewed-by: Jörg Bornemann <[email protected]>
* WebAssembly for QtBaseMorten Johan Sørvig2018-08-301-0/+54
This is the squashed diff from wip/webassembly to dev. Done-with: Peng Wu <[email protected]> Done-with: Sami Enne <[email protected]> Done-with: Morten Johan Sørvig <[email protected]> Started-by: Andrew Knight <[email protected]> Change-Id: I6562433c0a38d6ec49ab675e0f104f2665f3392d Reviewed-by: Lorn Potter <[email protected]> Reviewed-by: Eskil Abrahamsen Blomfeldt <[email protected]>