log libinterp/octave-value/ov-str-mat.cc @ 21211:2cf8bc5c7017

age author description
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
Tue, 29 Dec 2015 12:41:03 -0800 Rik maint: Capitalize D for dimension in messages and comments.
Sat, 26 Dec 2015 18:59:45 -0800 Rik Deprecate all_strings, replace with string_vector_value.
Thu, 24 Dec 2015 12:50:28 -0500 John W. Eaton maint: invert if/else/error instances.
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Sun, 20 Dec 2015 13:26:17 -0800 Rik maint: Eliminate more useless statements after error().
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Sun, 20 Dec 2015 08:16:36 -0800 Rik maint: Eliminate more useless statements after error().
Sun, 20 Dec 2015 07:42:17 -0800 Rik maint: Eliminate useless statements after error().
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Thu, 05 Nov 2015 17:22:16 -0500 John W. Eaton new cellstr_value function and elimination of error_state
Thu, 08 Oct 2015 16:43:22 -0400 John W. Eaton new octave_value::string_value method with optional error message
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Mon, 17 Aug 2015 09:32:20 -0700 Rik maint: Fix misspelled word compatibility in code comments.
Mon, 17 Aug 2015 09:20:03 -0700 Rik maint: Rename instances of LS_ASCII to LS_TEXT for clarity.
Sat, 23 May 2015 21:46:44 -0700 Rik maint: Use cuddled parentheses when indexing dimension_vectors.
Thu, 26 Feb 2015 10:49:20 -0500 John W. Eaton avoid needing to include hdf5 in public header files (bug #44370, #43180)
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 13:43:29 -0500 John W. Eaton unconditionally disable the octave_allocator class
Fri, 24 Oct 2014 01:31:53 +0100 Carnë Draug Change charMatrix to subclass charNDArray rather than be another Array<char>.
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
Thu, 07 Nov 2013 10:21:45 -0800 Rik Fix display of char arrays in GUI Variable window.
Thu, 07 Nov 2013 00:52:48 -0500 John W. Eaton rework short_disp methods
Wed, 06 Nov 2013 11:42:35 -0800 Rik maint: Use phrase "FIXME:" for problem areas in code.
Fri, 01 Nov 2013 14:45:35 -0400 John W. Eaton display (possibly truncated) values of strings in workspace view
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sun, 06 Oct 2013 02:48:46 +0200 Markus Appel Fix loading of string arrays from 3rd party hdf5 files (bug #38789)
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/octave-value/ov-str-mat.cc@a3aef4068172