log libinterp/corefcn/mex.cc @ 30212:c27b9ba4c9bd

age author description
Mon, 27 Sep 2021 16:38:00 -0400 John W. Eaton * mex.cc: Don't use m_ prefix for function arguments and local variables.
Mon, 06 Sep 2021 13:51:03 -0700 Rik maint: use "m_" prefix for member variables in file mex.cc.
Mon, 06 Sep 2021 10:44:43 -0700 Rik maint: use "m_" prefix for member variables in class mxArray_base.
Mon, 30 Aug 2021 21:31:51 -0700 Rik maint: deprecate lo_ieee_finite and replace with lo_ieee_isfinite.
Wed, 18 Aug 2021 00:25:50 -0400 John W. Eaton move classes for graphics objects and properties inside octave namespace
Mon, 12 Jul 2021 23:28:50 -0400 John W. Eaton mxArray_octave_value::get_data: fix mutation for non-interleaved complex data
Mon, 12 Jul 2021 16:22:33 -0400 John W. Eaton allow typed mx get data functions to work without mutation in more cases
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 03 Jan 2021 14:39:31 -0500 John W. Eaton prefer unwind_action over unwind_protect in more places
Fri, 11 Dec 2020 05:15:39 -0500 John W. Eaton maint: merge stable to default.
Fri, 11 Dec 2020 05:06:07 -0500 John W. Eaton don't propagate prevailing isargout info through mexCallMATLAB (bug #59597) stable
Wed, 21 Oct 2020 15:53:32 -0700 Rik maint: Remove redundant never-executed statements following error() in libinterp/.
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Tue, 26 May 2020 23:12:04 -0400 John W. Eaton initialize m_complex in all mxArray_number constructors
Tue, 18 Feb 2020 13:16:41 -0500 John W. Eaton handle interleaved complex data and new typed data access functions for mex
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Mon, 01 Apr 2019 20:25:34 +0000 John W. Eaton eliminate direct access to call stack in mex functions
Wed, 08 May 2019 18:28:05 -0700 Rik Always reserve memory for 1-element in sparse mxArray matrices (bug #56232).
Fri, 29 Mar 2019 02:42:37 +0000 John W. Eaton use call_stack::restore_frame instead of pop where needed
Fri, 22 Feb 2019 07:34:47 +0000 John W. Eaton split classdef into multiple smaller source files