FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for include/boost/python - elmopl/python · GitHub
elmopl
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
include
boost
python
on
develop
User selector
Datepicker
Commit history
Commits on Oct 30, 2017
Revert "Avoid multiple template instances of boost::python::details::get_signature when multiple calling conventions are enabled"
Show description for bf9a033
stefanseefeld
committed
bf9a033
View commit details
Copy full SHA for bf9a033
View code at this point
Browse repository at this point
Commits on Oct 27, 2017
Fix unresolved symbol error with MSVC.
stefanseefeld
committed
2d9871f
View commit details
Copy full SHA for 2d9871f
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
Fix autoptr/unique_ptr ifdef for VS2017.
garyfurnish
authored and
stefanseefeld
committed
7c5e478
View commit details
Copy full SHA for 7c5e478
View code at this point
Browse repository at this point
Fix warning: returning the proper type for object sizes
raffienficiaud
authored and
stefanseefeld
committed
8d37630
View commit details
Copy full SHA for 8d37630
View code at this point
Browse repository at this point
Fix symbol visibility of init method
Show description for 9d2903c
marv
authored and
stefanseefeld
committed
9d2903c
View commit details
Copy full SHA for 9d2903c
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
ndarray.shape(k),strides(k) act more like their python counterparts (negative indexing, bounds checking) (issue #157)
mborgerding
authored and
stefanseefeld
committed
ecf05c4
View commit details
Copy full SHA for ecf05c4
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 Aug 14, 2017
Fix traits qualification.
stefanseefeld
committed
b3b6727
View commit details
Copy full SHA for b3b6727
View code at this point
Browse repository at this point
Commits on Jul 20, 2017
Remove module as obsoleted by Boost.NumPy.
stefanseefeld
committed
2d1f66f
View commit details
Copy full SHA for 2d1f66f
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 12, 2017
Handle `BOOST_LIB_NAME` for NumPy on Python 2/3
Show description for d6554d6
jakirkham
authored and
stefanseefeld
committed
d6554d6
View commit details
Copy full SHA for d6554d6
View code at this point
Browse repository at this point
Fix `BOOST_LIB_NAME` for Python 3
Show description for 9082971
jakirkham
authored and
stefanseefeld
committed
9082971
View commit details
Copy full SHA for 9082971
View code at this point
Browse repository at this point
Commits on Jun 2, 2017
Require NumPy 1.7 API.
stefanseefeld
committed
c4fe369
View commit details
Copy full SHA for c4fe369
View code at this point
Browse repository at this point
Reencoded a few headers that used Windows-1252 with UTF-8.
Show description for 1452dfe
Teemperor
authored and
stefanseefeld
committed
1452dfe
View commit details
Copy full SHA for 1452dfe
View code at this point
Browse repository at this point
Commits on May 4, 2017
exec/eval(): add overloads for char const*
Show description for b2f53e1
jzwinck
authored and
stefanseefeld
committed
b2f53e1
View commit details
Copy full SHA for b2f53e1
View code at this point
Browse repository at this point
Commits on Apr 14, 2017
Fix more missing symbols.
stefanseefeld
committed
3844c4f
View commit details
Copy full SHA for 3844c4f
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 Mar 17, 2017
Add more export symbols.
stefanseefeld
committed
352792c
View commit details
Copy full SHA for 352792c
View code at this point
Browse repository at this point
Commits on Feb 15, 2017
Fix for missing export symbols, issue #98 (#110)
Show description for bd7b8ec
SPKorhonen
authored and
stefanseefeld
committed
bd7b8ec
View commit details
Copy full SHA for bd7b8ec
View code at this point
Browse repository at this point
Commits on Feb 13, 2017
Switch^Cisibility support to BOOST_SYMBOL_EXPORT. Refs #2114
jhunold
authored and
stefanseefeld
committed
0224f54
View commit details
Copy full SHA for 0224f54
View code at this point
Browse repository at this point
Commits on Oct 8, 2016
Adjust NumPy code to work with new directory / namespace structure.
stefanseefeld
committed
3ace4a0
View commit details
Copy full SHA for 3ace4a0
View code at this point
Browse repository at this point
Merge NumPy extension from https://github.com/ndarray/Boost.NumPy/.
stefanseefeld
committed
cbb3851
View commit details
Copy full SHA for cbb3851
View code at this point
Browse repository at this point
Commits on Sep 29, 2016
Fix a mistake in `str::count()`
rick68
authored and
stefanseefeld
committed
061050c
View commit details
Copy full SHA for 061050c
View code at this point
Browse repository at this point
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 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 Sep 23, 2016
Use std::unique_ptr instead of std::auto_ptr
stefanseefeld
committed
5029273
View commit details
Copy full SHA for 5029273
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
Merge pull request #43 from Flast/patch-1
Show description for 63e3079
stefanseefeld
authored
63e3079
View commit details
Copy full SHA for 63e3079
View code at this point
Browse repository at this point
Commits on Jul 21, 2016
Avoid multiple template instances of boost::python::details::get_signature when multiple calling conventions are enabled
cowo78
committed
b49a186
View commit details
Copy full SHA for b49a186
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 May 1, 2016
Fix unused local typedef warnings for GCC
thtrummer
committed
f399391
View commit details
Copy full SHA for f399391
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
Merge pull request #49 from fatso83/develop
Show description for 5233f45
stefanseefeld
committed
5233f45
View commit details
Copy full SHA for 5233f45
View code at this point
Browse repository at this point
Commits on Feb 29, 2016
Fix auto-pointer registration in Boost Python 1.60.
Show description for f2c465f
vslashg
committed
f2c465f
View commit details
Copy full SHA for f2c465f
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 Oct 17, 2015
Merge pull request #37 from nevion/trace_registry
Show description for 359b7f0
stefanseefeld
committed
359b7f0
View commit details
Copy full SHA for 359b7f0
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL