~ultimaker/ultimaker/+git/libSavitar:2.7

Last commit made on 2017-07-27
Get this branch:
git clone -b 2.7 https://git.launchpad.net/~ultimaker/ultimaker/+git/libSavitar

Branch merges

Branch information

Recent commits

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

1ad7ddb... by Gregor Riepl

Added typedef for dynamic byte array

c2a95c6... by Gregor Riepl

Preallocate byte buffers

7c064a7... by Gregor Riepl

Moved ref ampersand to type

6d0835f... by Gregor Riepl

Replaced char vectors with uint8_t vectors