summaryrefslogtreecommitdiff
path: root/Examples/test-suite/li_std_vector_extra.i
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of std::bind2nd which is removed in C++17William S Fulton2019-06-271-2/+2
|
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+1
| | | | | | | Tests for std::vector of pointers added which check std::vector<T*>::const_reference and std::vector<T*>::reference usage which gave compilation errors in Python and Perl which had specialized these vectors incorrectly.
* Drop no longer needed warning suppression for clangOlly Betts2018-05-291-11/+0
| | | | | | 74345c92e47938a75817eff5ba48dc9d3ce2a281 fixed the underlying problem for Python, and it was fixed for other affected languages shortly after - see https://github.com/swig/swig/pull/1027
* Warning suppression in li_std_vector_extra testcase for clangWilliam S Fulton2015-02-031-0/+11
|
* Fix std::vector of const pointersWilliam S Fulton2009-10-201-2/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11704 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Commited SF#2158938: change all SWIG symbols start with Py to a new name.Haoyu Bai2008-12-031-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10961 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* UTL - Fix some incorrect acceptance of types in the STL, eg a double * ↵William S Fulton2008-11-281-1/+7
| | | | | | element passed into a vector<int *> constructor would be accepted, but the ensuing behaviour was undefined. Now the type conversion correctly raises an exception git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10958 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* modifying build system not to rely on the -I path to find the input files ↵William S Fulton2008-11-261-0/+141
avoiding warning 125: merge .i files that are common between python and the main version git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10954 626c5289-ae23-0410-ae9c-e8d60b6d4f22