index
:
jaulib.git
jaulib
master
Support Library (C++, Java, ..)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
jau
/
jni
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `std::shared_ptr<T>` instead of a `naked pointer` for sane lifcycle, see ...
Sven Gothel
2022-05-09
1
-176
/
+381
*
Use JavaUplinkRef typedef of share_ptr<JavaUplink> and pass 'const JavaUplink...
Sven Gothel
2022-05-09
1
-6
/
+6
*
JavaUplink / getJavaUplinkObject(): Rename checkValid() -> checkValidInstance...
Sven Gothel
2022-05-05
1
-2
/
+2
*
JavaGlobalObj::dtor: Match JavaAnon virtual signature with override (requirem...
Sven Gothel
2022-05-05
1
-1
/
+1
*
Move all of jni_mem into namespace jau
Sven Gothel
2022-05-05
1
-0
/
+6
*
JavaGlobalObj::dtor: Hold JNIGlobalRef lock while fetching jobject and call i...
Sven Gothel
2022-05-05
1
-0
/
+1
*
JavaGlobalObj: Fix copy-ctor and add move-ctor. Both correspond to their JNIG...
Sven Gothel
2022-05-05
1
-1
/
+4
*
JavaGlobalObj: Add explicit ctor w/ pre-existing JNIGlobalRef; Fix getJavaObj...
Sven Gothel
2022-05-04
1
-1
/
+5
*
JNIGlobalRef: jobject access must be atomic, allowing concurrent from shared_...
Sven Gothel
2022-05-04
1
-3
/
+11
*
JavaAnon/JavaUplink/JNIGlobalRef: Remove `clear()` to clear the java-ref w/o ...
Sven Gothel
2022-05-04
2
-5
/
+0
*
Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...
v0.9.2
Sven Gothel
2022-05-01
2
-0
/
+15
*
helper_jni: Add convert_instance_to_jobject(..) with given jclass, different ...
Sven Gothel
2022-01-27
1
-0
/
+16
*
Add helper_jni.hpp: convert_vector_uniqueptr_to_jarraylist(..) variant ...
v0.7.6
Sven Gothel
2022-01-04
1
-0
/
+54
*
helper_jni: Add checkAndGetObject(..)
Sven Gothel
2021-11-15
1
-0
/
+13
*
Have OutOfMemoryError being derived from std::bad_alloc (not std::exception);...
Sven Gothel
2021-10-04
1
-0
/
+2
*
Java JNI: Exceptions: Use jau::RuntimeException derivatives for all exception...
v0.4.2
Sven Gothel
2021-08-03
1
-9
/
+9
*
Consolidate conversion to hex and decimal string: template<> to_hexstring() a...
Sven Gothel
2021-02-10
1
-1
/
+1
*
bytesHexString: Remove arg 'leading0X': Have a leading '0x' if !lsbFirst alwa...
Sven Gothel
2021-02-06
1
-1
/
+1
*
helper_jni.hpp: Have all convert_vector_* templates operate on any array (vec...
Sven Gothel
2021-01-08
1
-19
/
+19
*
helper_jni: Add convert_instance_to_jobject<T>(..)
v0.2.4
Sven Gothel
2020-10-25
1
-0
/
+17
*
Small footprint compromise: Use jau::nsize_t where appropriate
Sven Gothel
2020-10-20
1
-2
/
+2
*
Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ...
Sven Gothel
2020-10-20
2
-11
/
+11
*
Normalize: Use size_t where appropriate
Sven Gothel
2020-10-20
1
-4
/
+4
*
JavaUplink/JavaGlobalObj: Test on shared_ptr<>.use_count()==0 as well, coveri...
Sven Gothel
2020-10-18
1
-1
/
+4
*
jni_mem: API formatting
Sven Gothel
2020-10-18
1
-1
/
+2
*
Move jaucpp files to root-folder
Sven Gothel
2020-10-16
2
-0
/
+632