summaryrefslogtreecommitdiff
path: root/Lib/scilab
Commit message (Expand)AuthorAgeFilesLines
* std::string throws typemapsWilliam S Fulton2022-09-191-0/+8
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+1
* More move semantics improvementsWilliam S Fulton2022-07-041-2/+2
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-1/+1
* [scilab] Fix to work on WindowsYungLee2022-03-152-3/+3
* [scilab] Name init function name to avoid collisionClement David2022-02-021-1/+1
* Remove redundant NULL checks before free()/delete (#2184)Olly Betts2022-01-291-4/+2
* Scilab compilation fix when wrapping C++11 enum classesWilliam S Fulton2021-11-151-1/+1
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-2/+2
* Add STL container copy constructors where missingWilliam S Fulton2019-02-141-1/+1
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+2
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+10
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-1/+1
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-1/+5
* Fix overloading for non-pointers and NULL - ScilabWilliam S Fulton2018-12-301-1/+4
* Fix incorrect casts for Scilab enumsWilliam S Fulton2018-11-131-1/+1
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-5/+5
* Misc. typosluz.paz2018-05-172-4/+4
* Scilab portability fixes - remove use of strdupWilliam S Fulton2018-05-041-1/+6
* Scilab array overbounds fix handling char type exceptionsWilliam S Fulton2018-05-041-1/+1
* Add std_shared_ptr.i for Scilab and R as boost_shared_ptr.i is already availableWilliam S Fulton2018-03-091-0/+2
* [scilab] fix compilation (checked with the additional compiler options)Simon Marchetto2018-02-011-0/+3
* [Scilab] fix compilation errorSimon Marchetto2018-02-011-2/+3
* add type name argument in SWIG_ptr() function to cast from pointer adress to ...Simon Marchetto2018-01-302-24/+67
* std_basic_string.i fixesWilliam S Fulton2018-01-041-2/+1
* Enhancements for directorin typemapsWilliam S Fulton2017-10-161-29/+29
* Director shared_ptr typemaps for scripting languagesWilliam S Fulton2017-10-131-0/+82
* Scilab, R and Octave shared_ptr typemaps null fixWilliam S Fulton2017-10-111-4/+3
* Ruby and Scilab shared_ptr typemap fragment correctionWilliam S Fulton2017-09-251-5/+5
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-231-1/+1
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* as() no longer uses memset and always throws.Mike Romberg2017-07-201-20/+11
* Fix warning in generated code - traits_asptr.William S Fulton2017-06-131-1/+1
* Fix scilab fragment dependency problem in STL headersWilliam S Fulton2017-06-061-3/+4
* Consistent whitespace amongst all the shared_ptr and intrusive_ptr typemapsWilliam S Fulton2017-04-201-11/+11
* [Scilab] fix compilation, missing returnSimon Marchetto2016-12-201-2/+3
* [Scilab] put typemap int/double check into function (to reduce generated code...Simon Marchetto2016-12-191-8/+16
* scilab: cleanSimon Marchetto2016-12-191-3/+1
* scilab: SWIG_ptr() accepts mlist typed pointers and converts them to pointersSimon Marchetto2016-12-151-17/+26
* scilab: add runtime function SWIG_Scilab_TypeQuery() checks runtime is initia...Simon Marchetto2016-10-052-0/+26
* scilab: clean runtime code (move error functions..)Simon Marchetto2016-10-052-71/+70
* scilab: remove compilation warningsSimon Marchetto2016-09-263-4/+3
* scilab: mlists that map pointers can be given a custom type nameSimon Marchetto2016-09-262-9/+11
* scilab: pointer is mapped to mlist instead of tlist (for scilab overloading)Simon Marchetto2016-09-021-7/+7
* UTL STL container descriptor checksWilliam S Fulton2016-07-281-1/+2
* scilab: fix pointer type nameSimon Marchetto2016-04-061-1/+1
* scilab: fix warningsSimon Marchetto2016-03-142-16/+15
* scilab: fix compilation error (no return in SWIG_CheckPtr())Simon Marchetto2016-03-141-8/+12
* scilab: fix C90 non conformancesimon2016-03-111-5/+6
* scilab: remove debug stuffsimon2016-03-111-1/+0