log oct-py-types.cc @ 423:6b9de18b4bdd

age author description
Thu, 04 May 2017 21:15:07 -0700 Mike Miller Eliminate remaining custom exception handling in favor of Octave errors
Thu, 04 May 2017 17:13:38 -0700 Mike Miller Raise Octave errors instead of exceptions for conversion errors
Thu, 04 May 2017 13:22:20 -0700 Mike Miller Include <Python.h> first to suppress possible redefinition warnings
Thu, 04 May 2017 12:31:07 -0700 Mike Miller Eliminate some compiler warnings
Wed, 03 May 2017 21:48:07 -0700 Mike Miller Replace all remaining Boost.Python references
Wed, 03 May 2017 16:30:45 -0700 Mike Miller Overhaul implicit conversion of arguments and return values
Tue, 02 May 2017 10:06:14 -0700 Mike Miller Simplify conversion where existing Python object argument expected (fixes issue #67)
Fri, 28 Apr 2017 16:21:39 -0700 Mike Miller Adopt pytave::python_object where objects are local or created and returned
Fri, 28 Apr 2017 14:19:49 -0700 Mike Miller maint: use C++11 nullptr rather than 0 or NULL
Fri, 28 Apr 2017 14:07:57 -0700 Mike Miller maint: indent functions declared in the pytave namespace
Fri, 28 Apr 2017 10:34:18 -0700 Mike Miller Convert empty 1-D or 2-D arrays to Python array.array (fixes issue #69)
Fri, 26 Aug 2016 18:51:42 -0700 Mike Miller pyobject: add conversion methods for single, intX, and uintX types
Thu, 25 Aug 2016 09:29:51 -0700 Mike Miller Make pytave::make_py_int functions public
Mon, 22 Aug 2016 17:27:46 -0700 Mike Miller Fix int64 value extraction from long to work on 32-bit, use Octave saturation
Wed, 17 Aug 2016 21:19:58 -0700 Mike Miller Convert Octave numeric vectors into Python array.array
Tue, 16 Aug 2016 15:29:01 -0700 Mike Miller Add a function to extract a scalar map value from a Python dict
Tue, 16 Aug 2016 12:57:07 -0700 Mike Miller Convert Octave cell array into Python tuple instead of list
Mon, 15 Aug 2016 21:52:50 -0700 Mike Miller Add functions to conversion API to extract bool, double, and complex values
Mon, 15 Aug 2016 21:53:16 -0700 Mike Miller Overhaul Python numeric type creation from Octave scalar types
Mon, 15 Aug 2016 16:14:38 -0700 Mike Miller Overhaul Python list creation from cell array
Sat, 13 Aug 2016 23:52:57 -0700 Mike Miller Automatically convert Python 2 'int' type to Octave int64 (fixes issue #56)
Sat, 13 Aug 2016 19:29:47 -0700 Mike Miller Overhaul Python string creation and extraction
Thu, 11 Aug 2016 16:12:35 -0700 Mike Miller Convert scalar struct into Python dict (fixes issue #57)