summaryrefslogtreecommitdiff
path: root/Source/Modules/guile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Change the return type of Char(x) from 'char *' to 'const char *'. Also corre...Haoyu Bai2009-01-281-1/+1
* Removed all extern "C" since all code is compiled under C++ compiler.Haoyu Bai2009-01-241-2/+2
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-1/+1
* 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-5/+4
* customised ccache support: read the CCACHE_OUTFILES env variable and if exist...William S Fulton2008-11-031-4/+4
* fix typoWilliam S Fulton2008-06-231-1/+1
* Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_...William S Fulton2008-05-151-5/+5
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-27/+29
* Set wrap:name for variables for use in special variableWilliam S Fulton2008-02-271-0/+1
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* Fix a bunch of minor bugs found by Coverity scannerJohn Lenz2007-08-101-2/+5
* Remove unused Printf() parameters.Olly Betts2007-06-061-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-797/+704
* Patch from Chris Shoemaker to clean up some warnings in the guile moduleJohn Lenz2006-10-301-2/+2
* Use DOH String instead of static char buffers.Olly Betts2006-09-231-4/+3
* Use the DOH String instead of a static char array.Olly Betts2006-09-191-9/+10
* Add feature:constasvar to guile moduleJohn Lenz2006-08-191-4/+35
* ensure $symname is suitably expandedWilliam S Fulton2006-07-051-0/+2
* Fix for module names containing a "-" in non-"shadow" mode.Matthias Köppe2006-03-071-1/+0
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-25/+6
* implement the 'allowexcept' feature for global variablesMarcelo Matus2006-01-281-2/+4
* Don't forget to close the "scmstubfile".Matthias Köppe2006-01-281-0/+1
* Make declared and defined linkage of SWIG_init consistent.Matthias Köppe2005-10-301-9/+8
* Modify following features to work as flags, so that they can be truely set an...William S Fulton2005-09-301-8/+8
* 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-3/+7
* fix for dodgy gcc-2.96 compilersWilliam S Fulton2005-06-161-1/+1
* Fix "define-method" generation for methods of classes with aMatthias Köppe2005-04-221-2/+10
* Add support for the -external-runtime argument and update all language module...John Lenz2005-02-231-0/+26
* swig -help prints to stdout not stderr nowWilliam S Fulton2005-02-151-1/+1
* - Improve the runtime type sytesmJohn Lenz2005-02-011-2/+2
* Switch Guile module to use -scm as default instead of -gh.John Lenz2004-11-041-3/+3
* Revert guile_gh.swg and guile_gh_run.swg to not use new runtime system.John Lenz2004-11-021-0/+7
* Removed ability to share type information by C linkingJohn Lenz2004-10-161-4/+0
* Consistent use of 'proxy' over 'shadow' throughoutWilliam S Fulton2004-09-021-3/+3
* -ldflags option removed for removed prebuilt runtime libraryWilliam S Fulton2004-07-101-5/+0
* In the generated GOOPS code, don't create methods that would notMatthias Köppe2004-04-261-1/+10
* Constness fix.Matthias Köppe2004-03-211-1/+1
* Fix the documentation strings of functions with anonymous arguments.Matthias Köppe2004-03-211-17/+20
* Define FUNC_NAME also in the dispatch wrapper for overloadedMatthias Köppe2004-02-231-0/+2
* boring warning fixWilliam S Fulton2004-02-191-1/+0
* Replace the "known_classes" hash table by a node attribute. MethodsMatthias Köppe2004-02-101-6/+7
* Fix typos in help text.Matthias Köppe2004-02-011-2/+2
* Uniquify the argument names used in GOOPS method declarations.Matthias Köppe2004-01-231-2/+5
* Eric Sunshine patch - Mods to work on NextStepWilliam S Fulton2004-01-221-5/+4
* Don't qualify member function names twice. (Thanks to John Lenz.)Matthias Köppe2003-11-211-1/+1
* [Guile] Handle $input in "freearg" typemaps.Matthias Köppe2003-11-181-92/+96
* Help string split for compilers that can't handle long stringsWilliam S Fulton2003-11-061-1/+2
* Pass closures, rather than primitive procedures, as #:slot-ref andMatthias Köppe2003-11-061-4/+8