FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · lambda-z/boost_python · GitHub
lambda-z
/
boost_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
User selector
Datepicker
Commit history
Commits on Sep 6, 2022
Revert "Remove obsolete Jamfile"
stefanseefeld
committed
47d5bc7
View commit details
Copy full SHA for 47d5bc7
Browse repository at this point
Commits on Aug 24, 2022
Fix windows CI builds.
stefanseefeld
committed
508da1d
View commit details
Copy full SHA for 508da1d
Browse repository at this point
Don't attempt to deploy documentation from PRs.
stefanseefeld
committed
271bcea
View commit details
Copy full SHA for 271bcea
Browse repository at this point
Remove obsolete Jamfile
stefanseefeld
committed
fdd3e8b
View commit details
Copy full SHA for fdd3e8b
Browse repository at this point
Commits on Apr 26, 2022
Fix enum_type_object type on Python 3.11
Show description for a218bab
vstinner
authored and
stefanseefeld
committed
a218bab
View commit details
Copy full SHA for a218bab
Browse repository at this point
Commits on Mar 19, 2022
Update call_method.hpp
Show description for 41e208e
da115115
authored and
stefanseefeld
committed
41e208e
View commit details
Copy full SHA for 41e208e
Browse repository at this point
Commits on Aug 10, 2021
-fix: issue #239 exec_file does not close the FILE handle. Note: Using FILE* is a bad choice here because of possible exceptions, but Py_RunFile is a C function. This fix works, because Py_RunFile …
Show description for f028aa4
hajokirchhoff
authored and
stefanseefeld
committed
f028aa4
View commit details
Copy full SHA for f028aa4
Browse repository at this point
-fix: boost::python::exec_file completely broken when PY_VERSION_HEX >= 0x03010000. Bug: char* f pointed to a temporary buffer returned by PyBytes_AsString. This buffer was released when Py_DECREF…
Show description for a060d43
hajokirchhoff
authored and
stefanseefeld
committed
a060d43
View commit details
Copy full SHA for a060d43
Browse repository at this point
Commits on Jul 4, 2021
Use the /python//numpy target instead of [ numpy.include ] (fixes #361)
stefanseefeld
committed
8dd1511
View commit details
Copy full SHA for 8dd1511
Browse repository at this point
Commits on Jun 9, 2021
Merge branch 'master' into develop
pdimov
committed
909a4d1
View commit details
Copy full SHA for 909a4d1
Browse repository at this point
Fix deprecated usage of <boost/bind.hpp>
Show description for aee2667
TaWeiTu
authored and
stefanseefeld
committed
aee2667
View commit details
Copy full SHA for aee2667
Browse repository at this point
Commits on Jun 4, 2021
Add CMakeLists.txt
pdimov
committed
209179f
View commit details
Copy full SHA for 209179f
Browse repository at this point
Commits on May 26, 2021
Revert previous commit until 'Boost.Build' is ready.
stefanseefeld
committed
5e77eab
View commit details
Copy full SHA for 5e77eab
Browse repository at this point
Commits on May 24, 2021
Use the /python//numpy target instead of [ numpy.include ] (fixes #361)
pdimov
authored and
stefanseefeld
committed
ecda18f
View commit details
Copy full SHA for ecda18f
Browse repository at this point
Commits on May 1, 2021
Upgrade base image & build prerequisites.
stefanseefeld
committed
2a82afd
View commit details
Copy full SHA for 2a82afd
Browse repository at this point
Respect alignment of by-value storage.
stefanseefeld
committed
aca3c80
View commit details
Copy full SHA for aca3c80
Browse repository at this point
Commits on Mar 4, 2021
Merge branch 'develop'
stefanseefeld
committed
68fa9dc
View commit details
Copy full SHA for 68fa9dc
Browse repository at this point
Commits on Feb 8, 2021
Fix issue #280
db4
authored and
stefanseefeld
committed
f5d14ef
View commit details
Copy full SHA for f5d14ef
Browse repository at this point
Add a test case for issue #280
db4
authored and
stefanseefeld
committed
f7254f5
View commit details
Copy full SHA for f7254f5
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 Nov 2, 2020
Merge branch 'develop'
stefanseefeld
committed
cc97326
View commit details
Copy full SHA for cc97326
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL