FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/boost/python/class.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
class.hpp
on
python313
User selector
Datepicker
Commit history
Commits on Sep 17, 2024
Add generated docstrings to property fget/fset
jvansanten
authored and
stefanseefeld
committed
4c6f40f
View commit details
Copy full SHA for 4c6f40f
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 Jun 24, 2016
Suppress more unused typedef warnings.
stefanseefeld
committed
2e8cd3d
View commit details
Copy full SHA for 2e8cd3d
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: 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 Aug 23, 2011
boost/python/class.hpp: commenting out assertion, resolves trac #5803
Show description for 6699e8a
Ralf W. Grosse-Kunstleve
committed
6699e8a
View commit details
Copy full SHA for 6699e8a
View code at this point
Browse repository at this point
Commits on May 29, 2005
work around RedHat 7.3 gcc 2.96 code generation errors: use previously checked in VC6, VC7.0 workaround only for exactly these compilers
Show description for 1fca114
Ralf W. Grosse-Kunstleve
committed
1fca114
View commit details
Copy full SHA for 1fca114
View code at this point
Browse repository at this point
Commits on May 16, 2005
Workarounds for vc6 and 7.
Show description for 424f5bd
dabrahams
committed
424f5bd
View commit details
Copy full SHA for 424f5bd
View code at this point
Browse repository at this point
Commits on Apr 28, 2005
Fix broken vc6 compatibility
Show description for fe3906a
dabrahams
committed
fe3906a
View commit details
Copy full SHA for fe3906a
View code at this point
Browse repository at this point
Commits on Jan 24, 2005
Match signatures with their mpl::true variants
Show description for 567e620
Jonathan Brandmeyer
committed
567e620
View commit details
Copy full SHA for 567e620
View code at this point
Browse repository at this point
Commits on Jan 22, 2005
Add docstring support for non-static properties.
Show description for 5933fdb
Jonathan Brandmeyer
committed
5933fdb
View commit details
Copy full SHA for 5933fdb
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
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 Jun 11, 2004
unused variable names removed to avoid warning messages (Giulio Eulisse)
Show description for c658759
Ralf W. Grosse-Kunstleve
committed
c658759
View commit details
Copy full SHA for c658759
View code at this point
Browse repository at this point
Commits on Feb 13, 2004
class_::enable_pickling() in publicized interface; tested with everything incl. VC6 and 7.0
Show description for ae1584f
Ralf W. Grosse-Kunstleve
committed
ae1584f
View commit details
Copy full SHA for ae1584f
View code at this point
Browse repository at this point
Commits on Jan 7, 2004
pro9 workarounds; some ADL protection for is_xxx
Show description for 234ebad
dabrahams
committed
234ebad
View commit details
Copy full SHA for 234ebad
View code at this point
Browse repository at this point
Commits on Dec 31, 2003
Bug fixes in property handling
Show description for eedc88b
dabrahams
committed
eedc88b
View commit details
Copy full SHA for eedc88b
View code at this point
Browse repository at this point
Commits on Oct 13, 2003
Include @group directives for Synopsis
Show description for 364826b
dabrahams
committed
364826b
View commit details
Copy full SHA for 364826b
View code at this point
Browse repository at this point
Commits on Sep 7, 2003
Support for wrapping function objects and classes which use virtual
Show description for b3910f4
dabrahams
committed
b3910f4
View commit details
Copy full SHA for b3910f4
View code at this point
Browse repository at this point
Commits on Aug 25, 2003
Refactoring and cleanups
Show description for b844d8b
dabrahams
committed
b844d8b
View commit details
Copy full SHA for b844d8b
View code at this point
Browse repository at this point
Commits on Aug 19, 2003
chaned struct def_visitor; to class def_visitor;
Show description for 4e3f3a0
djowel
committed
4e3f3a0
View commit details
Copy full SHA for 4e3f3a0
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 12, 2003
Workaround msvc bug
Show description for 054dc43
dabrahams
committed
054dc43
View commit details
Copy full SHA for 054dc43
View code at this point
Browse repository at this point
Make sure the class object and cast relationships are registered for
Show description for 5008dcb
dabrahams
committed
5008dcb
View commit details
Copy full SHA for 5008dcb
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 Aug 7, 2003
Added named visitor .def facility.
Show description for 90c69d9
djowel
committed
90c69d9
View commit details
Copy full SHA for 90c69d9
View code at this point
Browse repository at this point
Commits on Jul 24, 2003
Added generic visitation mechanism.
Show description for 3b33f54
djowel
committed
3b33f54
View commit details
Copy full SHA for 3b33f54
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 21, 2003
Getter setter bugfixes for attribute access
Show description for 2f1b828
dabrahams
committed
2f1b828
View commit details
Copy full SHA for 2f1b828
View code at this point
Browse repository at this point
Commits on May 20, 2003
Workaround CW bug
Show description for 0c22c27
dabrahams
committed
0c22c27
View commit details
Copy full SHA for 0c22c27
View code at this point
Browse repository at this point
Commits on Apr 22, 2003
Warning suppression from Dominique Devriese <dominique.devriese-at-student.kuleuven.ac.be>
Show description for 2a12103
dabrahams
committed
2a12103
View commit details
Copy full SHA for 2a12103
View code at this point
Browse repository at this point
Commits on Apr 2, 2003
implement static data members
Show description for 3fd9ad7
dabrahams
committed
3fd9ad7
View commit details
Copy full SHA for 3fd9ad7
View code at this point
Browse repository at this point
Commits on Mar 8, 2003
Added dangling_reference FAQ
Show description for ca64c96
dabrahams
committed
ca64c96
View commit details
Copy full SHA for ca64c96
View code at this point
Browse repository at this point
Commits on Feb 25, 2003
MPL names/directory structure refactoring
Show description for 90fcd93
Aleksey Gurtovoy
committed
90fcd93
View commit details
Copy full SHA for 90fcd93
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL