aboutsummaryrefslogtreecommitdiffstats
path: root/java/jni/JNIMem.cxx
Commit message (Expand)AuthorAgeFilesLines
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-161-171/+0
* Add DBTEnv::DEBUG_JNI 'direct_bt.debug.jni' for JNI only related DBG_JNI_PRIN...Sven Gothel2020-10-141-10/+10
* dbt_debug: Have DBG_PRINT and WORDY_PRINT as macros, suppressing argument eva...Sven Gothel2020-10-081-6/+1
* Handle abort() via dbt_debug's new ABORT(..), ensure a message is being send ...Sven Gothel2020-09-201-2/+1
* C++ noexcept: JNIMem* (convert exception in dtor to abort)Sven Gothel2020-09-151-7/+9
* DBTAdapter::JNIAdapterStatusListener: Use JNIGlobalRef directly w/o unique_pt...Sven Gothel2020-06-081-0/+5
* Fixing multiple Java/C++ Lifecycle Issues (DBTDevice, add ShutdownHook, ..)Sven Gothel2020-05-121-0/+5
* JNIGlobalRef: Add copy-ctor, move-ctor and equality operationsSven Gothel2020-05-041-3/+57
* Initial working Java binding for the direct_bt C++ moduleSven Gothel2020-04-201-8/+23
* JNIEnvContainer::attach/detach: Reuse GetEnv's JNIEnv if available and don't ...Sven Gothel2020-02-051-6/+26
* java: Refactor JNIMem classesPetre Eftime2016-07-061-0/+43
* Add license headers where missingPetre Eftime2016-07-061-1/+24
* java: Add initial support for Java notificationsPetre Eftime2016-07-011-0/+10