log liboctave/array/Array.cc @ 21229:a83e7a384ee0

age author description
Mon, 08 Feb 2016 17:30:29 -0500 John W. Eaton create and install a subset of config.h in octave-config.h
Sat, 06 Feb 2016 06:40:13 -0800 Rik maint: indent #ifdef blocks in liboctave and src directories.
Sun, 24 Jan 2016 13:50:04 -0500 John W. Eaton consistently use "typename" intead of "class" in template declarations
Sat, 23 Jan 2016 13:52:03 -0800 Rik maint: clean up code around calls to current_liboctave_error_handler.
Thu, 21 Jan 2016 18:18:16 -0500 John W. Eaton store more --enable-FEATURE info in octave_config_info
Wed, 20 Jan 2016 16:58:59 -0800 Rik Replace pattern if/err_XXX/else/code with if/err_XXX/ code.
Wed, 20 Jan 2016 16:08:30 -0800 Rik Invert pattern if/code/else/err_XXX to if !/err_XXX/code.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Wed, 16 Dec 2015 12:09:59 +1100 Lachlan Andrew Fix assigning to trailing singletons for structs and cell (bug #39789, bug #35841)
Tue, 29 Dec 2015 12:41:03 -0800 Rik maint: Capitalize D for dimension in messages and comments.
Wed, 23 Dec 2015 21:46:39 -0800 Rik maint: Use is_empty rather than "numel () == 0" for clarity.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Fri, 24 Jul 2015 14:40:18 -0700 Lachlan Andrew Allow assignment of an empty variable to an empty indexing slice (bug #45467).
Sat, 30 May 2015 03:14:07 +0100 Carnë Draug Deprecate Array::length() and Sparse::length() in favour of ::numel().
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Sat, 23 May 2015 21:46:44 -0700 Rik maint: Use cuddled parentheses when indexing dimension_vectors.
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 10:05:42 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Thu, 11 Dec 2014 00:15:03 +0100 Kai T. Ohlhus Remove single line makro INSTANTIATE_ARRAY_SORT.
Fri, 05 Dec 2014 13:08:36 +0100 Kai T. Ohlhus replace oct-mem.h inline indirections by standard function calls.
Tue, 17 Dec 2013 09:00:34 -0800 Marco Caliari Return empty matrix rather than issuing error when requested diagonal is out of range.
Thu, 05 Dec 2013 09:48:11 -0800 Rik Tweak cset 8e056300994b defining 1 var per line in liboctave.
Wed, 04 Dec 2013 22:13:18 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctave.
Sat, 26 Oct 2013 18:57:05 -0700 Rik maint: Use GNU style coding conventions for code in liboctave/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Fri, 11 Oct 2013 23:39:54 -0400 John W. Eaton improve compatibility of null assignment (bug #31287)
Fri, 31 Aug 2012 20:00:20 -0700 Rik build: Refactor liboctave into multiple subdirectories. Move libcruft into liboctave. base liboctave/Array.cc@5062e0a85b5f