Skip to content

Releases: noah1510/rs232

v1.3.0

06 Dec 14:12
Compare
Choose a tag to compare

summary

This release adds native msvc support by adding an export macro.

Commits

  • 6994a50: updating to version 1.3.0 and adding an export macro (noasakurajin)

v1.2.0

09 Jul 15:20
Compare
Choose a tag to compare

This version gets osx working and fixes the ci to work as intended.

Commits

  • 7e33a95: changing meson ci command from test to compile (noasakurajin)
  • 7100a39: using the correct name for compile action (noasakurajin)
  • a550a95: improvements to apple include (noasakurajin)
  • e707e73: more changes to get apple working (noasakurajin)
  • 93c3abb: removing unsupported baud rates for osx (noasakurajin)
  • a98bcf5: windows no longer static in ci (noasakurajin)
  • c532a2b: adding -fno-use-linker-plugin to windows compile (noasakurajin)
  • 37ee844: correctly setting -fno-use-linker-plugin (noasakurajin)
  • 2520cd6: use meson 63 in windows ci (noasakurajin)
  • b859570: disable mac and linux for faster ci testing (noasakurajin)
  • 6dea4e3: testing more windows options at once in ci (noasakurajin)
  • ef426a4: using msys2 shell to get windows ci working (noasakurajin)
  • 2e7f350: fixing msys2 packages (noasakurajin)
  • 21a8900: removing custom linker option since it didn't work (noasakurajin)
  • 1f9150f: enabling all platforms again since windows works (noasakurajin)
  • 58f90bd: updating windows job in every ci type (noasakurajin)
  • e2d1ee2: updated version number to 1.2.0 (noasakurajin)

v1.1.0

21 Jun 15:19
Compare
Choose a tag to compare

Commits

  • 5b602cf: Create codeql-analysis.yml (noasakurajin)
  • 291d9a7: Update codeql-analysis.yml (noasakurajin)
  • ed20d52: better identation in meson.build (noasakurajin)
  • 26c7901: added a readUnitl function (noasakurajin)
  • ac3cf11: using the timed readNextChar function as implementaion for the permanent one (noasakurajin)
  • 7a80c30: Merge branch 'master' of https://github.com/noah1510/rs232 (noasakurajin)
  • 3292e54: change vector for readUntil to const & (noasakurajin)
  • 5becb05: adding additional include guard to template implementation (noasakurajin)
  • a2a6c58: creating timed readUntil function (noasakurajin)
  • 0b04335: added timed read next message (noasakurajin)
  • d8aa380: make is ctsEnabled to a bool (noasakurajin)
  • 1e1d86a: updating version number to 1.1.0 (noasakurajin)

v1.0.0

25 Apr 10:22
Compare
Choose a tag to compare
removing no longer needed c headers