Releases: ruevs/solvespace
Windows XP OpenGL 1 Post 3.1 2
This is an unofficial version of SolveSpace built for Windows XP and later (32bit with OpenGL 1 support).
It is based on a post v. 3.1 source (c619fa9).
You can see the notable additions after 3.1 that are included in this build here:
https://github.com/ruevs/solvespace/blob/c619fa9f1f5eaaa60eea0f08770a04e703e51115/CHANGELOG.md#3x---development
To make this work mimalloc
was removed by reverting c4ca4be. This is because mimalloc depends on bcrypt.dll and the fibersapi.h (Fls*
), GetLargePageMinimum
and GetCurrentProcessorNumber
which are not supported under Windows XP.
The build is done with the following configuration:
cmake .. -DCMAKE_BUILD_TYPE=Release -T v141_xp -A Win32 -DOPENGL=1 -DENABLE_LTO=yes
Windows XP OpenGL 1 Post 3.1 1
This is an unofficial version of SolveSpace built for Windows XP and later (32bit with OpenGL 1 support).
It is based on a post v. 3.1 source (659215d).
You can see the notable additions after 3.1 that are included in this build here:
https://github.com/ruevs/solvespace/blob/b4be656f251301fd730fad1533461b4361ce9ced/CHANGELOG.md#3x---development
To make this work mimalloc
was removed by reverting c4ca4be. This is because mimalloc depends on bcrypt.dll and the fibersapi.h (Fls*
), GetLargePageMinimum
and GetCurrentProcessorNumber
which are not supported under Windows XP.
The build is done with the following configuration:
cmake .. -DCMAKE_BUILD_TYPE=Release -T v141_xp -A Win32 -DOPENGL=1 -DENABLE_LTO=yes
Windows XP OpenGL 1 Post 3.0 2
This is an unofficial version of SolveSpace built for Windows XP and later (32bit with OpenGL 1 support).
It is based on a post v. 3.0 source (b399d9a).
You can see the notable additions after 3.0 that are included in this build here:
https://github.com/ruevs/solvespace/blob/1b8e1dec652eef7916a94b6c9db404457dacb0db/CHANGELOG.md#3x----since-the-30-release-only-available-in-edge-builds
To make this work some local hacks were applied in mimalloc
to remove the dependencies on bcrypt.dll and the fibersapi.h (Fls*
), GetLargePageMinimum
and GetCurrentProcessorNumber
which are not supported under Windows XP. A cleaner solution would be to to revert c4ca4be .
Edge
Update Russian translation
Windows XP OpenGL 1 Post 3.0 1
This is an unofficial version of SolveSpace built for Windows XP and later (32bit with OpenGL 1 support).
It is based on a post v. 3.0 source (1b8e1de).
You can see the notable additions after 3.0 that are included in this build here:
https://github.com/ruevs/solvespace/blob/1b8e1dec652eef7916a94b6c9db404457dacb0db/CHANGELOG.md#3x----since-the-30-release-only-available-in-edge-builds
To make this work some local hacks were applied in mimalloc
to remove the dependencies on bcrypt.dll and the fibersapi.h (Fls*
), GetLargePageMinimum
and GetCurrentProcessorNumber
which are not supported under Windows XP. A cleaner solution would be to to revert c4ca4be .