| .. |
|
attribute.i
|
move attribute.i to the typemap library, now is usable from all the languages
|
2005-10-25 13:20:50 +00:00 |
|
carrays.i
|
finishing the first stage of the typemap unification scheme, fixing issues with gcc and valgrind
|
2005-10-20 09:47:56 +00:00 |
|
cdata.i
|
massive typemap unification
|
2005-10-18 13:24:15 +00:00 |
|
cmalloc.i
|
more typemaps unification and fixes for valgrind
|
2005-10-19 10:52:50 +00:00 |
|
cni.i
|
uniform cni examples
|
2006-01-03 19:48:06 +00:00 |
|
cpointer.i
|
more typemaps unification and fixes for valgrind
|
2005-10-19 10:52:50 +00:00 |
|
cstring.i
|
Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names
|
2005-10-24 14:59:05 +00:00 |
|
director.swg
|
Removed duplicate definition of struct Guard.
|
2006-01-09 20:00:56 +00:00 |
|
embed.i
|
Add Ruby support contributed by Masaki Fukushima.
|
2000-07-05 18:58:49 +00:00 |
|
exception.i
|
use internal SWIG_exception_fail, let SWIG_exception as in 1.3.27
|
2006-01-14 21:23:36 +00:00 |
|
extconf.rb
|
Add Ruby support contributed by Masaki Fukushima.
|
2000-07-05 18:58:49 +00:00 |
|
extra-install.list
|
The great merge
|
2002-11-30 22:01:28 +00:00 |
|
file.i
|
keep old typemap code in place, but disable, for readers to look around, and rescue other lost typemaps
|
2005-12-13 23:46:37 +00:00 |
|
jstring.i
|
add tcl+java example
|
2005-12-30 11:59:54 +00:00 |
|
Makefile.swig
|
The great merge
|
2002-11-30 22:01:28 +00:00 |
|
progargcargv.i
|
keep old typemap code in place, but disable, for readers to look around, and rescue other lost typemaps
|
2005-12-13 23:46:37 +00:00 |
|
ruby.swg
|
Changed rename rules to include functions and change Enums to only capitalize the first letter.
|
2006-01-17 04:54:48 +00:00 |
|
rubyapi.swg
|
Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names
|
2005-10-24 14:59:05 +00:00 |
|
rubyerrors.swg
|
Updated Ruby Exception handling. Classes that are specified in throws clauses, or are marked as %exceptionclass, are now inherited from rb_eRuntimeError. This allows instances of these classes to be returned to Ruby as exceptions. Thus if a C++ method throws an instance of MyException, the calling Ruby method will get back a MyException object. To see an example, look at ruby/examples/exception_class.
|
2006-01-10 19:19:19 +00:00 |
|
rubyfragments.swg
|
massive typemap unification
|
2005-10-18 13:24:15 +00:00 |
|
rubyhead.swg
|
fix -external-runtime
|
2006-01-31 00:02:58 +00:00 |
|
rubyinit.swg
|
massive typemap unification
|
2005-10-18 13:24:15 +00:00 |
|
rubykw.swg
|
fix typo
|
2006-01-07 07:15:58 +00:00 |
|
rubymacros.swg
|
massive typemap unification
|
2005-10-18 13:24:15 +00:00 |
|
rubyopers.swg
|
add macros/names to avoid numeric warning codes. use them in tcl,perl,ruby and python
|
2006-01-07 06:59:32 +00:00 |
|
rubyprimtypes.swg
|
fix possible C errors
|
2006-01-19 04:54:51 +00:00 |
|
rubyrun.swg
|
Added SWIG_POINTER_EXCEPTION for backwards compatibility.
|
2006-01-13 23:43:12 +00:00 |
|
rubyruntime.swg
|
fix -external-runtime
|
2006-01-31 00:02:58 +00:00 |
|
rubystrings.swg
|
Undid change to check for nil object since it was not valid because it disallowed passing null pointers.
|
2006-01-13 22:27:44 +00:00 |
|
rubytracking.swg
|
Rearranged the code a bit to store a global reference to the Ruby hash table delete method, thereby making it possible to look it up once instead of each time SWIG_RubyRemoveTracking is called.
|
2006-01-10 00:30:43 +00:00 |
|
rubytypemaps.swg
|
reenable missing INPUT/OUTPUT, and add tests for std::string
|
2006-01-30 19:55:43 +00:00 |
|
rubyuserdir.swg
|
Added support for Ruby bang methods. Bang methods end in exclamation points and indicate that the object being worked on will be modified in-place as opposed to being copied.
|
2006-01-15 00:25:48 +00:00 |
|
std_common.i
|
use exception specification instead of %exception to handle STL error checking
|
2005-07-27 20:09:42 +00:00 |
|
std_deque.i
|
_std_deque.i moved from Lib directory
|
2006-01-08 20:17:06 +00:00 |
|
std_except.i
|
add std_except typemaps to the unified typemap library
|
2005-10-31 09:43:02 +00:00 |
|
std_map.i
|
use exception specification instead of %exception to handle STL error checking
|
2005-07-27 20:09:42 +00:00 |
|
std_pair.i
|
Use the system angle brackets for %include
|
2005-11-26 09:28:20 +00:00 |
|
std_string.i
|
Perl added to the Unified typemap library, cleaner way to use the library, and 'normalized' macro names
|
2005-10-24 14:59:05 +00:00 |
|
std_vector.i
|
Fixes bug 1386579. When returning a vector of pointers, do not create
|
2005-12-27 19:56:35 +00:00 |
|
stl.i
|
add initial stl.i to ensure proper file inclussion and extensions for each language
|
2006-01-06 00:37:31 +00:00 |
|
timeval.i
|
keep old typemap code in place, but disable, for readers to look around, and rescue other lost typemaps
|
2005-12-13 23:46:37 +00:00 |
|
typemaps.i
|
keep old typemap code in place, but disable, for readers to look around, and rescue other lost typemaps
|
2005-12-13 23:46:37 +00:00 |