summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.3.37 final touchesv1.3.37rel-1.3.37William S Fulton2009-01-134-8/+8
* Fix compilation error when using directors on protected virtual overloaded me...William S Fulton2009-01-134-6/+37
* [Lua] Added contract support for requiring that unsigned numbers are >=0Mark Gossage2009-01-134-27/+309
* Fix union.i module name and rename to union_parameter.iWilliam S Fulton2009-01-123-3/+3
* put in integer fixesJoseph Wang2009-01-123-11/+77
* fix change to make compatible with integer frameworkJoseph Wang2009-01-121-2/+3
* Add regression tests for RJoseph Wang2009-01-124-0/+35
* yet better pointer string comparisonWilliam S Fulton2009-01-111-1/+1
* another portability fixWilliam S Fulton2009-01-111-0/+1
* more portable pointer in a string comparisonWilliam S Fulton2009-01-111-7/+12
* Fix integer handling in r. unsigned values where getting handledJoseph Wang2009-01-113-66/+33
* add regression test for integersJoseph Wang2009-01-101-0/+20
* Octave: fix carrays regression caused by operator suffix change.Xavier Delacour2009-01-101-1/+1
* Patch #1992756 from Colin McDonald - %contract not working for classes in na...William S Fulton2009-01-104-0/+50
* Fix octave test allprotected.Xavier Delacour2009-01-101-0/+7
* Octave: add {save,load}_{ascii,binary,hdf} functions that silently do nothing;Xavier Delacour2009-01-105-106/+173
* Fix octave tests li_std_pair_extra, arrays_global, grouping, struct_value, un...Xavier Delacour2009-01-092-14/+5
* warning fixWilliam S Fulton2009-01-091-1/+3
* minor formattingWilliam S Fulton2009-01-081-6/+6
* fix cast of pointer to longWilliam S Fulton2009-01-081-1/+1
* fix cast of pointer to longWilliam S Fulton2009-01-081-4/+7
* correct return type for PyUnicode_GetSizeWilliam S Fulton2009-01-082-2/+2
* missing function declaration fixWilliam S Fulton2009-01-081-0/+3
* add some missing stats and loggingWilliam S Fulton2009-01-084-10/+15
* Rename embedded smart pointer in SwigValueWrapper in order to avoid conflicts...William S Fulton2009-01-071-6/+6
* Fix spaces in CCACHE_DIR and probably other placesWilliam S Fulton2009-01-072-6/+6
* reorder new testWilliam S Fulton2009-01-071-9/+9
* remove unnecessary logging on Win32 buildsWilliam S Fulton2009-01-071-2/+0
* Fix lack of error logging in some situations and fix failure to work on windo...William S Fulton2009-01-072-13/+23
* Fix error display when there is a problem with CCACHE_OUTFILESWilliam S Fulton2009-01-071-1/+1
* log internal error wrt CCACHE_OUTFILES env variableWilliam S Fulton2009-01-071-0/+1
* Fix CCACHE_STRIPC being set when using swig as the compiler.William S Fulton2009-01-062-1/+19
* Mark SWIGPERL5, SWIGPHP5, and SWIGTCL8 as deprecated in the sourceOlly Betts2009-01-055-3/+7
* fix up namespaces so that boost, std or std::tr1 can be used for shared_ptr/i...William S Fulton2009-01-053-80/+81
* compile fix on CygwinWilliam S Fulton2009-01-031-0/+4
* put tagging back inWilliam S Fulton2008-12-311-2/+1
* better #! for finding pythonWilliam S Fulton2008-12-312-3/+4
* re-order configure.in into sections for users and developers and requirements...William S Fulton2008-12-312-76/+78
* fix ccache-swig man page generationWilliam S Fulton2008-12-301-1/+1
* missing yodl2man should not break the configure stage for users as it is not ...William S Fulton2008-12-301-4/+0
* explicit type warning fixWilliam S Fulton2008-12-301-1/+1
* fix for new SWIGCSHARP defn in wrappersWilliam S Fulton2008-12-301-1/+1
* remove duplicate SWIGR macroWilliam S Fulton2008-12-301-2/+0
* getting ready for 1.3.37 release candidateWilliam S Fulton2008-12-305-12/+26
* All languages now define a macro in the generated C/C++ wrapper file indicati...William S Fulton2008-12-3020-9/+72
* add missing language specific preprocessor define where missing for some lang...William S Fulton2008-12-296-6/+8
* create a common banner header for all target language specific filesWilliam S Fulton2008-12-2919-80/+82
* change as(...,"integer") to as.integer to force conversion into integersJoseph Wang2008-12-291-4/+7
* allow for compilation with bison 2.4 which is more restrictive about $$ Joseph Wang2008-12-291-18/+18
* check for yodl packageJoseph Wang2008-12-291-0/+6