netgen/libsrc/stlgeom
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
..
CMakeLists.txt Cleanup CMake build system 2017-05-29 21:41:27 +02:00
meshstlsurface.cpp PointIndex::BASE = 0 and STL, PointIndices 2016-12-12 11:47:46 +01:00
meshstlsurface.hpp on the way to thread-save meshing 2011-07-25 08:40:23 +00:00
python_stl.cpp Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
stlgeom.cpp Array::Append does not return size anymore ( will be changed to last ) 2016-12-11 18:22:07 +01:00
stlgeom.hpp Array::Append does not return size anymore ( will be changed to last ) 2016-12-11 18:22:07 +01:00
stlgeomchart.cpp remove some warnings 2014-08-15 15:19:10 +00:00
stlgeommesh.cpp firststep and laststep as meshingparameters to be exported to python 2016-12-05 13:50:21 +01:00
stlline.cpp improvements for STL meshing 2012-10-22 13:13:57 +00:00
stlline.hpp ARRAY -> Array 2009-01-25 12:35:25 +00:00
stlpkg.cpp everything in one big dll on Windows 2015-10-19 10:08:30 +02:00
stltool.cpp Array::Append does not return size anymore ( will be changed to last ) 2016-12-11 18:22:07 +01:00
stltool.hpp everything in one big dll on Windows 2015-10-19 10:08:30 +02:00
stltopology.cpp Array::Append does not return size anymore ( will be changed to last ) 2016-12-11 18:22:07 +01:00
stltopology.hpp Array::Append does not return size anymore ( will be changed to last ) 2016-12-11 18:22:07 +01:00
vsstl.cpp Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
vsstl.hpp everything in one big dll on Windows 2015-10-19 10:08:30 +02:00