log Makefile.am @ 420:7864849e84c2

age author description
Thu, 04 May 2017 12:31:07 -0700 Mike Miller Eliminate some compiler warnings
Wed, 03 May 2017 21:50:37 -0700 Mike Miller build: drop build-time dependency on Boost
Wed, 03 May 2017 16:58:00 -0700 Mike Miller build: drop build-time dependency on NumPy
Wed, 03 May 2017 16:37:51 -0700 Mike Miller Drop initialization of NumPy C API, no longer used
Wed, 03 May 2017 16:30:45 -0700 Mike Miller Overhaul implicit conversion of arguments and return values
Sat, 29 Apr 2017 15:43:42 -0700 Mike Miller Refactor Python initialization into a common function
Fri, 28 Apr 2017 09:03:55 -0700 Mike Miller maint: sort uses of new header file oct-py-object.h
Thu, 13 Apr 2017 02:10:48 -0700 Abhinav Tripathi Add a wrapper for PyObject pointers (fixes issue #81)
Mon, 03 Apr 2017 12:25:03 -0700 Mike Miller build: rename internal convenience library to liboctpython.la
Mon, 03 Apr 2017 12:11:25 -0700 Mike Miller Delete and no longer build Python extension module
Mon, 03 Apr 2017 11:51:01 -0700 Mike Miller build: make distcheck pass again
Mon, 03 Apr 2017 11:25:53 -0700 Mike Miller Delete Python support files from legacy pytave project
Sun, 02 Apr 2017 16:24:02 -0700 Mike Miller build: support user selection of Octave version or prefix or both
Sun, 02 Apr 2017 11:20:53 -0700 Mike Miller Rewrite the test suite to run Octave-style built-in tests
Mon, 22 Aug 2016 17:24:13 -0700 Mike Miller build: generate PKG_ADD and PKG_DEL files from DEFUN_DLD declarations
Tue, 16 Aug 2016 15:34:05 -0700 Mike Miller __py_struct_from_dict__: new private compiled conversion function
Mon, 15 Aug 2016 15:16:24 -0700 Mike Miller Enable Python print function in evaluated expressions (fixes issue #48)
Mon, 15 Aug 2016 13:16:35 -0700 Mike Miller Rename oct-py-util.cc from pytave_utils.cc
Thu, 11 Aug 2016 16:12:35 -0700 Mike Miller Convert scalar struct into Python dict (fixes issue #57)
Tue, 09 Aug 2016 15:40:52 -0700 Mike Miller build: ensure project config.h is included properly
Tue, 09 Aug 2016 11:27:38 -0700 Abhinav Tripathi Refactor code, have common functions in pytave_utils
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
Thu, 09 Jun 2016 12:11:32 -0700 Mike Miller build: fix automake warning about variable naming conflict
Thu, 07 Apr 2016 14:51:18 -0700 Mike Miller pycall: New function to pass Octave values to a Python function
Wed, 06 Apr 2016 16:32:38 -0700 Mike Miller build: allow dist and distcheck targets to work
Wed, 06 Apr 2016 14:26:16 -0700 Mike Miller build: Output a hint about what to do next after a successful build
Wed, 06 Apr 2016 10:23:28 -0700 Mike Miller build: Allow parallel building of oct files by using an intermediate library
Thu, 10 Mar 2016 23:43:15 -0800 Colin Macdonald add pyexec and pyeval commands