Skip to content

Releases: xdf-modules/libxdf

Release refs/tags/v0.99.9

25 Aug 23:15
45dbf90
Compare
Choose a tag to compare
Fixed potentially uninitialized variable (#41)

In the case where the file has reached the end, readBin doesn't initialize the "bytes" variable. It therefore contains garbage values, which has a small chance of making the switch select another case than "default", leading to an infinite loop. This isn't just speculation, this has actually happened to me while compiling in Unreal 5.3.
It is worth mentionning that the idiomatic way of checking whether or not the file has reached the end is to use file.eof() instead of relying on the fact that the variable isn't touched by "read".

Release refs/tags/v0.99.8

29 Sep 08:20
8aafa30
Compare
Choose a tag to compare
Bump Version to v0.99.8 (#35)

Release refs/tags/v0.99.7

29 Sep 07:57
55cff1c
Compare
Choose a tag to compare

Deprecated: Version mismatch, do not use.

Release refs/tags/v0.99.6

12 Nov 16:04
Compare
Choose a tag to compare
Add Win32 build

v0.991: Change LICENCE from GPL-3.0 to BSD-2 (#29)

11 Nov 15:43
7b0d292
Compare
Choose a tag to compare

(Sorry, I duplicated a tag, deleted it, then revealed the original. I'm trying to re-release the original. -Chad)

  • Change LICENCE from GPL-3.0 to BSD-2

  • Updated authors and year in license

v0.99

21 Mar 09:41
f765a8a
Compare
Choose a tag to compare
Merge pull request #16 from rstdm/feature/stability_improvements

Stability improvements

v0.98

12 Jul 08:28
Compare
Choose a tag to compare

Added support for synchronizing time stamps across streams

v0.96

02 Aug 19:30
Compare
Choose a tag to compare

Added support for both static and shared library.

v0.95

02 Aug 19:28
Compare
Choose a tag to compare

Added a vector to store effective sample rate of each stream.

v0.94

13 Apr 22:48
Compare
Choose a tag to compare

Switch to 1 based channel number in user interface.