log src/ov-struct.cc @ 11523:fd0a3ac60b0e

age author description
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Mon, 10 Jan 2011 14:05:12 -0500 John W. Eaton struct printing changes
Fri, 31 Dec 2010 13:20:44 -0800 Rik Improve docstrings for all isXXX functions.
Mon, 13 Dec 2010 22:02:44 -0800 Rik isfield: Additional test for cellstring of field names
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Thu, 01 Jul 2010 08:51:14 +0200 Jaroslav Hajek optimize cellfun with uniform struct output
Fri, 25 Jun 2010 10:19:26 +0200 Jaroslav Hajek fix resize with structs
Fri, 25 Jun 2010 09:50:55 +0200 Jaroslav Hajek yield compatible dims from cell2struct + more fixes. build & tests OK
Fri, 25 Jun 2010 08:45:22 +0200 Jaroslav Hajek rewrite cell2struct, 1 failing test
Thu, 24 Jun 2010 12:43:35 +0200 Jaroslav Hajek important fixes for struct rewrite(1)
Thu, 24 Jun 2010 10:14:44 +0200 Jaroslav Hajek fix a showstopping bug in octave_fields reference counting
Tue, 22 Jun 2010 15:22:36 +0200 Jaroslav Hajek initial code for structs rewrite
Wed, 09 Jun 2010 15:14:31 +0200 David Grundberg Fisfield: Accept cell arrays as name argument.
Sun, 28 Feb 2010 08:19:49 +0100 Jaroslav Hajek implement IDs for common liboctave exceptions
Sat, 23 Jan 2010 21:41:03 +0100 Jaroslav Hajek merge MArray classes & improve Array interface
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Wed, 03 Feb 2010 15:27:53 -0500 John W. Eaton 64-bit fixes
Sat, 30 Jan 2010 22:35:27 +0100 Jaroslav Hajek remove deprecated list datatype
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Sun, 17 Jan 2010 13:31:42 +0100 Thorsten Meyer Update docs and add tests for container functions
Wed, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Sat, 26 Dec 2009 14:07:50 +0100 Jaroslav Hajek improve simple assignments error checks and messages
Tue, 01 Dec 2009 00:49:07 +0100 Kacper Kowalik Add HDF5-1.8 compatibility while maintaining compatibility with HDF5-1.6 versions
Sat, 28 Nov 2009 14:00:56 +0100 Kacper Kowalik Remove HDF5 cruft for older versions of HDF5
Tue, 24 Nov 2009 07:35:47 +0100 Jaroslav Hajek save dims for empty structs (binary fmt)
Mon, 23 Nov 2009 08:43:42 +0100 Jaroslav Hajek save dims for empty structs
Sun, 08 Nov 2009 21:25:46 +0100 Jaroslav Hajek implement nfields
Mon, 17 Aug 2009 13:09:12 +0200 Jaroslav Hajek partially revert e79470be3ecb
Thu, 13 Aug 2009 15:51:57 +0200 Jaroslav Hajek implement subsasgn this-arg optimization
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Tue, 02 Jun 2009 09:57:44 +0200 Jaroslav Hajek don't crash on assignments like a() = 1
Fri, 08 May 2009 15:18:22 -0400 Robert T. Short [mq]: x
Sat, 04 Apr 2009 20:00:18 +0200 Jaroslav Hajek fix nested struct assignments
Sat, 21 Mar 2009 15:52:41 -0700 Rik Cleanup of data types related documentation
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Tue, 03 Mar 2009 18:52:07 -0500 John W. Eaton preserve field order when saving structs
Thu, 05 Feb 2009 13:58:11 +0100 Jaroslav Hajek optimize scalar indexing
Sat, 24 Jan 2009 21:27:07 +0100 Jaroslav Hajek properly reshape cs-lists assigned to struct & cells
Fri, 23 Jan 2009 13:13:39 +0100 Jaroslav Hajek further indexing optimization touches
Fri, 23 Jan 2009 09:57:19 +0100 Jaroslav Hajek implement octave_value_list using Array
Thu, 22 Jan 2009 13:27:47 +0100 Jaroslav Hajek more indexing fixes
Wed, 21 Jan 2009 13:02:49 +0100 Jaroslav Hajek further improve struct&cell indexing & indexed assignment
Tue, 20 Jan 2009 21:15:17 +0100 Jaroslav Hajek improve parser indexed assigment code
Thu, 15 Jan 2009 07:22:24 +0100 Jaroslav Hajek implement non-copying contiguous range indexing
Sun, 11 Jan 2009 14:27:52 +0100 Jaroslav Hajek optimize structure components access
Wed, 29 Oct 2008 16:52:10 +0100 Jaroslav Hajek improve OCTAVE_LOCAL_BUFFER
Fri, 26 Sep 2008 11:52:01 -0400 Jaroslav Hajek make null assignment matlab compatible
Tue, 12 Aug 2008 13:20:27 -0400 John W. Eaton octave_struct::subsref: don't resize for simple x(idx) case
Wed, 26 Mar 2008 22:09:42 -0400 John W. Eaton require both subsref variants to be defined in octave_value subclasses
Fri, 21 Mar 2008 16:28:47 -0400 John W. Eaton treat structs and cells as "constants"
Fri, 07 Mar 2008 10:04:37 -0500 John W. Eaton simplify struct array printing
Fri, 08 Feb 2008 03:28:11 -0500 John W. Eaton fix struct resizing bug
Fri, 28 Dec 2007 20:56:58 +0000 jwe [project @ 2007-12-28 20:56:55 by jwe]
Mon, 22 Oct 2007 12:12:20 +0000 dbateman [project @ 2007-10-22 12:12:20 by dbateman]
Fri, 19 Oct 2007 18:24:19 +0000 jwe [project @ 2007-10-19 18:24:19 by jwe]
Mon, 15 Oct 2007 15:31:21 +0000 jwe [project @ 2007-10-15 15:30:03 by jwe]
Fri, 12 Oct 2007 21:27:37 +0000 jwe [project @ 2007-10-12 21:27:11 by jwe]
Fri, 12 Oct 2007 06:41:26 +0000 jwe [project @ 2007-10-12 06:40:56 by jwe]
Mon, 08 Oct 2007 11:06:48 +0000 jwe [project @ 2007-10-08 11:06:47 by jwe]