summaryrefslogtreecommitdiff
path: root/Examples/scilab/std_vector
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of std::bind2nd which is removed in C++17William S Fulton2019-06-271-3/+2
|
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-211-2/+4
| | | | | | | | | | | | | Complete the prototype removal in ca1431. The script prevents SWIGTOOL=gdb from working as gdb can't be used to debug a shell script, it requires a binary. Add support for SWIGTOOL in all the examples. SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles. See issue #473.
* fix failing unit tests with Scilab V6Simon Marchetto2015-01-121-5/+0
|
* scilab: display loading errors in examplesSimon Marchetto2014-09-111-1/+5
|
* Synchronize common scilab examples with other languagesWilliam S Fulton2014-09-032-2/+1
|
* Use CXXSRCS for testing for Scilab like other languagesWilliam S Fulton2014-09-021-2/+2
|
* Suppress Identifier name exceeds 24 characters warning in Scilab exampleWilliam S Fulton2014-09-011-0/+2
|
* scilab: use TARGET in Examples MakefileSimon Marchetto2014-07-031-1/+1
|
* scilab: out-of-sources buildSimon Marchetto2014-06-091-3/+3
|
* Scilab: init function name SWIG_Init() changed to <module>_Init()Simon Marchetto2013-09-181-1/+1
|
* Scilab: remove build & link verbose messages in examplesSimon Marchetto2013-09-091-0/+1
|
* Scilab: move std_vector to upper directorySimon Marchetto2013-09-094-1/+1
|
* Scilab: std_vector_as_argument example converted to testSimon Marchetto2013-09-065-249/+0
|
* Scilab: take in account TARGET in example makefile, fix target in examples ↵Simon Marchetto2013-09-042-2/+2
| | | | sub makefiles
* Scilab example Makefiles update.William S Fulton2013-08-302-10/+6
| | | | | | Make consistent with other languages. Output is also suppressed when run from top level directory - see RUNPIPE.
* Example makefile tidy upWilliam S Fulton2013-08-302-6/+0
|
* Scilab: fix examples (no paging which stops tests)Simon Marchetto2013-08-202-1/+2
|
* Scilab: rollback, support of container<class*> only (not <class>)Simon Marchetto2013-07-314-50/+2
|
* Scilab: fix some example scripts (missing exit)Simon Marchetto2013-07-222-0/+4
|
* Scilab: fix some example makefiles (restore target check)Simon Marchetto2013-07-222-4/+4
|
* Scilab: add vector<class> in STL vector exampleSimon Marchetto2013-07-224-11/+59
|
* Scilab: add bool type in STL vector exampleSimon Marchetto2013-07-194-0/+28
|
* Scilab: add STL simple vector example (available also for Python, Ruby...)Simon Marchetto2013-07-184-0/+98
|
* Scilab: rewrite STL vector example (vector argument passing example)Simon Marchetto2013-07-185-0/+223
Fixes: - use generic support of vectors - add vector of object example - improve example messages - simplify cpp code - move example code to "std_vector" folder