summaryrefslogtreecommitdiffstats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, ↵v0.9.2Sven Gothel2022-05-011-1/+2
| | | | CppLang, DataStructs, Concurrency, Floats, Fractions, Integrals, JavaJVM, Network, String
* Adopt fraction and fraction_timespec, use wait_until() w/ out-of-loop ↵Sven Gothel2022-05-011-0/+10
| | | | | | | | | | absolute timeout_time, avoiding deadlocks Classes affected incl. API change using fraction for relative time - latch - ringbuffer - service_runner - simple_timer
* Bump v0.8.6v0.8.6Sven Gothel2022-04-241-1/+2
|
* Add cross-build scripts (from Direct-BT); Bump v0.8.5v0.8.5Sven Gothel2022-04-241-0/+13
|
* Allow disabling libunwind for backtrace (stability, default disabled for ↵Sven Gothel2022-04-241-0/+5
| | | | arm32/armhf else enabled), use cmake variable USE_LIBUNWIND
* REAMDE.md: v0.8.0v0.8.0Sven Gothel2022-04-181-0/+6
|
* Bump README.mdv0.7.13Sven Gothel2022-03-041-0/+2
|
* Bump README v0.7.12v0.7.12Sven Gothel2022-02-071-0/+4
|
* Bump 0.7.11v0.7.11Sven Gothel2022-01-291-1/+2
|
* Bump v0.7.10v0.7.10Sven Gothel2022-01-251-1/+2
|
* Bump v0.7.9v0.7.9Sven Gothel2022-01-171-1/+1
|
* jau::server_runner: Fix API doc; Have get_name() return const reference only.v0.7.8Sven Gothel2022-01-131-1/+1
|
* Added `jau::service_runner`, a reusable dedicated thread performing custom ↵v0.7.7Sven Gothel2022-01-121-1/+2
| | | | user services
* README.md: v0.7.5v0.7.5Sven Gothel2021-12-051-2/+3
|
* README.md: v0.7.4v0.7.4Sven Gothel2021-12-051-0/+4
|
* Bump README v0.7.3v0.7.3Sven Gothel2021-11-171-1/+1
|
* Bump READMESven Gothel2021-11-161-0/+6
|
* README.md bumpv0.7.2Sven Gothel2021-11-151-0/+5
|
* ringbuffer: Add notion of operating threading mode for more efficancyv0.7.0Sven Gothel2021-11-021-1/+4
| | | | | | Add notion of operating threading mode for more efficancy: - One producer-thread and one consumer-thread (default) - Multiple producer-threads and multiple consumer-threads
* Bump README.mdSven Gothel2021-11-011-0/+1
|
* README.md .. bumpSven Gothel2021-10-311-1/+12
|
* Bump README.md v0.6.1v0.6.1Sven Gothel2021-10-281-0/+4
|
* README.md .. fixed language, v0.6.0 already pushedSven Gothel2021-10-241-2/+1
|
* README.md bumpv0.6.0Sven Gothel2021-10-241-0/+2
|
* README: Bump for next 0.6.0 release.Sven Gothel2021-10-231-20/+25
|
* EUI48Sub: Add required endian conversion for byte stream ctor (C++ and Java)v0.5.0Sven Gothel2021-10-051-1/+3
|
* README bump v0.4.9v0.4.9Sven Gothel2021-10-051-1/+4
|
* Bump README.mdv0.4.8Sven Gothel2021-10-031-0/+5
|
* README: Changes v0.4.7v0.4.7Sven Gothel2021-10-021-0/+6
|
* README: Latest inclusion will be tagged 0.4.3 (0.4.2 already used)v0.4.3Sven Gothel2021-09-181-1/+1
|
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT ↵Sven Gothel2021-09-181-0/+4
| | | | | | for general use. Unit tests included of course.
* Bump README.mdv0.4.1Sven Gothel2021-06-221-0/+9
|
* Bump README.mdv0.3.0Sven Gothel2021-02-101-1/+1
|
* Bump README.mdv0.2.24Sven Gothel2021-02-091-0/+3
|
* Bump README.mdv0.2.21Sven Gothel2021-01-251-2/+4
|
* JaulibSetup.cmake: Respect USE_STRIP pre-set (don't override); javac debug ↵Sven Gothel2021-01-251-0/+10
| | | | flags back to default 'source,lines' -> override with JAVAC_DEBUG_ARGS
* Fix java api doc (using doxygen)Sven Gothel2021-01-251-0/+3
|
* README.md: BumpSven Gothel2021-01-251-0/+3
|
* Bump README.mdv0.2.12Sven Gothel2021-01-071-1/+1
|
* README.md updateSven Gothel2021-01-071-0/+1
|
* Update README.mdv0.2.10Sven Gothel2021-01-061-0/+1
|
* Updated README.mdv0.2.8Sven Gothel2021-01-041-0/+5
|
* README: jaucpp -> jaulibSven Gothel2020-12-211-8/+8
|
* Replace cppunit.h with Catch2 (v3-devel): Supporting CI integration, more ↵Sven Gothel2020-12-211-0/+3
| | | | versatile functionality (benchmarking, ..)
* README bumpSven Gothel2020-10-201-0/+7
|
* README: Bump 0.2.1v0.2.1Sven Gothel2020-10-181-1/+1
|
* Build: Separate GCC sanitize flags from DEBUG=ON, enable via ↵v0.2.0Sven Gothel2020-10-181-1/+13
| | | | INSTRUMENTATION=ON (tag 0.2.0)
* Require cmake >= 3.13 and use LANGUAGES C CXX (JAVA can be specified later on)Sven Gothel2020-10-161-1/+1
|
* doxygen.cpp.in: Add java/jni sources; Project name: Remove redundancySven Gothel2020-10-161-2/+2
|
* README: Link to direct_bt.git/about/Sven Gothel2020-10-161-1/+1
|