netgen/libsrc
Matthias Hochsteger 1430b89e39 Update pybind11 to version 2.2.0
- Replace PYBIND11_PLUGIN with PYBIND11_MODULE

- Fix warnings about symbol visibility by replacing
  'namespace pybind11' with 'namespace PYBIND11_NAMESPACE'

- Pybind sets the default visibility of its namespace to 'hidden'
  Thus, our export functions like  ExportCSG(py::module &m) also are
  hidden by default. To work around that define DLL_HEADER
  '__attribute__ ((visibility ("default")))
  on GNUC platforms.
2017-09-01 10:16:56 +02:00
..
csg Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
general Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
geom2d Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
gprim Cleanup CMake build system 2017-05-29 21:41:27 +02:00
include Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
interface fix crash at netgen exit 2017-08-27 14:51:35 +02:00
linalg Cleanup CMake build system 2017-05-29 21:41:27 +02:00
meshing Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
occ Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
stlgeom Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
visualization fix multidim in Netgen 2017-08-16 15:49:45 +02:00
CMakeLists.txt CMake support 2015-03-06 14:59:14 +01:00