summaryrefslogtreecommitdiff
path: root/tests/run/cpp_stl_vector.pyx
Commit message (Expand)AuthorAgeFilesLines
* move c++11 specific tests into separate files (#4748)Max Bachmann2022-05-051-20/+0
* Add cbegin/cend/crbegin/crend to C++ STL container declarations (GH-4530)Max Bachmann2022-04-151-0/+20
* Resolve some issues with "cpp_locals" (GH-4265)da-woods2021-07-191-1/+1
* Don't error on inherited type members.Robert Bradshaw2017-08-121-0/+8
* add tests for std::vector::insert(iterator, size_type, const T&)Joe Jevnik2017-02-031-0/+15
* Fix typedef vector bool fix.Robert Bradshaw2016-10-171-0/+18
* Add support for vector[bool].at(...)Robert Bradshaw2016-10-061-1/+2
* Tests for vector[libcpp.bool].Robert Bradshaw2016-10-061-0/+22
* Fix test.Robert Bradshaw2016-09-271-1/+1
* Add testIsuru Fernando2016-09-261-0/+8
* STL class value types.Robert Bradshaw2016-08-241-0/+10
* Test taking address of reference value.Robert Bradshaw2015-07-301-0/+10
* extend C++ STL vector test to assert that it compiles without warningsStefan Behnel2014-11-231-1/+2
* added C++ vector test that operates in nogil modeStefan Behnel2012-08-111-0/+16
* fix try-finally usage in STL vector testStefan Behnel2012-08-111-6/+6
* Add tags to test files.Robert Bradshaw2011-04-011-0/+2
* fixes, additions and tests for libcpp.vectorLisandro Dalcin2010-10-051-6/+42
* Parsing fix, vector test.Robert Bradshaw2010-02-211-4/+21
* Use string literals for namespace (rather than dotted names).Robert Bradshaw2010-02-191-1/+1
* Support for [] operator.Robert Bradshaw2010-01-151-0/+17
* stl vector testRobert Bradshaw2010-01-141-0/+39