log liboctave/array/dim-vector.h @ 33639:65b1cf6aa60a bytecode-interpreter tip

age author description
Sun, 24 Mar 2024 18:12:34 -0400 John W. Eaton replace calls to assert with liboctave_panic functions liboctave
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:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 04 Dec 2021 08:40:07 -0500 John W. Eaton provide header file for forward declaration of Array<T> template stable
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
Thu, 05 Aug 2021 11:47:53 -0400 John W. Eaton rename dim_vector data members for clarity
Thu, 05 Aug 2021 11:43:32 -0400 John W. Eaton prefer xelem over indexing m_rep in dim_vector class
Wed, 04 Aug 2021 00:39:27 -0400 John W. Eaton simplify implementation of dim_vector class
Thu, 15 Jul 2021 16:12:24 -0400 John W. Eaton use m_prefix for data members in array classes
Mon, 10 May 2021 23:27:38 +0200 Markus Mützel liboctave/array: Add visibility flags to functions declared in headers (bug #60567).
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 11 Jan 2020 12:53:20 -0800 Rik maint: Use Octave coding conventions in liboctave/
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 Dec 2019 13:08:47 -0800 Rik Backed out changeset 2890a931e647 (bug #47469)
Mon, 04 Nov 2019 08:09:37 -0800 Rik Deprecated sizemax function (bug #47469).
Wed, 25 Sep 2019 17:57:08 -0400 John W. Eaton use std::atomic to implement refcount class
Wed, 21 Aug 2019 16:00:37 -0400 John W. Eaton define some move constructors and assignment operators
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
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 19 Jan 2018 19:59:28 -0800 Mike Miller doc: make all Doxygen comment blocks more consistent
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 22 Jun 2017 15:20:46 -0400 John W. Eaton new function to convert dim_vector to Array<octave_idx_type>
Fri, 16 Jun 2017 09:19:20 -0400 John W. Eaton use version number in OCTAVE_DEPRECATED macro
Tue, 13 Jun 2017 20:51:14 -0700 Rik maint: Deprecate is_vector and replace with isvector.
Thu, 11 May 2017 17:50:49 -0400 John W. Eaton eliminate --enable-bounds-check configure option
Thu, 27 Apr 2017 15:18:20 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Wed, 26 Apr 2017 09:57:28 -0700 Rik maint: Eliminate <cfloat.h> header from liboctave files.
Fri, 21 Apr 2017 20:26:33 -0700 Rik Use more std:: routines in liboctave/array header files.
Tue, 18 Apr 2017 11:59:24 -0700 Rik maint: Use std::copy_n and std::fill_n for dim_vectors and idx_vectors.
Thu, 13 Apr 2017 10:34:43 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Wed, 12 Apr 2017 16:55:19 -0700 Rik New xelem function for fast access to dim_vector internals.
Wed, 12 Apr 2017 10:04:05 -0400 John W. Eaton improve compatibility for single index indexing (bug #50776)
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Fri, 20 Jan 2017 00:37:03 -0500 John W. Eaton eliminate lo-macros.h
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Mon, 29 Aug 2016 11:09:25 -0700 Rik maint: Style check C++ code in liboctave/
Thu, 25 Aug 2016 06:45:15 -0400 John W. Eaton style fixes
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Thu, 11 Aug 2016 22:02:47 +0100 Carnë Draug dim_vector: fix type deduction in constructor with parameter pack (patch #9030)
Mon, 08 Aug 2016 20:46:12 +0100 Carnë Draug dim-vector.h: remove duplicated code.
Sat, 06 Aug 2016 05:18:34 +0100 Carnë Draug dim-vector: add missing, and remove unecessary, #includes.
Sat, 06 Aug 2016 04:15:07 +0100 Carnë Draug dim-vector.h (ndims): do not return a reference to the rep.
Sat, 18 Jun 2016 04:08:18 +0100 Carnë Draug dim_vector: replace 7 constructors with single variadic template (patch #9030).
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Fri, 01 Apr 2016 12:57:49 -0400 John W. Eaton maint: merge stable to default.