summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rename String_or_char_ptr to const_String_or_char_ptr in DOH2swig-2.0Haoyu Bai2009-02-083-51/+51
* Initial commit of DOH2Haoyu Bai2009-02-089-0/+2716
* clean g++ warning: identifier ‘decltype’ will become a keyword in C++0xHaoyu Bai2009-02-081-3/+3
* clean g++ warning: suggest a space before ‘;’ or explicit braces around e...Haoyu Bai2009-02-081-1/+1
* clean g++ warning: deprecated conversion from string constant to 'char*'Haoyu Bai2009-02-088-11/+12
* Strip g++ warning: unused variable ‘temp’Haoyu Bai2009-02-071-1/+0
* Remove more C++ style comment, so code could be compiled under C compiler whe...Haoyu Bai2009-02-073-8/+2
* Merged revisions 11092-11094,11098-11104,11107,11110-11111 via svnmerge from Haoyu Bai2009-02-0724-61/+263
* Remove C++ line comment in .c files, so the code could also compile under C c...Haoyu Bai2009-02-073-7/+6
* Change the return type of Char(x) from 'char *' to 'const char *'. Also corre...Haoyu Bai2009-01-2848-318/+358
* Correct some bug introduced in previous commits. Now SWIG is pretty good with...Haoyu Bai2009-01-242-2/+2
* minor fix and now SWIG is alive againHaoyu Bai2009-01-241-1/+1
* Removed all extern "C" since all code is compiled under C++ compiler.Haoyu Bai2009-01-249-18/+18
* Correct some function definition in header files, which implementation change...Haoyu Bai2009-01-243-3/+3
* Fix const-correctness.Haoyu Bai2009-01-2414-37/+40
* Enforce all SWIG .c source code to compile under C++ compilerHaoyu Bai2009-01-241-0/+3
* Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai2009-01-2439-226/+230
* when doing partialcheck, don't skip any test-suiteHaoyu Bai2009-01-241-1/+1
* auto formatting modsWilliam S Fulton2009-01-211-1/+11
* correct ccache-swig title in docsWilliam S Fulton2009-01-212-9/+24
* fix a wrong indentHaoyu Bai2009-01-161-1/+3
* Fix segfault when using -perl -vWilliam S Fulton2009-01-152-1/+5
* bump version to 1.3.38William S Fulton2009-01-137-349/+352
* 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