log libinterp/corefcn/mex.cc @ 23586:f6c5db0a02e7

age author description
Tue, 13 Jun 2017 10:20:55 -0700 Rik maint: Deprecate is_numeric_type and replace with isnumeric.
Tue, 13 Jun 2017 09:20:08 -0700 Rik maint: Deprecate is_map and replace with isstruct.
Tue, 13 Jun 2017 08:24:42 -0700 Rik maint: Deprecate is_sparse_type and replace with issparse.
Tue, 13 Jun 2017 07:53:53 -0700 Rik maint: Deprecate is_real_type and replace with isreal.
Mon, 12 Jun 2017 21:18:23 -0700 Rik maint: Deprecate is_complex_type and replace with iscomplex.
Mon, 12 Jun 2017 17:24:08 -0700 Rik maint: Deprecate is_bool_type and replace with islogical.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Wed, 07 Jun 2017 02:13:05 -0400 John W. Eaton don't use singleton for call_stack
Tue, 16 May 2017 18:32:46 -0400 John W. Eaton modernize octave_mex_function
Tue, 16 May 2017 17:23:09 -0400 John W. Eaton use F77_INT type for integer args to Fortran MEX functions
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Fri, 28 Apr 2017 11:38:39 -0700 Rik maint: Eliminate <cfloat.h> header from libinterp files
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Thu, 27 Apr 2017 09:48:57 -0700 Rik maint: Use convention 'void * fcn ()' for functions which return pointers.
Mon, 24 Apr 2017 14:38:34 -0700 Rik maint: Use convention 'int *x' for naming pointers.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Fri, 27 Jan 2017 18:15:48 -0500 John W. Eaton move recover_from_exception and atexit functions inside octave namespace
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Mon, 16 Jan 2017 15:44:21 -0500 John W. Eaton move octave_call_stack inside octave namespace
Tue, 06 Dec 2016 12:40:45 -0500 John W. Eaton make deleted functions public
Mon, 05 Dec 2016 22:59:37 -0500 John W. Eaton use c++11 style for deleting default copy constructor and assignment operator
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Thu, 06 Oct 2016 11:55:20 -0400 John W. Eaton maint: strip tabs and trailing whitespace from C++ sources. stable
Wed, 14 Sep 2016 10:40:17 -0700 Rik Change mxGetScalar to return the first non-zero element of sparse array.
Mon, 12 Sep 2016 13:39:32 -0700 Rik Clean up MEX API prototypes to match Matlab.
Sun, 11 Sep 2016 08:20:53 -0700 Rik Change all mxIs* functions in MEX API to return bool rather than int.
Sun, 11 Sep 2016 07:58:42 -0700 Rik Add new MEX fcns mxCreateUninitNumericArray, mxCreateUninitNumericMatrix.
Sat, 10 Sep 2016 07:40:52 -0700 Rik Add new mxIsScalar function for MEX API.
Thu, 08 Sep 2016 18:50:43 -0700 Rik Add function mexEvalStringWithTrap to MEX API.
Thu, 08 Sep 2016 16:14:07 -0700 Rik Initialize MEX TrapFlag variable for Matlab compatibility.
Thu, 08 Sep 2016 16:01:33 -0700 Rik Add mexCallMATLABWithTrap to MEX API (bug #48949).
Thu, 08 Sep 2016 15:03:26 -0700 Rik Return correct status from mexCallMATLAB when mexSetTrapFlag is 1 (bug #48949).
Thu, 08 Sep 2016 14:46:12 -0700 Rik Fix double free causing segfault in mxSetDimensions (bug #49010).
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Mon, 11 Jul 2016 17:05:33 -0400 John W. Eaton move call_stack class to a separate file
Thu, 30 Jun 2016 11:41:49 -0400 John W. Eaton use consistent style for including config.h in source files
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Thu, 19 May 2016 18:48:52 -0700 Rik maint: Use two spaces after period to indicate sentence break.
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Mon, 02 May 2016 08:53:18 -0700 Rik maint: for clarity, call ndims() rather than length() on dimension vectors.
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Thu, 04 Feb 2016 00:30:42 -0500 John W. Eaton eliminate FCN_PTR_CAST macro and associated configure test
Mon, 01 Feb 2016 21:16:19 -0800 Rik maint: Replace some uses of goto in libinterp.
Fri, 29 Jan 2016 11:32:23 -0800 Rik Rename local error in mex I/F from invalid_type_error to err_invalid_type.
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Fri, 27 Nov 2015 16:00:30 -0500 John W. Eaton simplify memory management for mex files (bug #46559)
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Tue, 29 Sep 2015 12:00:11 -0700 Rik Print error, rather than aborting, if mex function mxIsFromGlobalWS is used (bug #46070).
Thu, 16 Jul 2015 14:19:47 -0400 John W. Eaton fix incompatibility in mxCreateNumericArray (bug #45319)
Mon, 15 Jun 2015 09:07:17 -0700 Rik Change mxCreateNumericArray to be Matlab compatible for ndims < 2 (bug #45319). stable