log libinterp/corefcn/mex.cc @ 30226:f3ffb4596bd8

age author description
Wed, 29 Sep 2021 16:43:08 -0400 John W. Eaton move ptr to imag data in mxArray to separate_full and separate_sparse classes
Fri, 01 Oct 2021 13:45:04 -0400 John W. Eaton refactor typed data get and set methods for mxArray objects
Wed, 29 Sep 2021 16:25:10 -0400 John W. Eaton use distinct classes for interleaved and separate numeric mxarray objects
Wed, 29 Sep 2021 15:41:21 -0400 John W. Eaton combine calls to mxArray::malloc and mxArray::calloc in wrapper function
Mon, 27 Sep 2021 16:40:26 -0400 John W. Eaton * mex.cc: Don't use _arg prefix for function argument names if possible.
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
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Fri, 04 Jan 2019 16:23:59 -0800 Rik mex.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Sun, 02 Dec 2018 17:21:09 +0100 Markus Mützel Silence compiler warning about incorrect format specifier (bug #55046).
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Mon, 08 Oct 2018 10:27:32 -0700 Rik Create scalar structs of size 1x1 with MEX interface (bug #54799).
Tue, 07 Aug 2018 22:12:50 -0700 Rik Suppress backtrace when MexErrMsgTxt message ends with newline (bug #54454).
Thu, 26 Jul 2018 16:32:12 -0700 Rik maint: Use Octave convention for spacing of C++ cast statements.
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Tue, 12 Jun 2018 10:30:56 -0400 John W. Eaton maint: Merge stable to default.
Tue, 12 Jun 2018 10:24:25 -0400 John W. Eaton allow NULL mxArray* to be returned as undefined from fcn calls (bug #54096) stable
Mon, 11 Jun 2018 13:25:40 -0400 John W. Eaton Backed out changeset 97e64c23fd07 (bug #54096) stable
Mon, 11 Jun 2018 13:07:55 -0400 John W. Eaton maint: Merge stable to default.
Mon, 11 Jun 2018 12:55:59 -0400 John W. Eaton treat NULL as [] for mxSetFieldByNumber and mxSetCell (bug #54096) stable
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Mon, 14 Aug 2017 16:11:27 -0400 John W. Eaton MEX: return undef values instead of [] for NULL mxArray ptrs (bug #51725)
Sat, 12 Aug 2017 12:33:32 -0400 John W. Eaton correctly return NULL for unknown properties in mxGetProperty (bug #51725)
Fri, 11 Aug 2017 17:26:38 -0400 John W. Eaton new mxSetProperty function for MEX API
Fri, 11 Aug 2017 11:39:40 -0700 Rik Avoid CamelCase in variables names in mxGetProperty cset (bd9e719f04cc).
Tue, 08 Aug 2017 16:25:44 -0700 Piotr Held new mxGetProperty function for MEX API