summaryrefslogtreecommitdiff
path: root/Source/Swig/symbol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-559/+549
* Fix more typos!Olly Betts2006-05-141-2/+2
* fix template + enum issue reported by James BiglerMarcelo Matus2006-03-201-0/+5
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-6/+4
* avoid assert when finding a recursive scope inheritance, emit a warning in th...Marcelo Matus2006-02-171-0/+6
* fix template forward + usingMarcelo Matus2006-01-241-2/+5
* fix problem with template + classforward + default template parameters report...Marcelo Matus2006-01-201-2/+18
* fix problem with template + classforward + default template parameters report...Marcelo Matus2006-01-201-0/+7
* fix csharp RealVector problemMarcelo Matus2006-01-031-13/+1
* Move rename/namewarn engine from parser.y to naming.c. The code was gettingMarcelo Matus2006-01-021-70/+4
* avoid multiple Len() callsMarcelo Matus2006-01-011-2/+3
* add naming init and other string cosmeticsMarcelo Matus2005-12-311-1/+1
* fix consistence between reduce/qualify template typesMarcelo Matus2005-12-271-3/+3
* normalize operation, first reduce, then qualifyMarcelo Matus2005-12-231-2/+2
* fix old template + many many typedefs error detected in Udo tremel's template...Marcelo Matus2005-12-161-6/+4
* fix for templates to avoid using the templatereduce modeMarcelo Matus2005-12-091-0/+17
* add template type cacheMarcelo Matus2005-12-041-2/+51
* more memory leaks...Marcelo Matus2005-12-011-12/+13