log python_to_octave.cc @ 406:16e79a1e96b8

age author description
Mon, 01 May 2017 08:41:01 -0700 Mike Miller Eliminate all remaining uses of "using namespace"
Mon, 03 Apr 2017 13:31:00 -0700 Mike Miller Delete legacy code no longer used in project
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
Mon, 22 Aug 2016 14:55:19 -0700 Mike Miller Return pyobject constructed from Python value correctly (fixes issue #66)
Thu, 11 Aug 2016 10:29:18 -0700 Colin Macdonald Rename the Octave-Python communication dict
Wed, 10 Aug 2016 15:41:05 -0700 Colin Macdonald Improve _InOctave dict handling by removing exec
Wed, 10 Aug 2016 11:34:19 -0700 Colin Macdonald Store the _InOctave dict only in main
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 13:16:35 -0700 Mike Miller Rename oct-py-util.cc from pytave_utils.cc
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 21:24:29 -0700 Mike Miller Do not automatically convert Python integer types to Octave (see issue #56)
Sat, 13 Aug 2016 19:57:49 -0700 Mike Miller Delete dead code in legacy object conversion
Sat, 13 Aug 2016 19:29:47 -0700 Mike Miller Overhaul Python string creation and extraction
Tue, 09 Aug 2016 11:27:38 -0700 Abhinav Tripathi Refactor code, have common functions in pytave_utils
Thu, 28 Jul 2016 10:55:44 -0700 Colin Macdonald Make pyobject callable by users (to convert input)
Fri, 29 Jul 2016 15:15:23 -0700 Mike Miller Merged in genuinelucifer/pytave_main (pull request #25)
Thu, 28 Jul 2016 13:50:54 -0700 Abhinav Tripathi Drop conversion of lists, dicts and tuples (fixes issues #27, #26)
Thu, 28 Jul 2016 11:50:29 -0700 Abhinav Tripathi Convert numeric value to long instead of int to avoid overflow (fixes issue #40)
Wed, 20 Jul 2016 11:12:36 -0700 Mike Miller Merged in macdonald/pytave (pull request #6)
Thu, 26 May 2016 12:48:37 -0700 genuinelucifer Change back the unrequired changes
Thu, 26 May 2016 11:35:20 -0700 genuinelucifer Change name of pyobj to pyobject
Wed, 08 Jun 2016 12:24:59 -0700 Mike Miller maint: whitespace fixes for cset 2b03585d4ddd
Sat, 04 Jun 2016 13:30:01 -0700 Abhinav Tripathi Add proper conversion of booleans between octave and python. (fixes issue #6)
Sat, 04 Jun 2016 06:05:48 -0700 Abhinav Tripathi Add conversion of python tuples to octave cell arrays.
Thu, 26 May 2016 18:24:55 -0700 Mike Miller Convert Python unicode strings into UTF-8 char arrays (fixes issue #5)
Tue, 05 Apr 2016 11:46:38 -0700 Mike Miller maint: Add myself to copyright notices
Tue, 05 Apr 2016 08:08:45 -0700 Mike Miller Use Octave coding style for C++ sources, PEP8 style for Python sources
Mon, 04 Apr 2016 22:51:54 -0700 Mike Miller Fix conversion of integer types by using strictly sized integers
Mon, 04 Apr 2016 17:54:22 -0700 Mike Miller * python_to_octave.cc: Include missing header file python_to_octave.h.