1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prune remaining non jaucpp files from direct_bt More... almost 5 years ago
Prune remaining non jaucpp files from direct_bt More... almost 5 years ago
jaucpp: Add standalone support files More... almost 5 years ago
jaucpp: Add standalone support files More... almost 5 years ago
re-add cut-down test_basictypes01.cpp More... almost 5 years ago
re-add cut-down test_basictypes01.cpp More... almost 5 years ago
Extract common C++ Support Library inclusive Java JNI Binding to sub-project jaucpp, namespace jau More... almost 5 years ago
Extract common C++ Support Library inclusive Java JNI Binding to sub-project jaucpp, namespace jau More... almost 5 years ago
Add DBTEnv::DEBUG_JNI 'direct_bt.debug.jni' for JNI only related DBG_JNI_PRINT(); IRQ_PRINT(..) shall not print_backtrace(). More... almost 5 years ago
Add DBTEnv::DEBUG_JNI 'direct_bt.debug.jni' for JNI only related DBG_JNI_PRINT(); IRQ_PRINT(..) shall not print_backtrace(). More... almost 5 years ago
print_backtrace: Fix API doc .. More... almost 5 years ago
print_backtrace: Fix API doc .. More... almost 5 years ago
direct_bt::RuntimeException: backtrace must be fetched at ctor (duh!), expose std::string backtrace via get_backtrace() More... almost 5 years ago
direct_bt::RuntimeException: backtrace must be fetched at ctor (duh!), expose std::string backtrace via get_backtrace() More... almost 5 years ago
direct_bt::get_backtrace(): Ensure '\n' is added, proper frame count starting @ 1, more efficient local cstr usage More... almost 5 years ago
direct_bt::get_backtrace(): Ensure '\n' is added, proper frame count starting @ 1, more efficient local cstr usage More... almost 5 years ago
dbt_debug/direct_bt::RuntimeException: Add de-mangled backtrace using libunwind and abi::__cxa_demangle More... almost 5 years ago
dbt_debug/direct_bt::RuntimeException: Add de-mangled backtrace using libunwind and abi::__cxa_demangle More... almost 5 years ago
dbt_debug: Have DBG_PRINT and WORDY_PRINT as macros, suppressing argument evaluation if condition is false More... almost 5 years ago
dbt_debug: Have DBG_PRINT and WORDY_PRINT as macros, suppressing argument evaluation if condition is false More... almost 5 years ago
helgrind 'misc': Complete SC-DRF release on atomic even @ peek, i.e. add the atomic NOP write) More... almost 5 years ago
helgrind 'misc': Complete SC-DRF release on atomic even @ peek, i.e. add the atomic NOP write) More... almost 5 years ago
dbt_debug: Add __func__ to ABORT, ERR_PRINT, IRQ_PRINT and WARN_PRINT More... almost 5 years ago
dbt_debug: Add __func__ to ABORT, ERR_PRINT, IRQ_PRINT and WARN_PRINT More... almost 5 years ago
dbt_debug.hpp COND_PRINT: Don't produce arguments if condition not met, use preprocessor! More... almost 5 years ago
dbt_debug.hpp COND_PRINT: Don't produce arguments if condition not met, use preprocessor! More... almost 5 years ago
Fixing SC-DRF tests (working): test_mm_sc_drf_00 (atomic + spin-lock) and test_mm_sc_drf_01 (mutex lock + condition-wait) More... almost 5 years ago
Fixing SC-DRF tests (working): test_mm_sc_drf_00 (atomic + spin-lock) and test_mm_sc_drf_01 (mutex lock + condition-wait) More... almost 5 years ago
Add test_mm_sc_drf01: Using mutex locking and wait instead of atomic and spinlock to test SC-DRF More... almost 5 years ago
Add test_mm_sc_drf01: Using mutex locking and wait instead of atomic and spinlock to test SC-DRF More... almost 5 years ago