~ultimaker/ultimaker/+git/libSavitar:4.1

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

Branch merges

Branch information

Recent commits

ab1ce1c... by Ruben D

Remove PyCharm file

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

476f232... by Lipu Fei

Fix comments and find_package(Python3 3.4)

2287847... by Lipu Fei

Merge remote-tracking branch 'origin/WIP_gitlab_ci' into WIP_fix_docker

74a05fb... by Lipu Fei

Use GitLab CI

9d03f9c... by Lipu Fei

Fix CMake compatibility issues

214d68a... by Lipu Fei

Archive "build/" as artifacts

4e4b04f... by Lipu Fei

Rename dir scripts to docker

bfd409c... by Lipu Fei

Use GitLab CI

ed26ccc... by Lipu Fei

Fix merge conflicts

fe60672... by Thomas Karl Pietrowski

Detect pthread quietly and adding it as found

I'm doing basically the same as done in FindGTest. FindGTest is developed by CMake and there they are looking for Threads quietly.
That happens there with line 200 and following. Then they are checking whether it has been found and if that is the case, set_target_properties is being used. I'm left-handed at this point, so I implemented something that looks similar to what I (think to) see, but I trust more.