index
:
qt-labs/qtjenny.git
dev
maven_publishing
maven_publishing_1.0
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sample-android
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove templates
Ahmed El Khazari
2025-04-15
22
-617
/
+0
*
Update android-sample to use latest updates of compiler
Ahmed El Khazari
2025-04-15
1
-83
/
+10
*
Fix the build of sample-android
Ville Voutilainen
2024-12-19
5
-40
/
+11
*
Make the JTE builds use different directories for debug/release builds
Ville Voutilainen
2024-09-30
1
-0
/
+13
*
Merge remote-tracking branch 'remotes/origin/upstream/use_qjniobject' into dev
Ville Voutilainen
2024-09-20
27
-5
/
+638
|
\
|
*
First steps of actual QJniObject templating
Ville Voutilainen
2024-09-11
2
-2
/
+20
|
*
Licence update
Ahmed El Khazari
2024-09-09
1
-1
/
+1
|
|
\
|
|
*
Merge branch and updated the licence
Ahmed El Khazari
2024-09-09
1
-19
/
+15
|
|
|
\
|
*
|
\
Merge branch and updated the licence
Ahmed El Khazari
2024-09-09
1
-5
/
+1
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
Merge branch 'villevoutilainen:use_qjniobject' into use_qjniobject
Ahmed
2024-09-09
1
-5
/
+1
|
|
|
\
|
|
|
*
Fix templating of the JENNY_CHECK_NULL macro
Ville Voutilainen
2024-09-08
1
-5
/
+1
|
|
*
|
Licence added
Ahmed El Khazari
2024-09-03
18
-0
/
+72
|
|
|
/
|
*
/
Licence added
Ahmed El Khazari
2024-09-09
18
-0
/
+252
|
|
/
|
*
Templatize buildNativeInitClass
Ville Voutilainen
2024-08-30
2
-0
/
+58
|
*
Templatize field definitions
Ville Voutilainen
2024-08-26
2
-0
/
+31
|
*
Templatize method definitions
Ville Voutilainen
2024-08-16
1
-0
/
+23
|
*
Introduced data classes outside the NativeProxy
Ahmed El Khazari
2024-07-31
6
-6
/
+7
|
*
Templates: Field Id initialisations introduced
Ahmed El Khazari
2024-07-30
1
-0
/
+14
|
*
Templates: introduced local variables to constructors_ids_initialisations.kte
Ahmed El Khazari
2024-07-26
2
-4
/
+6
|
*
Templates : build Methods Id initialisation
Ahmed El Khazari
2024-07-26
1
-0
/
+17
|
*
Templates : build Constructors Id initialisation
Ahmed El Khazari
2024-07-26
1
-0
/
+10
|
*
Templates: Fields Id declarations templatized
Ahmed El Khazari
2024-07-19
1
-0
/
+9
|
*
Templates: Methods Id declarations templatized
Ahmed El Khazari
2024-07-19
2
-1
/
+10
|
*
Template: bug fixed removed return line
Ahmed El Khazari
2024-07-19
1
-1
/
+1
|
*
JteData : refactored meaningful variables naming
Ahmed El Khazari
2024-07-19
4
-9
/
+9
|
*
Templates: Constructor id declarations templatized
Ahmed El Khazari
2024-07-19
2
-1
/
+10
|
*
Handle when templates folder is missing in build.gradle
Ahmed El Khazari
2024-07-18
1
-1
/
+1
|
*
JteData Moved out of NativeProxyGenerator
Ahmed El Khazari
2024-07-15
7
-7
/
+7
|
*
Setup
Ahmed El Khazari
2024-07-12
2
-24
/
+32
|
*
Add missing template
Ville Voutilainen
2024-06-14
1
-0
/
+12
|
*
Templatize buildConstructorDefines
Ville Voutilainen
2024-06-14
2
-2
/
+2
|
*
Add a template for method prologue
Ville Voutilainen
2024-03-04
1
-0
/
+16
|
*
Add a template for params
Ville Voutilainen
2024-03-04
1
-0
/
+22
|
*
Use JTE, add templates that do the same thing as the hard-coded generator
Ville Voutilainen
2024-02-12
10
-3
/
+137
*
|
1. fix deprecated kotlin code
upstream/master
landerlyoung
2024-08-29
4
-53
/
+105
*
|
1. fix compile issue for non-android jni.h
landerlyoung
2024-08-20
4
-26
/
+23
|
/
*
handle JNI exceptions in C++ code
yangchao12
2021-06-03
1
-7
/
+14
*
bugfix: fix bug when threadSafe option is off
v1.1.1
LanderlYoung
2021-01-21
1
-1
/
+1
*
feature: Generic.kt 1. suppress compiler warning 2. generate proxy for methods
LanderlYoung
2020-10-27
1
-8
/
+27
*
Feature/use jnihelper (#4)
v1.0.0
LanderlYoung
2020-10-23
21
-4353
/
+180
*
bugfix: workaround github actions ndk version
v0.9.8
LanderlYoung
2020-06-22
1
-1
/
+1
*
feature: add jenny.headerOnlyProxy options, change demo config
LanderlYoung
2020-06-22
26
-2325
/
+2031
*
add options "jenny.outputDirectory" to specify Jenny output directory instead...
v0.9.6
LanderlYoung
2020-06-10
3
-141
/
+143
*
add default constructor to NativeProxy
landerlyoung
2020-04-06
11
-0
/
+22
*
1. tweak code
landerlyoung
2020-04-06
26
-183
/
+279
*
clean up demo
landerlyoung
2020-02-03
2
-33
/
+0
*
add support for method overload when generate native glue code
landerlyoung
2020-02-03
7
-1
/
+86
*
support u8 string for c++11 and C++20
landerlyoung
2020-02-03
3
-39
/
+47
*
continue to refactor HandyHelper.kt support unicode
landerlyoung
2020-02-03
7
-49
/
+43
*
refactor the core class -- HandyHelper
landerlyoung
2020-01-30
4
-0
/
+292
[next]