Skip to content

Tags: bgrimstad/splinter

Tags

v3.0

Merge branch 'development'

v2.0

Bump version to 2.0

v1.3

Properly set optimization level for GCC on Windows.

v1.2.splinter

Fix compilation on Windows

uint -> unsigned int (uint is not in the standard, so compilers
are not required to support it).

Commented out assert on undefined variable, and uncommented
line defining a variable used in a later assertion.

v1.2

-O3 with MinGW 4.9.1 on Windows crashes, only use -O2 for now

v1.0

Update README.md