summaryrefslogtreecommitdiff
path: root/Source/Modules/chicken.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove support for $source and $targetOlly Betts2021-04-301-19/+0
* Misc. documentation and source comment typo fixesluz.paz2019-05-281-2/+2
* Prevent redefinition warnings when compiling with SWIG<module> definedPetre Eftime2015-12-221-2/+1
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-6/+6
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-141-3/+0
* Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-6/+6
* Fix for a few affected target languages since last commit changed the way enu...William S Fulton2011-03-261-1/+2
* Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-16/+0
* Better consistency in usage displayWilliam S Fulton2011-03-091-6/+6
* Remove superfluous semicolons.Olly Betts2010-05-211-1/+1
* Add improved namespace support - the nspace feature, working for Java only at...William S Fulton2010-03-041-3/+3
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton2009-02-201-7/+13
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-4/+4
* All languages now define a macro in the generated C/C++ wrapper file indicati...William S Fulton2008-12-301-1/+3
* create a common banner header for all target language specific filesWilliam S Fulton2008-12-291-4/+3
* customised ccache support: read the CCACHE_OUTFILES env variable and if exist...William S Fulton2008-11-031-2/+2
* fix typoWilliam S Fulton2008-06-231-1/+1
* Remove some vc++ /W4 warningsWilliam S Fulton2008-06-211-9/+2
* Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_...William S Fulton2008-05-151-6/+6
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-11/+12
* Set wrap:name for variables for use in special variableWilliam S Fulton2008-02-271-0/+3
* Fixes for $wrapname to work in %exceptionWilliam S Fulton2008-02-251-2/+2
* Chicken test suite now runs with no errorsJohn Lenz2007-10-261-11/+11
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* %extend for static member varibles work in progress ... more consistent code ...William S Fulton2006-12-051-0/+2
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-781/+668
* - Fix SF bug 1573892John Lenz2006-10-141-1/+3
* Remove unused variable "var_name"Olly Betts2006-09-161-7/+1
* Chicken: Add the %feature("constasvar"), which exports constants as variables...John Lenz2006-07-051-4/+19
* Update Chicken configuration to not use chicken-configJohn Lenz2006-04-061-0/+1
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-20/+6
* implement the 'allowexcept' feature for global variablesMarcelo Matus2006-01-281-3/+6
* Make chicken module correctly calculate the get/set functions by using Swig_n...John Lenz2005-11-041-4/+12
* Fix a few minor bugs in the chicken moduleJohn Lenz2005-10-201-3/+3
* Chicken: multiple_inheritance test now passes, and we correctly handle %ignor...John Lenz2005-10-191-9/+7
* Chicken:John Lenz2005-10-181-58/+48
* Fix a bug in chicken when using -nocollection and -proxy arguments together.John Lenz2005-10-121-0/+10
* Modify following features to work as flags, so that they can be truely set an...William S Fulton2005-09-301-2/+2
* Modify following features to work as flags, so that they can be truely set an...William S Fulton2005-09-301-2/+2
* Better error message displayed when file cannot be openedWilliam S Fulton2005-09-081-2/+2
* Chicken: Minor optimization to the exported constructor functionsJohn Lenz2005-04-161-5/+13
* SWIG chicken module now returns multiple values instead of returning a list.John Lenz2005-04-151-1/+6
* Add a whole bunch of chicken runme scripts, and fix the bugs exposed by those...John Lenz2005-04-151-242/+292
* Add some chicken test-suite entries for overloaded functionsJohn Lenz2005-04-071-5/+3
* Some chicken bug fixes for overloaded -proxy methodsJohn Lenz2005-04-051-61/+34
* Chicken: a few bug fixes, a new example and some new test suite runme, and so...John Lenz2005-04-051-119/+98
* Improvements to the chicken module: tinyclos works with overloaded methods an...John Lenz2005-03-301-62/+296
* Lots more bug fixes for the chicken module: almost the entire test-sutie now ...John Lenz2005-03-171-12/+39