| Commit message (Expand) | Author | Age | Files | Lines |
* | Add newmemory parameter for SWIG_TypeCast | William S Fulton | 2008-02-10 | 1 | -1/+6 |
* | fix comments about fragments - noticed by Josh Cherry | William S Fulton | 2007-11-20 | 1 | -8/+2 |
* | VC++ error/warning fixes | William S Fulton | 2007-10-23 | 4 | -9/+9 |
* | Remove cvs $Header$ | William S Fulton | 2007-10-17 | 1 | -1/+0 |
* | [Tcl] Fix several ocurrences of "warning: deprecated conversion | Olly Betts | 2007-10-16 | 1 | -1/+1 |
* | [Tcl] Prevent SWIG_Tcl_ConvertPtr from calling the unknown proc. | Olly Betts | 2007-10-15 | 1 | -5/+28 |
* | Another place which can use std::string::assign() which I failed to check in | Olly Betts | 2007-10-15 | 1 | -3/+3 |
* | fix long long handling - mainly patch 1771313. Attempt to define ISO limits t... | William S Fulton | 2007-09-24 | 1 | -4/+16 |
* | Fix Tcl typemaps to handle unsigned long > LONG_MAX and unsigned long long | Olly Betts | 2006-09-24 | 1 | -11/+13 |
* | fix docs, path provided by Olly | Marcelo Matus | 2006-04-11 | 1 | -1/+1 |
* | fix prototype warnings, as reported by Max Browsher | Marcelo Matus | 2006-03-26 | 1 | -1/+1 |
* | fix type cast | Marcelo Matus | 2006-03-26 | 1 | -1/+1 |
* | Common template for head of each file detailing licence, distribution and aut... | William S Fulton | 2006-03-07 | 17 | -97/+135 |
* | add the factory library for UTL | Marcelo Matus | 2006-02-22 | 1 | -0/+1 |
* | fix seterrormsg as reported by Colin McDonald | Marcelo Matus | 2006-02-20 | 1 | -0/+3 |
* | fix premature object deletion reported by Paul in tcl3d | Marcelo Matus | 2006-02-18 | 1 | -6/+18 |
* | Fix Sun workshop char* problems | William S Fulton | 2006-02-17 | 1 | -4/+3 |
* | comments, clean and cosmetics | Marcelo Matus | 2006-02-11 | 1 | -1/+8 |
* | add back. comp. names, reported by paul@posft.de | Marcelo Matus | 2006-02-06 | 1 | -0/+3 |
* | fix -external-runtime and warning arounds in subversion | Marcelo Matus | 2006-02-01 | 3 | -13/+3 |
* | reenable missing INPUT/OUTPUT, and add tests for std::string | Marcelo Matus | 2006-01-30 | 1 | -3/+0 |
* | backward compatible definition of SWIG_excetion, we now just try to use the s... | Marcelo Matus | 2006-01-28 | 1 | -1/+1 |
* | fix exception, use SWIG_fail | Marcelo Matus | 2006-01-28 | 1 | -1/+1 |
* | fix error reported by William K. Foster about bad strings generating seg faults | Marcelo Matus | 2006-01-24 | 1 | -1/+1 |
* | more fixes to MSC | Marcelo Matus | 2006-01-22 | 1 | -3/+3 |
* | fixes for VC | Marcelo Matus | 2006-01-22 | 1 | -5/+10 |
* | add macro for backward comp. | Marcelo Matus | 2006-01-17 | 1 | -0/+3 |
* | use internal SWIG_exception_fail, let SWIG_exception as in 1.3.27 | Marcelo Matus | 2006-01-14 | 1 | -0/+5 |
* | Each target language now has its own std_deque.i like the other STL wrappers. | William S Fulton | 2006-01-08 | 1 | -0/+1 |
* | add macros/names to avoid numeric warning codes. use them in tcl,perl,ruby an... | Marcelo Matus | 2006-01-07 | 2 | -13/+13 |
* | add initial stl.i to ensure proper file inclussion and extensions for each la... | Marcelo Matus | 2006-01-06 | 1 | -2/+1 |
* | add stl.i files for each language to prevent improper includes | Marcelo Matus | 2006-01-06 | 1 | -0/+8 |
* | uniform cni examples | Marcelo Matus | 2006-01-03 | 1 | -0/+2 |
* | add missing operator warns | Marcelo Matus | 2005-12-31 | 1 | -0/+14 |
* | add tcl+java example | Marcelo Matus | 2005-12-30 | 1 | -0/+42 |
* | fix char/bool types | Marcelo Matus | 2005-12-28 | 1 | -1/+10 |
* | fix unsigned cases | Marcelo Matus | 2005-12-22 | 1 | -2/+2 |
* | keep old typemap code in place, but disable, for readers to look around, and ... | Marcelo Matus | 2005-12-13 | 3 | -0/+504 |
* | fixes for the examples and tcl to use the old Tcl_SetResult()... methods | Marcelo Matus | 2005-12-09 | 1 | -1/+3 |
* | add SWIGUNUSEDPARM | Marcelo Matus | 2005-12-02 | 1 | -1/+1 |
* | Use the system angle brackets for %include | William S Fulton | 2005-11-26 | 4 | -5/+8 |
* | more speed ups | Marcelo Matus | 2005-11-24 | 1 | -0/+4 |
* | simplify the ASPTR_ARGS and ASVAL_ARGS macros to one AS_ARG | Marcelo Matus | 2005-11-04 | 1 | -5/+2 |
* | add std_except typemaps to the unified typemap library | Marcelo Matus | 2005-10-31 | 1 | -0/+1 |
* | move attribute.i to the typemap library, now is usable from all the languages | Marcelo Matus | 2005-10-25 | 1 | -0/+1 |
* | eliminate compilation warnings, add docs, and centralize the access to the un... | Marcelo Matus | 2005-10-25 | 5 | -45/+57 |
* | Perl added to the Unified typemap library, cleaner way to use the library, an... | Marcelo Matus | 2005-10-24 | 13 | -313/+145 |
* | remove extra error handling | Marcelo Matus | 2005-10-20 | 1 | -11/+0 |
* | include the user's fragment file in the same place | Marcelo Matus | 2005-10-20 | 2 | -19/+17 |
* | finishing the first stage of the typemap unification scheme, fixing issues wi... | Marcelo Matus | 2005-10-20 | 6 | -120/+147 |