summaryrefslogtreecommitdiffstats
path: root/include/jau/jni
Commit message (Expand)AuthorAgeFilesLines
* helper_jni: Add convert_instance_to_jobject(..) with given jclass, different ...Sven Gothel2022-01-271-0/+16
* Add helper_jni.hpp: convert_vector_uniqueptr_to_jarraylist(..) variant ...v0.7.6Sven Gothel2022-01-041-0/+54
* helper_jni: Add checkAndGetObject(..)Sven Gothel2021-11-151-0/+13
* Have OutOfMemoryError being derived from std::bad_alloc (not std::exception);...Sven Gothel2021-10-041-0/+2
* Java JNI: Exceptions: Use jau::RuntimeException derivatives for all exception...v0.4.2Sven Gothel2021-08-031-9/+9
* Consolidate conversion to hex and decimal string: template<> to_hexstring() a...Sven Gothel2021-02-101-1/+1
* bytesHexString: Remove arg 'leading0X': Have a leading '0x' if !lsbFirst alwa...Sven Gothel2021-02-061-1/+1
* helper_jni.hpp: Have all convert_vector_* templates operate on any array (vec...Sven Gothel2021-01-081-19/+19
* helper_jni: Add convert_instance_to_jobject<T>(..)v0.2.4Sven Gothel2020-10-251-0/+17
* Small footprint compromise: Use jau::nsize_t where appropriateSven Gothel2020-10-201-2/+2
* Use -Wshadow: Shadowing (or local scope override) often causing sloppy bugs, ...Sven Gothel2020-10-202-11/+11
* Normalize: Use size_t where appropriateSven Gothel2020-10-201-4/+4
* JavaUplink/JavaGlobalObj: Test on shared_ptr<>.use_count()==0 as well, coveri...Sven Gothel2020-10-181-1/+4
* jni_mem: API formattingSven Gothel2020-10-181-1/+2
* Move jaucpp files to root-folderSven Gothel2020-10-162-0/+632