aboutsummaryrefslogtreecommitdiff
path: root/Lib/scilab
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2019-02-14Consistent parameter names for std::pairWilliam S Fulton
2019-02-14Add STL container copy constructors where missingWilliam S Fulton
2019-02-13Add missing typedefs to std::pairWilliam S Fulton
2019-02-13Add missing typedefs to std::mapWilliam S Fulton
2019-02-13Add missing parameter names in STL container wrappersWilliam S Fulton
2019-02-12Create a consistent stl.i library fileWilliam S Fulton
2018-12-30Fix overloading for non-pointers and NULL - ScilabWilliam S Fulton
2018-11-13Fix incorrect casts for Scilab enumsWilliam S Fulton
2018-10-09Add support for non-default compare template argument in std::map wrappersWilliam S Fulton
2018-05-17Misc. typosluz.paz
2018-05-04Scilab portability fixes - remove use of strdupWilliam S Fulton
2018-05-04Scilab array overbounds fix handling char type exceptionsWilliam S Fulton
2018-03-09Add std_shared_ptr.i for Scilab and R as boost_shared_ptr.i is already availableWilliam S Fulton
2018-02-01[scilab] fix compilation (checked with the additional compiler options)Simon Marchetto
2018-02-01[Scilab] fix compilation errorSimon Marchetto
2018-01-30add type name argument in SWIG_ptr() function to cast from pointer adress to ...Simon Marchetto
2018-01-04std_basic_string.i fixesWilliam S Fulton
2017-10-16Enhancements for directorin typemapsWilliam S Fulton
2017-10-13Director shared_ptr typemaps for scripting languagesWilliam S Fulton
2017-10-11Scilab, R and Octave shared_ptr typemaps null fixWilliam S Fulton
2017-09-25Ruby and Scilab shared_ptr typemap fragment correctionWilliam S Fulton
2017-09-23Fix overloading of shared_ptr method overloadingWilliam S Fulton
2017-08-13Fix various comment and documentation typosOlly Betts
2017-07-20as() no longer uses memset and always throws.Mike Romberg
2017-06-13Fix warning in generated code - traits_asptr.William S Fulton
2017-06-06Fix scilab fragment dependency problem in STL headersWilliam S Fulton
2017-04-20Consistent whitespace amongst all the shared_ptr and intrusive_ptr typemapsWilliam S Fulton
2016-12-20[Scilab] fix compilation, missing returnSimon Marchetto
2016-12-19[Scilab] put typemap int/double check into function (to reduce generated code...Simon Marchetto
2016-12-19scilab: cleanSimon Marchetto
2016-12-15scilab: SWIG_ptr() accepts mlist typed pointers and converts them to pointersSimon Marchetto
2016-10-05scilab: add runtime function SWIG_Scilab_TypeQuery() checks runtime is initia...Simon Marchetto
2016-10-05scilab: clean runtime code (move error functions..)Simon Marchetto
2016-09-26scilab: remove compilation warningsSimon Marchetto
2016-09-26scilab: mlists that map pointers can be given a custom type nameSimon Marchetto
2016-09-02scilab: pointer is mapped to mlist instead of tlist (for scilab overloading)Simon Marchetto
2016-07-28UTL STL container descriptor checksWilliam S Fulton
2016-04-06scilab: fix pointer type nameSimon Marchetto
2016-03-14scilab: fix warningsSimon Marchetto
2016-03-14scilab: fix compilation error (no return in SWIG_CheckPtr())Simon Marchetto
2016-03-11scilab: fix C90 non conformancesimon
2016-03-11scilab: remove debug stuffsimon
2016-03-08scilab: fix object/pointer type checkingsimon
2016-03-08scilab: pointers are mapped as a tlist (instead of pointers) containing type ...simon
2016-03-02scilab: fix indentationsimon
2016-03-02scilab: fix scilab 6.0 beta1 compilation errorsimon
2015-12-12Fix STL wrappers to not generate <: digraphs.William S Fulton
2015-09-25shared_ptr typemap error message fix for global variablesWilliam S Fulton
2015-06-23simplify SWIG_SciString_AsChar()Simon Marchetto