Martin Rösch
Martin Rösch
Yes, that can be done in the project, but in a portable way. This is often achieved with a pre-processor macro like this one: https://github.com/zeromq/libzmq/blob/master/include/zmq.h#L62
> can we do this in a seperate pull request, e.g. to check if anything breaks? @WAvdBeek: Yes, sure. See #238
> @Oxymoron79 Please, could you add example server + README which uses zephyr ? @jkralik I have now added a README for the Zephyr port and how I used it....
Shouldn't iotivity-lite rather add support for floating point numbers instead? As `double` uses twice the space as `float` (see https://en.cppreference.com/w/cpp/language/types), iotivity-lite should make use of the memory space savings that...
> Pinging @Oxymoron79 @neptoess @benesch @snar for review Looks good to me as well. I just wonder if the chosen installation directory for the FindLZ4.cmake file (see https://github.com/edenhill/librdkafka/blob/master/CMakeLists.txt#L250) should be...
@neptoess, @m8mble Good points.Thanks for your explanations.