netgen/libsrc/geom2d
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
genmesh2d.cpp first add corner points to mesh, and then edge points (for consistent orientation on periodic edges) 2017-03-08 18:07:55 +01:00
geom2dmesh.cpp header files 2011-02-28 14:17:25 +00:00
geom2dmesh.hpp spline files restructured 2011-02-28 12:59:27 +00:00
geom2dpkg.cpp opengl/tcl structure 2014-10-08 12:46:25 +00:00
geometry2d.cpp firststep and laststep as meshingparameters to be exported to python 2016-12-05 13:50:21 +01:00
geometry2d.hpp firststep and laststep as meshingparameters to be exported to python 2016-12-05 13:50:21 +01:00
python_geom2d.cpp Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
spline2d.hpp ARRAY -> Array 2009-01-25 12:35:25 +00:00
splinegeometry2.hpp python, shared ptr 2014-09-25 20:23:31 +00:00
vsgeom2d.cpp dbl-clk function with point coordinates 2014-02-12 15:13:35 +00:00
vsgeom2d.hpp everything in one big dll on Windows 2015-10-19 10:08:30 +02:00