netgen/libsrc/csg
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
..
algprim.cpp fix SetMaxH in python 2014-12-05 15:58:49 +00:00
algprim.hpp some changes 2016-10-11 14:10:36 +02:00
brick.cpp ARRAY -> Array 2009-01-25 12:35:25 +00:00
brick.hpp namespaces, layers for 2D geometry 2009-09-07 11:50:13 +00:00
bspline2d.cpp autotools 2009-01-12 23:40:13 +00:00
CMakeLists.txt Cleanup CMake build system 2017-05-29 21:41:27 +02:00
csg.hpp remove <vector> from csg header again 2017-02-27 11:35:56 +01:00
csgeom.cpp Squashed commit of the following: 2017-02-23 16:41:27 +01:00
csgeom.hpp use Array instead of std::vector 2017-02-27 11:32:42 +01:00
csgparser.cpp switch from boost::python to pybind11 2016-11-04 12:14:52 +01:00
csgparser.hpp namespaces, layers for 2D geometry 2009-09-07 11:50:13 +00:00
csgpkg.cpp everything in one big dll on Windows 2015-10-19 10:08:30 +02:00
curve2d.cpp autotools 2009-01-12 23:40:13 +00:00
curve2d.hpp namespaces, layers for 2D geometry 2009-09-07 11:50:13 +00:00
edgeflw.cpp Squashed commit of the following: 2017-02-23 16:41:27 +01:00
edgeflw.hpp closed modules 2014-08-30 00:15:59 +00:00
explicitcurve2d.cpp autotools 2009-01-12 23:40:13 +00:00
explicitcurve2d.hpp namespaces, layers for 2D geometry 2009-09-07 11:50:13 +00:00
extrusion.cpp fix CalcProj for ExtrusionFace and export to python 2017-01-27 16:14:27 +01:00
extrusion.hpp fix CalcProj for ExtrusionFace and export to python 2017-01-27 16:14:27 +01:00
gencyl.cpp mesh rendering fixes 2009-01-24 23:28:47 +00:00
gencyl.hpp namespaces, layers for 2D geometry 2009-09-07 11:50:13 +00:00
genmesh.cpp more use of PointIndex 2016-12-11 12:12:05 +01:00
geoml.hpp autotools 2009-01-12 23:40:13 +00:00
identify.cpp closesurfacefix 2016-09-16 15:32:19 +02:00
identify.hpp dll_headers for geometry dll (only 2D yet) 2011-03-03 21:42:20 +00:00
manifold.cpp autotools 2009-01-12 23:40:13 +00:00
manifold.hpp namespaces, layers for 2D geometry 2009-09-07 11:50:13 +00:00
meshsurf.cpp closed modules 2014-08-30 00:15:59 +00:00
meshsurf.hpp closed modules 2014-08-30 00:15:59 +00:00
polyhedra.cpp Array::Append does not return size anymore ( will be changed to last ) 2016-12-11 18:22:07 +01:00
polyhedra.hpp namespaces, layers for 2D geometry 2009-09-07 11:50:13 +00:00
python_csg.cpp Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
revolution.cpp stable evaluation of implizit spline-curve representation 2016-09-29 11:03:00 +02:00
revolution.hpp stable evaluation of implizit spline-curve representation 2016-09-29 11:03:00 +02:00
singularref.cpp extrusion fixes, reduce warnings 2009-04-19 21:15:26 +00:00
singularref.hpp everything in one big dll on Windows 2015-10-19 10:08:30 +02:00
solid.cpp fixing performance issue with Plane-Cylinder check 2015-10-05 09:48:20 +02:00
solid.hpp fixing performance issue with Plane-Cylinder check 2015-10-05 09:48:20 +02:00
specpoin.cpp Array::Append does not return size anymore ( will be changed to last ) 2016-12-11 18:22:07 +01:00
specpoin.hpp closed modules 2014-08-30 00:15:59 +00:00
spline3d.cpp autotools 2009-01-12 23:40:13 +00:00
spline3d.hpp namespaces, layers for 2D geometry 2009-09-07 11:50:13 +00:00
splinesurface.cpp fix splinesurface when points are not given exactly 2017-08-02 14:45:03 +02:00
splinesurface.cpp~ first push 2016-10-04 19:30:57 +02:00
splinesurface.hpp use Array instead of std::vector 2017-02-27 11:32:42 +01:00
splinesurface.hpp~ first push 2016-10-04 19:30:57 +02:00
surface.cpp closed modules 2014-08-30 00:15:59 +00:00
surface.hpp closed modules 2014-08-30 00:15:59 +00:00
triapprox.cpp ARRAY -> Array 2009-01-25 12:35:25 +00:00
triapprox.hpp namespaces, layers for 2D geometry 2009-09-07 11:50:13 +00:00
vscsg.cpp Update pybind11 to version 2.2.0 2017-09-01 10:16:56 +02:00
vscsg.hpp everything in one big dll on Windows 2015-10-19 10:08:30 +02:00
zrefine.cpp fix warnings 2017-04-03 17:40:01 +02:00