FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/boost/python/converter - 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
Breadcrumbs
History for
python
include
boost
python
converter
on
develop
User selector
Datepicker
Commit history
Commits on Sep 17, 2024
Unwrap back_reference in get_pytype()
Show description for 0102b31
jvansanten
authored and
stefanseefeld
committed
0102b31
View commit details
Copy full SHA for 0102b31
View code at this point
Browse repository at this point
Commits on May 1, 2021
Respect alignment of by-value storage.
stefanseefeld
committed
aca3c80
View commit details
Copy full SHA for aca3c80
View code at this point
Browse repository at this point
Commits on Oct 25, 2017
Fix c++11 detection.
garyfurnish
authored and
stefanseefeld
committed
30c9eb1
View commit details
Copy full SHA for 30c9eb1
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
Remove executable attribute for files.
eldiener
authored and
stefanseefeld
committed
00b7ed0
View commit details
Copy full SHA for 00b7ed0
View code at this point
Browse repository at this point
Commits on Jun 25, 2017
Use std type_traits instead of boost type_traits
Show description for 142661d
shreyans800755
authored and
stefanseefeld
committed
142661d
View commit details
Copy full SHA for 142661d
View code at this point
Browse repository at this point
Commits on Mar 24, 2017
More dllexport fixes
stefanseefeld
committed
edd890b
View commit details
Copy full SHA for edd890b
View code at this point
Browse repository at this point
Commits on Sep 27, 2016
Add support for std::shared_ptr.
stefanseefeld
committed
97e4b34
View commit details
Copy full SHA for 97e4b34
View code at this point
Browse repository at this point
Commits on Aug 16, 2015
fix a static initialization fiasco with ios_base
Show description for d18c778
nevion
committed
d18c778
View commit details
Copy full SHA for d18c778
View code at this point
Browse repository at this point
Commits on Oct 11, 2013
Remove remaining occurances of BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Show description for 8021a21
steveire
committed
8021a21
View commit details
Copy full SHA for 8021a21
View code at this point
Browse repository at this point
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Show description for 97f9a10
steveire
committed
97f9a10
View commit details
Copy full SHA for 97f9a10
View code at this point
Browse repository at this point
Commits on Sep 25, 2013
Python: Clean up some old MSVC related code.
Show description for 42e7d7b
steveire
committed
42e7d7b
View commit details
Copy full SHA for 42e7d7b
View code at this point
Browse repository at this point
Commits on Dec 23, 2010
boost/python/converter/builtin_converters.hpp: fix for Python 3 (by Austin Bingham)
Show description for fa32b8d
Ralf W. Grosse-Kunstleve
committed
fa32b8d
View commit details
Copy full SHA for fa32b8d
View code at this point
Browse repository at this point
Commits on Jul 6, 2010
boost/python/converter/builtin_converters.hpp: 64-bit Windows special case to avoid getting a Python long for each std::size_t
Show description for 14ea71e
Ralf W. Grosse-Kunstleve
committed
14ea71e
View commit details
Copy full SHA for 14ea71e
View code at this point
Browse repository at this point
Commits on Jun 11, 2010
Use the convertible_function typedef instead of the raw function pointer type. Fixes #903
Show description for 52d7dff
swatanabe
committed
52d7dff
View commit details
Copy full SHA for 52d7dff
View code at this point
Browse repository at this point
Commits on Sep 19, 2009
Merged 2009 GSoC work from sandbox-branches/bhy/py3k branch back into trunk.
Show description for ef2a02c
stefanseefeld
committed
ef2a02c
View commit details
Copy full SHA for ef2a02c
View code at this point
Browse repository at this point
Commits on Dec 23, 2008
Boost.Python enable_shared_from_this patches by Nicolas Lelong and Chad Austin:
Show description for 472b188
Ralf W. Grosse-Kunstleve
committed
472b188
View commit details
Copy full SHA for 472b188
View code at this point
Browse repository at this point
Commits on Dec 3, 2007
Silence unused paramter warning in release mode.
Show description for ff44521
jhunold
committed
ff44521
View commit details
Copy full SHA for ff44521
View code at this point
Browse repository at this point
Commits on Dec 1, 2007
Show description for 0d81eb6
dabrahams
committed
0d81eb6
View commit details
Copy full SHA for 0d81eb6
View code at this point
Browse repository at this point
Commits on Sep 11, 2007
Patches by Nikolay Mladenov (nickm at sitius com): new pythonic signatures; docstring support for enums; fix unrelated Visual C++ 6 problem
Show description for 5809078
Ralf W. Grosse-Kunstleve
committed
5809078
View commit details
Copy full SHA for 5809078
View code at this point
Browse repository at this point
Commits on Sep 26, 2006
new boost/python/ssize_t.hpp; avoids potential clash of Py_ssize_t typedef and PY_SSIZE_T_MIN/MAX macros with definitions from other libraries
Show description for c6f2aa4
Ralf W. Grosse-Kunstleve
committed
c6f2aa4
View commit details
Copy full SHA for c6f2aa4
View code at this point
Browse repository at this point
Commits on Sep 21, 2006
Fix inspection issues
Show description for e00a88f
dabrahams
committed
e00a88f
View commit details
Copy full SHA for e00a88f
View code at this point
Browse repository at this point
Commits on Sep 16, 2006
Default to Python 2.4 in Unix builds
Show description for f5421ca
dabrahams
committed
f5421ca
View commit details
Copy full SHA for f5421ca
View code at this point
Browse repository at this point
Commits on May 18, 2006
Python 2.5 compatibility
Show description for caa9cb8
Ralf W. Grosse-Kunstleve
committed
caa9cb8
View commit details
Copy full SHA for caa9cb8
View code at this point
Browse repository at this point
Commits on Feb 12, 2006
void pointer conversion support, from Niall Douglas, then heavily
Show description for 22e82ae
dabrahams
committed
22e82ae
View commit details
Copy full SHA for 22e82ae
View code at this point
Browse repository at this point
Commits on Oct 14, 2005
Make it work when Python is compiled with Unicode disabled.
Show description for 3d8f4c9
dabrahams
committed
3d8f4c9
View commit details
Copy full SHA for 3d8f4c9
View code at this point
Browse repository at this point
Commits on May 18, 2005
Take typeid(T&) rather than typeid(T). For some some compilers won't
Show description for 432d478
dabrahams
committed
432d478
View commit details
Copy full SHA for 432d478
View code at this point
Browse repository at this point
Commits on May 16, 2005
Workarounds for vc6 and 7.
Show description for 13b16f9
dabrahams
committed
13b16f9
View commit details
Copy full SHA for 13b16f9
View code at this point
Browse repository at this point
Better support for rvalue from-python conversions of shared_ptr:
Show description for 82563df
dabrahams
committed
82563df
View commit details
Copy full SHA for 82563df
View code at this point
Browse repository at this point
Improve MPL idiomatic usage
Show description for 02c0b2b
dabrahams
committed
02c0b2b
View commit details
Copy full SHA for 02c0b2b
View code at this point
Browse repository at this point
Commits on Feb 27, 2005
Apply typo fixes from Julio M. Merino Vidal
Show description for c25967a
grafikrobot
committed
c25967a
View commit details
Copy full SHA for c25967a
View code at this point
Browse repository at this point
Commits on Sep 15, 2004
Move indirect_traits to boost/detail
Show description for 2f5dfbb
dabrahams
committed
2f5dfbb
View commit details
Copy full SHA for 2f5dfbb
View code at this point
Browse repository at this point
Commits on Sep 8, 2004
Daniel Holth's PyBool mods (dholth-at-fastmail.fm)
Show description for 7171a34
dabrahams
committed
7171a34
View commit details
Copy full SHA for 7171a34
View code at this point
Browse repository at this point
Commits on Aug 20, 2004
Converted files to the BSL.
Show description for 0f19b14
jzmaddock
committed
0f19b14
View commit details
Copy full SHA for 0f19b14
View code at this point
Browse repository at this point
Commits on Jul 26, 2004
New-style polymorphism
Show description for c8e8ccf
dabrahams
committed
c8e8ccf
View commit details
Copy full SHA for c8e8ccf
View code at this point
Browse repository at this point
Converted to Boost Software License, Version 1.0
Show description for fed0b09
DougGregor
committed
fed0b09
View commit details
Copy full SHA for fed0b09
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL