This website requires JavaScript.
Explore
Help
Register
Sign In
kindred
/
create
Watch
1
Star
1
Fork
0
You've already forked create
Code
Issues
30
Pull Requests
Actions
Packages
Projects
9
Releases
2
Wiki
Activity
Files
cd58a8336cf10e281fee2368034fc0f04e066589
create
/
src
/
CXX
/
Python3
History
Uwe
cd58a8336c
[CXX] fix typos reported by the spellchecker CI
2022-03-12 02:07:38 +01:00
..
Config.hxx
…
cxx_extensions.cxx
Porting Py3.8/Py3.9:
2020-06-12 17:51:33 +02:00
CxxDebug.hxx
…
cxxextensions.c
…
cxxsupport.cxx
PyCXX: [skip ci] fix SeqBase<>::max_size() by returning the max. value of a Py_ssize_t instead of -1
2020-11-26 10:17:25 +01:00
Exception.hxx
disable Py::Exception(const std::string&) constructor as it will be removed in future PyCXX versions
2018-04-29 11:00:28 +02:00
ExtensionModule.hxx
…
ExtensionOldType.hxx
workaround in PyCXX classes due to removed support of old-style classes
2019-06-25 18:15:10 +02:00
Extensions.hxx
fix -Wcast-function-type
2018-08-19 13:11:08 +02:00
ExtensionType.hxx
PyCXX: fix warning with function casts for METH_VARARGS or METH_KEYWORDS functions
2022-02-05 14:12:24 +01:00
ExtensionTypeBase.hxx
…
IndirectPythonInterface.hxx
core system
2019-09-18 01:01:14 +02:00
Objects.hxx
[CXX] fix typos reported by the spellchecker CI
2022-03-12 02:07:38 +01:00
PythonType.hxx
…