summaryrefslogtreecommitdiff
path: root/Lib/scilab/scichar.swg
Commit message (Expand)AuthorAgeFilesLines
* simplify SWIG_SciString_AsChar()Simon Marchetto2015-06-231-23/+12
* scilab: use freeAllocatedSingleString() after getAllocatedSingleTree()Simon Marchetto2015-06-231-2/+1
* scilab: fix possible crash by using consistent allocation/free methods (use S...Simon Marchetto2015-03-241-7/+26
* scilab: fix std::string length issueSimon Marchetto2014-10-231-1/+1
* scilab: fix matrix2 example compilation warningsSimon Marchetto2014-10-201-1/+1
* scilab: fix SWIG_SciString_FromChar compilation error on some compilersSimon Marchetto2014-10-141-7/+3
* scilab: rename function name management routinesSimon Marchetto2014-09-111-3/+3
* scilab: apply K&R coding style for typemapsSimon Marchetto2014-08-121-4/+2
* scilab: use a macro instead of 999 for error codeSimon Marchetto2014-08-081-2/+2
* scilab: coding style remove "_" from parameter namesSimon Marchetto2014-07-211-23/+23
* scilab: coding style: remove "_" from parameter namesSimon Marchetto2014-07-101-9/+9
* scilab: code style: remove underscore in parameters (first part)Simon Marchetto2014-07-091-46/+46
* scilab: fix default_args test (crash on casts1)Simon Marchetto2014-04-161-10/+18
* scilab: char* array matrix and vector typemapsSimon Marchetto2014-03-121-22/+10
* scilab: implement test li_std_stringSimon Marchetto2014-02-241-3/+3
* scilab: fix naming in scichar.swg (SwigScilabString... => SWIG_SciString...)Simon Marchetto2014-02-211-33/+46
* scilab: returns string array in row vector instead of a column vectorSimon Marchetto2014-02-191-1/+1
* scilab: From typemaps do not have to return output argument positionSimon Marchetto2014-02-111-3/+3
* scilab: use macro SWIG_NbInputArgument() instead of Rhs()Simon Marchetto2014-01-301-2/+2
* Scilab: fix compilation error on createMatrixOfStringSimon Marchetto2013-10-091-8/+2
* Scilab: add %feature scilab:const (constants are wrapped by Scilab variables)Simon Marchetto2013-09-021-0/+34
* Scilab: fix arrays_global test caseSimon Marchetto2013-08-211-5/+4
* Scilab: support of Scilab 5.3.3 (api_scilab: Rhs, Lhs, ..)Simon Marchetto2013-08-191-2/+2
* Scilab: fix arrays_global test_caseSimon Marchetto2013-07-311-5/+9
* Scilab: add string matrix typemapsSimon Marchetto2013-06-191-0/+74
* Scilab: refactor SwigScilabStringToCharPtrAndSize (use String API getAllocate...Simon Marchetto2013-06-191-35/+11
* Scilab: refactor SwigScilabStringToCharPtr (use String API getAllocatedString())Simon Marchetto2013-06-191-31/+5
* Scilab: fix SWIG_FromCharPtr errorSimon Marchetto2013-06-191-1/+1
* Scilab: remove SwigScilabStringFromCharPtrAndSize (same as SwigScilabStringFr...Simon Marchetto2013-06-191-22/+7
* Scilab: fix test case li_std_vectorSimon Marchetto2013-06-121-2/+2
* Replace MALLOC/FREE to malloc/free fot fix heap memory leak error on Win/VC++Yung Lee2013-04-291-12/+12
* Better alloc managementVincent Couvert2011-05-231-2/+6
* * New version for Scilab module using fragmentsVincent Couvert2011-05-201-0/+238