Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scilab: rename function name management routines | Simon Marchetto | 2014-09-11 | 1 | -1/+1 |
| | |||||
* | scilab: apply K&R coding style for typemaps | Simon Marchetto | 2014-08-12 | 1 | -14/+7 |
| | |||||
* | scilab: use a macro instead of 999 for error code | Simon Marchetto | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | scilab: coding style: remove "_" from parameter names | Simon Marchetto | 2014-07-10 | 1 | -1/+1 |
| | |||||
* | scilab: code style: remove underscore in parameters (first part) | Simon Marchetto | 2014-07-09 | 1 | -20/+20 |
| | |||||
* | scilab: fix commit fragment stdint | Simon Marchetto | 2014-06-26 | 1 | -3/+3 |
| | |||||
* | scilab: rename fragment | Simon Marchetto | 2014-06-26 | 1 | -1/+1 |
| | |||||
* | scilab: fix stl_import_b test | Simon Marchetto | 2014-03-25 | 1 | -3/+10 |
| | |||||
* | scilab: use uintptr_t for storing pointers in STL container of pointers | Simon Marchetto | 2014-03-20 | 1 | -4/+4 |
| | |||||
* | scilab: fix constructor_copy and other STL container tests | Simon Marchetto | 2014-03-10 | 1 | -8/+9 |
| | | | | finally vector<class> and vector<enum> are not supported | ||||
* | scilab: From typemaps do not have to return output argument position | Simon Marchetto | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Scilab: fix prefix SciObject | Simon Marchetto | 2013-09-23 | 1 | -5/+5 |
| | |||||
* | Scilab: remove generated code compilation errors & warnings | Simon Marchetto | 2013-09-11 | 1 | -0/+1 |
| | |||||
* | Scilab: support of Scilab 5.3.3 (api_scilab: Rhs, Lhs, ..) | Simon Marchetto | 2013-08-19 | 1 | -1/+1 |
| | |||||
* | Scilab: fix li_std_vector & ignore_template_constructor test case | Simon Marchetto | 2013-08-02 | 1 | -5/+5 |
| | | | | fix: return a runtime error for not supported type containers | ||||
* | Scilab: rollback, support of container<class*> only (not <class>) | Simon Marchetto | 2013-07-31 | 1 | -5/+5 |
| | |||||
* | Scilab: support of containers of "complex type" values (like vector<class>) | Simon Marchetto | 2013-07-22 | 1 | -5/+5 |
| | |||||
* | Scilab: generic support for STL containers. | Simon Marchetto | 2013-07-18 | 1 | -0/+121 |
STL containers are mapped in Scilab as: - for int, double, string: matrices (of int, or double, etc....) - for other types (like pointers on objects): list of pointers |