Skip to content

Releases: thebashpotato/etl

v0.7.0

18 May 19:37
Compare
Choose a tag to compare

This release added all operator overloads one would need for a
TaggedFundamental type including bitwise operations. Added many more
unittests for all the new overloads.

The naming convention of camelCase was changed to snake_case, so the API
to the Result class has changed slightly E.G (isOk() -> is_ok()).

Added version variables to the header file and acompanying tests.

Fixed verious clang-tidy warnings related to move semantics and
modernization.

The software license was changed from MIT to BSD-Clause-3.

The Extra Templated Library with Rust Result handling

19 Aug 03:41
Compare
Choose a tag to compare

Code clean up, default constructor added to Result<T, E> class

The Extra Templated Library with Rust Result handling

25 Jun 19:00
Compare
Choose a tag to compare

This release is clean up focused on the build system. Pkg-config is now supported for other build systems, as well as reworked versions of the Cmake install files based on nlohmann jsons cmake code.

The Extra Templated Library with Rust Result handling 0.4.0

06 Jun 00:54
Compare
Choose a tag to compare

The Extra Templated Library with Rust Result handling

06 Jun 00:21
Compare
Choose a tag to compare

The Extra Templated Library with Rust Result handling

05 Jun 23:36
Compare
Choose a tag to compare

Fix project_options and project_warnings bug.
Turn dev mode off by default

The Extra Templated Library with Rust Result handling

05 Jun 22:38
Compare
Choose a tag to compare