~ultimaker/ultimaker/+git/libSavitar:3.3

Last commit made on 2017-11-06
Get this branch:
git clone -b 3.3 https://git.launchpad.net/~ultimaker/ultimaker/+git/libSavitar

Branch merges

Branch information

Recent commits

62dd545... by Ruben D

Add missing license notices

And one notice that said it was GPL instead of LGPL.

Fixes #6.

aedac09... by Ruben D

Add LIB_SUFFIX to lib directory if it exists

On some systems, the lib directory is called lib64 or something instead. However the LIB_SUFFIX variable doesn't always exist in CMake so first check for its existence.

Thanks to mariolpantunes for the basis of this patch.

Fixes #5.

e365636... by Mark <email address hidden>

AGPL to LGPL

91de4e2... by Mark <email address hidden>

Add idea/ to ignore

c43715d... by Jaime van Kessel <email address hidden>

Only use positive ints for object id's

Missed that in the spec.

ef0d1e1... by Ruben D

List requirements of building libSavitar

I just tried on a computer that had SIP 4.19.0 and that wasn't sufficient. I normally build with 4.19.2 and that works, and just now I upgraded that first computer to 4.19.3 so that works too. I don't know about 4.19.1 but 4.19.2 works in any case.

39cc26f... by Ruben D

Ignore common build directory

ed83094... by Jaime van Kessel <email address hidden>

Removed unneeded reserve. This caused double of memory to be used.

As we were inserting data at the end, it added a ton of 0 data.

e547bfc... by Jaime van Kessel <email address hidden>

Fixed mistake caused by refactoring

8f6433c... by Jaime van Kessel <email address hidden>

RPATH is now set correctly