Results 47 issues of offa

Removes the deprecated `java.level` from POM. ------------------ - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch! - [x] Ensure that the...

Migrate tests to Catch 3.x.

test

Boolean is available too: https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_reference/#data-types

enhancement
api-change
feature

While the _curl_ API does it's job it's still C. Replacing with a more C++ like API could simplify and improve the HTTP code (related: #90). ### Suggestions - https://github.com/libcpr/cpr

enhancement

Use fixed with types instead of `int` / `long long int` in `Point::addField(…)`. Docs: https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_reference/#data-types

enhancement

The date library is included in the repository, should it get treated as a normal dependency? It can be included through packages manager or cmake too.

discussion

Add an example how to integrate the library using CMake's `FetchContent`.

cmake
documentation

Code cleanup, most are test assertions, imports or Java version related. -------------------- - [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!...

Integrate FOSS tools, typically not running on the device itself (see #248 discussion). #### Possible solutions: 1. Introduce a Tools section 2. Create an additional file and link from main...

content
discussion

Remove deprecated usage of `volatile` in C++20.