summaryrefslogtreecommitdiff
path: root/Cython/Includes/libcpp/string.pxd
Commit message (Expand)AuthorAgeFilesLines
* Add missing C++17/20 STL functions and methods (#5101)Jonathan Helgert2022-10-291-0/+9
* Add missing C++ STL iterator declarations and correct their const/non-const b...Max Bachmann2022-04-191-15/+97
* Add cbegin/cend/crbegin/crend to C++ STL container declarations (GH-4530)Max Bachmann2022-04-151-0/+4
* Add some missing functions to libcpp maps and string (GH-4395)account-login2021-10-201-0/+1
* Fix "std::string::npos" in 'libcpp.string' and add missing C++ string methods...Janek Bevendorff2021-07-131-77/+146
* Add comments about compatibility.Stefan Behnel2018-03-251-2/+2
* Patch to add front() and back(), as per issue #2123.Alex Huszagh2018-03-231-0/+2
* Repair the coercion of C string literals to C++ strings for function argument...Stefan Behnel2018-03-091-51/+51
* support iteration over std::string in C++Stefan Behnel2016-06-161-0/+34
* remove clutter from 'nogil' declarations in libcppStefan Behnel2014-03-241-101/+101
* fix cimport in libcpp.stringStefan Behnel2013-01-181-1/+1
* replace 'const_xyz' work-arounds in standard .pxd files by real 'const' decla...Stefan Behnel2013-01-181-3/+6
* added 'except +' and 'nogil' declarations to shipped STL constructorsStefan Behnel2012-08-111-5/+5
* std::string.c_str() actually returns a 'const char*', add declaration of std:...Stefan Behnel2012-07-071-1/+4
* Allow nesting.Robert Bradshaw2012-06-291-0/+3
* Added "nogil" to all methods of classes of std. Jerome Kieffer2012-02-261-92/+91
* libcpp.string support s[0]='a' and s.at(0)='a'.INADA Naoki2011-12-091-2/+2
* add libcpp.string + tests.Brent Pedersen (brentp)2011-04-201-0/+114