aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/build.sh
Commit message (Expand)AuthorAgeFilesLines
* BTAdapter::setDefaultConnParam() may fail w/ UNKNOWN_COMMAND on GNU/Linux < 5...Sven Gothel2022-06-181-3/+3
* JNI Lifecycle Fix: BTGattCharListener: Adopt full Java/Native link via DBTNat...Sven Gothel2022-05-101-2/+2
* trial i470 test_provoke (C++) / TestDBTProvoke (Java) demonstrating C++ survi...Sven Gothel2022-05-071-9/+9
* build scripts: Only use OpenJDK 17 if available (Not available on Debian 10)Sven Gothel2022-04-241-1/+5
* Build and testing using OpenJDK 17 (min requirement still 11) using our build...Sven Gothel2022-04-231-1/+1
* build.sh: Detail trial/testing w/ and w/o DEBUGSven Gothel2022-04-181-1/+3
* README.md: Bump for v2.6.3v2.6.3Sven Gothel2022-04-111-1/+1
* Added online unit testing using actual BT adapter, testing client with server...Sven Gothel2022-02-071-2/+3
* [re]build.sh: Fully specify `logfile` incl $rootdir and $archabi part; Adding...Sven Gothel2022-01-251-2/+3
* scripts/build.sh: Cleanup alternative cmake invocation, emphasize on RELEASE ...Sven Gothel2021-11-151-1/+4
* Examples: Build using a set of idiomatic names, one recipe for each examples;...Sven Gothel2021-09-271-1/+0
* Direct-BT: Remove TinyB and Cleanup Java API (1)Sven Gothel2021-08-311-1/+0
* locale: Add LC_ALL and hint to set system (testing requires proper unified se...Sven Gothel2021-01-291-2/+4
* Revert to gcc as default since clang < 10 has issues on 32bit arm (raspi3 setup)Sven Gothel2021-01-281-1/+1
* cmake/build/test: Ensure UTF8 is used by system, set LANG to 'en_US.UTF-8' to...Sven Gothel2021-01-281-0/+4
* Complete build change: Using jaulib[_fat] if available (for Java) incl. nativ...Sven Gothel2021-01-251-2/+4
* Replace std::vector w/ jau::darray: Adapt JNI methodsSven Gothel2021-01-111-2/+2
* cmake: Disable RTTI (-fno-rtti) for now, ensuring no side-effects; Adding GPR...Sven Gothel2021-01-051-1/+4
* cmake: Expose different instrumentation (-fsanitize=) modulesSven Gothel2020-10-211-0/+2
* Build: Separate GCC sanitize flags from DEBUG=ON, enable via INSTRUMENTATION=ONSven Gothel2020-10-181-0/+1
* scripts/build.sh: Add commented out CLANG_ARGS (documentation, convenience)Sven Gothel2020-09-301-2/+3
* CMake: Support full parallel build by adding target dependenciesSven Gothel2020-09-151-2/+4
* scripts/build.sh: Default to RELEASESven Gothel2020-09-141-2/+2
* cmake: CMAKE_EXE_LINKER_FLAGS += '-latomic' to fix gcc-8 on Raspberry: undefi...Sven Gothel2020-08-251-0/+1
* Build direct_bt with DEBUG symbols enabled .. for the time beingv2.1.8Sven Gothel2020-06-271-1/+2
* Use generic 'setup-machine-arch.sh' for unified build.sh and rebuild.sh scriptsSven Gothel2020-06-181-0/+41