summaryrefslogtreecommitdiff
path: root/Examples/test-suite/octave
Commit message (Expand)AuthorAgeFilesLines
* Fix out of source test-suite runs for OctaveKarl Wette2014-03-311-1/+1
* Nested C class setters restored in c++out mode for OctaveWilliam S Fulton2013-12-121-0/+14
* Octave: more robust configurationKarl Wette2013-07-161-1/+1
* Workaround to Octave seg fault on exit in imports testcase only seems to work...William S Fulton2013-04-081-13/+15
* Work around Octave seg fault on exit in imports testcase on Octave 3.1 and 3.2William S Fulton2013-04-081-1/+2
* add extra logic to the octave_swig_type::dims(void) method: it checks if the ...Xavier Delacour2012-03-262-1/+20
* Fix #3475492 - iterating through std::vector wrappers of enumerations.William S Fulton2012-03-131-0/+27
* Fix OCTAVE_PATH in octave Makefiles (from Karl Wette)Xavier Delacour2012-02-271-1/+1
* Workaround for Octave crashing at extit in the mods and multi_import testcasesWilliam S Fulton2011-05-181-1/+1
* Modify octave exception checking test to take account of older (3.0) versions...William S Fulton2011-02-191-7/+7
* Modify octave exception checking test to take account of newlines being added...William S Fulton2011-02-191-15/+13
* Rename symbol in test case as the name is clashing in some way with new versi...William S Fulton2011-02-191-1/+1
* Add Octave test of global constants when accessed from a function reported by...William S Fulton2011-02-191-0/+24
* Move a couple of runme files which into the correct directoriesWilliam S Fulton2011-01-171-0/+1
* Unused runtest removedWilliam S Fulton2011-01-111-402/+0
* remove run test which doesn't do anythingWilliam S Fulton2010-06-011-478/+0
* Change Octave to run C tests in SWIG C mode, not C++ modeWilliam S Fulton2010-05-112-1/+3
* Fix compile errors in Octave std::map wrappers. Remove li_std_map_runme.oct w...William S Fulton2010-05-101-61/+0
* fix my perl keyword warningWilliam S Fulton2010-05-071-1/+1
* Fix parsing of enum declaration and initializationWilliam S Fulton2009-11-171-0/+16
* Test std::map in all languagesWilliam S Fulton2009-08-201-1/+0
* Fix for r11557 rename of max to maximumWilliam S Fulton2009-08-171-2/+2
* remove failing runtime tests director_exception_runme.m and director_finalize...Xavier Delacour2009-08-172-113/+0
* Add semicolons to remove unwanted statement outputWilliam S Fulton2009-08-162-4/+4
* Fix testcase to minimal testing, most of it contained test code not relevant ...William S Fulton2009-08-161-152/+3
* remove debug print statementsWilliam S Fulton2009-08-161-15/+0
* Octave: Caught exceptions display the type of the C++ exception instead of th...William S Fulton2009-08-161-11/+10
* Rename max() to maximum() as max() is a built-in function in PHP.Olly Betts2009-08-141-2/+2
* remove unnecessary extra semicolons in the tesuiteMiklos Vajna2009-08-091-1/+1
* remove unnecessary extra shells being spawned in the test-suiteWilliam S Fulton2009-08-091-2/+2
* PHP: fix for the wrapmacro testcaseMiklos Vajna2009-08-041-2/+2
* more fixes for octave 3.2Xavier Delacour2009-07-121-1/+3
* small fixes to make octave module compatible with octave 3.2Xavier Delacour2009-07-121-0/+14
* better way to provide custom commandline options for individual testsWilliam S Fulton2009-07-031-0/+3
* std::map improvements based on patch from Yuval BarorWilliam S Fulton2009-05-221-1/+1
* Add %attributeval and %attributestring to attribute.swg libraryWilliam S Fulton2009-02-131-5/+33
* Octave: add {save,load}_{ascii,binary,hdf} functions that silently do nothing;Xavier Delacour2009-01-101-11/+11
* modify test-suite (barring python atm) to not rely on the -I path to find the...William S Fulton2008-11-269-452/+106
* variable name changes to remove php keywordsWilliam S Fulton2008-06-242-2/+2
* Add partialcheck make targets. Also add RUNTOOL, COMPILETOOL and SWIGTOOL var...William S Fulton2008-05-201-5/+1
* Move null_pointer.i to common.Xavier Delacour2008-04-202-11/+0
* Add test for null pointer handling ([] taken as null pointer).Xavier Delacour2008-04-205-1/+39
* Move samename test to common.Xavier Delacour2008-04-123-16/+1
* Fix bug where module will segfault on load if it contains an object w/ the sa...Xavier Delacour2008-04-113-1/+16
* Fix ~15 tests, minor doc fixes, improve STL support.Xavier Delacour2008-03-0513-67/+164
* Initial commit of Octave module.Xavier Delacour2008-03-01161-0/+6763