log test/module.mk @ 28519:d4563c5d4060

age author description
Mon, 29 Jun 2020 23:45:19 -0400 John W. Eaton handle all dispatching for colon operator in do_colon_op function
Mon, 15 Jun 2020 16:43:09 -0400 John W. Eaton fix dispatch error with classsimple function handle (bug #58572) stable
Mon, 23 Mar 2020 15:29:49 -0400 John W. Eaton convert obsolete octave_fcn_inline object to @inline class stable
Fri, 27 Mar 2020 13:11:46 -0700 Mike Miller build: include tests for bug #50831 in the build system stable
Sun, 24 Nov 2019 14:01:16 -0600 John W. Eaton allow private scripts to be called from other private scripts
Thu, 21 Mar 2019 19:06:09 +0000 John W. Eaton new tests for functions in package directories (bug #51709, bug #55975)
Fri, 15 Mar 2019 21:09:19 +0000 John W. Eaton don't call inherited delete methods (bug #53956)
Fri, 15 Mar 2019 17:26:12 +0000 John W. Eaton ensure classdef dtor doesn't wipe out expression value (bug #53844, bug #55758)
Mon, 25 Feb 2019 20:27:38 +0000 John W. Eaton allow handles to methods created inside method or ctor to work (bug #45351)
Thu, 21 Feb 2019 15:08:27 +0100 Kai T. Ohlhus maint: Merge stable to default.
Thu, 21 Feb 2019 14:53:30 +0100 Kai T. Ohlhus Overhaul classdef tests (bug #54783, bug #54966, bug #55223). stable
Thu, 21 Feb 2019 07:18:26 +0000 John W. Eaton maint: Merge stable to default.
Thu, 21 Feb 2019 01:10:20 -0500 S?bastien Villemot fix overloaded classdef subsasgn with curly braces (bug #55223, bug #54783) stable
Wed, 13 Feb 2019 15:38:23 +0000 John W. Eaton maint: Merge stable to default.
Mon, 11 Feb 2019 20:56:27 +0000 John W. Eaton allow object.method@superclass (...) to work (bug #47680)
Sat, 09 Feb 2019 21:23:14 +0100 Pantxo Diribarne Properly integrate hgload tests in the build system (bug #53468) stable
Fri, 08 Feb 2019 08:47:36 -0800 Rik Read sitewide init-file when running 'make check'
Thu, 31 Jan 2019 18:45:37 +0000 John W. Eaton update handling of command-style function call syntax in eval
Sat, 12 Jan 2019 08:14:40 -0500 Guillaume Flandin test for bug #54995 stable
Sun, 06 Jan 2019 16:51:15 -0800 Mike Miller maint: move simple fixed test scripts up a level stable
Thu, 03 Jan 2019 17:15:42 -0800 Mike Miller maint: include missing test directories in build system stable
Wed, 29 Aug 2018 15:16:05 -0400 John W. Eaton maint: Merge stable to default.
Wed, 29 Aug 2018 09:26:09 -0700 Rik Add new integer.tst module to test saturation mechanics. stable
Wed, 29 Aug 2018 09:26:09 -0700 Rik Add new integer.tst module to test saturation mechanics.
Wed, 16 Sep 2015 15:13:44 +0200 Olaf Till print and save anonymous functions with varargin correctly (bug #45972)
Wed, 15 Aug 2018 09:33:18 -0400 John W. Eaton fix typo in changeset cc9da21511c1
Tue, 14 Aug 2018 15:25:21 -0400 John W. Eaton use consistent eval order in simple and multi assignment (bug #54490)
Thu, 21 Jun 2018 11:06:52 -0400 John W. Eaton maint: Merge stable to default.
Thu, 21 Jun 2018 11:05:33 -0400 John W. Eaton ensure that Make sees Octave exit status when running make check stable
Wed, 13 Jun 2018 03:04:59 -0400 John W. Eaton * test/module.mk (test-clean): Also remove .mex files.
Tue, 12 Jun 2018 00:32:26 -0400 John W. Eaton initial framework for testing MEX files
Tue, 15 May 2018 15:34:09 -0400 John W. Eaton maint: Merge stable to default.
Tue, 15 May 2018 14:53:41 -0400 John W. Eaton back out changes attempting to automatically call handle class destructor stable
Thu, 26 Apr 2018 21:58:16 -0400 John W. Eaton maint: Merge stable to default.
Thu, 02 Nov 2017 10:27:11 -0700 Piotr Held call delete method for handle class objects (bug #46497) stable
Wed, 11 Apr 2018 00:27:42 -0400 John W. Eaton maint: Merge stable to default.
Tue, 10 Apr 2018 23:33:53 -0400 John W. Eaton maint: Merge stable to default.
Wed, 11 Apr 2018 00:07:06 -0400 John W. Eaton allow function parameters to be global (bug #53579) stable
Tue, 10 Apr 2018 22:22:37 -0400 John W. Eaton improve handling of global symbols (bug #53599) stable
Thu, 22 Mar 2018 23:41:57 -0400 John W. Eaton maint: merge stable to default.
Thu, 22 Mar 2018 17:34:41 -0400 John W. Eaton improve handling of clear for globals, forwarded symbols (bug #53027) stable
Thu, 15 Mar 2018 14:41:59 +0100 Juan Pablo Carbajal test: first pkg test suite
Wed, 21 Mar 2018 22:02:27 +0100 Kai T. Ohlhus Ensure that local functions do not have a static workspace (bug #53405). stable
Tue, 06 Mar 2018 13:01:12 -0500 John W. Eaton only skip .gdbinit install if files differ (bug #53241)
Sat, 23 Dec 2017 21:04:14 -0800 Rik Add BIST test for bug #52722.
Tue, 14 Nov 2017 09:41:07 +0100 Marco Caliari Fix incorrect size of the solution of some singular systems (bug #52402).
Sun, 29 Oct 2017 17:33:41 -0700 Rik Add BIST test for clear() function (bug #35881).
Mon, 25 Sep 2017 13:02:51 -0700 Mike Miller test: restore showing contents of fntests.log
Wed, 20 Sep 2017 15:34:33 -0700 Piotr Held make local functions and method names unique for parser (Bug #52075)
Wed, 30 Aug 2017 17:31:09 -0400 John W. Eaton new tests for classdef constructor and method argument names (bug #49379)
Fri, 11 Aug 2017 09:43:02 -0400 John W. Eaton shorten messages displayed at end of make check
Wed, 09 Aug 2017 09:50:40 -0700 Mike Miller maint: sort lists of files in test makefile snippets
Tue, 08 Aug 2017 18:18:01 -0400 Piotr Held make calling parent class constructors work again (bug #51534)
Mon, 07 Aug 2017 15:05:19 -0700 Piotr Held Fix argument lookup in '+' package functions (Bug #51532).
Sun, 06 Aug 2017 11:26:54 -0700 Mike Miller Include recently added test files in the source distribution
Mon, 31 Jul 2017 13:55:15 +0200 Piotr Held Anonymous functions to local functions in classdef files (bug #51599).
Tue, 27 Jun 2017 18:30:12 -0400 John W. Eaton rename a few more build scripts for consistency
Mon, 15 May 2017 16:17:58 -0400 John W. Eaton use automake %reldir% feature
Wed, 12 Apr 2017 10:04:05 -0400 John W. Eaton improve compatibility for single index indexing (bug #50776)
Mon, 03 Apr 2017 21:12:07 -0700 Mike Miller Add test case for classdef with local functions (bug #41723)