Skip to content

Releases: ruevs/solvespace

Tsting the CI ~v3.2.-rc2

Pre-release

Choose a tag to compare

@ruevs ruevs released this 27 Mar 06:25
f6ef763

Does it work?

Windows XP OpenGL 1 Post 3.1 2

Choose a tag to compare

@ruevs ruevs released this 26 Oct 08:29

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 GetCurrentProcessorNumberwhich 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

Pre-release

Choose a tag to compare

@ruevs ruevs released this 24 Mar 21:31

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 GetCurrentProcessorNumberwhich 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

Pre-release

Choose a tag to compare

@ruevs ruevs released this 22 Jan 23:37

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 GetCurrentProcessorNumberwhich are not supported under Windows XP. A cleaner solution would be to to revert c4ca4be .

Edge

Edge Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 Oct 14:38

Update Russian translation

Windows XP OpenGL 1 Post 3.0 1

Pre-release

Choose a tag to compare

@ruevs ruevs released this 08 Aug 18:48
1b8e1de

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 GetCurrentProcessorNumberwhich are not supported under Windows XP. A cleaner solution would be to to revert c4ca4be .