summaryrefslogtreecommitdiff
path: root/Cython/Utility/CppConvert.pyx
Commit message (Expand)AuthorAgeFilesLines
* Allow conversion of std::complex to/from Python objects.Robert Bradshaw2016-06-181-0/+32
* remove duplicate codeStefan Behnel2014-11-231-3/+0
* factor out redundancy in std::string -> Python object helper codeStefan Behnel2014-10-311-23/+7
* add missing std::string to str convertion helperStefan Behnel2014-10-311-0/+5
* improve safety of cname substring replacements for C++ string conversion func...Stefan Behnel2014-09-181-6/+6
* undo C++ to-py helper functions rewrite as it lost the ability to extend the ...Stefan Behnel2014-09-181-0/+30
* reduce C code overhead for C++ std::string -> PyObject conversion helpers by ...Stefan Behnel2014-09-171-30/+0
* minor traceback beautification for string conversion helper functionsStefan Behnel2014-09-171-3/+3
* fix explicit <bytes> etc. casts for C++ std::string when auto-decoding is ena...Stefan Behnel2014-09-171-1/+16
* Allow custom std::string alternatives.Robert Bradshaw2014-09-011-2/+2
* remove double constRobert Bradshaw2014-07-261-1/+1
* A couple const cleanups.Robert Bradshaw2014-07-261-9/+5
* Convert stl map conversion to take const ref.Robert Bradshaw2014-07-231-8/+8
* Support for C++ unordered sets and maps.Robert Bradshaw2014-02-131-5/+5
* fix crash in Python object to C++ string conversionStefan Behnel2014-01-151-1/+1
* Allow setting a default encoding to ease str/unicode <-> c string conversion.Robert Bradshaw2013-02-201-2/+6
* Add nullary constructors for stl type conversion utility code to avoid better...Robert Bradshaw2012-11-091-0/+2
* Use exception values in C++ conversion, consolidate boilerplate.Robert Bradshaw2012-07-031-52/+10
* Don't forget std::list.Robert Bradshaw2012-07-031-5/+8
* Don't need terminating null for Python conversion.Robert Bradshaw2012-06-291-2/+2
* Nesting for all stl containers.Robert Bradshaw2012-06-291-19/+65
* Allow nesting.Robert Bradshaw2012-06-291-7/+22
* First pass at C++ stl conversion.Robert Bradshaw2012-06-291-0/+204