commit 561d3e99b6b99b3f62bd9767a6407ca7cb294061
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Oct 19 20:43:11 2009 -0400
Revert VERSION to 2.4.4_900 for PDL-2.4.5 pre2
This is just to check some changes made to the USE_POGL option
in perldl.conf. Now a value of undef is supported where the
configure process will try to determine if OpenGL is available
and, if so, sets USE_POGL => 1.
Basic/PDL.pm | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
commit adaf22b79107a75c30cf7c44e7e8c61f94ff0a96
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Oct 19 16:34:31 2009 -0400
Add support for USE_POGL => undef to perldl.conf
NOTE: unless WITH_3D is set to zero, it is possible that
TriD will still be built with the legacy build structure
even though it will not be using the Perl OpenGL module for
the needed graphics bindings.
Makefile.PL | 26 +++++++++++++++++++-------
1 files changed, 19 insertions(+), 7 deletions(-)
commit 46b4f7d3d4bbfdc80890f318fd650b9517f0c236
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Oct 19 10:57:40 2009 -0400
Update cygwin README, INSTALL for 2.4.5 release
cygwin/INSTALL | 50 +++++++++-----------------------------------------
cygwin/README | 10 +++++-----
2 files changed, 14 insertions(+), 46 deletions(-)
commit 580195bab6f3c8840fcf72845188633f79b51387
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Oct 19 10:50:51 2009 -0400
Update readmes and config for PDL-2.4.5 release
Now requires OpenGL-0.60 or greater. If you need to
build with a different version, edit perldl.conf
appropriately. Versions 0.59_00x should work for
most platforms.
Basic/PDL.pm | 2 +-
INSTALL | 2 +-
Known_problems | 24 +++++++---
README | 9 +++-
Release_Notes | 65 ++++++++++++++++++++++++++++
bitfont.c | 130 --------------------------------------------------------
perldl.conf | 2 +-
7 files changed, 91 insertions(+), 143 deletions(-)
commit 1c679ad9a22c82758a2f304d6a77bb93f020974f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Oct 19 09:59:06 2009 -0400
Clarify test skip messages for HDF/NDF
t/hdf_sd.t | 2 +-
t/hdf_vdata.t | 2 +-
t/hdf_vgroup.t | 2 +-
t/ndf.t | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
commit 602024e37fdf4ddadda3742ef3d3035c9a875e80
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 16 17:44:25 2009 -0400
Update Known_problems with latest fix info
Known_problems | 13 ++++++++++---
1 files changed, 10 insertions(+), 3 deletions(-)
commit e169bc6f15ea218c98c5af978fd157564826113e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 16 16:58:23 2009 -0400
Add FAQ entry on clean installs
This addresses the question/bug/feature request from SF bug #1476324
Basic/Pod/FAQ.pod | 63 +++++++++++++++++++++++++++++-----------------------
1 files changed, 35 insertions(+), 28 deletions(-)
commit 142065238c0ad8fb0522fdd454c9071fbfb88d80
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 16 16:16:11 2009 -0400
Fix qsorti(null()) crash bug (SF #2110074)
Make qsorti() return quietly when given a null() piddle input
Basic/PDL.pm | 2 +-
Basic/Ufunc/ufunc.pd | 2 ++
t/ufunc.t | 6 +++++-
3 files changed, 8 insertions(+), 2 deletions(-)
commit 91f56f01580fca19b7baf0c2969b2e331ab759e4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Thu Oct 15 11:19:42 2009 -0400
Update readme's, VERSION, and manifest for CPAN
This is likely to be the final PDL developers release
before the official PDL-2.4.5
Basic/PDL.pm | 2 +-
DEPENDENCIES | 2 +-
DEVELOPMENT | 2 +-
Known_problems | 62 +++++++++++++++++--------------------------------------
MANIFEST | 1 +
Release_Notes | 55 +++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 78 insertions(+), 46 deletions(-)
commit 8acbc61f5166537c8040b6e73c2a26a042bbdc0b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Thu Oct 15 10:21:21 2009 -0400
Turn off TriD debugging output for release
Now that the TriD code seems to be working, I'm turning
off the verbose diagnostics in preparation for the PDL-2.4.5
release.
3dtest.pl | 6 +++---
Graphics/TriD/POGL/OpenGL.pm | 4 +---
Graphics/TriD/TriD/GL.pm | 14 ++++++++------
Graphics/TriD/TriD/SimpleScaler.pm | 2 +-
line3d.pl | 4 ++--
5 files changed, 15 insertions(+), 15 deletions(-)
commit 0c12b4208905787275c8970253e28c07b7b2de1b
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Oct 14 18:24:00 2009 -0400
Adding a GLUT font example code for debugging
There have been multiple reports of GLUT failures on
linux machines with the symptom being font not found.
This is a C program that users can try to build to see
if the problem is in the bindings or in their local
FreeGLUT install. I plan to move this to utils and
put in some sort of build information.
bitfont.c | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 130 insertions(+), 0 deletions(-)
commit ea227ea812c094aabadf2e3b413bd85603f946a3
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Oct 14 18:11:45 2009 -0400
Add Stefan Evert patch to twiddle for Mac OS X
Apparently calling glutMainLoopEvent() every twiddle loop
caused resize events not to be correctly processed on Mac
OS X with Apple GLUT (not FreeGLUT). This patch only
calls glutMainLoopEvent() if there are no unprocessed
events in the fake XEvent queue. This problem and the
confusion may eventually go away if we move away from
the pseudo-X11 event processing to a native GLUT callback
framework.
Graphics/TriD/TriD/GL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit b1378933cf948006286b533c9ed4a92adcb06cf4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Oct 14 18:09:53 2009 -0400
Add clean option to IO/Browser/Makefile.PL
It was leaving Browser.* files behind. Also added those
files to .gitignore since they were left out in the original
list since PDL::IO::Browser was completely broken. It is
not robust but it does compile with cygwin and ncurses.
.gitignore | 3 +++
IO/Browser/Makefile.PL | 3 ++-
2 files changed, 5 insertions(+), 1 deletions(-)
commit eaaa13411748ffb30cc42f76373478bbedea0526
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Oct 14 10:14:53 2009 -0400
Change prompt to perl> if no PDL loaded in perldl
This will give visual feedback that there is no PDL
capabilities if PDL was not loaded. Don't know if
will help much but might reduce duration of confusion...
perldl.PL | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
commit e93558be16073549cae881e3a428f7ebccb4c009
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Tue Oct 13 11:50:16 2009 -0400
Add glutPostRedisplay to ConfigNotify
Graphics/TriD/POGL/OpenGL.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
commit 562383301c7f6ffc429e12b7e223d601bdb62372
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Mon Oct 12 18:31:29 2009 -0400
Another undef fix for display() as sub
Graphics/TriD/POGL/OpenGL.pm | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
commit 31fc6e615b8f2c88d0c7c9b45b3b858f63c8f397
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Mon Oct 12 18:23:35 2009 -0400
Fix problem with undefined window object
Graphics/TriD/POGL/OpenGL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit f3d4332165c074757eb2e7ea2b0ac70b3cd2a3ee
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Mon Oct 12 18:17:44 2009 -0400
Make sub version of display() for GLUT callbacks
See if this resolves the blank image problems for Mac GLUT
systems.
Basic/PDL.pm | 2 +-
Graphics/TriD/POGL/OpenGL.pm | 127 ++++++++++++++++++++++--------------------
Graphics/TriD/TriD/GL.pm | 5 ++
3 files changed, 73 insertions(+), 61 deletions(-)
commit b601580cfb768c9c28aa7d3a55d2f1068d1adf8b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Oct 10 17:53:03 2009 -0400
POGL_WINDOW_TYPE now sets OpenGL window type
If you have the the needed X11 bindings
in your POGL then you can use the
$PDL::Config{POGL_WINDOW_TYPE} to select
which flavor of OpenGL window is created.
The X11 interface has been preserved to
enable the use of PDL::Graphics::TriD::Tk
which provides a Tk widget interface to
PDL::Graphics::TriD. The existing widget
implementation only works for X11.
It appears that Gtk+ may actually have a
supported OpenGL widget which might make
better sense for a full featured widget set
to support.
Graphics/TriD/POGL/OpenGL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit f0733514160bd0050ae50969297eaf87a015bbd3
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Oct 10 14:45:29 2009 -0400
Update POGL_VERSION to 0.59
perldl.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 3e0f2427a4751d1dec3f05e5b87b05105e2dd113
Author: sisyphus <sisyphus1@optusnet.com.au>
Date: Thu Oct 8 16:39:00 2009 +1100
Remove 'D:/gd/gdwin32/include' from @inc_locations in IO/GD/Makefile.PL
Was a nuisance on Win32 boxes where 'D:' is the CD drive.
(Having gd in that location is very rare, anyway.)
IO/GD/Makefile.PL | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
commit 6dd6bb86661c1a84f391900148047adfdd28c36c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Oct 7 17:45:43 2009 -0400
Add browse.exe to clean for PDL::IO::Browser
IO/Browser/Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 6ded129679883ead13525027aca72a91630e0b72
Merge: 246324f... b5243ae...
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Oct 7 17:35:09 2009 -0400
Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl
commit 246324f72396ca27e48262c7d053a01a5de56f4d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Oct 7 17:19:56 2009 -0400
Update Known_problems file for 1button mouse
Known_problems | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
commit d2d5c4eb16fe2dca8e7fb1ecfc000b71a0f062a2
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Oct 7 17:16:33 2009 -0400
Partial fix to PDL::IO::Browser
Only tested with cygwin/XP. The Makefile.PL logic to determine
if curses/ncurses are present and to use them needs to be verified
and extended to support win32 (e.g. if PDcurses is installed).
There appears to be functionality relating to setting values in
the piddle being viewed. This needs to be cleaned up and
documented. As is, it can get pretty confusing. Also need
to add redraw (via Ctrl-L), and Page Up, Page Down, etc.
IO/Browser/browse.c | 47 +++++++++++++++++++++++++++++++++++++----------
1 files changed, 37 insertions(+), 10 deletions(-)
commit b5243ae84ca25c84442c484ada3d7f81107bb547
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date: Wed Oct 7 20:25:59 2009 +1100
Remove 'D:/gd/gdwin32' from @lib_locations in IO/GD/Makefile.PL
Was a nuisance on Win32 boxes where 'D:' is the CD drive.
(Having gd in that location is very rare, anyway.)
IO/GD/Makefile.PL | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
commit fb422be56311b42457b4e6374cc3b587fa19233e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Oct 5 17:13:15 2009 -0400
Add POGL_WINDOW_TYPE parameter to perldl.conf
perldl.conf | 78 ++++++++++++++++++++++++++++++----------------------------
1 files changed, 40 insertions(+), 38 deletions(-)
commit b1b22628daf752b2f6654105398975a6c9e7786d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Oct 5 17:08:50 2009 -0400
Add some MinGW cruft to .gitignore
.gitignore | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
commit 438a342222485708caf09ea869d14a14e5312314
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Oct 5 15:27:10 2009 -0400
Update $PDL::VERSION and POGL_VERSION
Prepare to push this to sf.net PDL git for wider spread testing.
Basic/PDL.pm | 2 +-
perldl.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit f0ae54dd912715686e1721b153cefde8d74a8af0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Oct 5 15:06:03 2009 -0400
Add $PDL::Config{POGL_VERSION} to the CPAN prereqs
I don't know if this will work for CPAN installs and
indexing. It depends on how things are done.
Makefile.PL | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
commit a26515d622d7d7e9c3a87d8e6c4c964bb3319757
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Oct 5 14:59:51 2009 -0400
Use POGL_VERSION in perdl.conf to use OpenGL
This allows the value of POGL_VERSION to set the requirements
for the minimum OpenGL version to support PDL+POGL TriD. It
also reduces the amount of hand editing required when the
prerequisites change.
Graphics/TriD/OpenGLQ/Makefile.PL | 2 +-
Graphics/TriD/POGL/OpenGL.pm | 7 ++++++-
Graphics/TriD/TriD/GL.pm | 11 +++++++----
Graphics/TriD/TriD/GoBoard.pm | 3 ++-
Graphics/TriD/TriD/GraphBox.pm | 3 ++-
Graphics/TriD/TriD/Labels.pm | 3 ++-
Graphics/TriD/TriD/Lines.pm | 3 ++-
Graphics/TriD/TriD/MathGraph.pm | 3 ++-
Graphics/TriD/TriD/Mesh.pm | 3 ++-
Graphics/TriD/TriD/OOGL.pm | 6 +++++-
Graphics/TriD/TriD/Surface.pm | 3 ++-
Graphics/TriD/TriD/Tk.pm | 3 ++-
Makefile.PL | 4 ++--
13 files changed, 37 insertions(+), 17 deletions(-)
commit bb9f00e4743ce8cc9d9e051eb5738d96707d5d6f
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Oct 4 23:22:16 2009 -0400
Add some default consistency check to display()
Just in case the routine is called with an inconsistent
object, print out a warning message.
Graphics/TriD/TriD/GL.pm | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
commit e6919d27f87860f711d73c2200bcea9a35ab9812
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Oct 4 22:51:44 2009 -0400
Update PDL version for develop reference
Trying to keep Basic/PDL.pm VERSION and Graphics/TriD/POGL/OpenGL.pm
VERSION values incrementing so we can tell things apart in problem
reports.
Basic/PDL.pm | 2 +-
Graphics/TriD/POGL/OpenGL.pm | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
commit 2d30a0c20f4aa9acdf1e2de0d44479daf3c09c9a
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Oct 4 22:36:14 2009 -0400
Return original verbose flag control on EH: output
Graphics/TriD/TriD/GL.pm | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
commit ef98ad783c62b5bc31646da62cf82c8e1518892b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Oct 4 21:48:43 2009 -0400
Add GLUT init stuff to new for cleaner exits
Graphics/TriD/POGL/OpenGL.pm | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
commit 88658a16daeb690363f3229bb6d79380ab0a8498
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Oct 4 21:15:49 2009 -0400
Fix problem with extra glClear() calls
This resulted in blank displays on systems with acceleration,
particularly ones without X11 at all. The origin of the problem
appears to the the fact that the display() routine being called
by the TriD graphics is not callable as a subroutine which is
what glutDisplayFunc() actually needs. This partial fix to
display just returns immediately if called with no arguments.
It is hoped that a more complete solution to the problem can
wait for a more thorough refactoring to use GLUT functionality
directly rather than mimic the X11 interface.
Graphics/TriD/TriD/GL.pm | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
commit c86a563c1d2d754f149013554fd30e02c70349cb
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Oct 4 12:37:46 2009 -0400
Add PDL_INT check for t/opengl.t
If PDL_INT is set then the GUI tests will be run. This allows
systems without X11 installed to enable the live display tests.
t/opengl.t | 36 +++++++++++++++---------------------
1 files changed, 15 insertions(+), 21 deletions(-)
commit aadda99de64a01222cf395587cf3132dfa1448f8
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Oct 4 11:52:14 2009 -0400
Fix t/flexraw.t to skip compress tests on MSWin32
The current t/flexraw.t has a test for the compress code in
readflex but does not check that it can actually has compress
or gzip with which to create the test data file. This adds
a check for MSWin32 to skip the test if needed.
t/flexraw.t | 60 ++++++++++++++++++++++++++++++++--------------------------
1 files changed, 33 insertions(+), 27 deletions(-)
commit ba049f7b779d792f40a64d272a68517df7200037
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Oct 4 10:14:56 2009 -0400
Fix default TriD device to GL
With the new PDL+POGL TriD, GL works everywhere. Still need to
fix the VRML output driver so we can do cool stuff with web browsers...
Graphics/TriD/TriD.pm | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
commit e9ca29dac2228f5237ef7e4ade2f2afdae933da1
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Oct 4 09:12:17 2009 -0400
Put Filter::Util::Call in DEPENDENCIES
The distribution is Filter, the module is Filter::Util::Call
I hope using the exact module will be clearer here.
Basic/PDL.pm | 2 +-
DEPENDENCIES | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit 4ffdeb3943938bc46e2ad0865469d980e74f95d5
Author: C.Soeller <c.soeller _at_ auckland_dot_ ac _dot_ nz>
Date: Sun Oct 4 11:13:21 2009 +1300
Change PP typemap finding code again, ensure Makefile.PL honours USE_POGL setting
The new PP typemap finding logic was broken. Realised this on OS X after upgrading MakeMaker, which installs the new MakeMaker in an update directory. There is no 'typemap' file in that update dir, BOOM... PP falls flat on its face. The latest attempt is based on what I found in MM_Unix.pm, although way less general in terms of checking for special cases. If this does not work portably, we should consult a site like Perl Monks or similar and split this code out.
The Open_GL test in toplevel Makefile.PL did not honour the USE_POGL config setting. I thought it should.
Basic/Gen/PP.pm | 26 ++++++++------------------
Makefile.PL | 10 ++++++----
2 files changed, 14 insertions(+), 22 deletions(-)
commit a89aab943aa9929acf66fe6b9833fc6a023e6165
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Oct 3 13:13:14 2009 -0400
More README/doc cleanups prep for 2.4.5 release
Basic/Pod/FAQ.pod | 392 ++++++++++++++++++++++++++++-------------------------
DEPENDENCIES | 13 +-
Known_problems | 53 +++++---
Release_Notes | 11 +-
cygwin/INSTALL | 2 +-
cygwin/README | 10 +-
6 files changed, 262 insertions(+), 219 deletions(-)
commit ac016b5d4fd855724b7fa1e12755181895d7c8f8
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Oct 3 11:56:50 2009 -0400
Update perldl VERSION to 1.351 from 1.35 for CPAN
No major changes, just some docs tweaked, but this will help
people keep track of which PDL release they are using from the
interactive shell.
perldl.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit fad22b96cf566a6639d50a1088861395e7a6980e
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Oct 3 10:35:11 2009 -0400
Change prototype of StructureNotifyMask
The definition of StructureNotifyMask in Graphics/TriD/POGL/OpenGL.pm
was inconsitent with the usage in OpenGL. This makes them the same.
Eventually, we need a cleanup pass for these constants rather than
overriding them in PDL::Graphics::OpenGL::Perl::OpenGL.
Basic/PDL.pm | 2 +-
Graphics/TriD/POGL/OpenGL.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
commit 6641895f72fa1b98dde8359eb49c3ba54478c970
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Fri Oct 2 21:00:13 2009 -0400
Update MANIFEST and Release_Notes for CPAN
MANIFEST | 1 +
Release_Notes | 5 +++++
2 files changed, 6 insertions(+), 0 deletions(-)
commit 7b52e162bb8408f8df5f84b1902851341d8287f3
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Fri Oct 2 20:56:11 2009 -0400
VERSION to 2.4.4_13 for a CPAN developers release
Also updated Known_problems and Release_Notes. The purpose
of this releas is to make the latest git available via CPAN
for more general testing.
Basic/PDL.pm | 2 +-
Known_problems | 6 ++++++
Release_Notes | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 56 insertions(+), 1 deletions(-)
commit e0cf2d1917bb9482264b883410ebaf97d9007689
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 2 17:57:39 2009 -0400
Update VERSION to 2.4.4_122 for git push
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit f5c68cca0528669a896c9a6054269c87d31c1a90
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 2 17:49:42 2009 -0400
Add a default glutDisplayFunc()
This makes no difference on cygwin but maybe it will help with
the Mac OS X hang. Also some minor code cleanup in GL.pm
Graphics/TriD/POGL/OpenGL.pm | 29 +++++++++++++++--------------
Graphics/TriD/TriD/GL.pm | 14 ++++++++------
2 files changed, 23 insertions(+), 20 deletions(-)
commit 53fda0cae73727da96e93a438217831b84e69125
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 2 15:40:01 2009 -0400
Fix error msg in Makefile.PL POGL version check
Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit ba70542ff5fd81bab61edbeb3e104ff71cfadab0
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 2 15:29:37 2009 -0400
Fix typo in perldl.conf for POGL_VERSION
Was missing a comma!
perldl.conf | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 1ee68d6bc728c8e1735d62e567117c3554667374
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 2 15:24:32 2009 -0400
Add POGL_VERSION option to perldl.conf
This will be used to automate the correct use OpenGL version strings
for TriD compatibility with POGL.
perldl.conf | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
commit cedbc8e20495e091e491ddac89cb9d4c43e1c9e6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 2 15:20:08 2009 -0400
Make OpenGL 0.58_007 the required version
git releasees pushed to the general repository for
testing have their versions incremented and PDL
has the associated POGL version updated if needed.
It is hoped that this will avoid the problem of
failures due to mismatch between PDL+POGL modules
being tested.
Graphics/TriD/OpenGLQ/Makefile.PL | 2 +-
Graphics/TriD/POGL/OpenGL.pm | 2 +-
Graphics/TriD/TriD/GL.pm | 8 ++++----
Graphics/TriD/TriD/GoBoard.pm | 2 +-
Graphics/TriD/TriD/GraphBox.pm | 2 +-
Graphics/TriD/TriD/Labels.pm | 2 +-
Graphics/TriD/TriD/Lines.pm | 2 +-
Graphics/TriD/TriD/MathGraph.pm | 2 +-
Graphics/TriD/TriD/Mesh.pm | 2 +-
Graphics/TriD/TriD/Surface.pm | 2 +-
Graphics/TriD/TriD/Tk.pm | 2 +-
Makefile.PL | 2 +-
Release_Notes | 29 +++++++++++++++++++++++------
t/opengl.t | 4 ++--
14 files changed, 40 insertions(+), 23 deletions(-)
commit 96eaffbc596fc0764e4fdce913c4caae1ce7ffd9
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 2 13:49:46 2009 -0400
Change VERSION to 2.4.4_121 for git devel
Having confusion between git pushes being tested by other
users. Will change VERSION numbers to hundreds and increment
for each push for testing to PDL git.
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit f5185c95f40255ac83e116f33dff972220156aa7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 2 13:48:29 2009 -0400
Undo "Update version to 2.4.4_12_1 for development"
This reverts commit 591a9cca7904515e65dc7d36f0a904a12ccb0fbc.
Two underscores is not allowed
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 66a117f64eabcabd9316d7471626a6ff9c6fb751
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 2 12:50:39 2009 -0400
Apply Stefan Evert's Mac OS X patch for PP typmaps
Still having issues with typemap finding on some
platforms. Need to have some cross checks here...
Basic/Gen/PP.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
commit 591a9cca7904515e65dc7d36f0a904a12ccb0fbc
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Oct 2 12:48:34 2009 -0400
Update version to 2.4.4_12_1 for development
With the rapid releases, we need a unique identifier for
each git push to try. See if adding one more digit rather
than git works. The plan is to update the last digit for
each push to sf.net so there is a version "paper trail"
for reference and debugging.
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 12bd6606984e327377ffd7b63c0ac4da66b92ec9
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Thu Oct 1 22:50:17 2009 -0400
Edit to OpenGL::glutMainLoopEvent POGL/OpenGL.pm
Fixed an unadorned glutMainLoopEvent() in PDL::Graphics::TriD::POGL/OpenGL.pm
by adding explicit OpenGL:: specifier. Don't know if this will help the
hang problem seen in Mac OS X testing---but at least is now consistent.
Graphics/TriD/POGL/OpenGL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 784e320e4d82d6d3ba28a8cbcf879a94e163b9b4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Thu Oct 1 17:05:40 2009 -0400
Add better error handling for missing X11 fonts
There was a mysterious failure when the X font used for PDL
axis labels did not exist. This adds an eval {} to catch the
failure and a diagnostic message that suggests how to fix the
problem.
N.B. The new TriD immplementation with GLUT does not have
this problem.
Graphics/TriD/TriD/GL.pm | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
commit 58d35d3a38db67412b5dd65e8b97c85a01e9fcb4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Thu Oct 1 15:33:47 2009 -0400
Update README type files for coming releases.
DEPENDENCIES | 2 +-
INSTALL | 2 +-
Known_problems | 13 +++----------
README | 16 ++++++++--------
Release_Notes | 32 ++++++++++++++++++++++++++++++++
5 files changed, 45 insertions(+), 20 deletions(-)
commit a91bd84be17a692a121e50fff77a4871a06bc5fa
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Thu Oct 1 07:30:36 2009 -0400
Make fake XEvent parameters match existing protos
This quiets some warning for folk with GLX and X11 but using
the GLUT inteface code. Should not affect other platforms.
Graphics/TriD/POGL/OpenGL.pm | 54 +++++++++++++++++++++---------------------
1 files changed, 27 insertions(+), 27 deletions(-)
commit cce93c61ea25f6c755101c4e9fba3fc53e758968
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Wed Sep 30 20:33:45 2009 -0400
Add unless OpenGL::done_glutInit to new
This prevents illegal glutInit() re-initialization attempt.
NOTE: this is why a "safe" glutInit() and other GLUT functions
are on the TODO list. While it may be ok from C, it is a pain
to have the perl process die as a result of calling glutInit()
twice.
Graphics/TriD/POGL/OpenGL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit fb5e6d05fe4c03262e69f03c9325679fd074dab8
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Wed Sep 30 20:27:34 2009 -0400
Adding ButtonMotionMask and PointerMotionMask
More #defines from X11 needed for the fake XEvent processing.
Graphics/TriD/POGL/OpenGL.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
commit b9de52cc269c8cb2bd9fd8ff664630bdbc8e0e27
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 30 19:15:21 2009 -0400
Add KeyPress* and KeyRelease* to GLUT defines
Graphics/TriD/POGL/OpenGL.pm | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
commit cab38844095e7f0ddbb2c17772ffded2d58e80b4
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 30 18:01:30 2009 -0400
Fix missing GLUT_DEPTH option on GLUT windows
This resolved the visual artifacts for PDL+POGL and GLUT!
Graphics/TriD/POGL/OpenGL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 50c8136b2972bc42f4c4f7548c312e3b2d130b2a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 30 17:40:11 2009 -0400
Fix missing GLX and X11 constanst for GLUT
Need to define various GLX and X11 constants, even if X11 and
GLX are not being used in order to create the fake XEvent queue.
Added a few I missed and defined in OpenGL rather than
PDL::Graphics::OpenGL::Perl::OpenGL.
Graphics/TriD/POGL/OpenGL.pm | 36 +++++++++++++++++++++---------------
1 files changed, 21 insertions(+), 15 deletions(-)
commit 84e91525afb9f06dd6d949f00afd095a99a785eb
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 30 15:55:28 2009 -0400
Finished fake XEvent stuff for GLUT
Using cygwin and FreeGLUT with USE_POGL the perldl 3d and 3d2
now "work" in the sense of the basic keyboard controls and
mouse operations. The rendering appears out of order for the
complex scenes using hold3d so some debugging is needed there.
win32+freeglut should work
macos+glut should work provided one edits the code replacing
calls to glutMainLoopEvent() by glutCheckLoop(), and calls to
glutCloseFunc() by glutWMCloseFunc().
Graphics/TriD/POGL/OpenGL.pm | 38 ++++++++++++++++++++++++++++++++------
Graphics/TriD/TriD/GL.pm | 3 ++-
2 files changed, 34 insertions(+), 7 deletions(-)
commit c3ad8066292f7acf36e081ccc44d0cacc743e035
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 30 11:47:34 2009 -0400
Fixed 'x11' window type with USE_POGL
Had GLUT window support in but need to debug the XEvent
packet types for mouse motion and button presses to complete
the fake XEvent emulation. This fixes the new code to work
with the 'x11' window type which had been broken by the new
GLUT functionality. Also added another diagnostic test
program line3d.pl.
3dtest.pl | 2 +-
Graphics/TriD/POGL/OpenGL.pm | 10 ++++++----
Graphics/TriD/TriD/GL.pm | 35 +++++++++++++++++++++++++----------
line3d.pl | 19 +++++++++++++++++++
4 files changed, 51 insertions(+), 15 deletions(-)
commit 461eb0418856ba32c0a212d826962f64526d9efc
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue Sep 29 23:16:32 2009 -0400
Add Keyboard events and mouse/motion events
This adds the rest of the GLUT callbacks required to implement
a fake XEvent processing stream for TriD window control. The
hooks are there, now need to figure out what the actual events
being simulated should look like and do that. The last step
will be to clean out any remaining GLX items and verify correct
operation.
Graphics/TriD/POGL/OpenGL.pm | 44 +++++++++++++++++++++++++++++++++++------
1 files changed, 37 insertions(+), 7 deletions(-)
commit 558ee2b0654c0947dcf1db564b82f2cc4733707c
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue Sep 29 23:13:52 2009 -0400
Changed glutPrintString to glutBitmapString
This fixes a minor confusion between the names of glpPrintString()
and glutBitmapString() which do pretty much the same thing but the
names are not symmetric. Now Labels on TriD work with GLUT.
Graphics/TriD/TriD/GL.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit c4f424eef02739652a94190d01d95a2c8c0e4d8e
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Tue Sep 29 18:37:08 2009 -0400
Added ConfigureNotify and CloseWindow to GLUT
The implementation of the TriD refactoring to use
POGL OpenGL is complete. This commits the fake XEvent
queue handling for resize events and clicking on the
window close widget (X in top right on windows).
Graphics/TriD/POGL/OpenGL.pm | 45 +++++++++++++++++++++++++++++++++++++----
1 files changed, 40 insertions(+), 5 deletions(-)
commit 9c0431ce27ecffa6fdc4d86feeb33d7cfc233315
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date: Tue Sep 29 16:26:59 2009 +1000
Win32-specific fix to linking specs in Graphics/TriD/OpenGLQ/Makefile.PL
Because the linking info for Win32 is containedin
'LDFROM', instead of the usual 'LIBS' we need to
insert the following:
if($^O eq 'MSWin32') {
$hash{LDFROM} .= ' '. $OpenGL::Config->{LDFROM};
$hash{LDFROM} =~ s/\-lfreeglut//g;
}
(The freeglut import library won't be locatable,
so therefore '-lfreeglut' needs to be removed.)
Graphics/TriD/OpenGLQ/Makefile.PL | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
commit 720a15db7cf2ed7cdf62d8e6587d5bb8d711f385
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Sep 28 16:49:10 2009 -0400
Added GLUT support to OO window creation
Partial work towards implementing a fake XEvent queue
for the twiddle loop handling. Still need callback
support for the queue.
Graphics/TriD/POGL/OpenGL.pm | 26 +++++++++++++++++++-------
Graphics/TriD/TriD/GL.pm | 27 +++++++++++++++++++++------
2 files changed, 40 insertions(+), 13 deletions(-)
commit 07c47775e2091b53854a07283769da1e4c42abb1
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Sep 26 18:15:13 2009 -0400
Set version to 2.4.4_12git for development
Getting ready for a quick PDL-2.4.4_12 release if the build logic
fix checks out...
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit ee8f439de83fda38b6ab41400362cd30e5a85109
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Sep 26 18:12:51 2009 -0400
Enable TriD builds when USE_POGL is enabled
Otherwise, the TriD never gets built even though the OpenGL part
using POGL is. Also change the WITH_3D default to undef for
Mac OS X and win32.
Graphics/Makefile.PL | 3 +++
perldl.conf | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
commit 43897e6eeeac4d458a2b60e8642b513be05a89ee
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Sep 25 16:54:16 2009 -0400
Add support for 3d window types
Need to support x11 and glut window types to enable consistent
use of the correct event/callback framework for GUI operations.
This adds a 3d_window_type field in the OO object returned.
The 3 possible values are pdl-legacy-x11, x11, and glut.
Graphics/TriD/OpenGL/opengl.pd | 6 ++++--
Graphics/TriD/POGL/OpenGL.pm | 40 +++++++++++++++++++++++++++++-----------
2 files changed, 33 insertions(+), 13 deletions(-)
commit 4e3c0b22ee2f56fa38420eb607cdd202a67846ab
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Sep 25 14:13:01 2009 -0400
Check for POGL with USE_POGL and fix opengl.t
Now Makefile.PL will explicitly exit if an appropriate
version of POGL is not available when the USE_POGL option
is set. Also cleaned up t/opengl.t to work with and
without USE_POGL set.
Makefile.PL | 7 ++++
t/opengl.t | 95 ++++++++++++++++++-----------------------------------------
2 files changed, 36 insertions(+), 66 deletions(-)
commit 76d5b7925489363ca453cdbb876b029287f8e8ad
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Thu Sep 24 23:55:23 2009 -0400
VERSION to 2.4.4_11git for development
The next stage of TriD refactoring is to change the window/context
creation from X11+GLX to the corresponding GLUT routines. XEvent
processing also needs to be replaced with callbacks for GLUT. The
tricky part about the whole thing is maintaining the X11+GLX
capability to support Tk OpenGL widgets. I hope to figure out
a way to work with the GLUT windows directly rather than maintaining
X11+GLX. TBD. Maybe the Perl/Tk authors have some ideas...
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 3d5c7f4c7554b2efca08229f591f335ec7a45164
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Thu Sep 24 23:53:04 2009 -0400
Minor POGL support modifications
Added comment to 3dtest.pl identifying it as a test program.
Wording cleanup and cruft removal in Graphic/TriD/POGL files.
3dtest.pl | 3 +++
Graphics/TriD/POGL/MANIFEST | 2 --
Graphics/TriD/POGL/OpenGL.pm | 7 +++----
Graphics/TriD/POGL/README | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
commit 5f6a1190c91478b74dae7e54e6957d7f7f4babaa
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Thu Sep 24 20:37:56 2009 -0400
Fix perldl.conf defaults and VERSION to 2.4.4_10
Need another developers release with the expected defaults
in perldl.conf for better test coverage.
Basic/PDL.pm | 2 +-
perldl.conf | 14 +++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
commit d0fa53907dbd0317dd99d4c2888fabd36487aa6d
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Wed Sep 23 22:22:04 2009 -0400
Set VERSION to 2.4.4_09 and prep for CPAN release
This is the first CPAN release offering the option of using
the new POGL code for TriD and USE_POGL is enabled by default
for testing coverage.
Basic/PDL.pm | 2 +-
Known_problems | 4 ++--
MANIFEST | 7 +++++++
Release_Notes | 5 +++++
perldl.conf | 4 ++--
5 files changed, 17 insertions(+), 5 deletions(-)
commit 3e8cccf159c866a45c5e17857d5fc85ec8d33bfa
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 23 20:56:30 2009 -0400
Merge in use of POGL for basic TriD functions
These changes allow one to toggle between the legacy TriD
PP OpenGL bindings and the OpenGL module bindings (a.k.a. POGL)
by setting the USE_POGL option appropriately in perldl.conf.
After some testing of the new code on various platforms, the
final stage of the refactoring is to replace the X11 + GLX
event and window code with GLUT based code.
Graphics/TriD/POGL/Makefile.PL | 3 +-
Graphics/TriD/POGL/t/00-load.t | 2 -
Graphics/TriD/TriD/GL.pm | 95 ++++++++++++++++++++++++++------------
Graphics/TriD/TriD/GoBoard.pm | 13 ++++-
Graphics/TriD/TriD/GraphBox.pm | 13 ++++-
Graphics/TriD/TriD/Labels.pm | 14 +++++-
Graphics/TriD/TriD/Lines.pm | 13 ++++-
Graphics/TriD/TriD/MathGraph.pm | 12 ++++-
Graphics/TriD/TriD/Mesh.pm | 13 ++++-
Graphics/TriD/TriD/Surface.pm | 13 ++++-
Graphics/TriD/TriD/Tk.pm | 13 ++++-
11 files changed, 146 insertions(+), 58 deletions(-)
commit f8408074f5be3beed09ed4b49d43be79f67c1591
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 23 16:51:26 2009 -0400
Adding USE_POGL handling to TriD build
Graphics/TriD/Makefile.PL | 82 ++++++++++++++++++++---------------
Graphics/TriD/OpenGL/examples/clip | 4 +-
Graphics/TriD/OpenGLQ/Makefile.PL | 29 +++++++-----
Graphics/TriD/POGL/t/boilerplate.t | 48 ---------------------
Graphics/TriD/POGL/t/pod.t | 12 -----
perldl.conf | 8 ++--
6 files changed, 69 insertions(+), 114 deletions(-)
commit 1f9a74d944f8fcf09e3d8bbf5f87133bf1d0867b
Merge: 5fedb91... 2e3fcf6...
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 23 16:44:00 2009 -0400
Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl
commit 2e3fcf6d5b26d44016aa906cc1ab25de52fd7043
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Wed Sep 23 16:36:20 2009 -0400
Fix Minuit fortan URL in DEPENDENCIES
DEPENDENCIES | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 5fedb919b3b95e42b0acb39b62df45d25693a3e0
Merge: dd01556... 7677f77...
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 23 16:10:48 2009 -0400
Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl
commit 7677f77a4ddf5ef3575bba672b50b00a8ce74142
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Wed Sep 23 16:07:08 2009 -0400
Added Minuit lib info to DEPENDENCIES
This is one of the two external library bindings in PDL that use
a fortran compiler.
DEPENDENCIES | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
commit dd01556cd99467dba79c1c4f24456e2e8dd91627
Merge: 9b6b1f9... 3084dba...
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 23 14:27:36 2009 -0400
Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl
commit 3084dba190b2392e29b5adbd0bbcd40085d7618b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Wed Sep 23 14:26:42 2009 -0400
Make OpenGL a prerequisit for testing
Makefile.PL | 13 +++++++------
Release_Notes | 2 +-
perldl.conf | 3 ++-
3 files changed, 10 insertions(+), 8 deletions(-)
commit 9b6b1f9d1f4a2880ab179e430211af2856f71dab
Merge: 205d5b9... 6743108...
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 23 14:24:21 2009 -0400
Merge branch 'pogl-merge' into pdl and check
This is a preliminary fold in of pogl-merge work into
the main pdl branch for testing.
Conflicts:
Release_Notes
perldl.conf
commit 205d5b9445fe3c4bab0d0863614b72cfbf65aca2
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue Sep 22 16:59:59 2009 -0400
Add 3dtest.pl as simple imagrgb() test program
3dtest.pl | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
commit 8cf19024667c67ed263b64cff669c65b4c85eff2
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue Sep 22 16:55:25 2009 -0400
Start folding POGL changes into PDL master branch
Now have OpenGL-0.58_004 as a prerequisite. A new USE_POGL
option is in the perldl.conf file. I expect that the next
few releases may be destabilized over the previous bugfix type
developers releases.
DEPENDENCIES | 6 ++++--
Makefile.PL | 7 ++++---
Release_Notes | 20 ++++++++++++++++++++
perldl.conf | 10 ++++++++--
4 files changed, 36 insertions(+), 7 deletions(-)
commit 6743108ed374e3c221975fc5c94fd2b0b2e53a39
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Tue Sep 22 16:29:05 2009 -0400
Some changes from the master branch
Basic/Gen/PP.pm | 19 ++++++++++++++++++-
Basic/Pod/FAQ.pod | 4 ++--
DEPENDENCIES | 2 +-
3 files changed, 21 insertions(+), 4 deletions(-)
commit 94598b90937447ea419090da587af86e34c1d171
Author: C.Soeller <c.soeller _at_ auckland_dot_ ac _dot_ nz>
Date: Fri Sep 18 13:06:20 2009 +1200
New approach to find typemap
Tries to locate the ExtUtils folder and looks for typemap in there. Warns if no typemap found.
This needs testing on many platforms
Basic/Gen/PP.pm | 19 ++++++++++++++++++-
1 files changed, 18 insertions(+), 1 deletions(-)
commit 249e65dd9d0b2beb7df1bb52ca5692ae2d51af61
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Thu Sep 17 17:03:40 2009 -0400
OpenGL now replaces PDL::Graphics::OpenGL!
With a bit of hardwiring, this version of PDL builds on
cygwin using the POGL module rather than the internal PP
one (PDL::Graphics::OpenGL). All the 3d demos run and
the Tk3d does as well although it crashes the cygwin X
server. Need to check on additional platforms.... The
3dtest.pl in the top directory is a simple imagrgb test
program for debugging.
3dtest.pl | 15 +++++++++++++++
Graphics/TriD/POGL/OpenGL.pm | 2 +-
Graphics/TriD/TriD/GL.pm | 19 ++++++++++---------
Graphics/TriD/TriD/Tk.pm | 2 +-
4 files changed, 27 insertions(+), 11 deletions(-)
commit 58ae1222538a80607eaf37ce44ab4152e634ed15
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Tue Sep 15 17:58:25 2009 -0400
COB 15-Sep-2009 on POGL integration to TriD
This is the stopping point for the day. So far things
are working as far as not bombing out immediately. Still
have not been able to create a basic PDL::Graphics::OpenGL::OO
object from TriD. Debugging continues...
Graphics/TriD/OpenGL/examples/clip | 4 +-
Graphics/TriD/POGL/OpenGL.pm | 178 +++++++++++++++++++++++++++++++++++-
Graphics/TriD/TriD/GL.pm | 163 +++++++++++++++++----------------
Graphics/TriD/TriD/GoBoard.pm | 4 +-
Graphics/TriD/TriD/GraphBox.pm | 4 +-
Graphics/TriD/TriD/Labels.pm | 4 +-
Graphics/TriD/TriD/Lines.pm | 4 +-
Graphics/TriD/TriD/MathGraph.pm | 5 +-
Graphics/TriD/TriD/Mesh.pm | 7 +-
Graphics/TriD/TriD/OOGL.pm | 4 +-
Graphics/TriD/TriD/Surface.pm | 4 +-
Graphics/TriD/TriD/Tk.pm | 4 +-
12 files changed, 295 insertions(+), 90 deletions(-)
commit 708efe08694f2d39519987a010e8e390595bddeb
Author: Derek Lamb <lambd@users.sourceforge.net>
Date: Tue Sep 15 15:06:11 2009 -0400
Update git commands in FAQ
SF now allows more than one git repo per project.
Basic/Pod/FAQ.pod | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit 02f1b1c686b4e04c65ba663c87d446b8ff910380
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Tue Sep 15 11:14:39 2009 -0400
Don't need POD coverage check for POGL stuff
Graphics/TriD/POGL/t/pod-coverage.t | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
commit fb446b4a459e43887c71806c6b567345b76feb54
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Tue Sep 15 10:59:30 2009 -0400
Fix PDL::Graphics::OpenGL::Perl::OpenGL POC info
Graphics/TriD/POGL/Makefile.PL | 2 +-
Graphics/TriD/POGL/OpenGL.pm | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
commit 3c2cfba147166ba3d19aece91f89a6cc43d0f77f
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Tue Sep 15 10:50:09 2009 -0400
Created stub Graphics/TriD/POGL dir
Started with the module-starter output for
PDL::Graphics::OpenGL::Perl::OpenGL . The
next step is to integrate the build into the
existing TriD build process.
Graphics/TriD/POGL/MANIFEST | 8 +++
Graphics/TriD/POGL/Makefile.PL | 1 +
Graphics/TriD/POGL/OpenGL.pm | 92 +++++++++++++++++++++++++++++++++++
Graphics/TriD/POGL/README | 40 +++++++++++++++
Graphics/TriD/POGL/ignore.txt | 10 ++++
Graphics/TriD/POGL/t/00-load.t | 9 +++
Graphics/TriD/POGL/t/boilerplate.t | 48 ++++++++++++++++++
Graphics/TriD/POGL/t/pod-coverage.t | 18 +++++++
Graphics/TriD/POGL/t/pod.t | 12 +++++
9 files changed, 238 insertions(+), 0 deletions(-)
commit 8b4cc98710428c19d4640e032cd74b400a30feb6
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Sep 14 17:41:13 2009 -0400
Start PDL/Graphics/TriD/POGL build stuff
Created PDL/Graphics/TriD/POGL as the in-tree build directory
for PDL::Graphics::OpenGL::Perl::OpenGL which contains the interface
between the PDL::Graphics::TriD and POGL.
Graphics/TriD/Makefile.PL | 2 +-
Graphics/TriD/POGL/Makefile.PL | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletions(-)
commit 7a07b2183eb6d6a1de3250a1a3da1746f862353a
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Sep 11 13:13:49 2009 -0400
Make POGL an official prerequisite for PDL
This is for testing purposes mainly. We'll change to
a smart build for the official release.
DEPENDENCIES | 6 ++++--
Makefile.PL | 7 ++++---
Release_Notes | 21 +++++++++++++++++++++
3 files changed, 29 insertions(+), 5 deletions(-)
commit 2b6dd8fbcb4daa22d4ed715990710b99a42ab722
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Thu Sep 10 17:14:43 2009 -0400
Add USE_POGL option to perldl.conf
This option enables building PDL::Graphics::TriD using
the Perl OpenGL module to provide the external library
interface rather than rolling our own via PP.
perldl.conf | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
commit b8c223226769639806158d6f030473eb9b2f8ae7
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Sep 9 17:19:27 2009 -0400
Fix OpenGLQ to use OpenGL::Config for compile opts
This is a hardwired test of using the %{$OpenGL::Config} for
the INC, DEFINE, and LIBS args for Graphics/TriD/OpenGLQ/Makefile
generation.
Graphics/TriD/OpenGLQ/Makefile.PL | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 deletions(-)
commit 19c4c6f6dbe2e5903ae8cb1f1bec3f4ae68ece6d
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Tue Sep 8 16:09:47 2009 -0400
Modify perldl.conf to skip all but TriD
perldl.conf | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
commit 83036dbfb7c2301518b6c2749425ecb190e59e9b
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date: Fri Sep 4 20:13:36 2009 +1000
Accommodate ActiveState's change to $Config{make}
In top level Makefile.PL, Basic\Core\Makefile.PL
and Basic\Gen\Makefile.PL replace:
$Config{make} eq 'dmake'
with
$Config{make} =~ /\bdmake/i
and replace:
$Config{make} eq 'nmake'
with
$Config{make} =~ /\bnmake/i
Basic/Core/Makefile.PL | 8 ++++----
Basic/Gen/Makefile.PL | 4 ++--
Makefile.PL | 4 ++--
3 files changed, 8 insertions(+), 8 deletions(-)
commit ba04659a24eb7610cb0ac36d112d80dfdd5c8288
Author: Chris Marshall <marshallch@sourceforge.net>
Date: Fri Aug 28 12:12:26 2009 -0700
Clean up some lvalue sub usage
Although PDL is moving towards making perl 5.8+
a requirement, the lvalue subroutine usage is a
convenience only. This replaces internal usage
with the equivalent temp variable assignments
to avoid unnecessary breakage for early perls.
Basic/Primitive/primitive.pd | 7 ++++---
t/matrixops.t | 3 ++-
2 files changed, 6 insertions(+), 4 deletions(-)
commit ff76743e0d5f50a99ccad14b448735f002f4e7aa
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Fri Aug 21 15:51:15 2009 -0400
$PDL::VERSION to 2.4.4_09git for development
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 10177bab465a0d6034d7d1dd3059d66a1722723c
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Fri Aug 21 15:14:43 2009 -0400
Push out 2.4.4_08 developers release
Updated the various README type files, changed $PDL::VERSION
to 2.4.4_08 for a developers release containing the cygwin
fixes for TriD.
Basic/PDL.pm | 2 +-
INSTALL | 6 +++---
Known_problems | 29 ++++++++++++++++++++++-------
Release_Notes | 19 +++++++++++++++++++
cygwin/README | 9 +++++----
5 files changed, 50 insertions(+), 15 deletions(-)
commit 573b2ff8bf35de6b1c1953bd6a8d04d78698b133
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Fri Aug 21 14:34:20 2009 -0400
Removed include dependency on GL/glx.h
OpenGLQ implements some high performance OpenGL visualization
operations, none of which depend on X11 or GLX. This cleans
up the dependencies for refactoring. The only change here should
be to use the OpenGL::Config information to set the correct
compile and link arguments.
Graphics/TriD/OpenGLQ/openglq.pd | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit c6676638c835c9679cc05c98bd24492a595224c9
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Fri Aug 21 14:06:59 2009 -0400
Fix TriD build problems on cygwin
This is a needed first step for verifying that the refactoring
to use POGL rather than PDL::Graphics::OpenGL as its OpenGL
library perl binding.
Graphics/Makefile.PL | 24 +++++++++++++++---------
Graphics/TriD/OpenGL/opengl.pd | 7 ++++++-
Graphics/TriD/OpenGLQ/Makefile.PL | 20 +++-----------------
3 files changed, 24 insertions(+), 27 deletions(-)
commit 0a1e5146fcf14b2da2710ed660a000c9afffdbd0
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Fri Aug 21 14:06:23 2009 -0400
Update PDL version to 2.4.4_08git for development
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit be353c8e7bb257c91f04ab2499efd2f555147d2b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Aug 15 13:42:39 2009 -0400
Set $PDL::VERSION and notes for 2.4.4_07 release
Basic/PDL.pm | 2 +-
DEPENDENCIES | 3 +++
Makefile.PL | 5 +++--
Release_Notes | 25 +++++++++++++++++--------
4 files changed, 24 insertions(+), 11 deletions(-)
commit 8e7bfa344e83c9d54e87dda430ee6c549a9b348f
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Aug 2 15:59:45 2009 -0400
Avoid lvalue sub syntax requirements
For perl 5.6.x perls, we have occaisional test failures in PDL
due to lvalue sub errors. This fixes a number of occurances where
we were using the lvalue syntax when we do not officially require
it---maybe we should. In the meantime, this cleans up a number of
refs and updates the FAQ entry to be more correct.
Basic/MatrixOps/matrixops.pd | 3 ++-
Basic/Pod/FAQ.pod | 7 +++----
Basic/Primitive/primitive.pd | 5 +++--
IO/FITS/FITS.pm | 6 +++---
Lib/Transform/transform.pd | 3 ++-
t/imagend.t | 9 ++++++++-
6 files changed, 21 insertions(+), 12 deletions(-)
commit 53e139899ae0571041d6d27d4feee7d1a9807b1b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Aug 2 15:58:04 2009 -0400
Make Data::Dumper v 2.121 the minimum required
The earlier 2.122 was too aggressive. It appears that the
needed fix was in version 2.121.
DEPENDENCIES | 2 +-
IO/Dumper.pm | 2 +-
Makefile.PL | 2 +-
Release_Notes | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
commit de06edf416963aa919a072aac17bc3b3a3d51fed
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Jul 29 10:47:19 2009 -0400
Require Data::Dumper 2.122 in IO/Dumper.pm
IO/Dumper.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 7b0845e9d81cdc8dc579430d8c9de524330cd8ac
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Jul 29 10:38:09 2009 -0400
Rework storable test to use Test::More
Updated t/storable.t to check for Storable version 1.03
rather than 1.0 since the comments in PDL::IO::Storable
suggested that that was the version required. While at
it, updated the test to use Test::More.
t/storable.t | 75 +++++++++++++++++++++++----------------------------------
1 files changed, 30 insertions(+), 45 deletions(-)
commit bac1dc64c30c94e2123712d09bb4185ef4d05b25
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue Jul 28 22:21:27 2009 -0400
Updated files with Data::Dumper info
Updated DEPENDENCIES, Release_Notes, and cygwin/INSTALL with
information about the Data::Dumper prerequisite requirement.
DEPENDENCIES | 4 ++++
Release_Notes | 25 +++++++++++++++++++++++++
cygwin/INSTALL | 18 +++++++++++++-----
3 files changed, 42 insertions(+), 5 deletions(-)
commit 5110524ac155b55c07b2dc5d29230e995b4f6af1
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue Jul 28 21:23:29 2009 -0400
Fix t/autoload.t test when echo ~ gives ~
On some systems, the shell returns '~' as the result of qx{echo ~}
which causes a spurious test failure. In that case, check against
the original reference value of (getpwnam(getpwuid(\$<)))[7] .
This is more permissive but is a correct answer for tilde expansion
so works as a pass check.
t/autoload.t | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
commit 475c8433fd2f0649138d0444ef34fa7ce091ad24
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Tue Jul 28 16:16:00 2009 -0400
Set minimum Data::Dumper version to 2.122
This is the first version of Data::Dumper that looks
like it addresses the problem I found. Since Data::Dumper
was "used" by PDL::IO::Dumper, it should have been listed
as a dependency for PDL. Requiring this version prevents
testing with the broken ones.
Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit b5c911482b026e02df11ecc074efff120a456bc5
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Tue Jul 28 14:22:42 2009 -0400
Added Data::Dumper to the prerequisites
We were using it to implement PDL::IO::Dumper so it should
have been listed. By listing it, the automated testers
will report version numbers with failing test reports which
might help resolve the current FAILs with t/dumper.t
Makefile.PL | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
commit f4a569d1ec3301692516fbc5b0c3f839d84395c6
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Mon Jul 27 07:32:07 2009 -0400
Update $PDL::VERSION to 2.4.4_07git for devel
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 6eeca045e56faab5f8b0bc1c16110ea1ce8009ff
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Jul 26 21:40:09 2009 -0400
Update VERSION and readme files for release
Updates to $PDL::VERSION, and top level user readme
type files for 2.4.4_06 developers release of PDL.
Basic/PDL.pm | 2 +-
DEVELOPMENT | 14 +++------
Known_problems | 16 ++++++++++-
MANIFEST.SKIP | 2 +-
Release_Notes | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
5 files changed, 107 insertions(+), 13 deletions(-)
commit dcdf90ac236996e945d04767ca48355608056757
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Jul 26 17:23:03 2009 -0400
Added Changes_CVS to the MANIFEST file
Need to make sure this is generated correctly at some point.
Just use the existing one for now.
MANIFEST | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
commit 100199514b1c9310a5f302984a939d9e70361d97
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Jul 26 17:16:23 2009 -0400
Add Changes to the .gitignore
Telling git to ignore the Changes file for now since we'll
be automatically generating it from the output of a "git log --stat"
for each CPAN distribution. Anyone who is doing actual development
with PDL can just use the git log command directly. Any official or
developers release on CPAN will have a generated log file.
For now, the old logs pre-git are now in Changes_CVS and the Changes
file will include git log since the changeover. At some point, we
could deprecate the Changes_CVS file and just go to the git logs.
.gitignore | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
commit 795ef9aa8a223049b14d7840b8fddc28cbb73147
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun Jul 26 17:09:49 2009 -0400
Move Chages to Chances_CVS to prep for git log
We plan to move from a manual Changes file to an automatically
generated one extracted from the git log messages. The initial
command is "git log --stat" and will be added to the make dist
command eventually. For now, just generate by hand before making
a CPAN distribution.
Changes | 3983 -----------------------------------------------------------
Changes_CVS | 3983 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 3983 insertions(+), 3983 deletions(-)
commit 762871346e6ce8de9f15ce35c701f6c7330d1a09
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Jul 22 13:50:00 2009 -0400
Added PERL5OPT unset for podselect command
Missed the podselect in Basic/Gen/Makefile.PL.
This unsets PERL5OPT before running podselect
in the generated Makefile. That should prevent
false failures due to Devel::Autoflush not being
available...
Basic/Gen/Makefile.PL | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
commit bc0f8efeb105754c0a0037250962ac74bce7f4fa
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Mon Jul 20 07:27:27 2009 -0400
Make tilde test check against `echo ~` result
Since the goal is to give the same result as the
shell (i.e. bash) expansion of ~, and since all the
false test failures had the PDL::AutoLoader giving
the same result as `echo ~`, I've just made that
the result to check against.
t/autoload.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 494e151b73df0de71dcbd8b6c576813974483b46
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date: Mon Jul 20 13:48:03 2009 +1000
Win32 - MSVC-specific fix for setvaltobad() for PDL_Float
In Basic/Bad/bad.pd:
Provide special handling for setvaltobad() wrt PDL_Float piddles.
Applies only to MSVC++ compilers prior to version 8.0.
Thanks to creamygoodness, BrowserUk, ig and ELISHEVA:
http://www.perlmonks.org/index.pl?node_id=781347
Basic/Bad/bad.pd | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
commit 081038b048f69e5b467f54764ea89f244dcd43b7
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date: Mon Jul 20 13:22:54 2009 +1000
Win32 - Reduce scope of MSVC-specific bugfix
Some MS compiler bugs have been fixed in later
versions of the compiler.
This allows us to change each occurrence of:
#ifdef _MSC_VER
to:
#if defined _MSC_VER && _MSC_VER < 1400
Basic/Core/pdlcore.c.PL | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
commit 1faadeec55cd3c1dd21339bd50331eb8983c0347
Author: sisyphus_ <sisyphus1@optusnet.com.au>
Date: Mon Jul 20 13:14:13 2009 +1000
Basic/Core/Dev.pm - tweak setting of WriteMakefile() LIBS
Instead of specifying LIBS=>[] (on those occasions when LIBS
should be empty) pdlpp_stdargs_int() and pdlpp_stdargs() would
have LIBS=>[''] and LIBS=>[' '] respectively.
Minor rewrite to pdlpp_stdargs_int() and pdlpp_stdargs() to fix this.
Basic/Core/Dev.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit 3895fdf00591a26575af8b24084f011e7e7dd15b
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Jul 18 14:18:38 2009 -0400
Added $! to another Basic/Core/Dev.pm die message
Basic/Core/Dev.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 2a720756b87d77f061f2a09aeffa2d789c06246c
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Jul 17 09:21:16 2009 -0400
Added $! to Basic/Core/Dev.pm tempfile error
The die when trylink failed to open its temporary
output file did not include the system error reported.
That has been added to the output to improve debugging.
IDEA: Maybe we should grep die() in the source and make
sure all errors actually include $! if relevant.
Basic/Core/Dev.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 3094252e25685d57e48674d250ffc3ca4ffe0601
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Fri Jul 17 09:01:27 2009 -0400
Added diag print for t/dumper.t small sdump()
There have been persistent t/dumper.t failures
on some BSD platforms. Adding a diag() to print
the result of the first sdump() string to give
a clue as to what the problem is.
t/dumper.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 262b36dbdcd998e07a1497b0e99f1196dd7a2f59
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Wed Jul 15 20:11:19 2009 -0400
Minor tweakws to .gitignore and MANIFEST.SKIP
.gitignore | 7 ++++++-
MANIFEST.SKIP | 5 +++++
2 files changed, 11 insertions(+), 1 deletions(-)
commit fb61e3296b8b867952eb19dba3c77b368ebc8213
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Wed Jul 15 20:03:17 2009 -0400
Fix readflex() to work with File::LinearRaid
readflex() in IO/FlexRaw/FlexRaw.pm use method syntax for
read with an input file handle. This failed with a tied
file handle as is used by File::LinearRaid. Replacing the
usage $d->read(...) by read($d, ...) fixed the incompatibility.
I don't know if it should have worked the other way or not.
IO/FlexRaw/FlexRaw.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 3b58ac761e72df3366e5e9a5f5a81cc6785bc425
Author: Chris Marshall <devel.chm.01@gmail.com>
Date: Wed Jul 15 08:44:32 2009 -0400
Fold in [dn]make correction to PERL5OPT fix
The "fix" for the -MDevel::Autoflush did not
work with dmake or nmake (presumably because of
the non-sh command shell). Here is a fix from
Sisyphus. Thanks, Rob.
Basic/Pod/Makefile.PL | 10 ++++++++--
Makefile.PL | 11 ++++++++++-
2 files changed, 18 insertions(+), 3 deletions(-)
commit 6142d6296241f77cb72973434db41475889c9d5a
Author: Chris Marshall <chm@alum.mit.edu>
Date: Mon Jul 13 18:06:23 2009 -0400
Cleaning up and updating README-type files
General wordsmithing in:
BUGS: reordering the information needed to clarify things
DEPENDENCIES: minor cleanup
DEVELOPMENT: minor cleanups and update for git
Release_Notes: updated with stub for PDL-2.4.4_06
BUGS | 59 +++++++++++++++++++++++++++++----------------------------
DEPENDENCIES | 5 +--
DEVELOPMENT | 58 +++++++++++++++++++++++++++++++------------------------
Release_Notes | 17 ++++++++++++++++
4 files changed, 82 insertions(+), 57 deletions(-)
commit 93f62cd6af55505254c2458f0c37fbb488adcd24
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Mon Jul 13 09:05:06 2009 -0400
Updated version to 2.4.4_06git for development.
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit d94b896d32562303175926760c5a418c45971a5c
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Jul 11 19:08:50 2009 -0400
Update Release_Notes for 2.4.4_05 release
Release_Notes | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
commit a7a0653382b5abb339d4cc8143669eb6ef87b8b6
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Jul 11 19:06:34 2009 -0400
Set $PDL::VERSION to 2.4.4_05 for re-release
There was a missing tab in the earlier release.
This fixes that oops. Rereleaseing to CPAN.
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit ea7498273c90f120b3c0e0665319c3475c5dc772
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sat Jul 11 18:58:19 2009 -0400
Fix missing tab in Basic/Pod/Makefile.PL
That breaks the "fix" for the podselect problem.
Basic/Pod/Makefile.PL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit c5a417b7a8cbcf56bd747daeb3b6d5ccb82fe323
Author: Chris Marshall <chm@alum.mit.edu>
Date: Fri Jul 10 16:10:44 2009 -0400
Modified Release_Notes for 2.4.4_05git
Copied the basic section leaving space
for additions as the release progresses.
Release_Notes | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
commit 2e37777a700ecffe4f7412ba5a0553db9e861635
Author: Chris Marshall <chm@alum.mit.edu>
Date: Fri Jul 10 16:00:48 2009 -0400
Changed VERSION to 2.4.4_05git
The $PDL::VERSION is changed to 2.4.4_05git for more
development. The pattern I've decided to try is the
development release for a given version, say 2.4.4_05
is the same base with the string 'git' added on the
end. When the release is made, the git suffix is
removed and the distribution gnerated from there.
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 537d4d7f0d3d286b730cac453ea30d1e96228119
Author: Chris Marshall <chm@alum.mit.edu>
Date: Fri Jul 10 15:30:43 2009 -0400
Change $PDL::VERSION to 2.4.4_04 for release
Another developer's snapshot with more bug fixes
on a CPAN near you soon...
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 80620964e4d30b7d99cb6e006ee942aaeadf57a9
Author: Chris Marshall <chm@alum.mit.edu>
Date: Fri Jul 10 15:29:49 2009 -0400
Update Release_Notes for PDL-2.4.4_04 release
Release_Notes | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
commit 6966b3131c474313473822133394768d396d9da5
Author: Chris Marshall <chm@alum.mit.edu>
Date: Fri Jul 10 15:27:16 2009 -0400
Unset PERL5OPT for podselect in Makefile.PL
Makefile.PL | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit 100a3114b05e4afeb156485d94f89320861b697a
Merge: 1401619... 2146da8...
Author: Chris Marshall <chm@alum.mit.edu>
Date: Fri Jul 10 11:25:57 2009 -0400
Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl
commit 14016191b5bd805ecc1bba6ca57e8d532f166418
Author: Chris Marshall <chm@alum.mit.edu>
Date: Fri Jul 10 11:22:36 2009 -0400
Unset PERL5OPT for podselect in Basic/Pod
The podselect command is a perl script and is
affected by the PERL5OPT environment variable.
Unfortunately, the CPAN Testers environment
sets PERL5OPT to load Devel::AutoFlush which
is a problem if that module is not in the
default, system perl @INC.
Basic/Pod/Makefile.PL | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 2146da8709eb37ccaefd5baf4c7f610d609560e7
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Thu Jul 9 22:11:39 2009 -0400
Added warning about parallel make to INSTALL file
Parallel make builds fail on some (all?) platforms.
I've added a warning to the INSTALL file not to use
-j # options for parallel builds. Ideally we would
detect the condition but I have found no clean way
to do so at the moment.
INSTALL | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
commit 822c0e08c0243b054d6f87dcd61841083d745c46
Merge: b1270b4... 5b15c19...
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Thu Jul 9 21:53:00 2009 -0400
Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl
commit 5b15c1942df0ac3fcb03a18fad82e1d545f04b65
Author: Chris Marshall <chm@alum.mit.edu>
Date: Thu Jul 9 13:59:18 2009 -0400
Update readme type files for PDL
Updated the BUGS, INSTALL, Known_problems, README, and
Release_Notes files to clean up references to cvs,
add info on current bugs, and correct URLs to sf.net.
BUGS | 16 ++++++++--------
INSTALL | 2 +-
Known_problems | 5 +++++
README | 2 +-
Release_Notes | 35 +++++++++++++++++++++--------------
5 files changed, 36 insertions(+), 24 deletions(-)
commit 8fa0c9830a02943125dbebbeee2bb5bd541c2995
Author: Chris Marshall <chm@alum.mit.edu>
Date: Thu Jul 9 13:09:16 2009 -0400
Fix t/autoload.t bug in tilde expand test
The AutoLoader module code for tilde expansion was corrected
but this test was using the previous method to check. This
makes the test consistent with the new code.
t/autoload.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit b1270b46b05019ab859b7e730eeef8a5cde34a09
Merge: b1c7bd8... 479e8a3...
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue Jun 30 23:17:12 2009 -0400
Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl
commit 479e8a3d2d9472e31768c143d788373d786601a2
Author: Chris Marshall <chm@alum.mit.edu>
Date: Thu Jun 18 15:04:59 2009 -0400
Update the various top level PDL readmes
Updated DEPENDENCIES, Known_problems, README and Release_Notes
in preparation for a coming developers release.
DEPENDENCIES | 16 ++++++++--------
Known_problems | 7 ++++---
README | 8 ++++----
Release_Notes | 24 +++++++++++++++++++++++-
4 files changed, 39 insertions(+), 16 deletions(-)
commit b1c7bd8ffa91fdfc181aa8ceba4b01672110c43a
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue Jun 16 21:12:28 2009 -0400
Added friendly .perldlrc suggsetion to perldl docs
A user suggested recommending documentation for new perldl
users on starting from the default.perldlrc file. This
avoids some mistakes such as forgetting to "use PDL;" etc.
perldl.PL | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
commit 16058ffa1a5621d1e57ed1e83e63c39c4ce63613
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue Jun 9 21:31:14 2009 -0400
Add cast toe $GENERIC(a) for setvaltonan()
This fixes the case where it was not possible to
set the value to bad for a non-double piddle since
it was difficult/impossible to create the exact
floating point representation of some floats starting
from default doubles. This make the implementation
symmetric with that of setbadtoval().
Basic/Bad/bad.pd | 2 +-
t/bad.t | 7 ++++++-
2 files changed, 7 insertions(+), 2 deletions(-)
commit a28c0a44f80d471a94fa001d929bf379f48ce041
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue Jun 9 21:30:17 2009 -0400
Add some more intermediate files to ignore.
.gitignore | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
commit 3f225b92dc76c204a8d62da484dee63eb173c86b
Author: Chris Marshall <chm@alum.mit.edu>
Date: Thu Jun 4 13:05:33 2009 -0400
Make PDL require perl 5.6.2 or above.
CPAN Testers have *no* PASS's on record for any
version of PDL for perl 5.6.0 or 5.6.1. This
modification makes that more explicit in the
configuration process. This is effectively a NO-OP.
DEPENDENCIES | 2 +-
Makefile.PL | 2 +-
Release_Notes | 18 ++++++++++++++++++
3 files changed, 20 insertions(+), 2 deletions(-)
commit 23463ebfc2bc40098106ac8b865145cad4195525
Author: Derek Lamb <lambd@users.sourceforge.net>
Date: Thu May 28 12:03:23 2009 -0400
Update FAQ for CVS->Git migration
Removed references to CVS repos except for auxiliary repositories. Included basi
c git instructions, which I'll see if are correct during this push.
Basic/Pod/FAQ.pod | 97 ++++++++++++++++++++++++-----------------------------
1 files changed, 44 insertions(+), 53 deletions(-)
commit cb8f83e41a27fdcc44600c4ed0d438a39c14f357
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Fri May 22 15:14:40 2009 -0400
Change $PDL::VERSION to 2.4.4_03git for devel
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit eb60aabbf51831e42d78521db341296caa348bf0
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Fri May 22 15:10:33 2009 -0400
Fix t/proj_transform to skip when no earth_image()
Missing jpegtopnm functionality in NetPBM or other
causes earth_image() to fail on some platforms.
This modifies the test to skip the remaining tests
if earth_image() can not be loading. NOTE: we should
add better config and tests for the Pic and Pnm
image routines.
t/proj_transform.t | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
commit aec6bc506a26f1f2f093cb7d98775e3d2de18cc6
Author: Chris Marshall <chm@alum.mit.edu>
Date: Tue May 19 13:09:13 2009 -0400
Updated Release_Notes and version for PDL-2.4.4_03
This release includes fixes to date and additional
diagnostics for tracking down remaining CPAN
testers failures. See the Release_Notes for
outstanding problems and path forward. -chm
Basic/PDL.pm | 2 +-
Release_Notes | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+), 1 deletions(-)
commit 5bcc5c51cecdc8636bf969cec6ba934c63eefc53
Author: Chris Marshall <chm@alum.mit.edu>
Date: Mon May 18 12:02:09 2009 -0400
Added a few more entries to .gitignore
.gitignore | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
commit c99ab05fa7153e644287499adf9c057d8c8b90b9
Author: Chris Marshall <chm@alum.mit.edu>
Date: Mon May 18 10:54:10 2009 -0400
Added ../Basic/Core to @INC for BAD demo builds
The build process for the bad value demos used
PDL::Config to determine if badvals were enabled.
Since Config.pm is not installed until after the
compiles, this caused build failures on some systems.
I'm not sure why it didn't happen more often.
Now we have "use lib '../Basic/Core'" which should
make things work here.
Demos/BAD2_demo.pm.PL | 1 +
Demos/BAD_demo.pm.PL | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
commit c9f86423d5b825d6b06cb7e7ffa6e61325c8e093
Author: Chris Marshall <chm@alum.mit.edu>
Date: Mon May 18 10:19:52 2009 -0400
Fixed trylink() error on temp file failure
Added 'trylink: ' to the file open error message
in trylink() from Basic/Core/Dev.pm to allow for
better debugging. There may be a problem with
$PDL::Config{TEMPFILE} generation that gives bad
results for some configurations.
Basic/Core/Dev.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 6714c8ea95b5c3a7391222de89a99bfd3017bfce
Author: Chris Marshall <chm@alum.mit.edu>
Date: Mon May 18 10:02:37 2009 -0400
Added .dll and .dll.a skip patterns in t/
MANIFEST.SKIP | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
commit 8ec8c134349c8425b52824dbe0a44b5c90600de5
Author: Chris Marshall <chm@alum.mit.edu>
Date: Mon May 18 10:00:40 2009 -0400
Added filename diags to rpnm subroutine
Added the filename tried when rpnm() gives an
error about being unable to open a file. I
hope this will allow me to track down an ongoing
earth_image() failure in CPAN testing.
IO/Pnm/pnm.pd | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit f20f31ba877faa078bd186817d0afa0855c23f85
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Sun May 17 14:14:12 2009 -0400
$PDL::VERSION to 2.4.4_02git for development
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit 7f187641b623644c498bc374134e2a683cc5c14e
Author: Chris Marshall <chm@alum.mit.edu>
Date: Fri May 15 13:15:40 2009 -0400
Added .git and .inlinepdlpp to MANIFEST.SKIP
MANIFEST.SKIP | 326 +++++++++++++++++++++++++++++----------------------------
1 files changed, 164 insertions(+), 162 deletions(-)
commit 61334cdf93253905cb72e8912a1c58d139f96172
Author: Chris Marshall <chm@alum.mit.edu>
Date: Fri May 15 10:12:54 2009 -0400
Set version to 2.4.4_02 for CPAN devel release
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit e2cb69aeb0fca86f896811f2dc6288cb7f4dffe9
Author: Chris Marshall <chm@alum.mit.edu>
Date: Fri May 15 09:59:59 2009 -0400
Turn on diagnostics for 16bit pic tests
Added notes about need for current NetPBM to
get pass with 16bit pic tests. Enabled debug
output for t/pic_16bit to get more info on
build tests.
DEPENDENCIES | 7 +++++--
IO/Pnm/Pic.pm | 2 +-
t/pic_16bit.t | 4 +++-
3 files changed, 9 insertions(+), 4 deletions(-)
commit ded8990f28af63fd8e8aa545f047cbbaad3b409e
Author: Chris Marshall <chm@alum.mit.edu>
Date: Thu May 14 17:05:56 2009 -0400
Fixed earth_image() test to make plan count ok
t/proj_transform.t | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
commit b3f8bb88e530bae243841ead026f627fad0d5f8b
Author: Chris Marshall <chm@alum.mit.edu>
Date: Thu May 14 15:48:17 2009 -0400
Improved diagnostics and granularity of tests
This was in response to a failure of this test
in CPAN automated testing. It was unclear from the
test output what or from where the problem was
coming. This adds a couple more checks that should
help us locate the problem.
t/proj_transform.t | 122 +++++++++++++++++++++++++++++-----------------------
1 files changed, 68 insertions(+), 54 deletions(-)
commit be8c0cf0491ffb7f4cc02453bdecedeed56e6d84
Author: Chris Marshall <chm@alum.mit.edu>
Date: Thu May 14 15:45:21 2009 -0400
Fix params parsing in load_projection_information
Removing a spurious comma that resulted in an
invalid parameter name. Someone familiar with
the PROJ4 binding internals needs to review
this function as it looks like there may be
other problems here.
Lib/GIS/Proj/Proj.pd | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit b6143bf6aaff0452e2c6218782130661677109f5
Author: Chris Marshall <chm@alum.mit.edu>
Date: Thu May 14 15:43:51 2009 -0400
Change version to 2.4.4_02git
Basic/PDL.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit dc3526dd7498a1154f7559fe4139f4fcf0e3eb9d
Author: Chris Marshall <chm@alum.mit.edu>
Date: Wed May 13 14:37:14 2009 -0400
Changes to PDL-2.4.4git for PDL-2.4.4_01 release
Updated some of the PDL install documents and modified
the VERSION for upload to CPAN.
Basic/PDL.pm | 2 +-
DEVELOPMENT | 123 +++++++------------------------------------------------
Known_problems | 7 ++-
README | 2 +-
Release_Notes | 20 +++++++++
5 files changed, 42 insertions(+), 112 deletions(-)
commit d40e805b5964e90742721f017d274333a7ea29fa
Author: Chris Marshall <marshallch@users.sourceforge.net>
Date: Tue May 5 22:20:49 2009 -0400
Add arg check for empty piddle to hist function
The hist routine fails if given an empty piddle to
work with. This adds a check for the case where
the number of elements in the piddle is zero and
barfs appropriately.
Basic/Core/Basic.pm | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)