Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
pybind
/
pybind11
Public
Notifications
You must be signed in to change notification settings
Fork
2.3k
Star
18k
Code
Issues
569
Pull requests
142
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Factor out readable function signatures to avoid duplication
- #5857
#5857
Merged
rwgk
merged 10 commits into
pybind:master
pybind/pybind11:master
from
swolchok:centralize-function-signatures
swolchok/pybind11:centralize-function-signatures
Copy head branch name to clipboard
Oct 16, 2025
Conversation
Commits
10
(10)
Checks
Files changed
Merged
Factor out readable function signatures to avoid duplication
#5857
rwgk
merged 10 commits into
pybind:master
pybind/pybind11:master
from
swolchok:centralize-function-signatures
swolchok/pybind11:centralize-function-signatures
Copy head branch name to clipboard
Commits
Commits on Oct 9, 2025
Centralize readable function signatures to avoid duplication
Show description for 058a02a
swolchok
committed
058a02a
View commit details
Copy full SHA for 058a02a
Browse repository at this point
gate disabling of -Wdeprecated-redundant-constexpr-static-def to clang 17+
swolchok
committed
3fa3d55
View commit details
Copy full SHA for 3fa3d55
Browse repository at this point
Commits on Oct 10, 2025
fix gating to include Apple Clang 15
swolchok
committed
cd1f09c
View commit details
Copy full SHA for cd1f09c
Browse repository at this point
Make GCC happy with types
swolchok
committed
d3db87b
View commit details
Copy full SHA for d3db87b
Browse repository at this point
fix apple clang gating again. suppress -Wdeprecated for GCC
swolchok
committed
cb1027f
View commit details
Copy full SHA for cb1027f
Browse repository at this point
Gate warning suppressions to C++17. Suppress -Wdeprecated for clang as well.
swolchok
committed
c5cbec7
View commit details
Copy full SHA for c5cbec7
Browse repository at this point
hopefully fix last straggler CI job
swolchok
committed
98bee98
View commit details
Copy full SHA for 98bee98
Browse repository at this point
Commits on Oct 15, 2025
Merge branch 'master' into centralize-function-signatures
swolchok
committed
b543acc
View commit details
Copy full SHA for b543acc
Browse repository at this point
attempt to address readability review feedback from @rwgk
swolchok
committed
7af710e
View commit details
Copy full SHA for 7af710e
Browse repository at this point
drop warning suppressions and instead just gate compilation the pre-C++17 compat code
swolchok
committed
cc36bce
View commit details
Copy full SHA for cc36bce
Browse repository at this point
You can’t perform that action at this time.