Skip to content
  • Jelte Jansen's avatar
    [1245] split up headers and make dynamic library · b59f8984
    Jelte Jansen authored
    None of the .cc files are now included directly anymore, and the
    main source file for the python module contains only the module definition. All functionality is moved to a dynamic library that is also usable by other wrapper modules.
    
    Also split up the rest of the source files into header and code files, and made them more consistent with the rest.
    
    Added conversion from/to PyObject* for some of the types (the ones I needed so far for trac1179)
    b59f8984