William S Fulton
|
440264e479
|
Add missing typedefs to std::list + typedef corrections
Numerous missing typedefs added.
std::list<T*>::const_reference and std::list<T*>::reference
specialization typedef fixes.
|
2019-02-14 07:31:21 +00:00 |
|
William S Fulton
|
3b03e6addd
|
Fix a few minor inconsistencies in the STL wrappers
Mainly to use a more normal constructor declaration and to enable
classes with more than one template parameter to be used as container types.
|
2016-11-29 19:35:09 +00:00 |
|
William S Fulton
|
6b4e57245d
|
Fix STL wrappers to not generate <: digraphs.
For example std::vector<::X::Y> was sometimes generated, now
corrected to std::vector< ::X::Y >.
|
2015-12-12 14:05:46 +00:00 |
|
Marcelo Matus
|
f88acef831
|
include the language specific codes first since they can contain typemaps
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7763 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2005-10-31 09:47:41 +00:00 |
|
Marcelo Matus
|
bd0ccd3769
|
using new template resolution for def args, and cosmetics
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6890 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-12-16 01:35:52 +00:00 |
|
Marcelo Matus
|
6b499410dd
|
more fixes for template + def args
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6833 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-12-05 10:15:25 +00:00 |
|
Marcelo Matus
|
409e17e94a
|
add guards for swig/language extra methods and comments
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6386 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-10-10 17:58:14 +00:00 |
|
Marcelo Matus
|
dc4409a1f1
|
isolate language independent STD/STL/C++ code + more documentation + cleaning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6382 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2004-10-10 06:42:15 +00:00 |
|