summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* service_runner: Fix API Doc; 'shall_stop' starts 'true' and shall only be fal...Sven Gothel2022-04-242-21/+63
* debug.hpp: Fix PERF_TS_TD_BASE: Use jau::to_decstring(..) for separated decim...Sven Gothel2022-04-241-1/+1
* Add cross-build scripts (from Direct-BT); Bump v0.8.5v0.8.5Sven Gothel2022-04-245-0/+148
* build scripts: Only use OpenJDK 17 if available (Not available on Debian 10)Sven Gothel2022-04-244-4/+20
* Allow disabling libunwind for backtrace (stability, default disabled for arm3...Sven Gothel2022-04-244-5/+39
* Move UnsafeUtil.doPrivileged() -> SecurityUtil, removing sideeffects from Uns...v0.8.4Sven Gothel2022-04-2312-44/+42
* cmake: Expose module jar file path to parent projects for convenniencev0.8.3Sven Gothel2022-04-234-0/+8
* Eclipse langv0.8.2Sven Gothel2022-04-231-3/+3
* TestTempJarCache: Need to init PlatformRuntime firstSven Gothel2022-04-231-0/+2
* TempJarCache: Show failed no-exec folder on errorSven Gothel2022-04-231-1/+3
* java_jni/jni: CMake: Show JNI propsSven Gothel2022-04-231-1/+10
* Build using OpenJDK 17 (min requirement still 11), 'fix' deprecated and remov...Sven Gothel2022-04-2314-28/+53
* Fix clang 11.0.1 C++17 and prepare C++20 (WIP)v0.8.1Sven Gothel2022-04-197-62/+69
* REAMDE.md: v0.8.0v0.8.0Sven Gothel2022-04-181-0/+6
* Include ordered_atomic to basic_typesSven Gothel2022-04-182-1/+3
* Add service_runner::shall_stop2() helper, supporting FunctionDef ...Sven Gothel2022-04-171-0/+11
* service_runner::stop() shall_stop to be reset in stop() method for claritySven Gothel2022-04-171-1/+1
* FunctionDef: Rename Capture{-> Value}InvocationFunc, add CaptureRefInvocation...Sven Gothel2022-04-174-58/+111
* service_runner::join(): Fix DBG_PRINT() argsSven Gothel2022-04-151-1/+1
* service_runner: Remove service_end_post_notify (data race leak), add join(), ...Sven Gothel2022-04-153-67/+156
* simple_timer: Renamed {SimpleTimer->simple_timer} and expose service_runner d...v0.7.14Sven Gothel2022-04-101-6/+23
* service_runner: Add API docSven Gothel2022-04-101-0/+17
* Add SimpleTimer class: A simple timer for timeout and interval applications, ...Sven Gothel2022-04-101-0/+147
* function_def: Add 'enum class FunctionType' for proper identification of used...Sven Gothel2022-04-101-6/+19
* Fix EUI48[Sub] ctor with byte-ptr: Don't swap if given byte_order == endian::...Sven Gothel2022-04-101-2/+2
* uint[128,192,256]_t: Add ctor with given byte array in native byte order, use...Sven Gothel2022-04-101-0/+3
* byte_util.hpp: Add manual optimization to generic bswap on uint8_t src -> destSven Gothel2022-04-101-3/+6
* Bump README.mdv0.7.13Sven Gothel2022-03-041-0/+2
* SIGSEGV workaround in jau::get_backtrace(..) of libunwind [1.3 - 1.6.2]'s unw...Sven Gothel2022-03-041-0/+14
* jau::get_backtrace(..): Check all libunwind return values for errorsSven Gothel2022-03-041-4/+17
* *build-doc.sh: Only build documentation and remove tar ball before creating (...Sven Gothel2022-02-072-1/+46
* Bump README v0.7.12v0.7.12Sven Gothel2022-02-071-0/+4
* Fix GIT_WORKDIR_DIRTY parsing, "CLEAN" indicates a clean git working directorySven Gothel2022-02-071-2/+2
* .gitignore: add *.log filesSven Gothel2022-02-071-1/+2
* git version info: Added post-tag: VERSION_COMMITS and VERSION_SHA1_SHORT. VER...Sven Gothel2022-02-0717-67/+97
* Bump 0.7.11v0.7.11Sven Gothel2022-01-291-1/+2
* Add Java/C++ hexStringBytes(..); Fix Java's bytesHexString(..) path !lsbFirst...Sven Gothel2022-01-275-3/+213
* helper_jni: Add convert_instance_to_jobject(..) with given jclass, different ...Sven Gothel2022-01-271-0/+16
* Bump v0.7.10v0.7.10Sven Gothel2022-01-251-1/+2
* Fixes for clang++ 11.0.1-2Sven Gothel2022-01-252-3/+7
* Bump v0.7.9v0.7.9Sven Gothel2022-01-171-1/+1
* service_runner: Add facility for optional singleton sighandler; start() shall...Sven Gothel2022-01-172-3/+93
* jau::server_runner: Fix API doc; Have get_name() return const reference only.v0.7.8Sven Gothel2022-01-132-4/+4
* Added `jau::service_runner`, a reusable dedicated thread performing custom us...v0.7.7Sven Gothel2022-01-123-1/+286
* Add helper_jni.hpp: convert_vector_uniqueptr_to_jarraylist(..) variant ...v0.7.6Sven Gothel2022-01-041-0/+54
* README.md: v0.7.5v0.7.5Sven Gothel2021-12-051-2/+3
* jau::ringbuffer: Using condition_variable requires us to hold same mutex lock...Sven Gothel2021-12-051-18/+12
* README.md: v0.7.4v0.7.4Sven Gothel2021-12-051-0/+4
* build.sh: Reorder most used invocation: Release + DebugSven Gothel2021-12-051-1/+2
* Fix test_latch01.cpp: Thread function something() needs to use atomic increme...Sven Gothel2021-12-051-2/+3