aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* ringbuffer: Parameterize Size_type, allowing using e.g. jau::nsize_t for elem...Sven Gothel2020-10-202-51/+51
* ringbuffer: Normalize using size_t instead of int for element count and size ...Sven Gothel2020-10-202-96/+127
* cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti...Sven Gothel2020-10-201-37/+0
* Move jaucpp files to root-folderSven Gothel2020-10-168-0/+1471
* Prune remaining non jaucpp files from direct_btSven Gothel2020-10-164-160/+0
* re-add cut-down test_basictypes01.cppSven Gothel2020-10-161-0/+37
* Extract common C++ Support Library inclusive Java JNI Binding to sub-project ...Sven Gothel2020-10-167-1465/+6
* Fixing SC-DRF tests (working): test_mm_sc_drf_00 (atomic + spin-lock) and tes...Sven Gothel2020-10-042-78/+130
* Add test_mm_sc_drf01: Using mutex locking and wait instead of atomic and spin...Sven Gothel2020-10-033-8/+230
* Add test_mm_sc_drf: Testing SC-DRF Claim on non-atomic global read and writte...Sven Gothel2020-10-032-0/+228
* test_lfringbuffer11: Add @suppress for C++ Code Analysis tool (Eclipse)Sven Gothel2020-10-031-17/+25
* CMake: Support full parallel build by adding target dependenciesSven Gothel2020-09-151-18/+27
* C++ noexcept: uuid_t and its implementations; Make uuid_t::TypeSize and 'enum...Sven Gothel2020-09-141-10/+10
* CMake Build: Use C++17 (C++20 not yet supported on all target platforms, i.e....Sven Gothel2020-09-121-6/+12
* cmake: Fix set_target_properties(..) use proper target name and add declarati...Sven Gothel2020-08-256-4/+48
* FunctionDef: Enhance efficiency and create InvocationFunc<..>::clone() and Fu...Sven Gothel2020-05-041-29/+122
* FunctionDef: Add CaptureInvocationFunc supporting lambdas w/ an explicit capt...Sven Gothel2020-05-033-110/+228
* FunctionDef: Add StdInvocationFunc supporting std::function for capturing lam...Sven Gothel2020-05-031-0/+42
* ClassFunction -> FunctionDef generalization, adding plain function (non-class...Sven Gothel2020-05-031-7/+30
* Use Kernel BlueZ Manager for Discovery, Connect, etc. (Initial Commit - Java ...Sven Gothel2020-04-251-0/+43
* Warnings: Remove -Wextra warningsSven Gothel2020-04-111-0/+9
* Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco...Sven Gothel2020-04-096-0/+685