summaryrefslogtreecommitdiff
path: root/Source/Swig/cwrap.c
Commit message (Expand)AuthorAgeFilesLines
* Use strchr/Strchr for single character searchesOlly Betts2023-05-151-1/+1
* Consolidate name mangling functionsWilliam S Fulton2022-11-121-7/+7
* C89 fixesWilliam S Fulton2022-10-141-1/+1
* Use https for swig.org linksOlly Betts2022-10-061-1/+1
* Make method wrappers suffix optional and disabled by defaultVadim Zeitlin2022-09-191-3/+5
* Performance optimisation for parameters passed by value that are C++11 movable.William S Fulton2022-07-081-3/+7
* Merge pull request #2095 from vadz/extend-suffixWilliam S Fulton2022-01-081-3/+12
|\
| * Use SWIG-specific for non-overloaded synthesized functions tooVadim Zeitlin2021-11-091-3/+12
* | Fix typosDimitris Apostolou2021-11-171-1/+1
|/
* Add unignore for rvalue ref-qualifiersWilliam S Fulton2017-08-301-0/+9
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* Partial support for %constant and structsWilliam S Fulton2014-12-181-1/+8
* Fix expansion of the $parentclassname special variableWilliam S Fulton2014-07-011-1/+1
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-1/+1
* fixes for director class naming when nested classes are usedVladimir Kalinin2014-03-131-22/+4
* Fix std::map and smart pointers.William S Fulton2014-03-061-2/+2
* Ensure -c++out is not used with -c++William S Fulton2013-12-121-3/+2
* Nested C class setters restored in c++out mode for OctaveWilliam S Fulton2013-12-121-1/+20
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-1/+1
|\
| * Use "(void)" instead of "()" when wrapping no-argument extension functions.Karl Wette2013-02-181-1/+1
* | Add support for thread_local when specified with other legitimate storage cla...William S Fulton2013-02-081-3/+3
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-281-46/+154
|\ \ | |/
| * Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
| * Use NSPACE_SEPARATOR rather than liter string for package seperator.Brant K. Kyser2013-01-081-2/+2
| * Remove extra underscore from generated director names to maintain prevent bre...Brant K. Kyser2013-01-051-2/+10
| * Qualify generated SwigDirector class names with namespacesBrant K. Kyser2013-01-031-2/+10
| * Distinguish between an "abstract" attribute on a class containing a list of a...William S Fulton2012-11-241-1/+1
| * Support special variable expansion in %extend.William S Fulton2012-10-111-4/+47
| * Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-15/+37
| * Fix %newobject when used in conjunction with %feature(ref). The code from the...William S Fulton2011-08-231-11/+11
| * Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-2/+0
| * Templated smart pointers overloaded with both const and non const operator-> ...William S Fulton2011-03-021-4/+10
| * Fix typo "the the" -> "the"Olly Betts2010-10-191-1/+1
| * Apply patch #3066958 from Mikael Johansson to fix default smart pointer handl...William S Fulton2010-10-031-8/+32
* | Fix generated code for rvalue references by converting functions returning an...William S Fulton2013-01-241-1/+10
* | Unicode literalsVladimir Kalinin2013-01-211-1/+1
* | merge revisions 11877-12162 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-201-31/+28
|\ \ | |/
| * Fix comment typo.Olly Betts2010-06-211-1/+1
| * Add improved namespace support - the nspace feature, working for Java only at...William S Fulton2010-03-041-30/+27
* | merge revisions 11243-11872 from trunk to gsoc2009-matevzWilliam S Fulton2010-07-201-13/+19
|\ \ | |/
| * SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
| * Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...William S Fulton2010-01-041-6/+6
| * Revert support for %extend and memberin typemaps added in swig-1.3.39. The me...William S Fulton2009-12-021-6/+8
| * Fixes for compactdefaultargs and pass by value where the class being passed b...William S Fulton2009-06-241-1/+5
* | Improved C++0x rvalue reference implementation differentiating lvalue and rva...William S Fulton2010-07-181-0/+48
* | merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license ch...William S Fulton2010-03-061-2/+6
|/
* Add support for %extend and memberin typemapsWilliam S Fulton2009-02-131-8/+6
* remove unnecessary temporary variable when wrapping return by referenceWilliam S Fulton2009-02-121-10/+3
* const / non-const warning fixWilliam S Fulton2009-01-311-2/+2
* Fix broken caused by mergeHaoyu Bai2009-01-301-2/+2