Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
a80af955
Commit
a80af955
authored
Sep 04, 2017
by
Dean Moldovan
Browse files
Add a dummy common.h header with a deprecation warning
parent
00b8f365
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
CMakeLists.txt
CMakeLists.txt
+1
-0
include/pybind11/common.h
include/pybind11/common.h
+2
-0
setup.py
setup.py
+1
-0
No files found.
CMakeLists.txt
View file @
a80af955
...
@@ -51,6 +51,7 @@ set(PYBIND11_HEADERS
...
@@ -51,6 +51,7 @@ set(PYBIND11_HEADERS
include/pybind11/buffer_info.h
include/pybind11/buffer_info.h
include/pybind11/cast.h
include/pybind11/cast.h
include/pybind11/chrono.h
include/pybind11/chrono.h
include/pybind11/common.h
include/pybind11/complex.h
include/pybind11/complex.h
include/pybind11/options.h
include/pybind11/options.h
include/pybind11/eigen.h
include/pybind11/eigen.h
...
...
include/pybind11/common.h
0 → 100644
View file @
a80af955
#include "detail/common.h"
#warning "Including 'common.h' is deprecated. It will be removed in v3.0. Use 'pybind11.h'."
setup.py
View file @
a80af955
...
@@ -23,6 +23,7 @@ else:
...
@@ -23,6 +23,7 @@ else:
'include/pybind11/buffer_info.h'
,
'include/pybind11/buffer_info.h'
,
'include/pybind11/cast.h'
,
'include/pybind11/cast.h'
,
'include/pybind11/chrono.h'
,
'include/pybind11/chrono.h'
,
'include/pybind11/common.h'
,
'include/pybind11/complex.h'
,
'include/pybind11/complex.h'
,
'include/pybind11/eigen.h'
,
'include/pybind11/eigen.h'
,
'include/pybind11/embed.h'
,
'include/pybind11/embed.h'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment