log libinterp/corefcn/mex.cc @ 31605:e88a07dec498 stable

age author description
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.
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