22 months ago Jaroslav Hajek use octave_map for octave_class default tip
22 months ago Jaroslav Hajek modernize some map usage on toplev.cc and error.cc
22 months ago Jaroslav Hajek make map constructors from octave_fields public
22 months ago Jaroslav Hajek merge with main repo
22 months ago Rik refcard.tex: Fix italic macro typo for stem.
22 months ago Rik stairs.m: Add additional calling forms to documentation
23 months ago Jaroslav Hajek fix saving/loading of constant ranges (bug #30289)
23 months ago Rik Fix typos in refcard (bug #30260).
23 months ago John W. Eaton eliminate code duplication in reset_default_properties methods
22 months ago Jaroslav Hajek implement map concat optimizations for [] operator
22 months ago Jaroslav Hajek fix off-by-1 dim in scalar map horzcat/vertcat
22 months ago Jaroslav Hajek use scalar map in some syscalls
22 months ago Jaroslav Hajek more bkw compatibility for octave_map
22 months ago Jaroslav Hajek optimize cellfun with uniform struct output
23 months ago Jaroslav Hajek remove redundant fwd decls of Octave_map from header files
23 months ago Jaroslav Hajek optimize horzcat/vertcat for scalars, cells and structs
23 months ago Jaroslav Hajek templated extractors for maps and cells
23 months ago Jaroslav Hajek optimize num2cell on structs
23 months ago Jaroslav Hajek more array-like methods in octave_map
23 months ago Jaroslav Hajek fix resize with structs
23 months ago Jaroslav Hajek yield compatible dims from cell2struct + more fixes. build & tests OK
23 months ago Jaroslav Hajek merge with main repo
23 months ago Jaroslav Hajek remove stray debug stub 2
23 months ago Rik Add [FILE] to octave usage string (bug #30258).
23 months ago Rik Plot commands now print usage information without errors
23 months ago Jaroslav Hajek implement cellstr extractors for char matrices
23 months ago Jaroslav Hajek remove stray debug stub from CMatrix.cc
23 months ago Jaroslav Hajek rewrite cell2struct, 1 failing test
23 months ago Jaroslav Hajek struct rewrite: 4 failures remaining
23 months ago Jaroslav Hajek important fixes for struct rewrite(1)
23 months ago Jaroslav Hajek merge with main repo
23 months ago Shai Ayal split printing between backends
23 months ago John W. Eaton eliminate trailing whitespace in ChangeLog files
23 months ago David Bateman Add the whitebg function
23 months ago David Bateman Allow set(h) to work if the handle includes color properties
23 months ago David Bateman merge because of a confliciting push to savannah
23 months ago David Bateman Add the reset built function
23 months ago Jaroslav Hajek use F77_INTEGER8_FLAG in BLAS checking as well as ALL_FFLAGS in mkoctfile
23 months ago Rik Correctly break lines > 80 characters in ChangeLog.
23 months ago Rik Clarify documentation wording. Bug #30165.
23 months ago Jaroslav Hajek fix a showstopping bug in octave_fields reference counting
23 months ago Jaroslav Hajek more octave_map compatibility
23 months ago Jaroslav Hajek add ChangeLog entries for changes
23 months ago Jaroslav Hajek fix octave_map::extract_scalar
23 months ago Jaroslav Hajek make the new interface more backward compatible
23 months ago Jaroslav Hajek initial code for structs rewrite
23 months ago Rik Fix spreadsheet style range option (bug #30183).
23 months ago David Bateman Add functionality set(handle)
23 months ago Jaroslav Hajek improve cat code design in data.cc, make horzcat/vertcat more Matlab compatible
23 months ago Jaroslav Hajek make [] (hopefully) more Matlab compatible
23 months ago Brad Froehle Fix typo in spy.m
23 months ago Jaroslav Hajek improve some MatrixType code
23 months ago Rik union.m: Remove seealso reference to deprecated function.
23 months ago Rik Periodic grammar check of documentation files to ensure common format.
23 months ago David Bateman Opps committed changeset for random generators in latest changeset that should have been in a seperate changeset. Add the ChangeLog messages for this
23 months ago David Bateman Don't special case color_property type when emitting factory default (bug #30118)
23 months ago Jaroslav Hajek workaround bug #30044 (likely in LAPACK)
23 months ago Jaroslav Hajek fix invalid sort tests
23 months ago Rik Second try at removing extra newlines from NDArrays
23 months ago Rik Remove extra newlines when displaying multi-dimensional arrays.