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
..
2009-01-25 12:35:25 +00:00
2009-01-12 23:40:13 +00:00
2014-09-10 16:15:03 +00:00
2009-01-12 23:40:13 +00:00
2009-07-20 08:36:36 +00:00
2017-05-29 21:41:27 +02:00
2012-05-24 11:12:37 +00:00
2011-07-25 08:40:23 +00:00
2015-11-02 08:06:18 -08:00
2017-04-11 10:04:33 +02:00
2017-04-11 10:04:33 +02:00
2017-04-19 18:02:27 +02:00
2009-01-12 23:40:13 +00:00
2013-04-05 13:08:07 +00:00
2013-03-05 10:25:17 +00:00
2017-09-01 10:16:56 +02:00
2016-02-22 18:44:00 +01:00
2009-01-12 23:40:13 +00:00
2012-10-27 11:47:21 +00:00
2012-10-27 11:47:21 +00:00
2009-01-12 23:40:13 +00:00
2009-07-20 08:36:36 +00:00
2009-10-28 00:22:10 +00:00
2009-10-28 00:22:10 +00:00
2009-01-25 12:35:25 +00:00
2009-07-20 08:36:36 +00:00
2009-07-20 08:36:36 +00:00
2009-01-12 23:40:13 +00:00
2011-07-14 21:36:19 +00:00