-
01.07.01909fb791 · ·
New PATCH release 01.07.01 Changes since 01.07.00: - fix: Update for new DOOCS array API (#33) - fix: missing include - fix: increase timeout for reading properties - fix: retry set/get operations on failure - chore(test): migrate to auto test cases - fix: linter and cmake warnings - style: fix code formatting
-
01.07.0018c32cf9 · ·
New MINOR release 01.07.00 Changes since 01.06.04: - chore!: move to doocs::Server class
-
01.06.04138b1970 · ·
New PATCH release 01.06.04 Changes since 01.06.03: - fix: prevent hist dir clashing - fix: code formatting
-
-
01.06.02a92dac9d · ·
New PATCH release 01.06.02 Changes since 01.06.01: - chore: increase patch level and required DOOCS version - fix: update for latest doocs changes
-
-
01.06.00e15384a1 · ·
New MINOR release 01.06.00 Changes since 01.05.04: * use lib install dir defined by GNUInstallDirs this should fix library search problems on Tumbleweed * chore: modernize cmake (#10) imported targets remove explicit compatibility vars no-as-needed now comes from dependencies remove --export-dynamic linker flag because it makes no sense for libs
-
01.05.0400a25ab9 · ·
New PATCH release 01.05.04 Changes since 01.05.03: - add .jenkinsfile - update build environment
-
01.05.03e29f060e · ·
New PATCH release 01.05.03 Changes since 01.05.02: - Work around linkage issues with DOOCS and TINE
-
01.05.02d0238b1a · ·
New PATCH release 01.05.02 Changes since 01.05.01: - Add work around for broken DOOCS pkg-config files breaking linkage
-
-
01.05.00fcdc4e34 · ·
New MINOR release 01.05.00 Changes since 01.04.01: - added support for pkgconfig (from project-template) - Fixes to work with DOOCS 21.3.1 and TSAN/ASAN fixes -- ThreadedDoocsServer: Fix crash on startup -- ThreadedDoocsServer: Make deep copy of argv -- ThreadedDoocsServer: Fix mismatch malloc/delete[] -- Use official wait_for_update() backdoor for testing, instead of hacking nanosleep
-
01.04.01f86bacda · ·
New PATCH release 01.04.01 Changes since 01.04.00: - Removed libtine linking workaround from FindDOOCS. Doocs libraries now are themselves linked correctly against tine.
-
01.04.00349ba230 · ·
New MINOR release 01.04.00 Changes since 01.03.05: - change minimum BPN when randomnising ports to avoid conflicts with realistic servers - fix possible ressource conflicts when running tests concurrently (RPC numbers, port numbers, config file name) - randomnize BPNs for tests based on the test helper (fixes issues with ZeroMQ tests)
-
01.03.05e79a1293 · ·
New PATCH release 01.03.05 Changes since 01.03.04: - Fix test server initialisation with new doocs releases
-
01.03.0490317391 · ·
New PATCH release 01.03.04 Changes since 01.03.03: - Made compile with DOOCS 20.1.1 (merge from project template)
-
01.03.03606eed29 · ·
New PATCH release 01.03.03 Changes since 01.03.02: - Add missing include to compile with latest DOOCS
-
01.03.02ffc2e291 · ·
New PATCH release 01.03.02 Changes since 01.03.01: - Fix missing include in ThreadedDoocsServer.h
-
01.03.015b8c3f59 · ·
New PATCH release 01.03.01 Changes since 01.03.00: Minor changes to the build environment
-
01.03.000696a23d · ·
New MINOR release 01.03.00 Changes since 01.02.00: - Add Helper for spawning a DOOCS server in a thread