log liboctave/array/idx-vector.h @ 31204:a81fad5c9fef

age author description
Sat, 27 Aug 2022 13:41:44 +0200 Maged Rifaat idx_vector: Fix wrong length calculation (bug #62968).
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Mon, 06 Dec 2021 14:12:11 -0500 John W. Eaton use separate files for MArray, intNDArray, and range template forward decls stable
Sun, 05 Dec 2021 11:23:41 +0100 Markus Mützel Use forward declarations for octave_int<T> where possible (bug #59820). stable
Sun, 05 Dec 2021 10:52:55 +0100 Markus Mützel Provide header file for forward declaration of Sparse<T> template (bug #59820). 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
Tue, 18 May 2021 09:01:19 +0200 Markus Mützel Fix typo in b36e83cdbf05 (bug #60531).
Mon, 17 May 2021 15:26:37 -0400 John W. Eaton ensure idx_vector(int) constructor is defined (bug #60531)
Mon, 10 May 2021 23:27:38 +0200 Markus Mützel liboctave/array: Add visibility flags to functions declared in headers (bug #60567).
Wed, 28 Apr 2021 13:46:02 -0400 John W. Eaton move idx_vector classes inside octave namespace
Wed, 28 Apr 2021 12:55:19 -0400 John W. Eaton use m_ prefix for data members in idx_vector classes
Wed, 28 Apr 2021 10:23:41 -0400 John W. Eaton eliminate error flag and err_rep in idx_vector class
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
Tue, 13 Oct 2020 20:08:05 +0200 Markus Mützel maint: merge stable to default.
Tue, 13 Oct 2020 19:02:46 +0200 Markus Mützel Avoid deleting objects that live on the stack. stable
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
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
Thu, 26 Sep 2019 11:32:52 -0400 John W. Eaton consistently use octave_idx_type for reference counts
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
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
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.
Sat, 27 May 2017 09:59:32 -0700 Rik maint: Don't write '> >' for declaration of templates that use templates.
Mon, 15 May 2017 18:05:44 -0400 John W. Eaton * idx-vector.h (checkelem): Don't deprecate (yet).
Thu, 11 May 2017 17:50:49 -0400 John W. Eaton eliminate --enable-bounds-check configure option
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Mon, 24 Apr 2017 14:38:34 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Fri, 21 Apr 2017 08:35:17 -0700 Rik Use std::copy_n rather than std::copy for clarity in liboctave/array.
Sat, 15 Apr 2017 11:54:33 -0400 John W. Eaton eliminate some errors exposed by -fsanitize=undefined
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
Sat, 07 Jan 2017 13:19:46 -0500 John W. Eaton new idx_vector (F77_INT) constructor
Fri, 06 Jan 2017 18:06:31 -0500 John W. Eaton move octave_refcount inside octave namespace
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Tue, 06 Dec 2016 10:59:29 -0500 John W. Eaton use c++11 "= default" syntax for declaration of trivial destructors
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
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/
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Fri, 27 May 2016 15:19:45 -0400 John W. Eaton use forward declarations instead of including oct-inttypes.h where possible
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Fri, 01 Apr 2016 12:57:49 -0400 John W. Eaton maint: merge stable to default.
Fri, 01 Apr 2016 12:04:04 -0400 John W. Eaton avoid mulitple definitions of static function-scope vars (bug #47372) stable
Mon, 07 Mar 2016 10:46:13 -0800 Rik Fix segfault caused by clang processing of GCC noreturn attribute.
Tue, 23 Feb 2016 16:34:23 -0800 Mike Miller Fix declaration of template friend class std::unique_ptr
Fri, 19 Feb 2016 09:41:41 -0800 Rik Use std::unique_ptr to replace deprecated std::auto_ptr.
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files