| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | fix warnings/errors for gcc4.0, icc and valgrind | Marcelo Matus | 2005-10-19 | 1 | -12/+0 |
* | more typemaps unification and fixes for valgrind | Marcelo Matus | 2005-10-19 | 3 | -0/+4 |
* | cosmetic change, remove repeated docs | Marcelo Matus | 2005-10-18 | 2 | -254/+0 |
* | massive typemap unification | Marcelo Matus | 2005-10-18 | 22 | -1806/+1313 |
* | %typecheck fixes for size_t | William S Fulton | 2005-10-15 | 1 | -13/+13 |
* | Visual Studio warning fixes | William S Fulton | 2005-09-27 | 1 | -0/+3 |
* | small fix for unsigned int and unsigned long, but still there are problems | Marcelo Matus | 2005-09-27 | 1 | -10/+53 |
* | Fix incorrect usage of $owner in varout typemaps added in last commit | William S Fulton | 2005-08-23 | 1 | -7/+7 |
* | %newobject support | William S Fulton | 2005-08-18 | 1 | -15/+15 |
* | use exception specification instead of %exception to handle STL error checking | William S Fulton | 2005-07-27 | 3 | -62/+18 |
* | fix for long long types and old Tcl versions | Marcelo Matus | 2005-06-17 | 2 | -6/+18 |
* | fix unsigned char case | Marcelo Matus | 2005-06-13 | 1 | -1/+1 |
* | Uniform handling of SWIGEXPORT across SWIG. | William S Fulton | 2005-05-27 | 1 | -2/+2 |
* | added missing constructors for std::pair | William S Fulton | 2005-05-25 | 1 | -8/+12 |
* | Fix for methods with similar names when showing list of names on error - bug ... | William S Fulton | 2005-05-21 | 1 | -1/+14 |
* | tcl long long overloading fix - bug #1191835, patch from Jeroen Dobbelaere | William S Fulton | 2005-05-20 | 1 | -2/+9 |
* | remove debug (bug #1196755) | William S Fulton | 2005-05-20 | 1 | -1/+0 |
* | - Improve the runtime type sytesm | John Lenz | 2005-02-01 | 2 | -31/+39 |
* | const enum SWIGTYPE & typemaps added | William S Fulton | 2004-11-28 | 1 | -10/+12 |
* | minor 'const' consistence fix | Marcelo Matus | 2004-11-21 | 1 | -2/+2 |
* | allow to include the swig runtime code into external user libraries | Marcelo Matus | 2004-11-18 | 1 | -0/+1 |
* | more fixes for size_t | Marcelo Matus | 2004-11-15 | 2 | -9/+11 |
* | improved support for size_t/ptrdiff_t | Marcelo Matus | 2004-11-13 | 2 | -1/+12 |
* | size_t fix | William S Fulton | 2004-11-01 | 1 | -8/+1 |
* | fix tcl + -namespace + constants(enum) | Marcelo Matus | 2004-10-29 | 1 | -6/+6 |
* | - Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proo... | John Lenz | 2004-10-21 | 1 | -5/+5 |
* | removed redundant valuewrapper feature | William S Fulton | 2004-10-20 | 1 | -1/+0 |
* | add %typemap(varin) SWIGTYPE[], fix some typemaps to be safe for %apply | Marcelo Matus | 2004-10-18 | 2 | -6/+10 |
* | avoid to use SwigValueWrapper with std::string, just to keep the code cleaner... | Marcelo Matus | 2004-10-18 | 1 | -0/+1 |
* | fix long long + apply | Marcelo Matus | 2004-10-17 | 1 | -5/+3 |