summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qjnitypes/tst_qjnitypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* JNI: Fix error with overload resolution when passing string typesVolker Hilsheimer2024-03-061-0/+52
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* JNI: allow QString as a parameter to native methodsVolker Hilsheimer2023-11-071-0/+9
* JNI: don't implement a signature for 'long' C++ typeVolker Hilsheimer2023-11-011-2/+2
* JNI: add QJniArray class for easier working with arraysVolker Hilsheimer2023-10-161-2/+6
* JNI: Fix native functions that take a declared QtJniTypes classVolker Hilsheimer2023-09-271-4/+27
* JNI: Make declared QtJniTypes classes proper QJniObjectsVolker Hilsheimer2023-09-271-0/+32
* JNI: remove compatibility alias for CTStringVolker Hilsheimer2023-09-261-0/+6
* JNI: treat enums as their underlying typesVolker Hilsheimer2023-09-231-0/+17
* JNI: move signature/className template functions into a template classVolker Hilsheimer2023-09-221-15/+25
* JNI: rename our compile-time String type to CTStringVolker Hilsheimer2023-09-221-20/+18
* JNI: replace TYPE declarations with CLASS declarationsVolker Hilsheimer2023-09-201-1/+1
* JNI: add generic support for array-typesVolker Hilsheimer2022-10-101-0/+9
* Add compile-time generation of JNI class namesVolker Hilsheimer2022-05-271-0/+22
* Return specific types for frequently used Java objectsVolker Hilsheimer2022-05-171-0/+9
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Generate JNI signature strings at compile timeVolker Hilsheimer2022-05-051-0/+118