FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · boostorg/python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
boostorg
/
python
Public
Notifications
You must be signed in to change notification settings
Fork
223
Star
537
Code
Issues
173
Pull requests
34
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Sep 2, 2026
Fixing N leakage
GabrielEGC
authored and
stefanseefeld
committed
1c26772
View commit details
Copy full SHA for 1c26772
Browse repository at this point
Commits on Aug 24, 2026
avoid undefined behavior:
Show description for 9b2f967
mborgerding
authored and
stefanseefeld
committed
9b2f967
View commit details
Copy full SHA for 9b2f967
Browse repository at this point
Commits on Jul 6, 2026
feat(vector_indexing_suite): implement reverse
e-kwsm
authored and
stefanseefeld
committed
fe087f9
View commit details
Copy full SHA for fe087f9
Browse repository at this point
feat(vector_indexing_suite): implement remove
e-kwsm
authored and
stefanseefeld
committed
660e894
View commit details
Copy full SHA for 660e894
Browse repository at this point
feat(vector_indexing_suite): implement count
e-kwsm
authored and
stefanseefeld
committed
27ff6f6
View commit details
Copy full SHA for 27ff6f6
Browse repository at this point
feat(indexing_suite): implement clear
e-kwsm
authored and
stefanseefeld
committed
d8668c5
View commit details
Copy full SHA for d8668c5
Browse repository at this point
feat(vector_indexing_suite): implement __iadd__
e-kwsm
authored and
stefanseefeld
committed
e08584a
View commit details
Copy full SHA for e08584a
Browse repository at this point
Commits on Jun 27, 2026
Fix and add tests for module state
o01eg
authored and
stefanseefeld
committed
c86ea20
View commit details
Copy full SHA for c86ea20
Browse repository at this point
Provide 'state' accessor in module definition
o01eg
authored and
stefanseefeld
committed
afd27c6
View commit details
Copy full SHA for afd27c6
Browse repository at this point
Add POD state for multi-phase modules
o01eg
authored and
stefanseefeld
committed
d018bb1
View commit details
Copy full SHA for d018bb1
Browse repository at this point
Commits on Jun 21, 2026
Add tests
o01eg
authored and
stefanseefeld
committed
97a623d
View commit details
Copy full SHA for 97a623d
Browse repository at this point
Rename module to mod
o01eg
authored and
stefanseefeld
committed
b34c895
View commit details
Copy full SHA for b34c895
Browse repository at this point
Add mod_gil_not_used option to BOOST_PYTHON_MODULE_MULTI_PHASE_INIT
o01eg
authored and
stefanseefeld
committed
b8b0093
View commit details
Copy full SHA for b8b0093
Browse repository at this point
Fix indent and add more remarks to make it more manageable
o01eg
authored and
stefanseefeld
committed
0796140
View commit details
Copy full SHA for 0796140
Browse repository at this point
Add support for multi-phase module initialization
o01eg
authored and
stefanseefeld
committed
9e2f519
View commit details
Copy full SHA for 9e2f519
Browse repository at this point
refactor: use PyUnicode_AsUTF8 with Python 3.14+
Show description for 14f1bbe
e-kwsm
authored and
stefanseefeld
committed
14f1bbe
View commit details
Copy full SHA for 14f1bbe
Browse repository at this point
Windows build cleanup.
stefanseefeld
committed
521a868
View commit details
Copy full SHA for 521a868
Browse repository at this point
test-windows.yml: Forgot to include `/x64-windows/include` in `--with-boost-include=` faber parameters
stephengtuggy
authored and
stefanseefeld
committed
a017f08
View commit details
Copy full SHA for a017f08
Browse repository at this point
test-windows.yml: Set VCPKG_INSTALLED_DIR env var, and use its value in `--with-boost-include=` faber parameters
stephengtuggy
authored and
stefanseefeld
committed
7f1f7a8
View commit details
Copy full SHA for 7f1f7a8
Browse repository at this point
test-windows.yml: Try again to set the correct with-boost-include directory
stephengtuggy
authored and
stefanseefeld
committed
83d828d
View commit details
Copy full SHA for 83d828d
Browse repository at this point
vcpkg.json: Go back to latest vcpkg release for builtin-baseline
stephengtuggy
authored and
stefanseefeld
committed
b0bac91
View commit details
Copy full SHA for b0bac91
Browse repository at this point
test-windows.yml: Update `microsoft/setup-msbuild` to latest version, v3.0.0
stephengtuggy
authored and
stefanseefeld
committed
112ec2a
View commit details
Copy full SHA for 112ec2a
Browse repository at this point
test-windows.yml: Search the entire github.workspace directory and subdirectories for config.hpp
stephengtuggy
authored and
stefanseefeld
committed
c7ce567
View commit details
Copy full SHA for c7ce567
Browse repository at this point
test-windows.yml: Make workflow much more like my other, working projects that use vcpkg
stephengtuggy
authored and
stefanseefeld
committed
52ac3bd
View commit details
Copy full SHA for 52ac3bd
Browse repository at this point
test-windows.yml: Set VCPKG_ROOT environment variable, etc.
stephengtuggy
authored and
stefanseefeld
committed
d5ab28a
View commit details
Copy full SHA for d5ab28a
Browse repository at this point
vcpkg.json: Go back to the same commit for builtin-baseline as was used for `vcpkgGitCommitId` prior to this PR
stephengtuggy
authored and
stefanseefeld
committed
874b21a
View commit details
Copy full SHA for 874b21a
Browse repository at this point
List vcpkg directory contents, looking for config.hpp
stephengtuggy
authored and
stefanseefeld
committed
8b3a45d
View commit details
Copy full SHA for 8b3a45d
Browse repository at this point
Update test-windows.yml: Fix the `--with-boost-include` directory passed to the `faber` commands
stephengtuggy
authored and
stefanseefeld
committed
d68c52f
View commit details
Copy full SHA for d68c52f
Browse repository at this point
Update test-windows.yml
stephengtuggy
authored and
stefanseefeld
committed
a5b21ee
View commit details
Copy full SHA for a5b21ee
Browse repository at this point
Create vcpkg.json
stephengtuggy
authored and
stefanseefeld
committed
b774e59
View commit details
Copy full SHA for b774e59
Browse repository at this point
Commits on Jun 5, 2026
Merge pull request #517 from sdarwin/docs4
Show description for d42ade8
pdimov
authored
d42ade8
View commit details
Copy full SHA for d42ade8
Browse repository at this point
Commits on Apr 25, 2026
Merge pull request #509 from Lastique/feature/remove_static_assert
Show description for 105d64e
pdimov
authored
105d64e
View commit details
Copy full SHA for 105d64e
Browse repository at this point
Commits on Mar 13, 2026
Docs: adjust template to support Sphinx 9
sdarwin
committed
e6917d9
View commit details
Copy full SHA for e6917d9
Browse repository at this point
Commits on Jan 22, 2026
Remove dependencies on Boost.StaticAssert.
Show description for 9c887a1
Lastique
committed
9c887a1
View commit details
Copy full SHA for 9c887a1
Browse repository at this point
Commits on Dec 2, 2025
Improve test coverage.
stefanseefeld
committed
32da86d
View commit details
Copy full SHA for 32da86d
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL