FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/boost/python/detail/wrap_python.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
detail
wrap_python.hpp
on
python
User selector
Datepicker
Commit history
Commits on Jan 4, 2021
Fix Python 3.10 (PEP-620) incompatibility.
stefanseefeld
committed
500194e
View commit details
Copy full SHA for 500194e
View code at this point
Browse repository at this point
Commits on Aug 7, 2020
Change __BORLANDC__ to BOOST_BORLANDC, which is defined in Boost config for the Embarcadero non-clang-based compilers.
eldiener
authored and
stefanseefeld
committed
17886fc
View commit details
Copy full SHA for 17886fc
View code at this point
Browse repository at this point
Commits on Mar 26, 2019
The right hypot fix for MinGW
Kojoley
authored and
stefanseefeld
committed
0b0c053
View commit details
Copy full SHA for 0b0c053
View code at this point
Browse repository at this point
Commits on Mar 24, 2019
Fix hypot issue on MinGW
Kojoley
authored and
stefanseefeld
committed
1f1b9b6
View commit details
Copy full SHA for 1f1b9b6
View code at this point
Browse repository at this point
Commits on Mar 21, 2019
Fix -Wregister error on Clang in C++17 mode
Show description for 6bd6d71
Kojoley
authored and
stefanseefeld
committed
6bd6d71
View commit details
Copy full SHA for 6bd6d71
View code at this point
Browse repository at this point
Commits on Dec 9, 2015
Add cygwin64 support to wrap_python.hpp
Show description for 77bdbf0
c-nixon
authored and
fatso83
committed
77bdbf0
View commit details
Copy full SHA for 77bdbf0
View code at this point
Browse repository at this point
Commits on Jul 4, 2010
Spirit: merging from trunk upto rev. 61489
Show description for e13ebcd
hkaiser
committed
e13ebcd
View commit details
Copy full SHA for e13ebcd
View code at this point
Browse repository at this point
Commits on Oct 13, 2009
boost/python, libs/python: all changes from trunk merged into branches/release
Show description for 8910035
Ralf W. Grosse-Kunstleve
committed
8910035
View commit details
Copy full SHA for 8910035
View code at this point
Browse repository at this point
Commits on Apr 27, 2007
merged from trunk
Show description for a6125a3
Ralf W. Grosse-Kunstleve
committed
a6125a3
View commit details
Copy full SHA for a6125a3
View code at this point
Browse repository at this point
Commits on Sep 20, 2006
Fix license/copyright.
Show description for e70bbe4
dabrahams
committed
e70bbe4
View commit details
Copy full SHA for e70bbe4
View code at this point
Browse repository at this point
Commits on Nov 4, 2005
Attempt Bronek's change to suppress VC++8.0 complaints about redefined
Show description for 479f068
dabrahams
committed
479f068
View commit details
Copy full SHA for 479f068
View code at this point
Browse repository at this point
Commits on Aug 13, 2005
Added - #define _CRT_NOFORCE_MANIFEST if we also have to #undef _DEBUG
Show description for 9205f50
Victor A. Wagner Jr.
committed
9205f50
View commit details
Copy full SHA for 9205f50
View code at this point
Browse repository at this point
Commits on Sep 6, 2004
_DEBUG/BOOST_DEBUG_PYTHON/DEBUG_UNDEFINED_FROM_WRAP_PYTHON_H must appear before #include <pyconfig.h>
Show description for c5cf576
Ralf W. Grosse-Kunstleve
committed
c5cf576
View commit details
Copy full SHA for c5cf576
View code at this point
Browse repository at this point
Commits on Sep 1, 2004
always include <pyconfig.h> first
Show description for 3918395
Ralf W. Grosse-Kunstleve
committed
3918395
View commit details
Copy full SHA for 3918395
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 May 1, 2003
Python 2.3b1 compatibility: LONG_LONG -> PY_LONG_LONG
Show description for 022a5a1
Ralf W. Grosse-Kunstleve
committed
022a5a1
View commit details
Copy full SHA for 022a5a1
View code at this point
Browse repository at this point
Commits on Sep 9, 2002
work around broken Python 2.2 include files
Show description for 5113de8
Ralf W. Grosse-Kunstleve
committed
5113de8
View commit details
Copy full SHA for 5113de8
View code at this point
Browse repository at this point
Commits on Jul 13, 2002
long long fixes
Show description for c15812a
dabrahams
committed
c15812a
View commit details
Copy full SHA for c15812a
View code at this point
Browse repository at this point
Commits on Jul 12, 2002
tru64cxx6.5 fixes
Show description for 559b564
dabrahams
committed
559b564
View commit details
Copy full SHA for 559b564
View code at this point
Browse repository at this point
Commits on May 1, 2002
Some tweaks for gcc-stlport
Show description for 93ca98d
dabrahams
committed
93ca98d
View commit details
Copy full SHA for 93ca98d
View code at this point
Browse repository at this point
Commits on Apr 15, 2002
Warning suppression for Cygwin 2.95.2
Show description for 473d38c
dabrahams
committed
473d38c
View commit details
Copy full SHA for 473d38c
View code at this point
Browse repository at this point
Commits on Jan 4, 2002
fixes for gcc-3.0.3
Show description for e2623c5
dabrahams
committed
e2623c5
View commit details
Copy full SHA for e2623c5
View code at this point
Browse repository at this point
Commits on Dec 24, 2001
fixes
Show description for 1f78c74
dabrahams
committed
1f78c74
View commit details
Copy full SHA for 1f78c74
View code at this point
Browse repository at this point
Commits on Dec 16, 2001
no message
Show description for bed2c8a
dabrahams
committed
bed2c8a
View commit details
Copy full SHA for bed2c8a
View code at this point
Browse repository at this point
Commits on Dec 15, 2001
Restore Python <2.2 compatibility (config.h, pyconfig.h).
Show description for 3a86a69
Ralf W. Grosse-Kunstleve
committed
3a86a69
View commit details
Copy full SHA for 3a86a69
View code at this point
Browse repository at this point
Commits on Dec 13, 2001
many fixes
Show description for a365fa6
dabrahams
committed
a365fa6
View commit details
Copy full SHA for a365fa6
View code at this point
Browse repository at this point
Commits on Nov 10, 2001
Modified Files:
Show description for b211f8a
dabrahams
committed
b211f8a
View commit details
Copy full SHA for b211f8a
View code at this point
Browse repository at this point
Commits on Mar 6, 2001
Suppress warnings under Cygwin with Python 2.0
Show description for b0d6d40
dabrahams
committed
b0d6d40
View commit details
Copy full SHA for b0d6d40
View code at this point
Browse repository at this point
Commits on Mar 4, 2001
*** empty log message ***
Show description for a40daca
dabrahams
committed
a40daca
View commit details
Copy full SHA for a40daca
View code at this point
Browse repository at this point
Commits on Mar 2, 2001
Use PyObject_INIT() instead of hand-initializing objects
Show description for 977841a
dabrahams
committed
977841a
View commit details
Copy full SHA for 977841a
View code at this point
Browse repository at this point
Commits on Nov 27, 2000
boost-ification
Show description for 2344119
dabrahams
committed
2344119
View commit details
Copy full SHA for 2344119
View code at this point
Browse repository at this point
Commits on Nov 26, 2000
This commit was generated by cvs2svn to compensate for changes in r711,
Show description for 2e5d8db
dabrahams
committed
2e5d8db
View commit details
Copy full SHA for 2e5d8db
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL