~ultimaker/ultimaker/+git/libSavitar:4.4

Last commit made on 2019-09-17
Get this branch:
git clone -b 4.4 https://git.launchpad.net/~ultimaker/ultimaker/+git/libSavitar

Branch merges

Branch information

Recent commits

4e0baf3... by Remco Burema <email address hidden>

Merge pull request #20 from onitake/fix/face-namespace

Moved Face into Savitar namespace

eb1dea3... by Gregor Riepl

Moved Face into Savitar namespace

d0696dc... by Lipu Fei

Fix Python3_SITEARCH for old cmake

f28ecec... by Lipu Fei

Use group gitlab runners

e567eb0... by Miro HronĨok

Install the Python extension module to Python sitearch, not sitelib

The sitearch directory is used for compiled code, such as this extension module.

See https://github.com/Ultimaker/libArcus/pull/94#issuecomment-505376760

8d54236... by Ruben D

Export Face class as well

We want that to be accessible from Python if necessary.

Contributes to issue CURA-6009.

59060f0... by Ruben D

Remove old SavitarExport header

This is now auto-generated by CMake.

Contributes to issue CURA-6009.

2029111... by Ruben D

Install SavitarExport.h instead of ArcusExport.h

This was a copy-paste mistake I think.

Contributes to issue CURA-6009.

e6e9f53... by Gregor Riepl

Limit library symbol visibility on all platforms
See Ultimaker/libArcus#80

ab1ce1c... by Ruben D

Remove PyCharm file

It should be ignored in the developer's global .gitignore file in my opinion.