log liboctave/array/Array.h @ 33634:4a70f390c85e default tip @

age author description
Thu, 28 Mar 2024 15:46:11 +0100 Markus Mützel Export Array<T>::ArrayRep from shared library.
Sun, 24 Mar 2024 18:12:34 -0400 John W. Eaton replace calls to assert with liboctave_panic functions liboctave
Fri, 02 Feb 2024 17:15:09 +0100 Markus Mützel Array: Avoid implicitly instantiating template class in its declaration.
Mon, 08 Jan 2024 14:30:13 +0100 Markus Mützel Array.h: Do not export inlined function "fortran_vec".
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
Thu, 21 Dec 2023 11:22:26 -0800 Rik maint: Place class name and class keyword on one line.
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:12:14 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 09 Dec 2022 12:22:22 -0500 John W. Eaton maint: Merge stable to default.
Fri, 09 Dec 2022 12:21:14 -0500 John W. Eaton * Array.h (Array::is_shared): Declare const. stable
Thu, 08 Dec 2022 20:35:15 -0800 Rik maint: merge stable to default
Thu, 08 Dec 2022 17:56:31 -0800 Rik Stop potential invalid memory access in Array.dim3() (bug #63466) stable
Fri, 25 Nov 2022 21:38:43 -0800 Rik maint: merge stable to default
Fri, 25 Nov 2022 21:38:22 -0800 Rik maint: Strip trailing spaces and add missing EOL to all files. stable
Wed, 16 Nov 2022 06:57:14 -0500 Arun Giridhar maint: Remove more functions deprecated in Octave 7
Sun, 06 Nov 2022 18:20:04 +0100 Markus Mützel Array: Move constructor with custom allocator back to header (bug #61711).
Sat, 05 Nov 2022 19:15:13 +0100 Markus Mützel Use more specialized API flags for template classes (bug #61711).
Tue, 01 Nov 2022 12:19:33 +0100 Markus Mützel Array: Export constructor that is needed in different library (bug #61711).
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 22:01:14 +0100 Markus Mützel Use consistent name for OCTAVE_HAVE_STD_PMR_POLYMORPHIC_ALLOCATOR (bug #61472). stable
Wed, 15 Dec 2021 21:27:18 -0500 John W. Eaton fix syntax error in previous change stable
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 08:49:18 -0500 John W. Eaton allow custom allocators for the Array class stable
Sat, 04 Dec 2021 08:40:07 -0500 John W. Eaton provide header file for forward declaration of Array<T> template stable
Mon, 29 Nov 2021 10:03:47 -0800 Rik maint: style check C++ files in liboctave/ ahead of 7.1 release. stable
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
Sat, 14 Aug 2021 11:13:17 -0400 John W. Eaton rename OCTAVE_USE_DEPRECATED_FUNCTIONS macro and attempt to make it work
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
Fri, 06 Aug 2021 11:19:28 -0400 John W. Eaton tag ArrayRep copy assignment operator with =delete
Tue, 03 Aug 2021 12:34:52 -0400 John W. Eaton move some utility functions inside octave namespace
Fri, 30 Jul 2021 11:46:05 -0400 John W. Eaton prefer data over fortran_vec for read-only access to data
Thu, 15 Jul 2021 16:12:24 -0400 John W. Eaton use m_prefix for data members in array classes
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, 28 Apr 2021 13:46:02 -0400 John W. Eaton move idx_vector classes inside octave namespace
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
Thu, 07 Jan 2021 18:34:18 +0100 Markus Mützel Visibility: Forward declare template classes with visibility attributes (patch #8919).
Tue, 29 Dec 2020 16:33:56 +0100 Markus Mützel Add API tag for Array class that is exported from liboctave and liboctinterp (patch #8919).
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
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
Mon, 30 Sep 2019 11:05:42 +0200 Carlo de Falco Remove wrapper template class NoAlias<T> (bug #56752)
Wed, 25 Sep 2019 17:57:08 -0400 John W. Eaton use std::atomic to implement refcount class
Thu, 26 Sep 2019 11:32:52 -0400 John W. Eaton consistently use octave_idx_type for reference counts
Thu, 12 Sep 2019 16:55:53 +0200 Carlo de Falco Take advantage of C++11 features to simplify constructor (bug #56752).
Wed, 21 Aug 2019 16:00:37 -0400 John W. Eaton define some move constructors and assignment operators
Wed, 26 Jun 2019 15:47:03 -0400 John W. Eaton unless necessary for formatting or code, use ' instead of `
Fri, 18 Jan 2019 13:51:23 -0800 Rik maint: merge stable to default.
Thu, 17 Jan 2019 19:25:55 +0100 Markus Mützel Add static compile-time checking of printf functions in liboctave. stable
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4