log pytave.cc @ 384:c6e93e7dcfba

age author description
Thu, 14 Jul 2016 23:42:45 -0700 Mike Miller build: include new <octave/call-stack.h> header if available
Thu, 07 Apr 2016 14:12:09 -0700 Mike Miller Wrap custom exception initialization in a function
Wed, 06 Apr 2016 15:21:51 -0700 Mike Miller maint: remove workarounds and comments on old Octave versions
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
Tue, 05 Apr 2016 00:12:23 -0700 Mike Miller Handle errors properly with latest Octave interpreter changes
Mon, 04 Apr 2016 17:16:58 -0700 Mike Miller maint: Use Octave style for file copyright block, delete editor footer
Mon, 04 Apr 2016 15:03:36 -0700 Mike Miller Clean up includes thanks to Octave header changes
Sun, 20 Sep 2015 02:41:36 +0200 Mike Miller pytave.cc: Second attempt to make return type Python 2 or 3 compatible
Sun, 20 Sep 2015 01:41:50 +0200 Mike Miller pytave::init: Make compatible with Python 3 module initialization
Fri, 18 Sep 2015 00:00:09 -0400 Mike Miller Use the latest NumPy API
Tue, 28 Apr 2015 21:31:10 -0400 Mike Miller maint: Clean up std namespace pollution
Tue, 14 Apr 2015 07:44:24 -0400 Mike Miller Use latest Octave library API
Mon, 09 Apr 2012 21:22:32 +0200 David Grundberg Remove Numeric array support. Use numpy exclusively.
Mon, 09 Apr 2012 20:05:48 +0200 David Grundberg Undef HAVE_STAT and HAVE_FSTAT consistently through-out all files
Sat, 11 Sep 2010 18:37:08 +0200 David Grundberg Make Pytave compile against Octave 3.3+. Fix configuration bugs.
Thu, 19 Nov 2009 14:46:17 +0100 Jaroslav Hajek don't crash on out-of-memory exceptions
Sun, 20 Sep 2009 15:02:30 +0200 David Merge with lp:pytave/trunk. numpyconf
Sat, 12 Sep 2009 14:52:14 +0200 David Grundberg Configuration changes. Detect numpy in ./configure. task
Fri, 18 Sep 2009 06:14:59 +0200 Jaroslav Hajek ensure proper NumPy API init
Fri, 03 Jul 2009 13:49:19 +0200 David Grundberg Fix crashes on exit().
Wed, 01 Jul 2009 14:21:47 +0200 David Grundberg Fix lp:368487. pytave-task
Fri, 19 Jun 2009 13:51:36 +0200 Jaroslav Hajek experimental NumPy support
Mon, 08 Jun 2009 21:26:56 +0200 David Grundberg Let Octave reread changed files pytave-task
Mon, 08 Jun 2009 20:31:38 +0200 David Grundberg Merge with trunk pytave-native
Mon, 08 Jun 2009 15:35:08 +0200 Jaroslav Hajek implement deleting variables pytave-new
Mon, 08 Jun 2009 13:55:29 +0200 Jaroslav Hajek fix isvar with globals pytave-new
Mon, 08 Jun 2009 20:02:16 +0200 David Grundberg Tried to implement delitem pytave-native
Thu, 04 Jun 2009 16:35:01 +0200 David Grundberg Jaroslav's patch pytave-native
Mon, 25 May 2009 11:19:50 +0200 Jaroslav Hajek don't display Octave banner if not interactive run
Mon, 25 May 2009 10:30:11 +0200 Jaroslav Hajek implement direct variable manipulation and local scoping
Thu, 07 May 2009 08:26:51 +0200 David Grundberg Added an eval function. task
Sun, 03 May 2009 20:24:48 +0200 David Grundberg Fix compiler warnings task
Mon, 17 Nov 2008 12:10:04 +0100 David Grundberg Improved error messages from Octave. error-msgs
Thu, 23 Oct 2008 20:45:37 +0200 David Grundberg Removed interactive check (did not work properly)
Thu, 23 Oct 2008 20:28:50 +0200 David Grundberg Use octave_main() to initiate Octave pytave-task
Sat, 18 Oct 2008 12:28:00 +0200 David Grundberg License change to GPLv3 private-pytave
Fri, 17 Oct 2008 12:05:46 +0200 David Grundberg First launchpad.net check in. pytave-branch