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
..
2011-07-25 08:57:49 +00:00
2011-01-10 20:18:01 +00:00
2016-04-04 10:18:38 +02:00
2009-01-13 21:14:02 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-12 23:40:13 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2014-01-16 08:49:20 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2014-01-16 08:49:20 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 18:32:10 +00:00
2009-01-13 21:14:02 +00:00
2011-01-10 20:18:01 +00:00