Mercurial > hg > octave-jordi
graph
-
2015 Code Sprint: remove class of function from docstring for all C++ files.Sat, 12 Dec 2015 07:40:03 -0800, by Rik
-
2015 Code Sprint: remove class of function from docstring for all m-files.Sat, 12 Dec 2015 07:31:00 -0800, by Rik
-
maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)Sat, 12 Dec 2015 10:29:10 -0500, by Mike Miller
-
2015 Code sprint: data.cc: recode instances of print_usage.Sat, 12 Dec 2015 06:56:35 -0800, by Rik
-
maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)Sat, 12 Dec 2015 09:44:37 -0500, by Mike Miller
-
codesprint: merge unwanted new headSat, 12 Dec 2015 15:38:40 +0100, by Carlo de Falco
-
codesprint: ode: first and second order interpolator for dense_outputFri, 20 Nov 2015 15:38:10 +0100, by jcorno
-
maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)Sat, 12 Dec 2015 09:32:37 -0500, by Mike Miller
-
__init_fltk__.cc:codesprint: Remove class of fcn and return after errorSat, 12 Dec 2015 15:19:13 +0100, by Andreas Weber
-
codesprint: Move odeplot.m from odepkg to coreThu, 10 Dec 2015 02:06:22 +0100, by Stefan Miereis
-
__fltk_uigetfile__.cc:codesprint: Remove class of fcn and return after errorSat, 12 Dec 2015 15:08:34 +0100, by Andreas Weber
-
maint: Periodic merge of stable to default.Fri, 11 Dec 2015 11:40:31 -0500, by John W. Eaton
-
Fix compilation of classdef with the clang compiler (bug #41178) stableFri, 21 Aug 2015 13:05:52 -0400, by akira noda
-
Added tag rc-4-0-1-1 for changeset 20b17dda0e0c stableFri, 11 Dec 2015 11:30:25 -0500, by John W. Eaton
-
maint: Bump version number for 4.0.1-rc1. stable rc-4-0-1-1Thu, 10 Dec 2015 13:47:18 -0500, by John W. Eaton
-
maint: Periodic merge of stable to default.Thu, 10 Dec 2015 12:50:06 -0800, by Rik
-
maint: Fix typo in code comments.Thu, 10 Dec 2015 12:49:30 -0800, by Rik
-
fileattrib.m: Overhaul file for greater Windows and Matlab compatibility.Wed, 09 Dec 2015 15:43:37 -0800, by Rik
-
use 'invalid' instead of 'bogus' in source filesWed, 09 Dec 2015 16:35:12 -0500, by John W. Eaton
-
Overhaul m-files in prefs directory.Wed, 09 Dec 2015 12:01:31 -0800, by Rik
-
restructure calls to errorWed, 09 Dec 2015 14:32:04 -0500, by John W. Eaton
-
eliminate return statements after calls to errorWed, 09 Dec 2015 14:18:52 -0500, by John W. Eaton
-
eliminate return statements after calls to errorWed, 09 Dec 2015 14:00:43 -0500, by John W. Eaton
-
Call octave_value_list constructor with size of list in ovl() functions.Tue, 08 Dec 2015 17:41:32 -0800, by Rik
-
Fix compilation error passing std::string through '...'.Tue, 08 Dec 2015 17:39:27 -0800, by Rik
-
Clear error/warning ID when lasterror/lastwarning called with just a message.Tue, 08 Dec 2015 09:55:51 -0800, by Rik
-
eliminate memory leaks in error functionsTue, 08 Dec 2015 16:22:54 -0500, by John W. Eaton
-
tag error and usage functions with noreturn attributeTue, 08 Dec 2015 16:34:57 -0500, by John W. Eaton
-
eliminate return statements after calls to errorTue, 08 Dec 2015 14:20:05 -0500, by John W. Eaton
-
better handling of exceptions in unwind-protect blocksTue, 08 Dec 2015 12:34:23 -0500, by John W. Eaton
-
doc: Fix incorrect description of Hessenberg decomposition (bug #46622). stableTue, 08 Dec 2015 07:49:49 -0800, by Rik
-
if error format ends with newline, suppress stack trace (bug #46608)Tue, 08 Dec 2015 01:37:04 -0500, by John W. Eaton
-
Eliminate unnecessary uses of nargin.Mon, 07 Dec 2015 22:29:12 -0800, by Rik
-
always return value from DEFUN functionsMon, 07 Dec 2015 14:29:39 -0500, by John W. Eaton
-
eliminate unnecessary uses of narginMon, 07 Dec 2015 13:54:01 -0500, by John W. Eaton
-
eliminate unnecessary uses of narginMon, 07 Dec 2015 13:26:03 -0500, by John W. Eaton
-
Use variable name nargin consistently in C++ code.Mon, 07 Dec 2015 09:32:33 -0800, by Rik
-
Use int rather than octave_idx_type for nargin data type.Mon, 07 Dec 2015 08:30:51 -0800, by Rik
-
Fix BIST tests for rows()Sun, 06 Dec 2015 08:19:29 -0800, by Rik
-
store the encoding of recent editor files in the mru listSun, 06 Dec 2015 09:35:28 +0100, by Torsten
-
maint: merge away accidental headSun, 06 Dec 2015 09:14:55 +0100, by Torsten
-
maint: Clean-up more instances of print_usage().Sat, 05 Dec 2015 15:59:22 -0800, by Rik
-
Fix BIST tests for rows.Sat, 05 Dec 2015 15:10:49 -0800, by Rik
-
Add BIST tests for rows().Fri, 04 Dec 2015 19:53:54 -0800, by Rik
-
Add more BIST tests for issorted.Fri, 04 Dec 2015 17:17:24 -0800, by Rik
-
avoid warnings from gccFri, 04 Dec 2015 16:49:33 -0500, by John W. Eaton
-
avoid build dependency issueFri, 04 Dec 2015 16:48:04 -0500, by John W. Eaton
-
eliminate return statements after calls to print_usageFri, 04 Dec 2015 15:51:30 -0500, by John W. Eaton
-
eliminate return statements after calls to print_usageFri, 04 Dec 2015 14:53:09 -0500, by John W. Eaton
-
eliminate return statements after calls to print_usageFri, 04 Dec 2015 13:16:59 -0500, by John W. Eaton
-
eliminate return statements after calls to print_usageFri, 04 Dec 2015 14:06:41 -0500, by John W. Eaton
-
eliminate return statements after calls to print_usageFri, 04 Dec 2015 12:03:44 -0500, by John W. Eaton
-
eliminate return statements after calls to print_usageThu, 03 Dec 2015 19:22:54 -0500, by John W. Eaton
-
eliminate return statements after calls to print_usageThu, 03 Dec 2015 18:33:00 -0500, by John W. Eaton
-
eliminate return statements after calls to print_usageThu, 03 Dec 2015 16:40:05 -0500, by John W. Eaton
-
eliminate return statements after calls to print_usageThu, 03 Dec 2015 15:07:01 -0500, by John W. Eaton
-
eliminate return statements after calls to print_usageThu, 03 Dec 2015 14:59:30 -0500, by John W. Eaton
-
also store encoding and tab index with last editor session (bugs #46588, #45688)Fri, 04 Dec 2015 22:05:07 +0100, by Torsten
-
Use ':' rather than ';' in error messages from bad indexing (bug #46536).Fri, 04 Dec 2015 10:03:38 -0800, by Rik
-
change alignment of dock widget titles for OSX (bug #46592)Fri, 04 Dec 2015 06:43:45 +0100, by Torsten