summaryrefslogtreecommitdiff
path: root/Source/Modules/uffi.cxx
Commit message (Expand)AuthorAgeFilesLines
* Seg fault fix running uffi testsWilliam S Fulton2018-01-141-14/+15
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-1/+1
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* Resource leak fixes (or hiding them from Coverity static analysis tool by usi...William S Fulton2012-11-141-6/+7
* Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-141-2/+0
* Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-1/+1
* Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-2/+3
* Better consistency in usage displayWilliam S Fulton2011-03-091-8/+12
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* Typemap API changes to facilitate more uniform typemap handling across langua...William S Fulton2009-07-081-17/+25
* add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton2009-02-201-0/+1
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-241-2/+2
* add missing language specific preprocessor define where missing for some lang...William S Fulton2008-12-291-0/+1
* create a common banner header for all target language specific filesWilliam S Fulton2008-12-291-2/+4
* customised ccache support: read the CCACHE_OUTFILES env variable and if exist...William S Fulton2008-11-031-1/+1
* Fix portability problem using /dev/nullWilliam S Fulton2008-09-011-10/+1
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-207/+175
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-1/+12
* Better error message displayed when file cannot be openedWilliam S Fulton2005-09-081-2/+2
* New language module: Common Lisp with UFFI.Matthias Köppe2005-08-091-0/+416