Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qml: silence -Wextra-semi | Tim Blechmann | 2022-11-16 | 1 | -1/+1 |
| | | | | | | | | | silence gcc's -Wextra-semi. the private headers are pulled in via the type compiler Pick-to: 6.4 Change-Id: I5291d007c379f522c2dae9d814c4f4cc6a7d118a Reviewed-by: Ulf Hermann <[email protected]> | ||||
* | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+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. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I63563bbeb6f60f89d2c99660400dca7fab78a294 Reviewed-by: Shawn Rutledge <[email protected]> | ||||
* | Add the start of a Set from ES7 | Robin Burchell | 2018-05-30 | 1 | -0/+103 |
Based on top of an ArrayObject for now, which is admittedly a bit of a cheat and not matching the "spirit" of the spec. OTOH, that makes it easy to write, and is presumably quite lightweight, so perhaps this is acceptable as a starting point. Change-Id: Ibc98137965b3e75635b960a2f88c251d45e6e837 Reviewed-by: Lars Knoll <[email protected]> |