log libinterp/octave-value/ov-str-mat.cc @ 31138:b3ca7f891750

age author description
Sun, 10 Jul 2022 18:26:24 -0700 Rik maint: use "m_" prefix for member variables in class octave_base_matrix.
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
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Wed, 18 Aug 2021 15:47:29 -0400 John W. Eaton move some load-save utilities to octave namespace
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
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Sun, 13 Sep 2020 16:05:20 -0700 Rik Add warning when multi-row char matrix is converted to string (bug #49536)
Tue, 28 Apr 2020 16:23:52 -0700 Rik Fix segfault when loading a single string from an hdf5 file (bug #58268). stable
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
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Thu, 03 Jan 2019 09:36:00 -0500 John W. Eaton pass save_as_floats by value in octave_value save_binary functions
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Wed, 16 May 2018 12:17:25 -0400 John W. Eaton eliminate some unnecessary parser includes in source files
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 07 Feb 2018 11:34:13 +0100 Kai T. Ohlhus Silence build warnings about unused parameters.
Thu, 01 Feb 2018 06:36:50 -0500 John W. Eaton new octave_value functions for formatting output
Tue, 30 Jan 2018 22:50:09 -0500 John W. Eaton allow empty strings to be edited (bug #51848)
Tue, 30 Jan 2018 17:18:01 -0500 John W. Eaton allow single character strings to be edited (bug #51848)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
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
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Fri, 16 Sep 2016 10:24:58 +0200 Julien Bect Remove unnecessary initializations in complex_value methods.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Thu, 19 May 2016 01:59:35 -0400 John W. Eaton use namespace for oct_mach_info class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Fri, 13 May 2016 09:36:14 -0400 John W. Eaton Eliminate unused variable warnings for conditionally compiled code.
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Wed, 27 Apr 2016 16:13:40 -0400 John W. Eaton eliminate some macros for operator definitions
Fri, 01 Apr 2016 14:14:11 -0700 Rik maint: Use built-in warning from errwarn.h rather than calling warning_with_id.
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Sat, 06 Feb 2016 08:48:47 -0500 John W. Eaton use "#if defined (HAVE_FOO)" instead of "#if HAVE_FOO" for feature tests
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Wed, 20 Jan 2016 21:54:36 -0800 Rik maint: Eliminate 'bool success' variable where possible.
Wed, 20 Jan 2016 16:58:59 -0800 Rik Replace pattern if/err_XXX/else/code with if/err_XXX/ code.
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Thu, 14 Jan 2016 07:02:41 -0800 Rik maint: Use "FIXME:" consistently in code base.
Thu, 31 Dec 2015 13:45:43 -0500 John W. Eaton avoid old-style cast warnings from HDF5 macros used in C++ sources