Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of std::bind2nd which is removed in C++17 | William S Fulton | 2019-06-27 | 1 | -3/+2 |
| | |||||
* | Remove use of preinst-swig script | William S Fulton | 2015-08-21 | 1 | -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 V6 | Simon Marchetto | 2015-01-12 | 1 | -5/+0 |
| | |||||
* | scilab: display loading errors in examples | Simon Marchetto | 2014-09-11 | 1 | -1/+5 |
| | |||||
* | Synchronize common scilab examples with other languages | William S Fulton | 2014-09-03 | 2 | -2/+1 |
| | |||||
* | Use CXXSRCS for testing for Scilab like other languages | William S Fulton | 2014-09-02 | 1 | -2/+2 |
| | |||||
* | Suppress Identifier name exceeds 24 characters warning in Scilab example | William S Fulton | 2014-09-01 | 1 | -0/+2 |
| | |||||
* | scilab: use TARGET in Examples Makefile | Simon Marchetto | 2014-07-03 | 1 | -1/+1 |
| | |||||
* | scilab: out-of-sources build | Simon Marchetto | 2014-06-09 | 1 | -3/+3 |
| | |||||
* | Scilab: init function name SWIG_Init() changed to <module>_Init() | Simon Marchetto | 2013-09-18 | 1 | -1/+1 |
| | |||||
* | Scilab: remove build & link verbose messages in examples | Simon Marchetto | 2013-09-09 | 1 | -0/+1 |
| | |||||
* | Scilab: move std_vector to upper directory | Simon Marchetto | 2013-09-09 | 4 | -1/+1 |
| | |||||
* | Scilab: std_vector_as_argument example converted to test | Simon Marchetto | 2013-09-06 | 5 | -249/+0 |
| | |||||
* | Scilab: take in account TARGET in example makefile, fix target in examples ↵ | Simon Marchetto | 2013-09-04 | 2 | -2/+2 |
| | | | | sub makefiles | ||||
* | Scilab example Makefiles update. | William S Fulton | 2013-08-30 | 2 | -10/+6 |
| | | | | | | Make consistent with other languages. Output is also suppressed when run from top level directory - see RUNPIPE. | ||||
* | Example makefile tidy up | William S Fulton | 2013-08-30 | 2 | -6/+0 |
| | |||||
* | Scilab: fix examples (no paging which stops tests) | Simon Marchetto | 2013-08-20 | 2 | -1/+2 |
| | |||||
* | Scilab: rollback, support of container<class*> only (not <class>) | Simon Marchetto | 2013-07-31 | 4 | -50/+2 |
| | |||||
* | Scilab: fix some example scripts (missing exit) | Simon Marchetto | 2013-07-22 | 2 | -0/+4 |
| | |||||
* | Scilab: fix some example makefiles (restore target check) | Simon Marchetto | 2013-07-22 | 2 | -4/+4 |
| | |||||
* | Scilab: add vector<class> in STL vector example | Simon Marchetto | 2013-07-22 | 4 | -11/+59 |
| | |||||
* | Scilab: add bool type in STL vector example | Simon Marchetto | 2013-07-19 | 4 | -0/+28 |
| | |||||
* | Scilab: add STL simple vector example (available also for Python, Ruby...) | Simon Marchetto | 2013-07-18 | 4 | -0/+98 |
| | |||||
* | Scilab: rewrite STL vector example (vector argument passing example) | Simon Marchetto | 2013-07-18 | 5 | -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 |