FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/boost/python/object_core.hpp - 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
object_core.hpp
on
python313
User selector
Datepicker
Commit history
Commits on Nov 7, 2025
Add work-around to crash in ~object_base().
Show description for 6f5f3b6
nascheme
committed
6f5f3b6
View commit details
Copy full SHA for 6f5f3b6
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 Sep 29, 2016
Assert refcount before decrement (#64)
Show description for bc2f77a
WKarel
authored and
stefanseefeld
committed
bc2f77a
View commit details
Copy full SHA for bc2f77a
View code at this point
Browse repository at this point
Commits on Oct 11, 2013
Remove BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION
Show description for 9ceb9c0
steveire
committed
9ceb9c0
View commit details
Copy full SHA for 9ceb9c0
View code at this point
Browse repository at this point
Commits on Sep 30, 2013
Python: Remove obsolete GCC version checks.
Show description for badedbe
steveire
committed
badedbe
View commit details
Copy full SHA for badedbe
View code at this point
Browse repository at this point
Commits on Sep 25, 2013
Python: Simplify object_operators implementation.
Show description for 5476f97
steveire
committed
5476f97
View commit details
Copy full SHA for 5476f97
View code at this point
Browse repository at this point
Python: Simplify object and BOOST_PYTHON_FORWARD_OBJECT_CONSTRUCTORS macro.
Show description for ead8d0a
steveire
committed
ead8d0a
View commit details
Copy full SHA for ead8d0a
View code at this point
Browse repository at this point
Commits on May 11, 2012
boost/python/object_core.hpp: trac #6890
Show description for e32979f
Ralf W. Grosse-Kunstleve
committed
e32979f
View commit details
Copy full SHA for e32979f
View code at this point
Browse repository at this point
Commits on Mar 15, 2010
boost/python/object_core.hpp: new .is_none() member function
Show description for 65e74cc
Ralf W. Grosse-Kunstleve
committed
65e74cc
View commit details
Copy full SHA for 65e74cc
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 Sep 8, 2008
python/object_core.hpp: "inline" added to declarations, to match definitions (resolves MIPSpro 7.41 warnings)
Show description for 61fc9cf
Ralf W. Grosse-Kunstleve
committed
61fc9cf
View commit details
Copy full SHA for 61fc9cf
View code at this point
Browse repository at this point
Commits on Sep 6, 2008
boost/python/object_core.hpp: work around Tru64 cxx 6.5 name lookup problems (with fully-qualified names)
Show description for b3e91f8
Ralf W. Grosse-Kunstleve
committed
b3e91f8
View commit details
Copy full SHA for b3e91f8
View code at this point
Browse repository at this point
Commits on Jul 27, 2008
Add generic call operator support.
Show description for d67cd67
stefanseefeld
committed
d67cd67
View commit details
Copy full SHA for d67cd67
View code at this point
Browse repository at this point
Commits on May 29, 2008
See Python C++-SIG thread: "object.attr(object& attrname) proposal"
Show description for 304277b
Ralf W. Grosse-Kunstleve
committed
304277b
View commit details
Copy full SHA for 304277b
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 Aug 25, 2005
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
Show description for aa20ce7
jzmaddock
committed
aa20ce7
View commit details
Copy full SHA for aa20ce7
View code at this point
Browse repository at this point
Commits on Feb 5, 2005
work around gcc problems (gcc 3.2.2 and higher); thanks to John Maddock for the patch!
Show description for 1cfa795
Ralf W. Grosse-Kunstleve
committed
1cfa795
View commit details
Copy full SHA for 1cfa795
View code at this point
Browse repository at this point
Commits on Jul 26, 2004
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
Commits on Jul 20, 2004
Make slice work on vc6
Show description for 615adc5
dabrahams
committed
615adc5
View commit details
Copy full SHA for 615adc5
View code at this point
Browse repository at this point
Commits on May 1, 2004
Added missing const to prevent spurious static asserts
Show description for 2ee25fd
dabrahams
committed
2ee25fd
View commit details
Copy full SHA for 2ee25fd
View code at this point
Browse repository at this point
Commits on Mar 13, 2004
Fix bad "fix".
Show description for b3f0d7c
dabrahams
committed
b3f0d7c
View commit details
Copy full SHA for b3f0d7c
View code at this point
Browse repository at this point
Commits on Mar 12, 2004
Fixes for auto_ptr handling
Show description for e6fd78c
dabrahams
committed
e6fd78c
View commit details
Copy full SHA for e6fd78c
View code at this point
Browse repository at this point
Commits on Feb 7, 2004
New implementation, tests, and documentation for a PySliceObject
Show description for 8452e27
Jonathan Brandmeyer
committed
8452e27
View commit details
Copy full SHA for 8452e27
View code at this point
Browse repository at this point
Commits on Jan 4, 2004
Fix problem with [:] slices on python::objects
Show description for 44ba088
dabrahams
committed
44ba088
View commit details
Copy full SHA for 44ba088
View code at this point
Browse repository at this point
Commits on Oct 17, 2003
Bug fix, thanks to Nicolas LELONG, nlelong-at-mgdesign.org for the report.
Show description for 4f129d0
dabrahams
committed
4f129d0
View commit details
Copy full SHA for 4f129d0
View code at this point
Browse repository at this point
Commits on Aug 23, 2003
Fix #ifdef
Show description for 165e294
dabrahams
committed
165e294
View commit details
Copy full SHA for 165e294
View code at this point
Browse repository at this point
Commits on Aug 16, 2003
class.hpp, object/select_holder.hpp, object/pointer_holder.hpp -
Show description for da59799
dabrahams
committed
da59799
View commit details
Copy full SHA for da59799
View code at this point
Browse repository at this point
Commits on Aug 15, 2003
Fix the fix... again!
Show description for d8c7e75
dabrahams
committed
d8c7e75
View commit details
Copy full SHA for d8c7e75
View code at this point
Browse repository at this point
Commits on Aug 14, 2003
Fix the fix ;-)
Show description for e2973f2
dabrahams
committed
e2973f2
View commit details
Copy full SHA for e2973f2
View code at this point
Browse repository at this point
Workaround a VC7 bug with nested enums
Show description for 976b818
dabrahams
committed
976b818
View commit details
Copy full SHA for 976b818
View code at this point
Browse repository at this point
Commits on Aug 11, 2003
Use def_visitor to simplify class def(...) handling.
Show description for 9c66509
dabrahams
committed
9c66509
View commit details
Copy full SHA for 9c66509
View code at this point
Browse repository at this point
Commits on Jul 30, 2003
object_core.hpp - use detail/is_xxx to generate template identifiers
Show description for d88e6bf
dabrahams
committed
d88e6bf
View commit details
Copy full SHA for d88e6bf
View code at this point
Browse repository at this point
Commits on May 31, 2003
Added #include <boost/python/detail/prefix.hpp> to ensure that all public Boost.Python headers begin by #including Python.h before as many system headers as possible.
Show description for 286f3dc
dabrahams
committed
286f3dc
View commit details
Copy full SHA for 286f3dc
View code at this point
Browse repository at this point
Commits on May 26, 2003
workaround for silly MIPSpro compiler
Show description for 5911691
Ralf W. Grosse-Kunstleve
committed
5911691
View commit details
Copy full SHA for 5911691
View code at this point
Browse repository at this point
Commits on May 21, 2003
object_core.hpp - allow wrapping of objects which take object managers in their constructors.
Show description for 43e5ccd
dabrahams
committed
43e5ccd
View commit details
Copy full SHA for 43e5ccd
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL