aboutsummaryrefslogtreecommitdiff
path: root/Lib/scilab
AgeCommit message (Expand)Author
2015-06-23improve support of varargsSimon Marchetto
2015-06-23scilab: use freeAllocatedSingleString() after getAllocatedSingleTree()Simon Marchetto
2015-06-23scilab: fix memory leakSimon Marchetto
2015-03-24scilab: fix possible crash by using consistent allocation/free methods (use S...Simon Marchetto
2015-02-13scilab: fix compilation error on WindowsSimon Marchetto
2015-02-11Scilab typecheck typemaps fix for C90William S Fulton
2015-02-11Scilab typemap fixes for C89William S Fulton
2015-01-07gateway source is moved into wrapper sourceSimon Marchetto
2014-10-23scilab: fix std::string length issueSimon Marchetto
2014-10-21scilab: fix compilation warnings in primitive_types testSimon Marchetto
2014-10-20scilab: fix matrix2 example compilation warningsSimon Marchetto
2014-10-20scilab: fix compilation error in scilab 5.3.3Simon Marchetto
2014-10-16scilab: support typed constants (U UL L) in scilabconst(1)Simon Marchetto
2014-10-14scilab: fix SWIG_SciString_FromChar compilation error on some compilersSimon Marchetto
2014-09-29scilab: fix int typemaps (functions and fragment names)Simon Marchetto
2014-09-26scilab: fix li_std_string_extra test, missing std_char_traits.iSimon Marchetto
2014-09-26scilab: fix li_std_string_extra, missing lib std_basic_string.iSimon Marchetto
2014-09-11scilab: remove useless SWIG_Scilab_GetOutputPositionAndReset()Simon Marchetto
2014-09-11scilab: rename function name management routinesSimon Marchetto
2014-09-11scilab: fix li_std_vector testSimon Marchetto
2014-09-11scilab: rename wrapper global variable fname to SwigFuncNameSimon Marchetto
2014-09-11Revert "scilab: remove useless SWIG_Scilab_SetOutput() second parameter"Simon Marchetto
2014-09-11Revert "scilab: fix compilation error (extra parenthesis)"Simon Marchetto
2014-09-11Revert "scilab: fix compilation error (too many args in SWIG_Scilab_SetOutput)"Simon Marchetto
2014-09-10scilab: fix compilation error (too many args in SWIG_Scilab_SetOutput)Simon Marchetto
2014-09-10scilab: fix compilation error (extra parenthesis)Simon Marchetto
2014-09-09scilab: remove useless SWIG_Scilab_SetOutput() second parameterSimon Marchetto
2014-09-04Scilab parameter name changesWilliam S Fulton
2014-09-04Fix previous commit.William S Fulton
2014-09-03Correct global variable name in Scilab wrappersWilliam S Fulton
2014-08-12scilab: apply K&R coding style for typemapsSimon Marchetto
2014-08-08scilab: use SWIG_Scilab_Raise() for exceptionsSimon Marchetto
2014-08-08scilab: macro SWIG_SCILAB_ERROR (value 999 by default) for SWIG errorsSimon Marchetto
2014-08-08scilab: use a macro instead of 999 for error codeSimon Marchetto
2014-07-21scilab: apply boost_shared_ptr fixSimon Marchetto
2014-07-21scilab: no need to use prefix "g_" for global namesSimon Marchetto
2014-07-21scilab: coding style remove "_" from parameter namesSimon Marchetto
2014-07-10scilab: coding style: remove "_" from parameter namesSimon Marchetto
2014-07-10scilab: coding style: remove "_" from parameter namesSimon Marchetto
2014-07-10scilab: fix typo errorSimon Marchetto
2014-07-10scilab: library stl.i include same libraries as in other languagesSimon Marchetto
2014-07-09scilab: code style: remove underscore in parameters (first part)Simon Marchetto
2014-06-26Remove author names - they are in the COPYRIGHT fileWilliam S Fulton
2014-06-26scilab: fix commit fragment stdintSimon Marchetto
2014-06-26scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr()Simon Marchetto
2014-06-26scilab: rename fragmentSimon Marchetto
2014-06-16scilab: unsigned ints typemaps behave same as ints (2nd commit: arrays)Simon Marchetto
2014-06-16scilab: fix range checking in swig_this()Simon Marchetto
2014-06-16scilab: unsigned ints typemaps behave same as signed ints (1st commit: scalar)Simon Marchetto
2014-06-13scilab: rename matrix typemaps named parametersSimon Marchetto