| Commit message (Expand) | Author | Age | Files | Lines |
* | jaulib/ Direct-BT: Set `DONT_USE_RTTI` to ON for Direct-BT (default: rtti dis... | Sven Gothel | 2022-05-18 | 1 | -0/+7 |
* | Trial Unit Test C++: Fix initial commit (compile clean) and add dbt_client_se... | Sven Gothel | 2022-05-03 | 1 | -0/+1 |
* | Adopt jaulib detailed git version info: Using VERSION_COMMITS and VERSION_SHA... | Sven Gothel | 2022-02-07 | 1 | -6/+12 |
* | Added online unit testing using actual BT adapter, testing client with server... | Sven Gothel | 2022-02-07 | 1 | -0/+12 |
* | CMake: THREADS_PREFER_PTHREAD_FLAG ON | Sven Gothel | 2021-09-18 | 1 | -1/+2 |
* | Direct-BT: Remove TinyB and Cleanup Java API (1) | Sven Gothel | 2021-08-31 | 1 | -18/+1 |
* | cmake/modules/ExtractArchiveList.cmake: Use native unzip if cmake < 3.18.0 | Sven Gothel | 2021-01-27 | 1 | -0/+6 |
* | Adapt to jaulib changes: Jar naming convention (dash, not underscore for extr... | Sven Gothel | 2021-01-26 | 1 | -1/+2 |
* | Complete build change: Using jaulib[_fat] if available (for Java) incl. nativ... | Sven Gothel | 2021-01-25 | 1 | -1/+6 |
* | Use new jaulib/JaulibSetup.cmake (Unified Setup); RELEASE: Strip native libs ... | Sven Gothel | 2021-01-25 | 1 | -137/+27 |
* | Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up... | Sven Gothel | 2021-01-25 | 1 | -1/+1 |
* | if DEBUG and GNUCC: Add '-no-pie' to allow addr2source find the line of code ... | Sven Gothel | 2021-01-11 | 1 | -3/+8 |
* | Use RTTI in DEBUG mode, disable if !DEBUG (compiling and linking) - Aligned w... | Sven Gothel | 2021-01-09 | 1 | -4/+9 |
* | cmake: Disable RTTI (-fno-rtti) for now, ensuring no side-effects; Adding GPR... | Sven Gothel | 2021-01-05 | 1 | -5/+9 |
* | cmake: Move jaucpp -> jaulib (source locations and add_subdirectory(jaulib)) | Sven Gothel | 2020-12-21 | 1 | -1/+1 |
* | Move jaucpp -> jaulib; Full integration of jaulib's unit tests (TODO: Use Cat... | Sven Gothel | 2020-12-21 | 1 | -1/+4 |
* | cmake: Expose different instrumentation (-fsanitize=) modules | Sven Gothel | 2020-10-21 | 1 | -3/+12 |
* | g++ 8.3 -Warray-bounds triggered even on memcpy, mark as no-error | Sven Gothel | 2020-10-20 | 1 | -1/+2 |
* | cmake: Add warning (=error): -Wshadow -Wtype-limits -Wsign-compare | Sven Gothel | 2020-10-20 | 1 | -1/+4 |
* | cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti... | Sven Gothel | 2020-10-20 | 1 | -0/+4 |
* | Build: Separate GCC sanitize flags from DEBUG=ON, enable via INSTRUMENTATION=ON | Sven Gothel | 2020-10-18 | 1 | -1/+6 |
* | GCC: Add -Wcast-align=strict and cleanup -Wformat flags, also add DEBUG -fsan... | Sven Gothel | 2020-10-17 | 1 | -3/+4 |
* | Add DEBUG flag '-fsanitize-address-use-after-scope' | Sven Gothel | 2020-10-17 | 1 | -1/+1 |
* | CMakeLists.txt: Fix setting CMAKE_CXX_FLAGS based on CMAKE_COMPILER_IS_GNUCC ... | Sven Gothel | 2020-10-17 | 1 | -22/+27 |
* | Require cmake >= 3.13 and use LANGUAGES C CXX (JAVA is specified later on) | Sven Gothel | 2020-10-17 | 1 | -2/+2 |
* | Shorten __FILE__ using gcc via '-fmacro-prefix-map=olddir=newdir' to reduce m... | Sven Gothel | 2020-10-08 | 1 | -0/+5 |
* | CMAKE_CXX_FLAGS_RELEASE: Add -Wextra and -O3 | Sven Gothel | 2020-09-14 | 1 | -1/+1 |
* | cmake: CMAKE_SHARED_LINKER_FLAGS += '-latomic' to fix gcc-8 on Raspberry: und... | Sven Gothel | 2020-08-25 | 1 | -1/+2 |
* | cmake: CMAKE_EXE_LINKER_FLAGS += '-latomic' to fix gcc-8 on Raspberry: undefi... | Sven Gothel | 2020-08-25 | 1 | -0/+4 |
* | cmake: Add variable/define 'SKIP_TINYB': Allow to not build the tinyb native ... | Sven Gothel | 2020-08-25 | 1 | -2/+4 |
* | cmake: determine OS_AND_ARCH for potential arch dependent subfolder | Sven Gothel | 2020-08-25 | 1 | -1/+20 |
* | Fix general Doxygen Documentation | Sven Gothel | 2020-05-18 | 1 | -1/+1 |
* | Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco... | Sven Gothel | 2020-04-09 | 1 | -4/+14 |
* | C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c... | Sven Gothel | 2020-02-15 | 1 | -1/+2 |
* | Update Documentation | Sven Gothel | 2020-02-09 | 1 | -1/+1 |
* | Update tinyb2.jar's manifest: Add 'Implementation-*' using get_git_head_revis... | Sven Gothel | 2020-02-09 | 1 | -1/+2 |
* | Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via... | Sven Gothel | 2020-02-09 | 1 | -3/+3 |
* | Changed examples to a cmake option rather than being built by default | Chuck Claunch | 2017-06-07 | 1 | -1/+4 |
* | Release 0.5.0v0.5.00.5.0 | Petre Eftime | 2016-07-11 | 1 | -1/+1 |
* | Update to v0.4.3v0.4.3 | Petre Eftime | 2016-05-23 | 1 | -1/+1 |
* | cmake: Update dirty version to v0.4.2 | Andrei Vasiliu | 2016-05-18 | 1 | -1/+1 |
* | Downgrade required cmake version | Alan | 2016-05-09 | 1 | -1/+1 |
* | Add OSGI manifest metadata | Alan | 2016-05-05 | 1 | -0/+1 |
* | Add additional version information, including in jar manifest | Petre Eftime | 2016-05-04 | 1 | -0/+2 |
* | Fix incorrect pointer in read_value, get_value | Petre Eftime | 2016-04-20 | 1 | -1/+1 |
* | Release 0.4.0v0.4.0 | Petre Eftime | 2016-03-24 | 1 | -1/+1 |
* | Add glib version requirements, update README.md | Petre Eftime | 2016-02-19 | 1 | -3/+3 |
* | cmake: Updated dirty version to 0.3.0 | Andrei Vasiliu | 2016-02-03 | 1 | -1/+1 |
* | cmake: Fixed version name | Stefan Andritoiu | 2016-01-25 | 1 | -1/+2 |
* | Build documentation with make doc | Petre Eftime | 2016-01-13 | 1 | -1/+31 |