rts2
rts2 copied to clipboard
Contains core part of the RTS2 - RTS2 libraries, and drivers for basic devices.
Pull request from actual branch where merging will take place. Already has all implicit conflicts resolved. Not even the compilation is tested yet :-)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20231013. Release notes Sourced from org.json:json's releases. 20231013 Pull Request Description #793 Reverted #761 #792 update the docs for release 20231013 #783 optLong vs getLong...
Just to keep track of things - recently (since PG16?..) they split some definitions from `postgres.h` into `varatt.h`. The following changes are necessary to compile RTS2: ```diff diff --git a/src/pgsql/pg_wcs.c...
In Daemon::addValue, it always converts a Value to a CondValue object. In the doc of CondValue, it says it can hold state condition for value, but this feature is almost...