summaryrefslogtreecommitdiff
path: root/Cython/Utility/CppSupport.cpp
Commit message (Collapse)AuthorAgeFilesLines
* undo C++ to-py helper functions rewrite as it lost the ability to extend the ↵Stefan Behnel2014-09-181-26/+0
| | | | set of string-ishly convertible types
* reduce C code overhead for C++ std::string -> PyObject conversion helpers by ↵Stefan Behnel2014-09-171-0/+26
| | | | implementing them directly in C++ and not Cython
* use <ios> instead of <iostream>Stefan Behnel2012-07-081-1/+1
|
* moved C++ exception conversion utility code into new utility code file ↵Stefan Behnel2012-07-081-0/+46
Cython/Utility/CppSupport.cpp