summaryrefslogtreecommitdiff
path: root/Source/Modules/typepass.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add some comments about shared_ptr upcast codeWilliam S Fulton2020-01-241-0/+8
* Replace all exit() with SWIG_exit()William S Fulton2019-07-311-2/+2
* Merge branch 'templates-scope-enforcement'William S Fulton2017-08-161-3/+0
|\
| * Add using declarations to templates into typedef table.William S Fulton2017-08-161-3/+0
* | Fix incorrectly shown warning for empty template instantiation used as a base...William S Fulton2017-08-131-4/+8
|/
* Add C++11 alias templatesLior Goldberg2016-07-061-0/+4
* smartptr inheritance fix when using templates and typedefsWilliam S Fulton2016-06-211-1/+7
* Smart pointer to %ignored class doesn't expose inherited methods fix.William S Fulton2016-05-311-3/+2
* Don't issue unnecessary base class ignored messageWilliam S Fulton2016-05-021-1/+2
* %shared_ptr support improvements for classes in an inheritance chainWilliam S Fulton2015-10-011-29/+31
* smartptr feature support - factor out common codeWilliam S Fulton2015-09-251-8/+3
* obscure case workaround in std::set wrapper, where ignored type still need to...Vladimir Kalinin2014-05-191-3/+3
* global unnamed structures ignoredVladimir Kalinin2014-05-151-0/+3
* Fix assorted comment and documentation typosOlly Betts2014-02-231-1/+1
* Nested classes support is diversified, depending on the language capability. ...Vladimir Kalinin2014-02-021-1/+2
* fixed %template within %extend, test addedVladimir Kalinin2013-12-191-3/+1
* nested private classes are discarded while parsingVladimir Kalinin2013-12-051-427/+0
* Cosmetics/code beautification of nested class supportWilliam S Fulton2013-11-291-140/+137
* Nested classes supportVladimir Kalinin2013-11-291-1/+456
* Add support for thread_local when specified with other legitimate storage cla...William S Fulton2013-02-081-1/+1
* Add lambda functions to the symbol tables and add ability to suppress lambda ...William S Fulton2013-02-041-1/+9
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-50/+83
|\
| * Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
| * Remove unnecessary null checkWilliam S Fulton2012-11-221-6/+3
| * Minor warning fixesWilliam S Fulton2012-11-141-1/+1
| * Fix Coverity 'Uninitialized pointer fields' - member variables are now initia...William S Fulton2012-11-141-1/+8
| * Fix 'name' attribute for explicitly defined constructors and destructors if t...William S Fulton2012-11-131-10/+0
| * Add new warning if an empty template declaration is used on a base class, min...William S Fulton2012-09-141-3/+8
| * Resolve template parametersWilliam S Fulton2012-08-041-0/+5
| * Fix C enum forward declarations in some target languages (notably Java)William S Fulton2012-05-011-1/+16
| * Revert 12776, 12777 - %shared_ptr fixes with typedef. It breaks li_boost_shar...William S Fulton2012-03-251-49/+32
| * %shared_ptr fixes when the type is a template using template parameters that ...William S Fulton2011-08-131-32/+49
| * Fix scoping of forward class declarations nested within a class (for C++). Al...William S Fulton2011-07-261-9/+1
| * Fix some scope and symbol lookup problems when template default parameters ar...William S Fulton2011-07-011-4/+21
| * Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-4/+6
| * Any 'using' statements in the protected section of a class were previously ig...William S Fulton2011-02-011-0/+1
| * New warning when the smartptr feature is missing in some classes in an inheri...William S Fulton2011-01-171-0/+5
| * Various inherited class warning/error line number fixesWilliam S Fulton2010-09-181-9/+8
* | Add scoped enums into correct correct scope in type system. Note that cpp0x_s...William S Fulton2012-09-201-2/+3
|/
* Fix uncompileable code when %rename results in two enum items with the same nameWilliam S Fulton2010-06-031-1/+1
* Fix #2408232. Improve shared_ptr and intrusive_ptr wrappers for classes in an...William S Fulton2010-05-221-0/+31
* Fix Octave C enums wrapping when the generated code is C++ compiledWilliam S Fulton2010-05-111-1/+5
* Add improved namespace support - the nspace feature, working for Java only at...William S Fulton2010-03-041-0/+15
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* fix Java and C# enums when one of the enum items is ignoredWilliam S Fulton2009-06-161-6/+52
* Additions to %types so that a user can specify the code to go into the castin...William S Fulton2008-01-311-2/+2
* Fix using statements for overloaded methodsWilliam S Fulton2007-11-301-4/+105
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* Fix warning display of templated base classesWilliam S Fulton2007-09-301-5/+5
* conversion operator %rename improvements - the exact operator name must be sp...William S Fulton2007-05-261-0/+8