summaryrefslogtreecommitdiff
path: root/Source/Swig/symbol.c
Commit message (Expand)AuthorAgeFilesLines
* Partial revert of previous commit for typedefsWilliam S Fulton2023-05-061-5/+3
* tentative fix for typedef/using declaration to struct typedefMomtchil Momtchev2023-05-061-2/+4
* Fix seg fault using %templateWilliam S Fulton2023-01-031-1/+1
* Fix infinite loop handling non-type template parametersWilliam S Fulton2022-11-051-3/+8
* Use https for swig.org linksOlly Betts2022-10-061-1/+1
* Fix warning suppression for WARN_PARSE_USING_UNDEFWilliam S Fulton2022-02-201-1/+9
* Using declarations fix in symbol tablesWilliam S Fulton2022-02-201-4/+9
* Revert recent using-declarations code changesWilliam S Fulton2022-02-201-36/+1
* Coding style tweaksOlly Betts2022-01-301-4/+4
* adding support for structs, docuFrank Schlimbach2022-01-301-2/+5
* better handling of using directivesFrank Schlimbach2022-01-301-1/+33
* Memory leak fixes calling Swig_scopename_splitWilliam S Fulton2019-02-161-2/+2
* Enhance -debug-csymbols and -debug-symbols to show siblingsWilliam S Fulton2017-10-021-7/+18
* Allow an instantiated template to have the same name as the C++ template nameWilliam S Fulton2017-09-291-4/+22
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* using 2-level caching as suggested by @wsfultonFrank Schlimbach2017-01-091-13/+24
* account for explicitly qualified scopesFrank Schlimbach2016-10-111-4/+8
* restricting chaching template default typesFrank Schlimbach2016-10-101-3/+5
* Fix warning display of types associated with 'using' and templates.William S Fulton2015-06-091-4/+4
* Fix abort using template default parametersWilliam S Fulton2014-12-281-6/+6
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* Fix incorrect implicit constructor and destructor names in the symbol tables....William S Fulton2012-11-131-0/+1
* Swig_symbol_string_qualify for destructors - bug exposed after last commit wh...William S Fulton2012-11-131-1/+1
* Fix Swig_symbol_clookup_no_inherit return valueWilliam S Fulton2012-08-041-1/+11
* Show symbol type in symbol debug functions such as -debug-csymbolsWilliam S Fulton2012-08-041-1/+1
* Fix using declarations combined with using directives with forward classWilliam S Fulton2012-08-041-5/+12
* Fix display of pointers on 64 bit systems, only 32 bit values were being shown.William S Fulton2012-07-211-6/+6
* Cosmetic changes and some docs on some symbol functionsWilliam S Fulton2012-06-251-10/+23
* Fix symbol table bug with combinations of using directives and using declarat...William S Fulton2012-06-251-0/+19
* Fix named output typemaps not being used when the symbol uses a qualifier and...William S Fulton2011-11-011-1/+3
* Fix scoping of forward class declarations nested within a class (for C++). Al...William S Fulton2011-07-261-0/+3
* Fix for bug 3286333: infinite recursion with mutual "using namespace" clauses.Stefan Zager2011-04-141-0/+1
* Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-6/+2
* constify SwigType * in many placesWilliam S Fulton2010-12-151-1/+1
* 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
* Add in possibility to use scopes in target language module symbol tableWilliam S Fulton2010-02-121-3/+3
* Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...William S Fulton2010-01-041-2/+2
* Nested class improvements - Fixed inconsistency in handling C++ nested classe...William S Fulton2009-11-111-1/+2
* re-organise symbol debugging options - add in -debug-symbols and -debug-csymb...William S Fulton2009-11-071-4/+52
* Add -debug-symtabs and -debug-qsymtabs options for debugging symbol tablesWilliam S Fulton2009-11-041-17/+39
* Fix some usage of global scope operator ::William S Fulton2009-11-031-0/+8
* Merged revisions 11085-11086,11088-11089 via svnmerge from Haoyu Bai2009-01-301-4/+6
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-13/+13
* Fix 1832613 - template function pointer typedefsWilliam S Fulton2007-12-161-18/+28
* Fix #1819847 %template with just one default template parameterWilliam S Fulton2007-12-121-4/+13
* Eliminated use of swigkeys.h/.c files.Dave Beazley2007-01-031-163/+162
* API cleanup. DocumentationDave Beazley2007-01-031-84/+84
* API cleanup. Documentation.Dave Beazley2006-12-301-117/+117
* Changed Header keyword to Id for SVNDave Beazley2006-12-051-1/+1