offa
offa
Thanks for the info @shuvashish76. I'll give it some days so we can add it incl. a F-droid link.
This change is open for discussion, so please let me know what you think.
It seems the devs are working on a non-advertisement variant for F-Droid. :+1: So getting it back there is a matter for time hopefully.
I +1 for linking the existing lists rather than maintaining another one.Thanks @farline99 for bringing up those two. Fully agree with @shuvashish76.
The current release causes compiler warnings, please consider a new release @HowardHinnant
ping @HowardHinnant
Converting from float to double uses the closest possible double value, thus may cause some garbage numbers. The library uses `double` exclusive and for the line protocol a [fixed precision](https://github.com/offa/influxdb-cxx/blob/master/include/Point.h#L97)....
> However, the fixed precision is the same for all the values in a batch (as I understand it). Yes unfortunately. > In terms of implementation, it wouldn't be that...
Thanks for reporting. All of the import / export handling is done through [generate_export_header()](https://cmake.org/cmake/help/latest/module/GenerateExportHeader.html), which generates _influxdb_export.h_ and related macros. The docs don't mention any additional settings or defines needed...
Doing a quick diff between both version I can't see any reason for the linker issues, the export related settings haven't changed. Only [SOVERSION](https://cmake.org/cmake/help/latest/prop_tgt/SOVERSION.html#prop_tgt:SOVERSION) introduced with 0.7.0, which seems to...