| Commit message (Expand) | Author | Age | Files | Lines |
* | rename String_or_char_ptr to const_String_or_char_ptr in DOH2swig-2.0 | Haoyu Bai | 2009-02-08 | 3 | -51/+51 |
* | Initial commit of DOH2 | Haoyu Bai | 2009-02-08 | 9 | -0/+2716 |
* | clean g++ warning: identifier ‘decltype’ will become a keyword in C++0x | Haoyu Bai | 2009-02-08 | 1 | -3/+3 |
* | clean g++ warning: suggest a space before ‘;’ or explicit braces around e... | Haoyu Bai | 2009-02-08 | 1 | -1/+1 |
* | clean g++ warning: deprecated conversion from string constant to 'char*' | Haoyu Bai | 2009-02-08 | 8 | -11/+12 |
* | Strip g++ warning: unused variable ‘temp’ | Haoyu Bai | 2009-02-07 | 1 | -1/+0 |
* | Remove more C++ style comment, so code could be compiled under C compiler whe... | Haoyu Bai | 2009-02-07 | 3 | -8/+2 |
* | Merged revisions 11092-11094,11098-11104,11107,11110-11111 via svnmerge from | Haoyu Bai | 2009-02-07 | 24 | -61/+263 |
* | Remove C++ line comment in .c files, so the code could also compile under C c... | Haoyu Bai | 2009-02-07 | 3 | -7/+6 |
* | Change the return type of Char(x) from 'char *' to 'const char *'. Also corre... | Haoyu Bai | 2009-01-28 | 48 | -318/+358 |
* | Correct some bug introduced in previous commits. Now SWIG is pretty good with... | Haoyu Bai | 2009-01-24 | 2 | -2/+2 |
* | minor fix and now SWIG is alive again | Haoyu Bai | 2009-01-24 | 1 | -1/+1 |
* | Removed all extern "C" since all code is compiled under C++ compiler. | Haoyu Bai | 2009-01-24 | 9 | -18/+18 |
* | Correct some function definition in header files, which implementation change... | Haoyu Bai | 2009-01-24 | 3 | -3/+3 |
* | Fix const-correctness. | Haoyu Bai | 2009-01-24 | 14 | -37/+40 |
* | Enforce all SWIG .c source code to compile under C++ compiler | Haoyu Bai | 2009-01-24 | 1 | -0/+3 |
* | Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol... | Haoyu Bai | 2009-01-24 | 39 | -226/+230 |
* | when doing partialcheck, don't skip any test-suite | Haoyu Bai | 2009-01-24 | 1 | -1/+1 |
* | auto formatting mods | William S Fulton | 2009-01-21 | 1 | -1/+11 |
* | correct ccache-swig title in docs | William S Fulton | 2009-01-21 | 2 | -9/+24 |
* | fix a wrong indent | Haoyu Bai | 2009-01-16 | 1 | -1/+3 |
* | Fix segfault when using -perl -v | William S Fulton | 2009-01-15 | 2 | -1/+5 |
* | bump version to 1.3.38 | William S Fulton | 2009-01-13 | 7 | -349/+352 |
* | 1.3.37 final touchesv1.3.37rel-1.3.37 | William S Fulton | 2009-01-13 | 4 | -8/+8 |
* | Fix compilation error when using directors on protected virtual overloaded me... | William S Fulton | 2009-01-13 | 4 | -6/+37 |
* | [Lua] Added contract support for requiring that unsigned numbers are >=0 | Mark Gossage | 2009-01-13 | 4 | -27/+309 |
* | Fix union.i module name and rename to union_parameter.i | William S Fulton | 2009-01-12 | 3 | -3/+3 |
* | put in integer fixes | Joseph Wang | 2009-01-12 | 3 | -11/+77 |
* | fix change to make compatible with integer framework | Joseph Wang | 2009-01-12 | 1 | -2/+3 |
* | Add regression tests for R | Joseph Wang | 2009-01-12 | 4 | -0/+35 |
* | yet better pointer string comparison | William S Fulton | 2009-01-11 | 1 | -1/+1 |
* | another portability fix | William S Fulton | 2009-01-11 | 1 | -0/+1 |
* | more portable pointer in a string comparison | William S Fulton | 2009-01-11 | 1 | -7/+12 |
* | Fix integer handling in r. unsigned values where getting handled | Joseph Wang | 2009-01-11 | 3 | -66/+33 |
* | add regression test for integers | Joseph Wang | 2009-01-10 | 1 | -0/+20 |
* | Octave: fix carrays regression caused by operator suffix change. | Xavier Delacour | 2009-01-10 | 1 | -1/+1 |
* | Patch #1992756 from Colin McDonald - %contract not working for classes in na... | William S Fulton | 2009-01-10 | 4 | -0/+50 |
* | Fix octave test allprotected. | Xavier Delacour | 2009-01-10 | 1 | -0/+7 |
* | Octave: add {save,load}_{ascii,binary,hdf} functions that silently do nothing; | Xavier Delacour | 2009-01-10 | 5 | -106/+173 |
* | Fix octave tests li_std_pair_extra, arrays_global, grouping, struct_value, un... | Xavier Delacour | 2009-01-09 | 2 | -14/+5 |
* | warning fix | William S Fulton | 2009-01-09 | 1 | -1/+3 |
* | minor formatting | William S Fulton | 2009-01-08 | 1 | -6/+6 |
* | fix cast of pointer to long | William S Fulton | 2009-01-08 | 1 | -1/+1 |
* | fix cast of pointer to long | William S Fulton | 2009-01-08 | 1 | -4/+7 |
* | correct return type for PyUnicode_GetSize | William S Fulton | 2009-01-08 | 2 | -2/+2 |
* | missing function declaration fix | William S Fulton | 2009-01-08 | 1 | -0/+3 |
* | add some missing stats and logging | William S Fulton | 2009-01-08 | 4 | -10/+15 |
* | Rename embedded smart pointer in SwigValueWrapper in order to avoid conflicts... | William S Fulton | 2009-01-07 | 1 | -6/+6 |
* | Fix spaces in CCACHE_DIR and probably other places | William S Fulton | 2009-01-07 | 2 | -6/+6 |
* | reorder new test | William S Fulton | 2009-01-07 | 1 | -9/+9 |