log __py_struct_from_dict__.cc @ 411:3613ffbd52b2

age author description
Wed, 03 May 2017 16:30:45 -0700 Mike Miller Overhaul implicit conversion of arguments and return values
Tue, 02 May 2017 17:44:02 -0700 Mike Miller Add overload of py_isinstance taking a string decribing a type
Tue, 02 May 2017 10:06:14 -0700 Mike Miller Simplify conversion where existing Python object argument expected (fixes issue #67)
Sat, 29 Apr 2017 15:43:42 -0700 Mike Miller Refactor Python initialization into a common function
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
Mon, 03 Apr 2017 08:30:20 -0700 Mike Miller Fix extraction of class name for Python types without a module (fixes issue #79)
Fri, 26 Aug 2016 18:51:29 -0700 Mike Miller Fix __py_class_name__ tests to work with Python 2
Fri, 26 Aug 2016 18:51:42 -0700 Mike Miller pyobject: add conversion methods for single, intX, and uintX types
Fri, 26 Aug 2016 14:05:37 -0700 Mike Miller Report a Python object's fully qualified class name correctly
Thu, 25 Aug 2016 16:27:46 -0700 Mike Miller __py_is_none__: new compiled function to test whether an object is None
Thu, 25 Aug 2016 14:06:56 -0700 Mike Miller Do not automatically convert Python strings to Octave strings (fixes issue #65)
Thu, 25 Aug 2016 09:51:58 -0700 Mike Miller Overhaul Python object storage and wrapping in pyobject
Tue, 23 Aug 2016 18:09:17 -0700 Mike Miller pyobject.isa: New overload method to handle Python types (fixes issue #49)
Mon, 22 Aug 2016 17:33:20 -0700 Mike Miller pyobject.int64: New method to convert integer object to Octave int64
Tue, 16 Aug 2016 15:34:05 -0700 Mike Miller __py_struct_from_dict__: new private compiled conversion function