log libinterp/corefcn/mex.cc @ 33617:ec2635a02328 bytecode-interpreter tip

age author description
Sat, 06 Apr 2024 17:11:35 -0400 John W. Eaton eliminate some uses of panic_* functions
Sat, 06 Apr 2024 14:38:17 -0400 John W. Eaton take adavantage of compiler warnings for unhandled enum switch cases
Mon, 25 Mar 2024 00:42:04 -0400 John W. Eaton replace calls to error_* with corresponding panic_* functions in libinterp
Sat, 17 Feb 2024 11:51:15 -0500 John W. Eaton eliminate more obsolete volatile declarations
Fri, 16 Feb 2024 14:42:54 -0500 John W. Eaton use explicit lambda-expression captures (bug #65318)
Fri, 16 Feb 2024 03:09:40 -0500 John W. Eaton Backed out changeset 489026b7257b
Thu, 15 Feb 2024 15:40:42 -0500 John W. Eaton explicitly capture '*this' by reference in lambda expressions (bug #65318)
Thu, 25 Jan 2024 20:15:37 +0100 Markus Mützel Deprecate lo_ieee_ functions that are part of C99 or C++11.
Wed, 24 Jan 2024 19:31:35 -0500 Arun Giridhar maint: Replace (void) in function declarations with () where possible
Wed, 27 Dec 2023 16:55:14 -0800 Rik maint: New method rwdata() as clearer alternative to fortran_vec().
Fri, 22 Dec 2023 12:14:08 -0500 John W. Eaton maint: merge stable to default
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Wed, 13 Dec 2023 15:48:06 -0500 John W. Eaton avoid dim_vector copies in more places where possible (bug #64962)
Tue, 12 Dec 2023 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Thu, 21 Sep 2023 15:18:31 -0400 John W. Eaton maint: merge stable to default
Thu, 21 Sep 2023 15:12:22 -0400 John W. Eaton allocate correct storage for interleaved complex mxArray objects (bug #64687) stable
Wed, 08 Mar 2023 09:28:28 -0800 Rik maint: Use "nonzero" rather than "non-zero" in code base.
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
Thu, 16 Feb 2023 14:43:18 -0500 John W. Eaton use new macros to consistently delete copy and move member functions
Tue, 14 Feb 2023 22:04:06 -0500 Arun Giridhar maint: Remove `#if 0` commented-out code from the codebase.
Thu, 12 Jan 2023 10:22:04 -0500 John W. Eaton use interpreter::feval instead of global feval function
Fri, 06 Jan 2023 17:19:16 -0500 John W. Eaton style fixes: avoid breaking lines after "(" and prefer "" over QString ("")
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Tue, 01 Nov 2022 12:19:33 +0100 Markus Mützel Array: Export constructor that is needed in different library (bug #61711).
Mon, 31 Oct 2022 19:27:17 +0100 Markus Mützel Fix sorting with NaN values on Windows with visibility flags (bug #61711).
Sat, 29 Oct 2022 17:57:56 -0700 Rik build: Silence unused function compilation warning in mex.cc (bug #63210)
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Fri, 08 Apr 2022 14:11:05 -0400 John W. Eaton move eval of anon fcn handles and built-in and mex functions to pt-eval.cc
Mon, 28 Feb 2022 14:04:03 -0500 John W. Eaton maint: Merge stable to default.
Mon, 28 Feb 2022 14:02:17 -0500 John W. Eaton use allocators for sparse mxArray -> octave_value data transfer (bug #61813) stable
Mon, 21 Feb 2022 13:26:57 -0500 John W. Eaton maint: Merge stable to default.
Mon, 21 Feb 2022 13:01:26 -0500 John W. Eaton avoid early data free in mxArray -> octave_value data transfer (bug #61813) stable
Mon, 21 Feb 2022 12:41:12 -0500 John W. Eaton don't mix operator new and free (bug #61813) stable
Mon, 21 Feb 2022 12:34:38 -0500 John W. Eaton * mex.cc: Delete obsolete comment. stable
Mon, 07 Feb 2022 21:47:53 -0800 Arun Giridhar Replace direct calls to C library assert() with Octave specialty functions in libinterp/ (bug #61753)
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 16 Dec 2021 23:06:35 +0100 Markus Mützel maint: merge stable to default.
Thu, 16 Dec 2021 22:01:14 +0100 Markus Mützel Use consistent name for OCTAVE_HAVE_STD_PMR_POLYMORPHIC_ALLOCATOR (bug #61472). stable
Wed, 15 Dec 2021 22:09:12 -0500 John W. Eaton maint: Merge stable to default.
Wed, 15 Dec 2021 22:07:32 -0500 John W. Eaton make use of <memory_resource> conditional on HAVE_STD_PMR_POLYMORPHIC_ALLOCATOR stable
Wed, 15 Dec 2021 20:26:12 -0500 John W. Eaton maint: Merge stable to default.
Sat, 04 Dec 2021 09:13:12 -0500 John W. Eaton with C++17, match malloc/free for MEX memory (bug #61472) stable
Sat, 04 Dec 2021 11:00:16 -0500 John W. Eaton maint: Merge stable to default.
Sat, 04 Dec 2021 08:34:05 -0500 John W. Eaton mex.cc: allow for tracing malloc/realloc/free calls stable
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 13:19:49 -0500 John W. Eaton maint: Merge stable to default.
Wed, 24 Nov 2021 13:15:18 -0500 John W. Eaton mxAddField: Allow keys to contain any characters (bug #61537) stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Thu, 07 Oct 2021 17:08:44 -0400 John W. Eaton attempt to limit possible const_cast damage
Fri, 01 Oct 2021 15:25:51 -0400 John W. Eaton improve efficiency of mxArray -> octave_value conversion
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.