aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsprimitivevalue
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QJSPrimitiveValue: Add data(), metaType() and a generic coercion methodUlf Hermann2023-03-171-0/+32
* V4: Fix multiplicationFabian Kosmale2023-01-171-0/+15
* QJSEngine: Add QJSPrimitiveValue conversionsUlf Hermann2022-12-151-0/+601
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-4/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Implement some unary operators on QJSPrimitiveValueUlf Hermann2021-03-231-61/+151
* QJSPrimitiveValue: Implement modulo operatorUlf Hermann2021-02-191-1/+5
* Remove the qmake project filesFabian Kosmale2021-01-151-5/+0
* QJSPrimitiveValue: Add a toVariant() method and ctor from QVariantUlf Hermann2020-12-181-0/+40
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-183-0/+246