~ultimaker/ultimaker/+git/libArcus:4.13

Last commit made on 2021-11-26
Get this branch:
git clone -b 4.13 https://git.launchpad.net/~ultimaker/ultimaker/+git/libArcus

Branch merges

Branch information

Name:
4.13
Repository:
lp:~ultimaker/ultimaker/+git/libArcus

Recent commits

2066a9d... by Jaime van Kessel <email address hidden>

Merge pull request #126 from Penrif/patch-1

Fixing package name

9f4695b... by Penrif <email address hidden>

Fixing package name

build-essentials -> build-essential

b217ee2... by Jelle Spijker <email address hidden>

Only do CI/CT for mingw64 on the master branch

Otherwise other branches might mess up CI/CT CuraEngine

80bd376... by Remco Burema <email address hidden>

Remove superflous flags.

CMAKE_CXX_STANDARD should already take care of this.

part of CURA-5990

25451e6... by Remco Burema <email address hidden>

Bump to C++17.

part of CURA-5990

beb7dfe... by Remco Burema <email address hidden>

Merge pull request #113 from StefanBruens/python3_8_no_undefined

Fix build with Python 3.8 and --no-undefined linker flags

617f6f7... by Konstantinos Karmas <email address hidden>

Merge pull request #116 from Ultimaker/use_findpackage_python3_if_possible

Allow Cmake to use FindPython3

9904cc0... by Jelle Spijker <email address hidden>

Merge pull request #117 from Ultimaker/CURA-8146_Fix_getting_PyCapsule_error_on_import

CURA-8146: Fix getting PyCapsule error on import

e9e530d... by Kostas Karmas <email address hidden>

Fix getting PyCapsule error on import

This fix overcomes the notorious `ValueError: PyCapsule_GetPointer called with incorrect name` that
we get if we do not import Arcus, Savitar, and pynest2d in cura_app.py (and other places) even if it
is not used.

All credits go to Rex Dieter for figuring that this missing flag was the issue.
https://src.fedoraproject.org/rpms/libarcus/pull-request/1#request_diff

CURA-8146

9cb4589... by Jelle Spijker <email address hidden>

Merge remote-tracking branch 'origin/master' into use_findpackage_python3_if_possible