You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/lib/kross/python/cxx
Michele Calgaro 8b78a8791b
Renaming of files in preparation for code style tools.
3 years ago
..
Config.h Renaming of files in preparation for code style tools. 3 years ago
Exception.h Renaming of files in preparation for code style tools. 3 years ago
Extensions.h Renaming of files in preparation for code style tools. 3 years ago
IndirectPythonInterface.cpp Renaming of files in preparation for code style tools. 3 years ago
IndirectPythonInterface.h Renaming of files in preparation for code style tools. 3 years ago
Legal.html Removed unnecessary executable flag. 6 years ago
Makefile.am Renaming of files in preparation for code style tools. 3 years ago
Objects.h Renaming of files in preparation for code style tools. 3 years ago
PyCXX.html Renaming of files in preparation for code style tools. 3 years ago
README.html Renaming of files in preparation for code style tools. 3 years ago
Readme.Kross.txt Added old abandoned KDE3 version of koffice 15 years ago
Version.txt Added old abandoned KDE3 version of koffice 15 years ago
cxx_extensions.cpp Renaming of files in preparation for code style tools. 3 years ago
cxxextensions.c Added old abandoned KDE3 version of koffice 15 years ago
cxxsupport.cpp Renaming of files in preparation for code style tools. 3 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.