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
62afdc04
Commit
62afdc04
authored
Feb 23, 2021
by
Ralf W. Grosse-Kunstleve
Browse files
Adding copyright notices and minor colateral cleanup.
parent
c56bd3ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
1 deletion
+10
-1
CMakeLists.txt
CMakeLists.txt
+1
-0
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
+4
-0
include/pybind11/detail/smart_holder_type_casters.h
include/pybind11/detail/smart_holder_type_casters.h
+4
-1
tests/extra_python_package/test_files.py
tests/extra_python_package/test_files.py
+1
-0
No files found.
CMakeLists.txt
View file @
62afdc04
...
@@ -106,6 +106,7 @@ set(PYBIND11_HEADERS
...
@@ -106,6 +106,7 @@ set(PYBIND11_HEADERS
include/pybind11/detail/init.h
include/pybind11/detail/init.h
include/pybind11/detail/internals.h
include/pybind11/detail/internals.h
include/pybind11/detail/smart_holder_poc.h
include/pybind11/detail/smart_holder_poc.h
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
include/pybind11/detail/smart_holder_type_casters.h
include/pybind11/detail/smart_holder_type_casters.h
include/pybind11/detail/typeid.h
include/pybind11/detail/typeid.h
include/pybind11/attr.h
include/pybind11/attr.h
...
...
include/pybind11/detail/smart_holder_sfinae_hooks_only.h
View file @
62afdc04
// Copyright (c) 2021 The Pybind Development Team.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#pragma once
#pragma once
#include "common.h"
#include "common.h"
...
...
include/pybind11/detail/smart_holder_type_casters.h
View file @
62afdc04
// Copyright (c) 2021 The Pybind Development Team.
// All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
#pragma once
#pragma once
#define PYBIND11_SMART_HOLDER_TYPE_CASTERS_H_IS_INCLUDED
#include "smart_holder_poc.h"
#include "smart_holder_poc.h"
#include "smart_holder_sfinae_hooks_only.h"
#include "smart_holder_sfinae_hooks_only.h"
...
...
tests/extra_python_package/test_files.py
View file @
62afdc04
...
@@ -44,6 +44,7 @@ detail_headers = {
...
@@ -44,6 +44,7 @@ detail_headers = {
"include/pybind11/detail/init.h"
,
"include/pybind11/detail/init.h"
,
"include/pybind11/detail/internals.h"
,
"include/pybind11/detail/internals.h"
,
"include/pybind11/detail/smart_holder_poc.h"
,
"include/pybind11/detail/smart_holder_poc.h"
,
"include/pybind11/detail/smart_holder_sfinae_hooks_only.h"
,
"include/pybind11/detail/smart_holder_type_casters.h"
,
"include/pybind11/detail/smart_holder_type_casters.h"
,
"include/pybind11/detail/typeid.h"
,
"include/pybind11/detail/typeid.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