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-22 14:57:07 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
pybind11
/
include
/
pybind11
/
detail
History
Konstantin Bespalov
5bbcba548a
use C++17 syntax to get rid of recursive template instantiations for concatenating type signatures (
#4587
)
2023-03-23 22:01:09 -07:00
..
class.h
Make sure to properly untrack gc objects before freeing them (
#4461
)
2023-01-18 12:11:26 -08:00
common.h
Always display python type information in cast errors (
#4463
)
2023-02-09 21:21:17 -08:00
descr.h
use C++17 syntax to get rid of recursive template instantiations for concatenating type signatures (
#4587
)
2023-03-23 22:01:09 -07:00
init.h
chore(deps): update pre-commit hooks (
#4386
)
2022-12-06 10:10:48 -08:00
internals.h
chore: update clang-tidy to 15 (
#4387
)
2022-12-27 15:14:10 -05:00
type_caster_base.h
Correct class names for KeysView, ValuesView and ItemsView in bind_map (
#4353
)
2022-12-08 23:15:11 -08:00
typeid.h
Add
std::string clean_type_id(const char *typeid_name)
overload (in namespace detail). (
#4049
)
2022-07-07 19:08:10 -07:00