summaryrefslogtreecommitdiff
path: root/Source/Modules/cffi.cxx
Commit message (Expand)AuthorAgeFilesLines
* Completely remove CFFIWilliam S Fulton2022-10-061-1171/+0
* Use https for swig.org linksOlly Betts2022-10-061-1/+1
* Add DOH Exit() and SetExitHandler()Olly Betts2022-03-061-6/+6
* Eliminate some temporary buffersOlly Betts2022-03-031-15/+2
* Remove bogus reference to allegrocl:old-sym:nameOlly Betts2021-05-131-1/+1
* Remove support for $source and $targetOlly Betts2021-04-301-2/+0
* Add support for "ret" typemap where missing and improve documentation on it.William S Fulton2016-09-291-0/+8
* Fix assertion for some languages when wrapping a C++11 enum class that is pri...William S Fulton2016-03-311-0/+3
* Don't truncate cffi character constantsWilliam S Fulton2016-03-131-1/+1
* Prevent redefinition warnings when compiling with SWIG<module> definedPetre Eftime2015-12-221-3/+1
* Merge pull request #498 from lyze/extend-cffi-typemap-machineryWilliam S Fulton2015-10-111-2/+89
|\
| * Implement argout, freearg, and check typemaps for CFFI.David Xu2015-08-101-2/+89
* | Extend the export feature in the CFFI module to support exporting to a partic...David Xu2015-08-051-2/+5
|/
* CFFI: handle array struct/union members.Ivan Shvedunov2014-12-201-1/+6
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-1/+1
* BUGFIX: superclass name not lispyNikhil Shetty2013-10-121-1/+1
* Fixes detecting if a variable is extern when using 'extern thread_local'William S Fulton2013-02-081-11/+0
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* CFFI - Fix some string constants are incorrectWilliam S Fulton2012-12-141-1/+7
* Fix CFFI incorrect constant namesWilliam S Fulton2012-12-141-4/+8
* CFFI - fix junk output when wrapping single character constantsWilliam S Fulton2012-12-021-2/+1
* Fix Strcmp - it didn't have consistent null pointer handling - revert to what...William S Fulton2012-12-021-1/+1
* More consistent use of DOH namespaceWilliam S Fulton2012-11-261-2/+2
* Fix possible null dereferences in CFFIWilliam S Fulton2012-11-201-5/+7
* Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-141-5/+1
* Fix display of pointers on 64 bit systems, only 32 bit values were being shown.William S Fulton2012-07-211-1/+1
* Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-1/+1
* Better consistency in usage displayWilliam S Fulton2011-03-091-11/+14
* 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
* Typemap API changes to facilitate more uniform typemap handling across langua...William S Fulton2009-07-081-8/+11
* CFFI - Fix seg faults when for %extend and using statementsWilliam S Fulton2009-02-201-6/+6
* add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton2009-02-201-5/+11
* All languages now define a macro in the generated C/C++ wrapper file indicati...William S Fulton2008-12-301-0/+4
* 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-9/+12
* customised ccache support: read the CCACHE_OUTFILES env variable and if exist...William S Fulton2008-11-031-4/+3
* patch #2079381 submitted by Boris Smilga - constant exprs put into no-eval co...William S Fulton2008-09-011-1/+1
* Apply patch from Petr Viktorin to fix some recent regressions in CFFI/CLOSWilliam S Fulton2008-05-211-2/+2
* Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_...William S Fulton2008-05-151-7/+7
* Add the optimal attribute to the out typemap for more optimal code generation...William S Fulton2008-05-141-23/+24
* Fixes for $wrapname to work in %exceptionWilliam S Fulton2008-02-251-1/+2
* Changes to compile with VC++6William S Fulton2007-11-101-3/+3
* 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
* changed package name clos to clSurendra Singhi2007-07-311-5/+5
* fixed memory freeing bug, removed tabsSurendra Singhi2007-07-311-55/+59
* Removed unused extra arguments from calls to Printf().Olly Betts2007-05-091-2/+2
* fixed closing parenSurendra Singhi2007-04-211-1/+1
* Fixed a bug with clos method, and generating constructors.Surendra Singhi2007-04-211-11/+60