Revision cab23c7...

Go back to digest for 10th April 2011

Features in Development Tools

Sven Brauch committed changes in [kdev-python] /:

Using Kross to include a Python Interpreter

A PythonInterpreter class (singleton) is available to call python from C++

Implemented functions to:
- Get python path
- Append to python path
- Get docstring
- call function
- evaluate

A python helper was created to facilite converting python code into C Strings

File Changes

Added 5 files
  •   parser/kdevutil.py
  •   parser/process.py
  •   parser/pythoncode.h.in
  •   parser/pythoninterpreter.cpp
  •   parser/pythoninterpreter.h
Modified 2 files
  •   duchain/helpers.cpp
  •   parser/CMakeLists.txt
7 files changed in total