log Makefile.am @ 389:d4061763a56b

age author description
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
Tue, 05 Apr 2016 21:00:58 -0700 Mike Miller doc: Reformat INSTALL and README in Markdown
Tue, 05 Apr 2016 11:46:38 -0700 Mike Miller maint: Add myself to copyright notices
Tue, 05 Apr 2016 11:02:51 -0700 Mike Miller Clean up build system functionality and style
Tue, 05 Apr 2016 09:03:34 -0700 Mike Miller * Makefile.am (check-local): New target to run test scripts.
Mon, 04 Apr 2016 16:13:03 -0700 Mike Miller build: Apply silent rules to mkoctfile
Mon, 04 Apr 2016 15:59:32 -0700 Mike Miller build: Drop unused alternate build systems
Mon, 04 Apr 2016 15:30:03 -0700 Mike Miller build: Correctly include and depend on local header files
Mon, 04 Apr 2016 15:11:15 -0700 Mike Miller build: Delete oct-files on clean
Mon, 04 Apr 2016 15:03:36 -0700 Mike Miller Clean up includes thanks to Octave header changes
Sun, 20 Sep 2015 15:12:47 +0200 Mike Miller Initial implementation of py oct-file
Tue, 14 Apr 2015 07:24:50 -0400 Mike Miller build: Fix values used for OCTAVE_CPPFLAGS and OCTAVE_LIBS
Sat, 23 Oct 2010 11:59:43 +0200 David Grundberg Change build to make distribution tarball. pytave-launchpad-current
Sat, 12 Sep 2009 14:52:14 +0200 David Grundberg Configuration changes. Detect numpy in ./configure. task
Mon, 04 May 2009 19:38:17 +0200 David Grundberg Modified build configuration in the hope that it will be more stable. task
Mon, 20 Oct 2008 11:16:30 +0200 David Grundberg Makefile.am: added test/exceptions.py to extra dist. pytave-task
Fri, 17 Oct 2008 12:05:46 +0200 David Grundberg First launchpad.net check in. pytave-branch