summaryrefslogtreecommitdiff
path: root/Examples/test-suite/director_ignore.i
Commit message (Collapse)AuthorAgeFilesLines
* [Go] Fix bug with ignored destructor--generated code did not compile.Ian Lance Taylor2015-05-181-1/+16
|
* Apply patch SF #335 - Truly ignore constructors in directors with %ignore ↵William S Fulton2013-01-291-13/+32
| | | | and correct testcase that tests this
* SF Patch#268 - Add 'pre', 'post' and 'terminator' attributes to the ↵Vladimir Kalinin2013-01-091-0/+7
| | | | | | | | | | | | | | | | | | csdirectorin typemap "csdirectorin" "pre:" and "post" code attributes in C# module. Without them it is not trivial to marshal strings and smart-pointers back and forth between user callback code and native code. (especially by reference) Also fixes 2 minor issues in director code generation that are difficult to come by until "csdirectorin" attribute is extended. The first is that "ref" types used in directors lead to invalid signature generation (the type array used to match methods possibly overloaded by user). typeof(ref T) is used instead of typeof().MakeByRefType() The second is that ignored director methods are not completely ignored - if there was a %typemap(imtype, "directorinattributes") it is not skipped for ignored method.
* remove svn:executable property where applied incorrectlyWilliam S Fulton2008-11-261-0/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10951 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* add in missing return valuesWilliam S Fulton2006-10-241-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9474 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* ignores on templated class methods addedWilliam S Fulton2006-10-041-0/+16
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9402 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* More %ignore director fixesWilliam S Fulton2006-09-271-0/+17
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9370 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* %ignore director fixesWilliam S Fulton2006-09-221-13/+24
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9326 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Director %ignore test caseWilliam S Fulton2006-09-201-0/+52
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9316 626c5289-ae23-0410-ae9c-e8d60b6d4f22