You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |
4 years ago | |
|---|---|---|
| .. | ||
| Config.h | 4 years ago | |
| Exception.h | 4 years ago | |
| Extensions.h | 4 years ago | |
| IndirectPythonInterface.cpp | 4 years ago | |
| IndirectPythonInterface.h | 4 years ago | |
| Legal.html | 7 years ago | |
| Makefile.am | 4 years ago | |
| Objects.h | 4 years ago | |
| PyCXX.html | 4 years ago | |
| README.html | 4 years ago | |
| Readme.Kross.txt | 16 years ago | |
| Version.txt | 16 years ago | |
| cxx_extensions.cpp | 4 years ago | |
| cxxextensions.c | 16 years ago | |
| cxxsupport.cpp | 4 years ago | |
Readme.Kross.txt
Kross uses PyCXX 5.3.1 (http://cxx.sourceforge.net/) to access the Python C API. Following patches where applied and send back to the PyCXX team. - Unsigned patch http://sourceforge.net/tracker/index.php?func=detail&aid=1085205&group_id=3180&atid=303180 - isInstance patch http://sourceforge.net/tracker/index.php?func=detail&aid=1178048&group_id=3180&atid=303180 - dir patch http://sourceforge.net/tracker/index.php?func=detail&aid=1186676&group_id=3180&atid=303180 - fixed typos http://sourceforge.net/tracker/index.php?func=detail&aid=1266579&group_id=3180&atid=103180 http://sourceforge.net/tracker/index.php?func=detail&aid=1293777&group_id=3180&atid=103180 I also changed the includes to get PyCXX compiled the way we use it.