index
:
delta/swig.git
a11426-fortran
builtin-hashable
cccl-std
char-escaping
char_enums
ci-d
ci-test-ubuntu-20.04
cmake
coverity-scan
docstring-indentation
doxygen
enable-more-warnings-in-ci
fix-mod_runme.js
gdb_pretty_printers
gsoc2008-jezabek
gsoc2012-c
gsoc2012-doxygen
gsoc2012-objc
gsoc2016-hhvm
gsoc2017-php7-classes-via-c-api
guile-changes
interfaces
issue-379-pythoncode-indent
maintenance-2.0
master
matlab
monotouch
no-swig-preinst
ocaml-ci
ocaml-debug-ci
parse-storage-class-flexibly
perl-5.8-minimum
php-codegen-improvements
php-stop-using-dl
php-type-declaration-fixes
php-type-hints
r-experimental
release-4.1
remove-obsolete-js-support
ruby-ci-testing
sphinxdocs
stl-vector-ptrs
swig-2.0
talby-perl5-improvements
template-in-array-size-fix
test-using-swig-typecheckstruct-more
travis-osx
yziquel-ocaml
github.com: swig/swig.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Modules
/
cffi.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Completely remove CFFI
William S Fulton
2022-10-06
1
-1171
/
+0
*
Use https for swig.org links
Olly Betts
2022-10-06
1
-1
/
+1
*
Add DOH Exit() and SetExitHandler()
Olly Betts
2022-03-06
1
-6
/
+6
*
Eliminate some temporary buffers
Olly Betts
2022-03-03
1
-15
/
+2
*
Remove bogus reference to allegrocl:old-sym:name
Olly Betts
2021-05-13
1
-1
/
+1
*
Remove support for $source and $target
Olly Betts
2021-04-30
1
-2
/
+0
*
Add support for "ret" typemap where missing and improve documentation on it.
William S Fulton
2016-09-29
1
-0
/
+8
*
Fix assertion for some languages when wrapping a C++11 enum class that is pri...
William S Fulton
2016-03-31
1
-0
/
+3
*
Don't truncate cffi character constants
William S Fulton
2016-03-13
1
-1
/
+1
*
Prevent redefinition warnings when compiling with SWIG<module> defined
Petre Eftime
2015-12-22
1
-3
/
+1
*
Merge pull request #498 from lyze/extend-cffi-typemap-machinery
William S Fulton
2015-10-11
1
-2
/
+89
|
\
|
*
Implement argout, freearg, and check typemaps for CFFI.
David Xu
2015-08-10
1
-2
/
+89
*
|
Extend the export feature in the CFFI module to support exporting to a partic...
David Xu
2015-08-05
1
-2
/
+5
|
/
*
CFFI: handle array struct/union members.
Ivan Shvedunov
2014-12-20
1
-1
/
+6
*
Eliminate needless casting away const from string constants
Olly Betts
2014-04-30
1
-1
/
+1
*
BUGFIX: superclass name not lispy
Nikhil Shetty
2013-10-12
1
-1
/
+1
*
Fixes detecting if a variable is extern when using 'extern thread_local'
William S Fulton
2013-02-08
1
-11
/
+0
*
Remove cvs/svn Id strings
William S Fulton
2013-01-12
1
-2
/
+0
*
CFFI - Fix some string constants are incorrect
William S Fulton
2012-12-14
1
-1
/
+7
*
Fix CFFI incorrect constant names
William S Fulton
2012-12-14
1
-4
/
+8
*
CFFI - fix junk output when wrapping single character constants
William S Fulton
2012-12-02
1
-2
/
+1
*
Fix Strcmp - it didn't have consistent null pointer handling - revert to what...
William S Fulton
2012-12-02
1
-1
/
+1
*
More consistent use of DOH namespace
William S Fulton
2012-11-26
1
-2
/
+2
*
Fix possible null dereferences in CFFI
William S Fulton
2012-11-20
1
-5
/
+7
*
Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...
William S Fulton
2012-11-14
1
-5
/
+1
*
Fix display of pointers on 64 bit systems, only 32 bit values were being shown.
William S Fulton
2012-07-21
1
-1
/
+1
*
Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...
William S Fulton
2011-10-30
1
-1
/
+1
*
Better consistency in usage display
William S Fulton
2011-03-09
1
-11
/
+14
*
SWIG license change - Source moves to GPLv3
William S Fulton
2010-02-27
1
-2
/
+6
*
Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...
William S Fulton
2010-01-04
1
-6
/
+6
*
Typemap API changes to facilitate more uniform typemap handling across langua...
William S Fulton
2009-07-08
1
-8
/
+11
*
CFFI - Fix seg faults when for %extend and using statements
William S Fulton
2009-02-20
1
-6
/
+6
*
add new %begin directive for inserting code at top of wrapper file
William S Fulton
2009-02-20
1
-5
/
+11
*
All languages now define a macro in the generated C/C++ wrapper file indicati...
William S Fulton
2008-12-30
1
-0
/
+4
*
add missing language specific preprocessor define where missing for some lang...
William S Fulton
2008-12-29
1
-0
/
+1
*
create a common banner header for all target language specific files
William S Fulton
2008-12-29
1
-9
/
+12
*
customised ccache support: read the CCACHE_OUTFILES env variable and if exist...
William S Fulton
2008-11-03
1
-4
/
+3
*
patch #2079381 submitted by Boris Smilga - constant exprs put into no-eval co...
William S Fulton
2008-09-01
1
-1
/
+1
*
Apply patch from Petr Viktorin to fix some recent regressions in CFFI/CLOS
William S Fulton
2008-05-21
1
-2
/
+2
*
Remove old swig-1.1 Swig_typemap_lookup function. Rename Swig_typemap_lookup_...
William S Fulton
2008-05-15
1
-7
/
+7
*
Add the optimal attribute to the out typemap for more optimal code generation...
William S Fulton
2008-05-14
1
-23
/
+24
*
Fixes for $wrapname to work in %exception
William S Fulton
2008-02-25
1
-1
/
+2
*
Changes to compile with VC++6
William S Fulton
2007-11-10
1
-3
/
+3
*
Replace cvs $Header$ with svn $Id$
William S Fulton
2007-10-17
1
-1
/
+1
*
Fix a bunch of minor bugs found by Coverity scanner
John Lenz
2007-08-10
1
-2
/
+5
*
changed package name clos to cl
Surendra Singhi
2007-07-31
1
-5
/
+5
*
fixed memory freeing bug, removed tabs
Surendra Singhi
2007-07-31
1
-55
/
+59
*
Removed unused extra arguments from calls to Printf().
Olly Betts
2007-05-09
1
-2
/
+2
*
fixed closing paren
Surendra Singhi
2007-04-21
1
-1
/
+1
*
Fixed a bug with clos method, and generating constructors.
Surendra Singhi
2007-04-21
1
-11
/
+60
[next]