Skip to content

Releases: xdf-modules/libxdf

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 20 Jul 07:54
Prepare v1.0.4

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 14 Jul 10:40
Prepare v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Jul 18:46
Add changelog entry

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 07:06
Prepare v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 05 Jul 11:37
Prepare v1.0.0

v0.99.10

Choose a tag to compare

@github-actions github-actions released this 20 Mar 11:19
9d6277c
Prepare 0.99.10 release (#54)

v0.99.9

Choose a tag to compare

@Yida-Lin Yida-Lin released this 25 Aug 23:15
45dbf90
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".

v0.99.8

Choose a tag to compare

@Yida-Lin Yida-Lin released this 29 Sep 08:20
8aafa30
Bump Version to v0.99.8 (#35)

v0.99.7

Choose a tag to compare

@Yida-Lin Yida-Lin released this 29 Sep 07:57
55cff1c

Deprecated: Version mismatch, do not use.

v0.99.6

Choose a tag to compare

@github-actions github-actions released this 12 Nov 16:04
Add Win32 build