aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Complete build change: Using jaulib[_fat] if available (for Java) incl. nativ...Sven Gothel2021-01-251-1/+6
* Use new jaulib/JaulibSetup.cmake (Unified Setup); RELEASE: Strip native libs ...Sven Gothel2021-01-251-137/+27
* Java: New Layout: [tinyb2 -> direct_bt].jar ; org.[tinyb -> direct_bt] ..; Up...Sven Gothel2021-01-251-1/+1
* if DEBUG and GNUCC: Add '-no-pie' to allow addr2source find the line of code ...Sven Gothel2021-01-111-3/+8
* Use RTTI in DEBUG mode, disable if !DEBUG (compiling and linking) - Aligned w...Sven Gothel2021-01-091-4/+9
* cmake: Disable RTTI (-fno-rtti) for now, ensuring no side-effects; Adding GPR...Sven Gothel2021-01-051-5/+9
* cmake: Move jaucpp -> jaulib (source locations and add_subdirectory(jaulib))Sven Gothel2020-12-211-1/+1
* Move jaucpp -> jaulib; Full integration of jaulib's unit tests (TODO: Use Cat...Sven Gothel2020-12-211-1/+4
* cmake: Expose different instrumentation (-fsanitize=) modulesSven Gothel2020-10-211-3/+12
* g++ 8.3 -Warray-bounds triggered even on memcpy, mark as no-errorSven Gothel2020-10-201-1/+2
* cmake: Add warning (=error): -Wshadow -Wtype-limits -Wsign-compareSven Gothel2020-10-201-1/+4
* cmake: Drop all sub-folder CXX settings. Use root CMakeLists.txt global setti...Sven Gothel2020-10-201-0/+4
* Build: Separate GCC sanitize flags from DEBUG=ON, enable via INSTRUMENTATION=ONSven Gothel2020-10-181-1/+6
* GCC: Add -Wcast-align=strict and cleanup -Wformat flags, also add DEBUG -fsan...Sven Gothel2020-10-171-3/+4
* Add DEBUG flag '-fsanitize-address-use-after-scope'Sven Gothel2020-10-171-1/+1
* CMakeLists.txt: Fix setting CMAKE_CXX_FLAGS based on CMAKE_COMPILER_IS_GNUCC ...Sven Gothel2020-10-171-22/+27
* Require cmake >= 3.13 and use LANGUAGES C CXX (JAVA is specified later on)Sven Gothel2020-10-171-2/+2
* Shorten __FILE__ using gcc via '-fmacro-prefix-map=olddir=newdir' to reduce m...Sven Gothel2020-10-081-0/+5
* CMAKE_CXX_FLAGS_RELEASE: Add -Wextra and -O3Sven Gothel2020-09-141-1/+1
* cmake: CMAKE_SHARED_LINKER_FLAGS += '-latomic' to fix gcc-8 on Raspberry: und...Sven Gothel2020-08-251-1/+2
* cmake: CMAKE_EXE_LINKER_FLAGS += '-latomic' to fix gcc-8 on Raspberry: undefi...Sven Gothel2020-08-251-0/+4
* cmake: Add variable/define 'SKIP_TINYB': Allow to not build the tinyb native ...Sven Gothel2020-08-251-2/+4
* cmake: determine OS_AND_ARCH for potential arch dependent subfolderSven Gothel2020-08-251-1/+20
* Fix general Doxygen DocumentationSven Gothel2020-05-181-1/+1
* Implement direct_bt: Direct Bluetooth access via Linux's Kernel BlueZ protoco...Sven Gothel2020-04-091-4/+14
* C++ tinyb_hci: Working HCIScanner showing AD packets, demonstrating new HCI c...Sven Gothel2020-02-151-1/+2
* Update DocumentationSven Gothel2020-02-091-1/+1
* Update tinyb2.jar's manifest: Add 'Implementation-*' using get_git_head_revis...Sven Gothel2020-02-091-1/+2
* Java Refactory: Expose intefaces via org.tinyb.* and D-Bus implementation via...Sven Gothel2020-02-091-3/+3
* Changed examples to a cmake option rather than being built by defaultChuck Claunch2017-06-071-1/+4
* Release 0.5.0v0.5.00.5.0Petre Eftime2016-07-111-1/+1
* Update to v0.4.3v0.4.3Petre Eftime2016-05-231-1/+1
* cmake: Update dirty version to v0.4.2Andrei Vasiliu2016-05-181-1/+1
* Downgrade required cmake versionAlan2016-05-091-1/+1
* Add OSGI manifest metadataAlan2016-05-051-0/+1
* Add additional version information, including in jar manifestPetre Eftime2016-05-041-0/+2
* Fix incorrect pointer in read_value, get_valuePetre Eftime2016-04-201-1/+1
* Release 0.4.0v0.4.0Petre Eftime2016-03-241-1/+1
* Add glib version requirements, update README.mdPetre Eftime2016-02-191-3/+3
* cmake: Updated dirty version to 0.3.0Andrei Vasiliu2016-02-031-1/+1
* cmake: Fixed version nameStefan Andritoiu2016-01-251-1/+2
* Build documentation with make docPetre Eftime2016-01-131-1/+31
* Java: Added cmake to Java bindings and deleted JNI header filesAndrei Vasiliu2016-01-121-0/+5
* Java: Added Java APIAndrei Vasiliu2016-01-121-6/+5
* Version 0.2.0v0.2.0Petre Eftime2015-11-271-0/+78