~thopiekar/cgal/+git/cgal-swig-bindings-thopiekar:master-adding-gitignore

Last commit made on 2020-01-19
Get this branch:
git clone -b master-adding-gitignore https://git.launchpad.net/~thopiekar/cgal/+git/cgal-swig-bindings-thopiekar

Branch merges

Branch information

Name:
master-adding-gitignore
Repository:
lp:~thopiekar/cgal/+git/cgal-swig-bindings-thopiekar

Recent commits

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)

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

fix var name

66a9b1b... by Laurent Rineau <email address hidden>

Add 5.0

1b40e13... by Laurent Rineau <email address hidden>

Merge pull request #135 from maxGimeno/windows-testsuite

Clean-up windows CI

86c9165... by Maxime Gimeno <email address hidden>

clean-up

da208fe... by Maxime GIMENO <email address hidden>

add a github action CI for windows

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

Fix for windows (#132)

Fix for windows

Co-authored-by: Laurent Rineau <email address hidden>

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

Move the line outside WIN32

That settings is not related to WIN32:
  - on Windows, there are generators different from Visual Studio,
  - outside Windows, there are generators with
    multi-configuration (XCode at least).

aa8835d... by Maxime Gimeno <email address hidden>

avoid configuration-dependant output directory for pyd generated files

4d2e7df... by Maxime Gimeno <email address hidden>

Use another EXPORT macro, as the current one is disabled by CGAL_HEADER_ONLY