summaryrefslogtreecommitdiff
path: root/Source/Swig/stype.c
Commit message (Expand)AuthorAgeFilesLines
* Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton2015-07-031-3/+3
* T_STRING is now const char * instead of char *William S Fulton2013-10-171-0/+1
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-1/+0
|\
| * More useless code removal as detected by scan-build (LLVM/Clang)William S Fulton2013-03-081-1/+0
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-52/+209
|\ \ | |/
| * Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
| * Remove isarray variable which is set but never used (fixes GCC 4.6Olly Betts2012-04-051-2/+0
| * Fix regression introduced in swig-2.0.1 (r12157) leading to uncompilable code...William S Fulton2011-09-191-5/+4
| * Fix wrapping of const array typedefs which were generating uncompileable codeWilliam S Fulton2011-04-081-10/+24
| * Remove accidental commit of CHANGES.currentWilliam S Fulton2010-12-151-0/+148
| * constify SwigType * in many placesWilliam S Fulton2010-12-151-25/+23
| * Fix typo "the the" -> "the"Olly Betts2010-10-191-1/+1
| * Fix unary scope operator (::) (global scope) regression introduced in 2.0.0. ...William S Fulton2010-10-131-5/+6
* | Unicode literalsVladimir Kalinin2013-01-211-1/+10
* | merge revisions 11877-12162 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-201-202/+156
|\ \ | |/
| * Fix wrapping of function pointers and member function pointers when the funct...William S Fulton2010-07-161-4/+8
| * Typemap matching rules enhancement for non-default typemaps. Previously all q...William S Fulton2010-05-021-2/+2
| * Fix some terminology used in C++ template partial specialization and new type...William S Fulton2010-04-091-18/+20
| * remove old default SWIGTYPE reduction codeWilliam S Fulton2010-04-011-218/+0
| * Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-011-0/+180
* | merge revisions 11243-11872 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-201-2/+30
|\ \ | |/
| * SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
| * Fix #2933129 - typemaps not being found when the unary scope operator (::) is...William S Fulton2010-01-221-0/+19
| * Fix SwigType_str so that should the name contain type information it is displ...William S Fulton2010-01-081-1/+4
| * Fix usage of nested template classes within templated classes so that compile...William S Fulton2009-11-131-1/+7
* | Improved C++0x rvalue reference implementation differentiating lvalue and rva...William S Fulton2010-07-181-8/+50
* | merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license ch...William S Fulton2010-03-061-2/+6
* | Added support for C++0x alternate function syntax.Matevz Jekovec2009-07-171-0/+3
|/
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-4/+4
* Beautify the output a bit - always put spaces around a template type list, eg...William S Fulton2008-02-131-2/+2
* Ensure the premature garbage collection prevention parameter (pgcpp) is gener...William S Fulton2007-09-191-5/+0
* API cleanup. DocumentationDave Beazley2007-01-031-54/+54
* Changed Header keyword to Id for SVNDave Beazley2006-12-051-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-240/+262
* Don't accidentally create a "<:" token (which is the same as "[" in C++).Olly Betts2006-09-241-0/+2
* fix for %copyctor + default_constructor.iMarcelo Matus2006-03-201-1/+6
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-7/+5
* reduce the typedef reduce casesMarcelo Matus2006-03-021-6/+15
* fix bug #1158178Marcelo Matus2006-02-241-1/+1
* fix bug #1060789Marcelo Matus2006-02-241-1/+1
* remove extra space, which was needed for template operator<Marcelo Matus2006-01-061-19/+5
* avoid multiple Len() callsMarcelo Matus2006-01-011-8/+11
* add naming init and other string cosmeticsMarcelo Matus2005-12-311-42/+43
* fix template + operator()Marcelo Matus2005-12-231-3/+3
* more memory leaks fixesMarcelo Matus2005-12-041-7/+9
* fix many/many memory leaksMarcelo Matus2005-11-301-3/+6
* remove many memory leaks and cleanupMarcelo Matus2005-11-291-14/+17
* add NewStringEmpty, use more StringEuqual and less StrcmpMarcelo Matus2005-11-281-18/+20
* use direct methods for string, hash and avoid Strstr/StrnstrMarcelo Matus2005-11-281-7/+6
* several clean/speed upsMarcelo Matus2005-11-271-8/+8