~thopiekar/cgal/+git/cgal-swig-bindings:CGAL-4.X-branch

Last commit made on 2020-01-24
Get this branch:
git clone -b CGAL-4.X-branch https://git.launchpad.net/~thopiekar/cgal/+git/cgal-swig-bindings

Branch merges

Branch information

Name:
CGAL-4.X-branch
Repository:
lp:~thopiekar/cgal/+git/cgal-swig-bindings

Recent commits

e88c23c... by =?utf-8?q?S=C3=A9bastien_Loriot?= <email address hidden>

do not test latest versions of CGAL

438b6cc... by Laurent Rineau <email address hidden>

Add the JNI bindings to the windows CI (#137)

Add the JNI bindings to the windows CI

648c7b0... by Laurent Rineau <email address hidden>

Merge branch 'master' into Add_java_CI-maxGimeno

ad65232... by Laurent Rineau <email address hidden>

Fix Travis for MacOS (#141)

Fix Travis for MacOS

814edc3... by Maxime Gimeno <email address hidden>

Remove 4.14 amd 4.13 from osx matrix and restore linux tests

0ba6f8d... by Laurent Rineau <email address hidden>

Merge pull request #144 from thopiekar/master-adding-gitignore

Adding gitignore

69d7286... by Thomas Karl Pietrowski

Adding gitignore

Used to ignore files generated by CMake builds and Visual Studio Code.

Signed-off-by: Thomas Karl Pietrowski <email address hidden> (github: thopiekar)

da427b6... by Sebastien Loriot

split macro declaring function overloads so that iterator versions are declared the last

I did this to workaround an error with python3 on MacOS

PyObject_GetIter was raising TypeError "object not iterable" even
if the correct overload was picked. I guess the exception was raised
when exiting the wrap function

With the current patch, all overloads with iterator are after
the one with the class in the _wrap function

@wsfulton did you already saw that?

3b0fe06... by Maxime Gimeno <email address hidden>

upgrade xcode to 11.3

583e844... by Sebastien Loriot

workaround forward iterator requirement