This website requires JavaScript.
Explore
Help
Register
Sign In
RYDE-WORK
/
pybind11
Watch
1
Star
0
Fork
0
You've already forked pybind11
mirror of
https://github.com/RYDE-WORK/pybind11.git
synced
2026-01-26 08:53:21 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
pybind11
/
include
/
pybind11
/
detail
History
Yannick Jadoul
a2bb297b32
Throw exception on returning a unique_ptr or shared_ptr nullptr (or any other holder type) from py::init, rather than crashing (
#2430
)
2020-08-25 18:51:06 +02:00
..
class.h
Fix warning C26817 on copying in
for (auto vh : value_and_holder(...))
(
#2382
)
2020-08-14 18:15:50 +02:00
common.h
update: address review points
2020-07-30 20:27:55 -04:00
descr.h
Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (
#2283
)
2020-07-08 18:14:41 -04:00
init.h
Throw exception on returning a unique_ptr or shared_ptr nullptr (or any other holder type) from py::init, rather than crashing (
#2430
)
2020-08-25 18:51:06 +02:00
internals.h
Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (
#2283
)
2020-07-08 18:14:41 -04:00
typeid.h
Change NAMESPACE_* macros into PYBIND11_NAMESPACE_* (
#2283
)
2020-07-08 18:14:41 -04:00