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
Type
/
to 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 }}
shelltdf
/
python
Public
forked from
boostorg/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
All time
Commit history
Commits on Jan 26, 2021
delete #define _DEBUG
shelltdf
committed
a6dbc37
View commit details
Copy full SHA for a6dbc37
Browse repository at this point
Commits on Jan 21, 2021
[skip ci] Add "cxxstd" json field. The "cxxstd" json field is being added to each Boost library's meta json information for libraries in order to specify the minumum C++ standard compilation level.…
Show description for bffcb99
eldiener
authored and
stefanseefeld
committed
bffcb99
View commit details
Copy full SHA for bffcb99
Browse repository at this point
Commits on Jan 6, 2021
Fix compatibility with Python 3.10.0a4: fopen
Show description for cbd2d9f
vstinner
authored and
stefanseefeld
committed
cbd2d9f
View commit details
Copy full SHA for cbd2d9f
Browse repository at this point
Commits on Jan 4, 2021
noncopyable is located in the boost namespace
CedricSchmeits
authored and
stefanseefeld
committed
0f19450
View commit details
Copy full SHA for 0f19450
Browse repository at this point
added includes for call_method.hpp and def.hpp
CedricSchmeits
authored and
stefanseefeld
committed
30dd3fe
View commit details
Copy full SHA for 30dd3fe
Browse repository at this point
Fix Python 3.10 (PEP-620) incompatibility.
stefanseefeld
committed
500194e
View commit details
Copy full SHA for 500194e
Browse repository at this point
Replace appveyor by github actions.
stefanseefeld
committed
cd953cf
View commit details
Copy full SHA for cd953cf
Browse repository at this point
Commits on Dec 26, 2020
Remove travis-ci logic.
stefanseefeld
committed
5e4f627
View commit details
Copy full SHA for 5e4f627
Browse repository at this point
Deploy documentation via github actions.
stefanseefeld
committed
108c93f
View commit details
Copy full SHA for 108c93f
Browse repository at this point
Add OSX tests.
stefanseefeld
committed
3dd6bcf
View commit details
Copy full SHA for 3dd6bcf
Browse repository at this point
Commits on Dec 22, 2020
Using docker images to execut the github actions for testing (#335)
Show description for 97a8550
teeks99
authored
97a8550
View commit details
Copy full SHA for 97a8550
Browse repository at this point
Updated VS2019 to 16.8.3
teeks99
authored and
stefanseefeld
committed
c9521a8
View commit details
Copy full SHA for c9521a8
Browse repository at this point
Commits on Dec 13, 2020
New VS2019 version on appveyor
teeks99
authored and
stefanseefeld
committed
8328a4f
View commit details
Copy full SHA for 8328a4f
Browse repository at this point
Commits on Oct 16, 2020
Add pypy3 to TravisCI matrix
jcpunk
authored and
stefanseefeld
committed
f1320bf
View commit details
Copy full SHA for f1320bf
Browse repository at this point
Convert Python 3.1+ to use public C API for filenames
jcpunk
authored and
stefanseefeld
committed
d9f0605
View commit details
Copy full SHA for d9f0605
Browse repository at this point
Use python macros to stay on public API for new pythons
jcpunk
authored and
stefanseefeld
committed
9ad5298
View commit details
Copy full SHA for 9ad5298
Browse repository at this point
Stop using deprecated API calls (python-3.9) #319
jcpunk
authored and
stefanseefeld
committed
944fa07
View commit details
Copy full SHA for 944fa07
Browse repository at this point
Commits on Oct 15, 2020
Fix appveyor builds.
stefanseefeld
committed
b4fbf18
View commit details
Copy full SHA for b4fbf18
Browse repository at this point
Commits on Aug 8, 2020
Remove Boost.Python-specific python-tag code
SoapGentoo
authored and
stefanseefeld
committed
60405cc
View commit details
Copy full SHA for 60405cc
Browse repository at this point
Handle NULL from call to PyLong_Type
Show description for 9e1132f
ausmal
authored and
stefanseefeld
committed
9e1132f
View commit details
Copy full SHA for 9e1132f
Browse repository at this point
Ensure all doctests run
Tyler Kieft
authored and
stefanseefeld
committed
bf824c1
View commit details
Copy full SHA for bf824c1
Browse repository at this point
Commits on Aug 7, 2020
Removed usage of deprecated header boost/detail/iterator.hpp.
Show description for 01ab510
Lastique
authored and
stefanseefeld
committed
01ab510
View commit details
Copy full SHA for 01ab510
Browse repository at this point
Revert back to original, as __cdecl is fine with the Embarcadero C++ clang-based compilers.
eldiener
authored and
stefanseefeld
committed
5e2d55d
View commit details
Copy full SHA for 5e2d55d
Browse repository at this point
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
eldiener
authored and
stefanseefeld
committed
17886fc
View commit details
Copy full SHA for 17886fc
Browse repository at this point
Fix appveyor build failures.
stefanseefeld
committed
15115eb
View commit details
Copy full SHA for 15115eb
Browse repository at this point
Commits on Jun 1, 2019
detail/caller.hpp:127:2: error: extra ';' [-Wpedantic]
jschueller
authored and
stefanseefeld
committed
1727b67
View commit details
Copy full SHA for 1727b67
Browse repository at this point
Commits on Apr 17, 2019
Merge pull request #264 from boostorg/pr/fix-numpy-install
Show description for 0a9b687
pdimov
authored
0a9b687
View commit details
Copy full SHA for 0a9b687
Browse repository at this point
Only boost-install boost_numpy when it's being built
pdimov
committed
8c8b0dc
View commit details
Copy full SHA for 8c8b0dc
Browse repository at this point
Commits on Apr 1, 2019
Fixed module tests fail
Show description for fdc9ec7
Kojoley
authored and
stefanseefeld
committed
fdc9ec7
View commit details
Copy full SHA for fdc9ec7
Browse repository at this point
Commits on Mar 26, 2019
The right hypot fix for MinGW
Kojoley
authored and
stefanseefeld
committed
0b0c053
View commit details
Copy full SHA for 0b0c053
Browse repository at this point
Commits on Mar 25, 2019
Enable forward declaration of unwind_type() in msvc14.15 and later.
Show description for 0d0cd71
bowie7070
authored and
stefanseefeld
committed
0d0cd71
View commit details
Copy full SHA for 0d0cd71
Browse repository at this point
Commits on Mar 24, 2019
Fix name of file in tutorial
Show description for 72e254b
jwakely
authored and
stefanseefeld
committed
72e254b
View commit details
Copy full SHA for 72e254b
Browse repository at this point
Fix hypot issue on MinGW
Kojoley
authored and
stefanseefeld
committed
1f1b9b6
View commit details
Copy full SHA for 1f1b9b6
Browse repository at this point
Commits on Mar 21, 2019
Fix -Wregister error on Clang in C++17 mode
Show description for 6bd6d71
Kojoley
authored and
stefanseefeld
committed
6bd6d71
View commit details
Copy full SHA for 6bd6d71
Browse repository at this point
Commits on Mar 4, 2019
Ssize t warning - trac #3353 (#21)
Show description for 4b01139
teeks99
authored and
stefanseefeld
committed
4b01139
View commit details
Copy full SHA for 4b01139
Browse repository at this point
Previous
Next
You can’t perform that action at this time.