commit 8d5691c514e71a1d7f849e1f2ddaf83e506b241a Author: data.collection Date: Wed Feb 10 13:40:19 2010 -0500 Update readme type files for 2.4.6_001 release Known_problems | 3 ++- Makefile.PL | 1 - README | 8 ++++---- Release_Notes | 11 +++++++---- TODO | 18 ++++++++++++++++++ cygwin/INSTALL | 18 +++++++++++++++--- cygwin/README | 5 ++--- win32/INSTALL | 4 ++-- 8 files changed, 50 insertions(+), 18 deletions(-) commit dc4b1b84b3b352b0df0bfff66133882870943088 Author: data.collection Date: Wed Feb 10 12:53:59 2010 -0500 Clean up IO::Misc docs for [rw]cols IO/Misc/misc.pd | 281 +++++++++++++++++++++++++++---------------------------- 1 files changed, 139 insertions(+), 142 deletions(-) commit 33eee77360ccef0048293d1dcf62493cc8f420ef Author: data.collection Date: Wed Feb 10 12:19:07 2010 -0500 Fix WITH_GSL => true to undef The only allowed values are 0, 1, or undef and *not* true. perldl.conf | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit de95f9ba653c7e3f4d27226f0aecc2091a69d799 Author: sisyphus_ Date: Mon Feb 8 20:28:29 2010 +1100 t/fastraw.t - fix win32 SKIP Need to skip only 1 test (not 4). t/fastraw.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f815e92074a930892f1668d6aa59adea01c38eec Author: data.collection Date: Sun Feb 7 20:49:44 2010 -0500 Add PERLCOLS support to any rcols output arg Now PERLCOLS option syntax may be used to specify whether or not a column to be read is destined for a piddle or a perl array. This allows rcols and wcols to be symmetric on input and output. IO/Misc/misc.pd | 96 ++++++++++++++++++++++++++++++++++++++++++++---------- 1 files changed, 78 insertions(+), 18 deletions(-) commit 462ce299da62236d69e307dcdf8f44dac4d388d3 Author: data.collection Date: Sun Feb 7 17:32:42 2010 -0500 Update Known_problems+Release_Notes for 2.4.6_001 Known_problems | 13 +++++-------- Release_Notes | 26 ++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 8 deletions(-) commit 3858a934ef8f73f9bfb34d7c0c25c4754c5bd59c Author: data.collection Date: Sun Feb 7 17:17:09 2010 -0500 Fix bug in handling of perl array output in wcols IO/Misc/misc.pd | 31 ++++++++++++++++++------------- 1 files changed, 18 insertions(+), 13 deletions(-) commit 66a8b6b04617b8760d19c66f61a67b5756ed2417 Author: data.collection Date: Sun Feb 7 16:43:05 2010 -0500 Add support for perl array refs to wcols Now you can use the input from the PERL_COLS directly in the wcols output list. Still need to make the rcols support symmetric but this is much more CSV file friendly. IO/Misc/misc.pd | 38 ++++++++++++++++++++++++++++---------- 1 files changed, 28 insertions(+), 10 deletions(-) commit 9e2b3f201e3852e33f7f727b5befdbae1a1c4a2d Author: data.collection Date: Sun Feb 7 16:14:52 2010 -0500 Update docs for COLSEP option to [rw]cols IO/Misc/misc.pd | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) commit 6d7d13cb0dd272c78d1b01ee6b4e6c7cd482cdc3 Author: data.collection Date: Sun Feb 7 16:10:48 2010 -0500 Fix dangling colsep after last piddle in wcols This is not noticed with the default column separator of space but is noticable and a bit annoying for CSV and other output with printing characters as separators. IO/Misc/misc.pd | 25 ++++++++++++++++--------- 1 files changed, 16 insertions(+), 9 deletions(-) commit 45414337c89cec64a1e025def2e5259465587bb2 Author: data.collection Date: Sun Feb 7 15:40:43 2010 -0500 Fixed extra $, in wcols output with colsep Because print was being used "under the hood" there was an extra $, between every column of wcols output---even when the colsep option was specified. IO/Misc/misc.pd | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) commit 71c159d0ccb0778248fc2447b64cd3431704ff88 Author: data.collection Date: Sun Feb 7 14:42:42 2010 -0500 Renamed the default colsep to $defcolsep for [rw]cols The original global $PDL::IO::Misc::colsep use is preserved in that if you set that value, it will be picked up and used for rcols/wcols as before. However, the initial value of that global is undef now. This change is in preparation for improved support for PERLCOLS in rcols and wcols. IO/Misc/misc.pd | 49 +++++++++++++++++++++++++++++++------------------ 1 files changed, 31 insertions(+), 18 deletions(-) commit eb5a3be5df58cc6f3d4cb8a6eb5c10e1f76fc363 Author: data.collection Date: Sun Feb 7 14:35:57 2010 -0500 Add image pixel value to output on mouse click This should make it easier to investigate data. TODO: support clicking to access the original visualized data values rather than the pixel values required for display. imag2d.pdl | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 0ccf8bc853b90482f19ba1fa6df5034d5f8d45a1 Author: David Mertens Date: Fri Feb 5 11:11:07 2010 -0600 PLplot: Fixed a regression and modified .gitignore to include PLplot build files. .gitignore | 4 ++++ Graphics/PLplot/plplot.pd | 1 + 2 files changed, 5 insertions(+), 0 deletions(-) commit 1494780a55bd9cdffdb6e8df1ea4dc2b92ab36bb Author: David Mertens Date: Fri Feb 5 11:00:58 2010 -0600 Minor modification to PLplot to use =head1 METHODS for the OO methods. This will help make the distinction between the high-level and low-level documentation at least a little clearer. Graphics/PLplot/plplot.pd | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 8c68ae915d797232c68bf2b7ff59491f6040700d Author: David Mertens Date: Fri Feb 5 10:58:45 2010 -0600 Corrected the documentation for Doc.pm to include OPERATORS, METHODS, and CONSTRUCTORS. The online PDL help scans the POD for sections with head1-headings of FUNCTIONS, OPERATORS, METHODS, and CONSTRUCTORS, but only FUNCTIONS was mentioned in the documentation. Doc/Doc.pm | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit 2f3190ab44698b5b72fe4b13e08620ae14306662 Author: David Mertens Date: Fri Feb 5 10:40:49 2010 -0600 Updated plplot.pd to version 0.52 Graphics/PLplot/Makefile.PL | 2 +- Graphics/PLplot/plplot.pd | 405 +++++++++++++++++++++++++++++++++++++++---- 2 files changed, 368 insertions(+), 39 deletions(-) commit 0f0134f5be7df320bd14f7c7294c0c4a155e97dc Author: David Mertens Date: Wed Feb 3 21:21:38 2010 -0600 Added function declaration for PDL::Graphics::TriD::EventHandler::new so TriD could load GL.pm or VRML.pm on the fly. Graphics/TriD/TriD/Window.pm | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit af710e8e0b40e1fd7c1970a425fe4ca9005a3874 Author: David Mertens Date: Tue Feb 2 10:44:34 2010 -0600 Fixed a couple of documentation typos and made slices.pd CPAN friendly! Basic/Core/Types.pm.PL | 2 +- Basic/Gen/PP.pm | 2 +- Basic/Slices/slices.pd | 131 ++++++++++++++++++++++++++++++++++------------- 3 files changed, 97 insertions(+), 38 deletions(-) commit 5f1c99d906ef7bb4c621168e03e767cf5efa0f0c Author: David Mertens Date: Tue Jan 26 11:46:01 2010 -0600 Minor documentation tweaks. Basic/Core/Exporter.pm | 12 ++++++++---- Basic/Pod/Objects.pod | 3 ++- 2 files changed, 10 insertions(+), 5 deletions(-) commit a58a300f85c7845f5a90e88a648d64bbe33bfd41 Author: David Mertens Date: Wed Jan 20 17:47:47 2010 -0600 Added and clarified som IO documentation, and added a note for mmapping in Windows. I noticed DiskCache for the first time. I cleaned up a few niggles in the pod. Having noticed DiskCache, I added a few notes about it to my IO.pod file, since it is very much an IO tool. I've noted before that you can't mmap on Windows with PDL, but I spent a few minutes and found some code discussing mmap on windows. I've included it in a pod comment in Core.xs.PL Basic/Core/Core.xs.PL | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ IO/IO.pod | 43 +++++++++++++++++++++++++++++++++----- Lib/DiskCache.pm | 4 +- 3 files changed, 93 insertions(+), 8 deletions(-) commit c396534f97b81cbd1e4e5ecc66f125d7509a857f Author: David Mertens Date: Wed Jan 20 16:55:33 2010 -0600 Fixed an error in my last correction. IO/FastRaw/FastRaw.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 312df6adf7a29390388e4d461395d75549761c94 Author: David Mertens Date: Wed Jan 20 16:42:21 2010 -0600 Removed Perl 5.10 specific code from FastRaw. IO/FastRaw/FastRaw.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 109e4e916e3c3380f6f6bcfff3a9876f92d9826a Merge: 812c36e 2e38dad Author: David Mertens Date: Wed Jan 20 15:28:05 2010 -0600 Merge branch 'master' of git://pdl.git.sourceforge.net/gitroot/pdl/pdl commit 812c36ebc83f8b796b7371adda09132a059e658a Author: David Mertens Date: Wed Jan 20 15:27:36 2010 -0600 Updated FlexRaw so that passing and undefined header worked the same as not passing a header. IO/FlexRaw/FlexRaw.pm | 45 ++++++++++++++++++++++----------------------- 1 files changed, 22 insertions(+), 23 deletions(-) commit 2e38dadc8ce6fbc499fbd0db8af570f0efe666f1 Merge: 7a56efd d34aae6 Author: Derek Lamb Date: Wed Jan 20 15:50:58 2010 -0500 Merge branch 'master' of ssh://lambd@pdl.git.sourceforge.net/gitroot/pdl/pdl commit 7a56efd0b17437cd9458d521ca4d98ce7fc54d0e Author: Derek Lamb Date: Wed Jan 20 15:29:02 2010 -0500 Modify rint algorithm for non-GNU compilers. On GNU compilers, PDL::Math::rint uses the system library function. But on Microsoft compilers, there is no rint. The rint that was provided handled half-integer rounding differently than the GNU implementation. This commit implements a simple Banker's rounding algorithm that can be used by Microsoft compilers, updates the docs for rint to describe the calculation being performed (as well as providing some additional rounding guidance), and adds a new test file for this function. Basic/Math/math.pd | 16 +++++++++++++++- Basic/Math/rint.c | 28 ++++++++++++++++++---------- MANIFEST | 1 + t/round.t | 19 +++++++++++++++++++ 4 files changed, 53 insertions(+), 11 deletions(-) commit d34aae6259c81714fd0705f12fe2561a487f364f Author: Chris Marshall Date: Mon Jan 18 00:12:32 2010 -0500 Fix new problem with POGL test fails There were some problems with the compile and strict due to undefined/declare functions. Added a couple of explicit sub call syntax and the problem appears to be resolved. Graphics/TriD/POGL/OpenGL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 957bba2659e74f375e8fd1c6de6b4e4878386204 Author: Chris Marshall Date: Sat Jan 16 09:15:49 2010 -0500 Quiet some of the preproc_oldwarn messages perldl.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a6cb99f672998181b173dd3c337d963004d6b893 Author: David Mertens Date: Fri Jan 15 15:39:17 2010 -0600 Cleaned up a little mistake in the TriD docs, and added a big example. The example is meant to demonstrate the difference between drawing gridded and non-gridded and drawing non-gridded surfaces. Graphics/TriD/TriD.pm | 130 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 125 insertions(+), 5 deletions(-) commit 0f03559b4463b56df7ceccbf04b1fccb6bcc2a99 Author: Derek Lamb Date: Fri Jan 15 15:21:23 2010 -0500 Documentation update for PDL::Transform::map from previous commit. Lib/Transform/transform.pd | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 8c13261bba8be3a3390a58db37a4038b5f2a8953 Author: Derek Lamb Date: Fri Jan 15 14:12:44 2010 -0500 Remove 'p' option to PDL::Transform::map The 'p' option was acceptable as an alias for both the 'pix' and 'phot' options. To avoid confusion and favoring one over the other, now map will croak if this is used. Lib/Transform/transform.pd | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 1d978f1ba50cd9db74ebe6b4543dfc55cf963e39 Author: Derek Lamb Date: Wed Jan 13 10:31:05 2010 -0500 Allow 'wim' to work with arrow operator Small fix to allow wim to work with arrow operator [$pdl->wim('file')], like rpic, and like the docs say wim should. IO/Pnm/Pic.pm | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 471913f3c6aada339732f38e9a275aadb3fbdbc1 Author: Chris Marshall Date: Tue Jan 12 15:47:29 2010 -0500 Update DEPENDENCIES with pgplot warning info Add note to DEPENDENCIES that *both* pgplot library and PGPLOT the perl module are required. This was already documented, just adding some emphasis. DEPENDENCIES | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 6573d179ce00ba1c1a0c415de2fc86e970894007 Author: Chris Marshall Date: Mon Jan 11 19:40:01 2010 -0500 Add demo 3d and 3d2 window close to Known_problems More than one person has reported the problem. Known_problems | 4 ++++ perldl.conf | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) commit 6f9f3781d6e8488f885ef9f56131d78a4bdafa66 Author: Chris Marshall Date: Mon Jan 11 13:07:56 2010 -0500 Fix use fields problem for VRML driver The problem was that Window.pm was use-ing PDL::Graphics::TriD::GL for interactive windows without checking for offline to ensure that incompatible declarations were not introduced. This seems to fix the compile problem. Still need to verify that the operation is correct. Graphics/TriD/TriD.pm | 1 - Graphics/TriD/TriD/Window.pm | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) commit 4cf23d0632b7b3aa28355135c52aac483fce32e3 Author: Chris Marshall Date: Sat Jan 9 19:11:47 2010 -0500 Add use PDL::Graphics::TriD::Labels 2 tmathgraph.p Demos/TriD/tmathgraph.p | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 82e6584895edbd56d01f2b244019e5a91e837035 Author: Chris Marshall Date: Sat Jan 9 19:10:29 2010 -0500 Add no VRML exits to Demos/TriD/tvrml*.p examples Demos/TriD/tvrml.p | 8 +++++++- Demos/TriD/tvrml2.p | 10 +++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) commit d4e89f8009ed911c31463648b50f50ff6fcd766d Author: Chris Marshall Date: Fri Jan 8 11:21:14 2010 -0500 Added exit and warning to Demo/TriD/test6.p This was a Tk demo which is not supported by PDL+POGL TriD and is deprecated. The plan is to replace Tk by some other more OpenGL friendly GUI toolkit: Gtk2 and wxWidgets both provide OpenGL widgets and are supported on multiple platforms. Demos/TriD/test6.p | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 066f70f78769909e8265eaabc3a4047daf6868ec Author: Chris Marshall Date: Fri Jan 8 11:19:50 2010 -0500 Add sleep to Demo/TriD/mandel.p Otherwise the demo completed too quickly to watch. The modification uses Time::HiRes::sleep so pre-perl 5.8 will need to install that module for the code to work. Demos/TriD/mandel.pl | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 5dea5c793e92e75cb419746d3d55d4906a60bc62 Merge: e738fa2 87a1e84 Author: Chris Marshall Date: Wed Jan 6 13:31:21 2010 -0500 Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl commit e738fa233207aa3d6445b36b08bb12aa872ca6ee Author: Chris Marshall Date: Wed Jan 6 13:29:44 2010 -0500 Make help vars list PDLs alphabetically It is hoped that this will make it easier to find a given name for reference. Feedback welcome! Basic/Core/Dbg.pm | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) commit 87a1e844b5f733058cbfeaf852fd1ed5f23b0a43 Author: Chris Marshall Date: Tue Jan 5 20:44:45 2010 -0500 Fix minor typo in POD for imag2d.pdl imag2d.pdl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit fed00daadec8c69df039bdb892110e8dfc8c89b9 Author: David Mertens Date: Tue Jan 5 13:42:05 2010 -0600 Added my by-line to PDL::IO.pod. IO/IO.pod | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 7acbb1a20e4163650b6e62d26cf63f1a4c1b043e Merge: 30d1c7b 0ccd029 Author: David Mertens Date: Tue Jan 5 13:37:00 2010 -0600 Merge branch 'master' of ssh://run4flat@pdl.git.sourceforge.net/gitroot/pdl/pdl commit 30d1c7b00e54bc24941be89cb5a3e41e13482917 Author: David Mertens Date: Tue Jan 5 13:35:04 2010 -0600 Wrote a summary of the PDL::IO modules in PDL/IO.pod. I also added some documentation to FlexRaw. IO/FlexRaw/FlexRaw.pm | 16 +++ IO/IO.pod | 253 +++++++++++++++++++++++++++++++++++++++++++++++++ IO/Makefile.PL | 5 +- 3 files changed, 273 insertions(+), 1 deletions(-) commit 0ccd029e1327060583fcdbdf81667b39b7819c1d Author: Derek Lamb Date: Tue Jan 5 13:39:54 2010 -0500 Add documentation to hdrcpy Document potentially ambiguous behavior when two piddles with hdrcpy flags set are used in an expression. The hdr of the first piddle is used in the result. Basic/Core/Core.pm.PL | 13 +++++++++++++ IO/FITS/FITS.pm | 4 +++- 2 files changed, 16 insertions(+), 1 deletions(-) commit d4956defe886744ce8256cdc09f4725d4f50a83f Author: Derek Lamb Date: Tue Jan 5 12:04:45 2010 -0500 prevent @t from being defined in main:: after ?, ??, sig, etc @t was being defined in main by the perldl shell after help, sig, apropos, etc were called. 'my'-ing @t fixes this. perldl.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d0b54635a76de7e1625f6088445415630da00125 Merge: a2da5ac 3aaab11 Author: David Mertens Date: Tue Jan 5 07:48:57 2010 -0600 Merge branch 'master' of git://pdl.git.sourceforge.net/gitroot/pdl/pdl commit 3aaab11dbd9321de513f42f50bce3591523cc2c8 Author: Chris Marshall Date: Mon Jan 4 20:38:44 2010 -0500 Minor clean-up to imag2d() POD imag2d.pdl | 39 +++++++++++++++++++++++++++------------ 1 files changed, 27 insertions(+), 12 deletions(-) commit b54e3a68a8ebd207559527b982f4e0cde5cffbbe Author: Chris Marshall Date: Sun Jan 3 12:54:02 2010 -0500 Set USE_KARMA => 0 in perldl.conf Karma is being deprecated. You can still force the build by setting this to 1 but eventually Karma will eventually stop being supported. perldl.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9df065e59cf3d626e2343f3a9341efbc563ddd15 Author: Chris Marshall Date: Sun Jan 3 12:41:02 2010 -0500 f2c Lib/Slatec/slatec/*.f into f2c subdirectory These are the converted Slatec files from our PDL distribution. The next step is to modify the build process to use these for the Slatec bindings. We will need to add some f2c runtime routines eventually to get things working all the way. Lib/Slatec/slatec/f2c/chfcm.c | 184 ++++++++ Lib/Slatec/slatec/f2c/chfdv.c | 211 +++++++++ Lib/Slatec/slatec/f2c/chfev.c | 201 +++++++++ Lib/Slatec/slatec/f2c/chfie.c | 142 ++++++ Lib/Slatec/slatec/f2c/d1mach.c | 535 +++++++++++++++++++++++ Lib/Slatec/slatec/f2c/dasum.c | 125 ++++++ Lib/Slatec/slatec/f2c/daxpy.c | 150 +++++++ Lib/Slatec/slatec/f2c/dchfcm.c | 184 ++++++++ Lib/Slatec/slatec/f2c/dchfdv.c | 216 ++++++++++ Lib/Slatec/slatec/f2c/dchfev.c | 205 +++++++++ Lib/Slatec/slatec/f2c/dchfie.c | 143 ++++++ Lib/Slatec/slatec/f2c/ddot.c | 149 +++++++ Lib/Slatec/slatec/f2c/dgeco.c | 313 ++++++++++++++ Lib/Slatec/slatec/f2c/dgedi.c | 216 ++++++++++ Lib/Slatec/slatec/f2c/dgefa.c | 172 ++++++++ Lib/Slatec/slatec/f2c/dgesl.c | 196 +++++++++ Lib/Slatec/slatec/f2c/dp1vlu.c | 249 +++++++++++ Lib/Slatec/slatec/f2c/dpchbs.c | 265 ++++++++++++ Lib/Slatec/slatec/f2c/dpchce.c | 320 ++++++++++++++ Lib/Slatec/slatec/f2c/dpchci.c | 235 ++++++++++ Lib/Slatec/slatec/f2c/dpchcm.c | 292 +++++++++++++ Lib/Slatec/slatec/f2c/dpchcs.c | 333 ++++++++++++++ Lib/Slatec/slatec/f2c/dpchdf.c | 150 +++++++ Lib/Slatec/slatec/f2c/dpchfd.c | 412 ++++++++++++++++++ Lib/Slatec/slatec/f2c/dpchfe.c | 398 +++++++++++++++++ Lib/Slatec/slatec/f2c/dpchia.c | 349 +++++++++++++++ Lib/Slatec/slatec/f2c/dpchic.c | 423 ++++++++++++++++++ Lib/Slatec/slatec/f2c/dpchid.c | 255 +++++++++++ Lib/Slatec/slatec/f2c/dpchim.c | 358 ++++++++++++++++ Lib/Slatec/slatec/f2c/dpchkt.c | 124 ++++++ Lib/Slatec/slatec/f2c/dpchsp.c | 505 ++++++++++++++++++++++ Lib/Slatec/slatec/f2c/dpchst.c | 84 ++++ Lib/Slatec/slatec/f2c/dpchsw.c | 253 +++++++++++ Lib/Slatec/slatec/f2c/dpcoef.c | 121 ++++++ Lib/Slatec/slatec/f2c/dpoco.c | 303 +++++++++++++ Lib/Slatec/slatec/f2c/dpodi.c | 203 +++++++++ Lib/Slatec/slatec/f2c/dpofa.c | 128 ++++++ Lib/Slatec/slatec/f2c/dpolft.c | 528 +++++++++++++++++++++++ Lib/Slatec/slatec/f2c/dscal.c | 123 ++++++ Lib/Slatec/slatec/f2c/dswap.c | 161 +++++++ Lib/Slatec/slatec/f2c/ezfft1.c | 159 +++++++ Lib/Slatec/slatec/f2c/ezfftb.c | 162 +++++++ Lib/Slatec/slatec/f2c/ezfftf.c | 145 +++++++ Lib/Slatec/slatec/f2c/ezffti.c | 70 +++ Lib/Slatec/slatec/f2c/fdump.c | 47 ++ Lib/Slatec/slatec/f2c/i1mach.c | 929 ++++++++++++++++++++++++++++++++++++++++ Lib/Slatec/slatec/f2c/idamax.c | 121 ++++++ Lib/Slatec/slatec/f2c/isamax.c | 121 ++++++ Lib/Slatec/slatec/f2c/j4save.c | 84 ++++ Lib/Slatec/slatec/f2c/pchbs.c | 261 +++++++++++ Lib/Slatec/slatec/f2c/pchce.c | 320 ++++++++++++++ Lib/Slatec/slatec/f2c/pchci.c | 234 ++++++++++ Lib/Slatec/slatec/f2c/pchcm.c | 290 +++++++++++++ Lib/Slatec/slatec/f2c/pchcs.c | 332 ++++++++++++++ Lib/Slatec/slatec/f2c/pchdf.c | 148 +++++++ Lib/Slatec/slatec/f2c/pchfd.c | 408 ++++++++++++++++++ Lib/Slatec/slatec/f2c/pchfe.c | 394 +++++++++++++++++ Lib/Slatec/slatec/f2c/pchia.c | 343 +++++++++++++++ Lib/Slatec/slatec/f2c/pchic.c | 418 ++++++++++++++++++ Lib/Slatec/slatec/f2c/pchid.c | 251 +++++++++++ Lib/Slatec/slatec/f2c/pchim.c | 355 +++++++++++++++ Lib/Slatec/slatec/f2c/pchkt.c | 122 ++++++ Lib/Slatec/slatec/f2c/pchsp.c | 501 ++++++++++++++++++++++ Lib/Slatec/slatec/f2c/pchst.c | 82 ++++ Lib/Slatec/slatec/f2c/pchsw.c | 249 +++++++++++ Lib/Slatec/slatec/f2c/pcoef.c | 121 ++++++ Lib/Slatec/slatec/f2c/polfit.c | 527 +++++++++++++++++++++++ Lib/Slatec/slatec/f2c/pvalue.c | 249 +++++++++++ Lib/Slatec/slatec/f2c/pythag.c | 70 +++ Lib/Slatec/slatec/f2c/r1mach.c | 452 +++++++++++++++++++ Lib/Slatec/slatec/f2c/radb2.c | 139 ++++++ Lib/Slatec/slatec/f2c/radb3.c | 162 +++++++ Lib/Slatec/slatec/f2c/radb4.c | 214 +++++++++ Lib/Slatec/slatec/f2c/radb5.c | 232 ++++++++++ Lib/Slatec/slatec/f2c/radbg.c | 381 ++++++++++++++++ Lib/Slatec/slatec/f2c/radf2.c | 141 ++++++ Lib/Slatec/slatec/f2c/radf3.c | 155 +++++++ Lib/Slatec/slatec/f2c/radf4.c | 200 +++++++++ Lib/Slatec/slatec/f2c/radf5.c | 220 ++++++++++ Lib/Slatec/slatec/f2c/radfg.c | 386 +++++++++++++++++ Lib/Slatec/slatec/f2c/rfftb.c | 121 ++++++ Lib/Slatec/slatec/f2c/rfftb1.c | 224 ++++++++++ Lib/Slatec/slatec/f2c/rfftf.c | 122 ++++++ Lib/Slatec/slatec/f2c/rfftf1.c | 221 ++++++++++ Lib/Slatec/slatec/f2c/rs.c | 133 ++++++ Lib/Slatec/slatec/f2c/sasum.c | 124 ++++++ Lib/Slatec/slatec/f2c/saxpy.c | 150 +++++++ Lib/Slatec/slatec/f2c/sdot.c | 148 +++++++ Lib/Slatec/slatec/f2c/sgeco.c | 311 ++++++++++++++ Lib/Slatec/slatec/f2c/sgedi.c | 214 +++++++++ Lib/Slatec/slatec/f2c/sgefa.c | 171 ++++++++ Lib/Slatec/slatec/f2c/sgesl.c | 195 +++++++++ Lib/Slatec/slatec/f2c/snrm2.c | 251 +++++++++++ Lib/Slatec/slatec/f2c/spoco.c | 302 +++++++++++++ Lib/Slatec/slatec/f2c/spodi.c | 202 +++++++++ Lib/Slatec/slatec/f2c/spofa.c | 124 ++++++ Lib/Slatec/slatec/f2c/srot.c | 133 ++++++ Lib/Slatec/slatec/f2c/srotg.c | 144 +++++++ Lib/Slatec/slatec/f2c/sscal.c | 122 ++++++ Lib/Slatec/slatec/f2c/ssvdc.c | 756 ++++++++++++++++++++++++++++++++ Lib/Slatec/slatec/f2c/sswap.c | 161 +++++++ Lib/Slatec/slatec/f2c/tql2.c | 297 +++++++++++++ Lib/Slatec/slatec/f2c/tqlrat.c | 250 +++++++++++ Lib/Slatec/slatec/f2c/tred1.c | 217 ++++++++++ Lib/Slatec/slatec/f2c/tred2.c | 260 +++++++++++ Lib/Slatec/slatec/f2c/xerbla.c | 100 +++++ Lib/Slatec/slatec/f2c/xercnt.c | 77 ++++ Lib/Slatec/slatec/f2c/xerhlt.c | 57 +++ Lib/Slatec/slatec/f2c/xermsg.c | 469 ++++++++++++++++++++ Lib/Slatec/slatec/f2c/xerprn.c | 310 +++++++++++++ Lib/Slatec/slatec/f2c/xersve.c | 233 ++++++++++ Lib/Slatec/slatec/f2c/xgetua.c | 87 ++++ 112 files changed, 26795 insertions(+), 0 deletions(-) commit 4af280225a635e6ef1ae34bf52ee7318d30fd4b1 Author: Chris Marshall Date: Sat Jan 2 14:52:49 2010 -0500 Fix no more windows hang in imag2d twiddle() There was a possible hang with imag2d() and its twiddle() subroutine where closing the image windows via the window manager close widget could leave you with no active windows to receive the Q command to stop twiddling. Now we correctly update the list of imag2d() image windows and check during the twiddle. imag2d.pdl | 67 ++++++++++++++++++++++++++++++++++++++++++++--------------- 1 files changed, 50 insertions(+), 17 deletions(-) commit 95adcd60ce0463050e8397d26ad895b923779a36 Author: Chris Marshall Date: Sat Jan 2 12:19:40 2010 -0500 Update Known_problems (whitespace path bug fixed) This is sf.net bug #2924854. Known_problems | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit c48de5a5b4949c967ab02f8e4ae34c1dc6f8b99d Author: Chris Marshall Date: Sat Jan 2 11:38:50 2010 -0500 Make PDL prompt/warn if space in build path This resolves sf.net bug #2924854. The Makefile.PL will check the current directory of the Makefile.PL and warn if white space is detected. A prompt is issued to see if the user wishes to continue anyway. Makefile.PL | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) commit ef612667b1634400f85544e1cb4443295b925e7b Author: Chris Marshall Date: Sat Jan 2 10:09:55 2010 -0500 Update INSTALL/Known_problems for sf bug #2924854 PDL build currently breaks if the build directory has white space in it. The work around is to use a build directory without white space in the path. INSTALL | 16 ++++++++++++++++ Known_problems | 5 +++++ 2 files changed, 21 insertions(+), 0 deletions(-) commit b13bda4cc6513b5699213c407e80c68f630a525f Author: Chris Marshall Date: Sat Jan 2 00:03:29 2010 -0500 Fix GL.pm compile problem with x11 windows If you build TriD with the 'x11' window type option, then some GLUT routines are not declared/defined and GL.pm fails to compile. This puts a string eval around the problem line to fix the compile. Graphics/TriD/TriD/GL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0042f0d7c53f0f574d0bef39347cb616fe82e5f3 Author: Chris Marshall Date: Fri Jan 1 15:33:16 2010 -0500 Add imag2d twiddle hang info to Known_problems This is a reminder to fix the problem by checking for any remaining open windows and if the last one closes, return from twiddle(). Also need to refresh the display on a new twiddle() in case the image data has changed. Known_problems | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit feccc2d81ada0f4ed655a44929cbf1362e00185b Author: Chris Marshall Date: Fri Jan 1 15:32:49 2010 -0500 Update VERSION to 2.4.6_001 for development Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f4d68710abd86a754b86dd0ceed4d101c8fba634 Author: Chris Marshall Date: Fri Jan 1 12:05:18 2010 -0500 Add Padre/pdlrun to MANIFEST MANIFEST | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit d378ec2edd2728f008d0ce67f5b26337ac8616f2 Author: Chris Marshall Date: Thu Dec 31 23:06:11 2009 -0500 Update readme-type files for 2.4.6 release BUGS | 10 +++++----- DEPENDENCIES | 22 ++++++++++++---------- Known_problems | 15 +++++++-------- README | 7 +++++-- TODO | 16 ++++++++++++++++ 5 files changed, 45 insertions(+), 25 deletions(-) commit fbfa06523b657a643987ccb5a1c0359bd30bc09b Author: Chris Marshall Date: Thu Dec 31 22:22:24 2009 -0500 Set VERSION to 2.4.6 for release tomorrow Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 873bebb24b9d67c39781110cb289f2ddecd22cfb Author: Chris Marshall Date: Thu Dec 31 14:26:01 2009 -0500 Update Release_Notes for 2.4.6 release Release_Notes | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 136 insertions(+), 0 deletions(-) commit d38f9b5d0479d483ddb8c62afb8b2e9239107556 Author: Chris Marshall Date: Wed Dec 30 23:09:00 2009 -0500 Set $rl_MaxHistorySize to $PERLDL::HISTFILESIZE Term::ReadLine::Perl has a default maximum number of lines saved of 100 set by the variable $readline::rl_MaxHistorySize. This fixes default.perldlrc (a.k.a. default.pdl on windows) to set the limit to $PERLDL::HISTFILESIZE. Basic/default.perldlrc | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 117d1cdc9b1efeafd12d063315c3c01dda8d7da8 Merge: 35321ff bb3d913 Author: Chris Marshall Date: Wed Dec 30 21:30:31 2009 -0500 Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl commit bb3d913decaa6d426213b6faf226003710f7f5fc Author: Chris Marshall Date: Tue Dec 29 12:03:42 2009 -0500 Add note to install Devel::REPL for Padre shell Padre/README | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 0ed2a1b4ab0a0afd7a3c79d9ea316753e36740ff Author: Chris Marshall Date: Tue Dec 29 11:23:17 2009 -0500 Add win32 notes for Devel::REPL shell Padre/README | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) commit b72fcb70122bdb5b8a4373b553502d9c845923b2 Author: Chris Marshall Date: Tue Dec 29 11:10:41 2009 -0500 Update Padre/README with usage info This should be enough to get things started with Devel::REPL based shell. Try the TAB completion for PDL methods and enjoy! Padre/README | 30 +++++++++++++++++++++++++++++- Padre/pdlrun | 8 ++++++++ 2 files changed, 37 insertions(+), 1 deletions(-) commit 35321ff5103616716b6b02c2cf8ca1258c2559c0 Merge: 25cf2c6 7c31c35 Author: Chris Marshall Date: Mon Dec 28 20:16:51 2009 -0500 Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl commit 7c31c350040d1421f36e9f454eee2d30d0ec1662 Author: Chris Marshall Date: Mon Dec 28 15:44:30 2009 -0500 VERSION to 2.4.5_009 for final fixes We're in code freeze so it is likely that there will not be another intermediate CPAN developers release before 2.4.6 on Fri, 01-Jan-2009. Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 79d65a4d4945fc1a6231972bd0a1dfe29cfe7fdd Author: Chris Marshall Date: Mon Dec 28 15:34:45 2009 -0500 Update FAQ for PDL-2.4.6 release Basic/Pod/FAQ.pod | 85 ++++++++++++++++++++++++++--------------------------- 1 files changed, 42 insertions(+), 43 deletions(-) commit f11bd26d75d4241e9102fabfc64591bfc0c3f77d Merge: d0bd1af ae53283 Author: Chris Marshall Date: Mon Dec 28 10:42:32 2009 -0500 Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl Conflicts: DEPENDENCIES Known_problems MANIFEST TODO perldl.conf commit 25cf2c67641bc58d7e55ad25f95b8a4d0069fcac Author: Chris Marshall Date: Sun Dec 27 16:28:21 2009 -0500 Add comment re fix for defined(%hash) usage This is apparently not quite correct usage. Searching for the terms 'defined(%hash) is deprecated' on Google yielded the replacement added to the comments. Basic/Core/Dev.pm | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit ae53283d0f0a97bbdbc1e783faefec04d6e6053b Author: Chris Marshall Date: Sun Dec 27 13:06:00 2009 -0500 Add Release_Notes for PDL-2.4.5_008 release This release is basically PDL-2.4.6 release candidate 2.... Release_Notes | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 9c348c5eb5ffa91343b29c5f7484bca8bec9523d Author: Chris Marshall Date: Sun Dec 27 13:05:29 2009 -0500 Add sf.net PDL wiki URL to INSTALL file INSTALL | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit b1910b5e2bed0e6762b42775b79c8f115a02505f Author: Chris Marshall Date: Sun Dec 27 12:58:06 2009 -0500 Add "how to use" comment to imag2d.pdl imag2d.pdl | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 260a2491af88e0ef9c34a38cee92dd1070f8b6a9 Author: Chris Marshall Date: Sun Dec 27 12:22:56 2009 -0500 Update POGL_VERSION and WITH_3D in perldl.conf Autoprobe for TriD build now works on all supported platform types so removed WITH_3D special cases. Also set POGL_VERSION to 0.62. Earlier may work mostly but you'll need to edit perldl.conf to change. perldl.conf | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 87151fb54b33ecdc197e1c410bf759b9d60d77a8 Author: Chris Marshall Date: Sun Dec 27 12:22:16 2009 -0500 Update VERSION to 2.4.5_008 for development Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 001b76543ce97accac986ced29d5336b3dcd09b1 Author: Chris Marshall Date: Sun Dec 27 12:21:00 2009 -0500 Update MANIFEST with Example/TriD files MANIFEST | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 811ddff923fb79d9190c93c0ee7e39588ccfbb66 Author: Chris Marshall Date: Sat Dec 26 13:13:08 2009 -0500 Update readme's for 2.4.5_007 release BUGS | 7 ++++--- DEPENDENCIES | 3 ++- DEVELOPMENT | 2 +- Known_problems | 15 ++++++--------- Release_Notes | 15 +++++++++++++++ 5 files changed, 28 insertions(+), 14 deletions(-) commit 873ab2ca7248e24f25140e22f6a764fffd97efd0 Author: Chris Marshall Date: Sat Dec 26 12:52:40 2009 -0500 Mv 3dtest.pl and line3d.pl to Example/TriD 3dtest.pl | 18 ------------------ line3d.pl | 19 ------------------- 2 files changed, 0 insertions(+), 37 deletions(-) commit 80e341d92050179475e924e0e9f52f24582d3908 Author: Chris Marshall Date: Sat Dec 26 12:51:11 2009 -0500 Move TriD example/test progs to Example/TriD Clean up top level PDL directory by moving the example/test programs 3dtest.pl and line3d.pl to Example/TriD/ which is probably where they should have been to begin with. Example/TriD/3dtest.pl | 18 ++++++++++++++++++ Example/TriD/line3d.pl | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+), 0 deletions(-) commit 3ad6b847666f5b66289e406234349abef12807e9 Author: Chris Marshall Date: Tue Dec 22 14:35:16 2009 -0500 Rm unnecessary ${ } around get_dataref in GL.pm Graphics/TriD/TriD/GL.pm | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit baf3c96196c2f13ac1000f0777230865e452eb0a Author: Chris Marshall Date: Tue Dec 22 13:52:36 2009 -0500 Add example to imag2d() documentation imag2d.pdl | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) commit c86f955a59b3ab95ced604e603e4c5887c132476 Author: Chris Marshall Date: Tue Dec 22 12:39:51 2009 -0500 Replace GIMME by GIMME_V in Core.xs Basic/Core/Core.xs.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 57651a8aa6027ca038de249d45a8f57a3054d316 Author: Chris Marshall Date: Tue Dec 22 10:59:32 2009 -0500 Add q or Q to Quit message to twiddle Also added the GLUT window ID to the Title for reference and changed the minimum dimension to 200 pixels from 100 pixels which seemed a bit small. Probably should handle user override when they specify their own value for $zoom. imag2d.pdl | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) commit 8ed116a4f55443a07b9e1e4333378127dac45528 Author: Chris Marshall Date: Tue Dec 22 10:59:11 2009 -0500 Update version to 2.4.5_007 for devel Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4b0bb173adb47db4d5296fa556f536cfd23404d9 Author: Chris Marshall Date: Mon Dec 21 16:19:34 2009 -0500 Update readme type files for 2.4.5_006 Known_problems | 4 ++++ Padre/README | 5 ++++- TODO | 12 ++++++++++++ cygwin/INSTALL | 17 ++++++++++++++++- 4 files changed, 36 insertions(+), 2 deletions(-) commit 7c5bf726f578a9e6e3c4a91aba9fda2d2569d675 Author: Chris Marshall Date: Mon Dec 21 16:05:28 2009 -0500 Update Known_problems for PDL-2.4.5_006 Known_problems | 53 ++++++++++++++++++----------------------------------- 1 files changed, 18 insertions(+), 35 deletions(-) commit 6f5adf14a1ea130517c90ab3307ef0fd0affe3b9 Author: Chris Marshall Date: Mon Dec 21 13:05:57 2009 -0500 Update Release_Notes, Known_problems,... and MANIFEST with imag2d.pdl for trial release of new 2D image display functionality. Known_problems | 2 +- MANIFEST | 1 + Release_Notes | 21 +++++++++++++++++++++ 3 files changed, 23 insertions(+), 1 deletions(-) commit 7e7bad8e941ac1d77862e650538e9f87317f8216 Author: Chris Marshall Date: Mon Dec 21 13:04:22 2009 -0500 Fix missing use PDL::Core in VRML.pm VRML.pm is not supported but it was missing a use PDL::Core to provide barf. I'm not sure why it was not detected sooner. Graphics/TriD/VRML/VRML.pm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 46dfcc9147588c3749a7f292b05113e58080d22a Author: Chris Marshall Date: Mon Dec 21 13:02:28 2009 -0500 Add imag2d.pdl This implements the basic functionality planned regarding an improved imagrgb() routine. imag2d.pdl | 638 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 638 insertions(+), 0 deletions(-) commit ee2a13e45c5664fef765c039f320c3d0b979928e Author: Chris Marshall Date: Mon Dec 21 13:01:26 2009 -0500 Update $PDL::VERSION to 2.4.5_006 for devel Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 578deac1c0b61f3f40c4e69c9540f36bb5804c56 Author: Chris Marshall Date: Sun Dec 20 17:00:12 2009 -0500 Update Known_problems for PDL version Known_problems | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) commit 5b7931f3a1ba49780cfb19c9d19fc9cc75dec496 Author: Chris Marshall Date: Sun Dec 20 16:53:12 2009 -0500 Update Release_Notes w TriD multi-window status Release_Notes | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) commit 728d7d8bfbd152319a7b97fdd8c3aba2c601dad6 Author: Chris Marshall Date: Sun Dec 20 16:36:55 2009 -0500 Make window the *GLUT* current window for display This doesn't make any difference with only one window but with multiple windows, the image was appearing in the wrong windows. Still need a better way to select/set an active figure window. There are currently two globals for the TriD current window: $PDL::Graphics::TriD::cur $PDL::Graphics::TriD::current_window Need to determine if they are both needed and if not, get rid of one of them. Graphics/TriD/TriD/GL.pm | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 1a5793d43ae03081708c78175a079a0588c0c9d1 Author: Chris Marshall Date: Sun Dec 20 16:35:36 2009 -0500 Add window ID to GLUT TriD window titles This allows for easier multi-window support since the user can tell at a glance what ID goes with what window. Graphics/TriD/POGL/OpenGL.pm | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 15e098ca2a28be2fa3b468cd3a5b8f3d9c811c25 Author: Chris Marshall Date: Sun Dec 20 15:50:14 2009 -0500 Fix annoying PGPLOT::HANDLE warning message Apparently perl_get_sv() and the non-deprecated version get_sv() will cause a variable used only once message since perl 5.10. Or in GV_ADDMULTI with the create option to quiet the message. Graphics/PGPLOT/Window/Window.xs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit de1a6e5b7c4ecc4e6524964670203869836ae63b Author: Chris Marshall Date: Sun Dec 20 15:48:39 2009 -0500 Update MANIFEST for Padre The Padre directory is experimental for now but we would like to make it available for users to try with releases as well as just git pulls. MANIFEST | 269 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 136 insertions(+), 133 deletions(-) commit 67bf357263a7ff63ac2bb55193e3f8e52568fd17 Author: Chris Marshall Date: Sun Dec 20 12:46:13 2009 -0500 Update conv1d pod with math definition Added the equation being calculated for the conv1d() routine. Still need to update the general convolution docs. Basic/Primitive/primitive.pd | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) commit 5855ee33d6d98c8207a2d09942afa18580e14950 Author: Chris Marshall Date: Sat Dec 19 21:55:38 2009 -0500 Fix SF bug #2524068 re pp_def() w no piddles pp_def() when used to generate bindings to functions with no piddle arguments (numm Pars option) creates invalid C99 syntax. The workaround is to use pp_addxs() instead. Known_problems | 6 ------ Lib/Minuit/minuit.pd | 23 +++++++++++++++++------ Release_Notes | 4 ++++ 3 files changed, 21 insertions(+), 12 deletions(-) commit 3972fa71f6c6717cf3c276d656fa442867e3ca54 Author: Chris Marshall Date: Sat Dec 19 18:54:22 2009 -0500 Update Release_Notes with convolution fixes Release_Notes | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit 165a2a692ccbcc9545248fb71c09dcaee716ba01 Author: Chris Marshall Date: Sat Dec 19 18:46:04 2009 -0500 Fix fftconvolve This fixes SF bug #2630369 where fftconvolve() did not give the same results as conv1d, conv2d, or convolveND. This implements fftconvolve at the perl level using the direct calculation the FFT for the each of the input arguments, then complex multiplication of the results followed by iFFT. This implementation uses the full complex FFT and iFFT with all the associated temporaries. The results are returned in place which preserves the original (confusing) behavior. Lib/FFT/fft.pd | 29 +++++++++++++++++++++++++++-- 1 files changed, 27 insertions(+), 2 deletions(-) commit a3ca0b0529d7f56b3e79d0a855426f3c57d5d7ef Author: Chris Marshall Date: Sat Dec 19 16:48:24 2009 -0500 Fix conv1d to calculate convolution The existing code was actually calculating the correlation and not convolution. They are the same for symmetric kernels which may be why this was not recognized until now. Basic/Primitive/primitive.pd | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 731e6d5b82548366fc819680e5c0930239586359 Author: Chris Marshall Date: Sat Dec 19 16:46:51 2009 -0500 Update version to 2.4.5_005 for development This is the final "fix" cycle with PDL before a minor bug fix release of PDL-2.4.6 to CPAN with the little fixes since 2.4.5. Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a2da5ac4c70c66abd7d5205481256ff2aeb98c94 Merge: 2df55ef 319c72b Author: David Mertens Date: Mon Dec 14 12:56:45 2009 -0600 Merge branch 'master' of git://pdl.git.sourceforge.net/gitroot/pdl/pdl commit d0bd1af56add57a397e3dd16019bcc3d59dedbc9 Merge: 9fb93f8 319c72b Author: Chris Marshall Date: Fri Dec 11 10:07:39 2009 -0500 Merge branch 'master' of ssh://marshallch@pdl.git.sourceforge.net/gitroot/pdl/pdl commit 319c72b5fab7a36284a89f5794c06348950457cc Author: Chris Marshall Date: Thu Dec 10 22:33:18 2009 -0500 Make Padre subdir for integration work This is a scratch directory for work integrating PDL with Padre. The first file is NiceSlice.pm which is a Devel::REPL::Plugin support perldlpp NiceSlice preprocessing for Devel::REPL. Work continues to implement the rest of existing perldl functionality. Padre/NiceSlice.pm | 27 +++++++++++++++++++++++++++ Padre/README | 7 +++++++ 2 files changed, 34 insertions(+), 0 deletions(-) commit 9fb93f8980aecc9abf5b6ddf4ace8c6a3fe126b9 Author: Chris Marshall Date: Wed Dec 9 17:17:31 2009 -0500 Update MANIFEST with debian/ changes I don't know why "make manifest" did not remove the irrelevant entries. MANIFEST | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit e2fac04d1352ef034230904dbc08c1fcd9ed6269 Author: Chris Marshall Date: Wed Dec 9 16:44:04 2009 -0500 Update Known_Problems and TODO for release Known_problems | 3 +++ TODO | 4 +++- 2 files changed, 6 insertions(+), 1 deletions(-) commit ed079eddc13d9d82e78d36eea453706f313702b0 Author: Chris Marshall Date: Wed Dec 9 16:37:54 2009 -0500 Update OpenGL version required info DEPENDENCIES | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ea2ea7b7efc162c5535904c4300befa8149337a6 Author: Chris Marshall Date: Wed Dec 9 16:36:03 2009 -0500 Set POGL_VERSION in perldl.conf to 0.61 for CPAN CPAN dependencies don't support developers releases so I've added a comment what the unofficial version required is and the official required dependency that CPAN will use is below. perldl.conf | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit a85bf7885514fcf17b355746a0bfc8ae4d9fcd2c Author: Chris Marshall Date: Wed Dec 9 16:31:00 2009 -0500 Update Release_Notes for CPAN 2.4.5_004 release Release_Notes | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit 2e79ab76b123990c39114182525e65e0f5a0ad41 Author: Chris Marshall Date: Wed Dec 9 16:29:41 2009 -0500 Update to v3.14 of ppport.h portability Basic/Core/ppport.h | 3870 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 3722 insertions(+), 148 deletions(-) commit affe0cc052580600bfc5bd93245fd0d14a9de6a2 Author: Chris Marshall Date: Wed Dec 9 16:27:28 2009 -0500 Permissions cleanup 0 files changed, 0 insertions(+), 0 deletions(-) commit 80688088d54ab8128069b05a701412e59c150bd3 Author: Chris Marshall Date: Sun Nov 22 14:03:12 2009 -0500 Fix OpenGLQ headers for AGL GLUT only build This permits a completely non-X11 Apple GLUT TriD to build. Also updated POGL_VERSION => 0.61_002 as a reminder that this prerequisite information will need to be updated for releases. Graphics/TriD/OpenGLQ/openglq.pd | 5 +++++ perldl.conf | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) commit 27d2b07aa500cb5b046991905e0267b3ced9d4a7 Author: Chris Marshall Date: Fri Nov 20 13:45:24 2009 -0500 Update Release_Notes for 2.4.5_004 Release_Notes | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) commit dd951a75bf8c7edeaae8d0ff39ddbc02340734a0 Author: Chris Marshall Date: Fri Nov 20 13:34:35 2009 -0500 Set VERSION to 2.4.5_004 for development Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e4ed469076e1a12a1cc2f4343223af3b7ac67282 Author: Chris Marshall Date: Fri Nov 20 13:33:14 2009 -0500 Make Perl OpenGL 0.61 the minimum version OpenGL-0.61 has a needed fix to some FreeGLUT parameters that are required for correct event loop exit handling. perldl.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f3a4409d982957a9863f5aa8d9f6f9d9ed515f4a Author: Chris Marshall Date: Fri Nov 20 13:31:45 2009 -0500 Fix bug with _have_freeglut check The new() method was using $OpenGL::_have_freeglut to test rather than the correct OpenGL::_have_freeglut(). Graphics/TriD/POGL/OpenGL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2a2ab08ea995bcbdcccdd3ac7eedba56c17df376 Author: Henning Glawe Date: Mon Nov 9 13:38:13 2009 +0100 add list of symlinks to create in debian package debian/pdl.links | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 12371263640afb8724c87703aa6018842bcdba82 Author: Henning Glawe Date: Mon Nov 9 13:37:00 2009 +0100 import changelog from latest debian upload debian/changelog | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 7e18a6cb47478d93613e7f56ed4511a03396fb8b Author: Henning Glawe Date: Mon Nov 9 13:36:16 2009 +0100 debian: switch to freeglut window type debian/perldl.conf | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 66616037c82bbee4990d7e1d0ff5f552563fd28b Author: Henning Glawe Date: Mon Nov 9 13:35:57 2009 +0100 link against -lgfortran debian/f77conf.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fc2e63b1447d58bf91387133ac41dbf144802416 Author: Henning Glawe Date: Mon Nov 9 13:35:17 2009 +0100 build-depend and suggest ExtUtils::F77 debian/control | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d3d8e443cac5446894f7ad0c964cfef092a2fa28 Author: Henning Glawe Date: Mon Nov 9 13:34:41 2009 +0100 debian: run testsuite in verbose mode debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2f0ff44a70ff363309a2792f699099c6e054cff0 Author: Henning Glawe Date: Mon Nov 9 13:22:13 2009 +0100 report exact slatec load error in verbose mode t/limits_00.t | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 3baf3788b33ea3caf2071709f37d66081e4df5cf Author: Henning Glawe Date: Mon Nov 9 13:20:49 2009 +0100 tell if the test was actually skipped confusingly, the minuit test was giving 'ok' in case of minuit load errors t/minuit.t | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 2a675f60de5407819f01be178652ccf32a2fd549 Author: Henning Glawe Date: Mon Nov 9 13:18:40 2009 +0100 tell if the test was actually skipped confusingly, the slatec test was giving 'ok' in case of slatec load errors t/slatec.t | 34 +++++++++++----------------------- 1 files changed, 11 insertions(+), 23 deletions(-) commit 133a3b714bc981d0f1c60f6fb33973e3c3477a86 Author: Henning Glawe Date: Sat Nov 7 10:20:17 2009 +0100 import changelog from debian upload debian/changelog | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 1a90f28b6585720ba6d177ca374f9d94373eec81 Author: Henning Glawe Date: Sat Nov 7 10:18:05 2009 +0100 clean also .inlinepdlpp Makefile.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 40410cc6502f48362b7633a4600d2c9b15d7615e Author: Henning Glawe Date: Sat Nov 7 10:16:51 2009 +0100 properly clean minuit the library was still there after clean Lib/Minuit/Makefile.PL | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6934ed3a1db64839424a11478a6547463df6fa8a Author: Henning Glawe Date: Sat Nov 7 10:06:13 2009 +0100 move installtime-generated docs to /var/lib/pdl debian/pdl.dirs | 1 + debian/pdl.doc-base | 4 ++-- debian/pdl.lintian-overrides | 4 ++-- debian/pdl.postinst | 6 ++---- debian/pdl.prerm | 4 ++-- 5 files changed, 9 insertions(+), 10 deletions(-) commit 779f59ec1b564577d390cee482e16a0e785b5f3a Author: Henning Glawe Date: Sat Nov 7 09:56:30 2009 +0100 do not scan Index.pod this is actually the result of the scan, so... Doc/Doc.pm | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit fc9a1cf00c9711dafae4501ad6e4becba15ef64b Author: Henning Glawe Date: Sat Nov 7 09:55:20 2009 +0100 add 3rd argument to scantree: index location Doc/scantree.pl | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit 748386e840b7ec22e65c17788c8dfb9acc4e41bd Author: Henning Glawe Date: Sat Nov 7 09:51:01 2009 +0100 use debhelper for lintian override handling debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2329f5e6a85faa2e7e1da58e7f3b4e9834df3ddf Author: Henning Glawe Date: Sat Nov 7 09:49:48 2009 +0100 use dh_prep instead of dh_clean -k recommended by newer debhelper versions debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9b2ffcbc1df014113d90c66690967407d42de120 Author: Henning Glawe Date: Sat Nov 7 09:48:50 2009 +0100 debian configure rule should depend on patch-stamp debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4fd6df440fa04b5d67bfd7792415e7985b0edc5f Author: Henning Glawe Date: Sat Nov 7 09:45:57 2009 +0100 remove useless postrm script debian/postrm | 38 -------------------------------------- 1 files changed, 0 insertions(+), 38 deletions(-) commit 35f25ec3df9669f235eb80cd22a28a3a36708d02 Author: Henning Glawe Date: Sat Nov 7 09:44:01 2009 +0100 move package infrastructure into pdl pkg namespace debian/dirs | 2 -- debian/docs | 5 ----- debian/pdl.dirs | 2 ++ debian/pdl.docs | 5 +++++ debian/pdl.postinst | 46 ++++++++++++++++++++++++++++++++++++++++++++++ debian/pdl.prerm | 40 ++++++++++++++++++++++++++++++++++++++++ debian/postinst | 46 ---------------------------------------------- debian/prerm | 40 ---------------------------------------- 8 files changed, 93 insertions(+), 93 deletions(-) commit b30ef1738ddca8a58f25724602076f0110fe89f1 Author: Henning Glawe Date: Sat Nov 7 09:41:08 2009 +0100 update build-depends, bump debhelper/standard debian/compat | 2 +- debian/control | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) commit 26bb75208338df325f97118d4eb1d3a6c92257df Author: Henning Glawe Date: Sat Nov 7 09:37:28 2009 +0100 add readme about the debian source and patches debian/README.source | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 9e1ea2b80604d429be8276396e016bd74e6cf0c0 Author: Chris Marshall Date: Sun Nov 1 11:47:58 2009 -0500 Update to version 2.4.5_003 for developers release Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 35dd416bd603f21b40c6caf99d368d07ca0e9ef6 Author: Chris Marshall Date: Sun Nov 1 10:12:22 2009 -0500 Fix OpenGLQ/Makefile.PL use/require problem Had require but with use statement syntax. Graphics/TriD/OpenGLQ/Makefile.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 300fae29802d2b8a8c3f42808105bf4ae8dc3b8f Author: Chris Marshall Date: Fri Oct 30 19:03:15 2009 -0400 Update version to 2.4.5_002 to test fix Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 33f84778832582823f8ca054a94b3cb7a14a76dc Author: Chris Marshall Date: Fri Oct 30 19:01:13 2009 -0400 Fix some TriD OpenGL config and test bugs This should help with CPAN automated testers. Graphics/TriD/OpenGL/opengl.pd | 2 +- Graphics/TriD/OpenGLQ/Makefile.PL | 6 ++++-- t/opengl.t | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) commit 29dcd99a806f477bf4f495a5a0e13367c3004889 Author: Chris Marshall Date: Fri Oct 30 14:07:00 2009 -0400 Removed automated testing USE_POGL=>1 setting This and the hardwired 1 in the perldl.conf may have been the origin of a lack of CPAN automated testers reports. It may not have been but this release should check it. Makefile.PL | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit 032321eadae4a09ad358947960f3d9113e530ec8 Author: Chris Marshall Date: Fri Oct 30 13:28:49 2009 -0400 Fix perldl.conf to set USE_POGL => undef I think this may resolve some of the not appearing test results from CPAN. If this works, then it will be the basis for a PDL-2.4.6 release. Maybe 2.4.61? perldl.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 09b657b4b71326fb0c55dbaf056af9ba806fa175 Author: Chris Marshall Date: Sat Oct 24 13:26:54 2009 -0400 Update VERSION to 2.4.5_001 for development The official PDL-2.4.5 release is now available on CPAN and at the PDL sf.net downloads page. The git master branch goes back to development versioning starting with 2.4.5_001. Happy coding! Basic/PDL.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c62a322b1c8648fc0c6c7a7bbcade6bc1b2350ab Author: Chris Marshall Date: Sat Oct 24 11:56:23 2009 -0400 Update MANIFEST for PDL-2.4.5 release MANIFEST | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit 55a321ba41a056e1b29bcc606e4080b0fbee7b9b Author: sisyphus_ Date: Sat Oct 24 09:21:55 2009 +1100 Update win32/INSTALL Installation procedures for win32 updated win32/INSTALL | 150 +++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 103 insertions(+), 47 deletions(-) commit 9d75cfa8e32646c47e569e169afaec3a2118d873 Author: sisyphus_ Date: Sat Oct 24 08:46:45 2009 +1100 Remove obsolete files from win32 folder Readme, PDL.ppd, pbmwin32.tar.gz, makeppm.pl, and install.ppm removed from win32 folder. win32/PDL.ppd | 12 ---------- win32/Readme | 40 ------------------------------------ win32/install.ppm | 54 ------------------------------------------------- win32/makeppm.pl | 20 ------------------ win32/pbmwin32.tar.gz | Bin 258002 -> 0 bytes 5 files changed, 0 insertions(+), 126 deletions(-) commit 4362c1c77d80d78f51cd37f93ec5e13f2969f32b Author: Henning Glawe Date: Fri Oct 23 16:03:56 2009 +0200 switch TriD window mode to x11 in debian package debian/perldl.conf | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit af381813d13be2e7d6112cde4a371f97fb6450df Author: Chris Marshall Date: Fri Oct 23 09:24:03 2009 -0400 Update Known_problems with x64 OpenGL issue Known_problems | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 308bdc9dd45a7e12f855b2f3f8bb24199354ccd5 Author: Henning Glawe Date: Fri Oct 23 11:43:16 2009 +0200 remove full path from perl calls in debian/postinst debian/postinst | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6ea299c944e856c6727331797294fd9a4db469c2 Author: Henning Glawe Date: Fri Oct 23 11:41:17 2009 +0200 removed empty debian/preinst script debian/preinst | 38 -------------------------------------- 1 files changed, 0 insertions(+), 38 deletions(-) commit bd209c53d51fde9b0a73463657083518b2a6f4bc Merge: da9b755 6b71df5 Author: Henning Glawe Date: Fri Oct 23 10:57:18 2009 +0200 Merge branch 'master' of ssh://eartoaster@pdl.git.sourceforge.net/gitroot/pdl/pdl commit da9b7557bcebc42332c6ade81c7be6fb49591faf Author: Henning Glawe Date: Fri Oct 23 10:55:37 2009 +0200 fix some POD syntax errors found by lintian Basic/Core/Dev.pm | 4 +++- Doc/Doc/Perldl.pm | 3 --- Graphics/PGPLOT/Window/Window.pm | 4 ++-- Lib/FFT/fft.pd | 3 --- 4 files changed, 5 insertions(+), 9 deletions(-) commit 6b71df53ea2e10fbcef1372f6df344df948e6158 Author: Chris Marshall Date: Thu Oct 22 17:29:09 2009 -0400 Clean up POD for Graphics/TriD/TriD.pm Graphics/TriD/TriD.pm | 59 +++++++++++++++++++++++++------------------------ 1 files changed, 30 insertions(+), 29 deletions(-) commit d3ac9a74b727c80f02b3b714eac779580ee36f42 Author: Chris Marshall Date: Thu Oct 22 16:57:20 2009 -0400 Update Known_problems re Mac OS X TriD font issue Known_problems | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) commit eed356c09baf69dfe6ae35d1227a1342811c9734 Author: Henning Glawe Date: Thu Oct 22 17:13:04 2009 +0200 fix typo in minuit Makefile.PL Lib/Minuit/Makefile.PL | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 36f11d3ab315e5245fed2d1a20c1a15e91e5453e Author: Henning Glawe Date: Thu Oct 22 16:59:12 2009 +0200 import debian packaging info up to 2.4.3-8 debian/changelog | 25 +++++++++++++++++++++++-- debian/control | 7 ++++--- debian/pdl.doc-base | 3 +-- debian/pdl.remove | 1 + 4 files changed, 29 insertions(+), 7 deletions(-) commit 58e0e5e16986f5d30bd7794935f420e8ce808a04 Author: Henning Glawe Date: Thu Oct 22 15:29:15 2009 +0200 merge new lib options into debian perldl.conf debian/perldl.conf | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) commit 2b62a2a0055104fbb4df682d36d1b9def1a4497e Author: Henning Glawe Date: Thu Oct 22 15:25:42 2009 +0200 import trid/perl-opengl config debian/perldl.conf | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) commit 05a265877561abded2766f3b333a59c2f8b7c12d Author: Henning Glawe Date: Thu Oct 22 15:18:19 2009 +0200 apply whitespace and comment typo changes first step of updating debian/perldl.conf debian/perldl.conf | 71 ++++++++++++++++++++++++++------------------------- 1 files changed, 36 insertions(+), 35 deletions(-) commit 82933b9d2707e2dfd59f8c4d6dc02fc5493d22c4 Author: Chris Marshall Date: Wed Oct 21 17:59:19 2009 -0400 Remove bitfont.c from MANIFEST MANIFEST | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 018c1aef44668f8708cebcd6a4ae41b06dd2dc59 Author: Chris Marshall Date: Wed Oct 21 10:12:23 2009 -0400 Finished PDL-2.4.5 release notes/announcement Announce | 157 -------------------------------------------------------- Known_problems | 5 ++ Release_Notes | 92 ++++++++++++++++++++++++++------- 3 files changed, 77 insertions(+), 177 deletions(-) commit 03a62ede2ffa851f8015f69846646f7029a9903d Author: Chris Marshall Date: Tue Oct 20 16:14:46 2009 -0400 Add draft Announce file as working copy This is a temporary document only. It will be replaced by the announcements and official release notes when complete. Announce | 157 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 157 insertions(+), 0 deletions(-) commit adaf22b79107a75c30cf7c44e7e8c61f94ff0a96 Author: Chris Marshall 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 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 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 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 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 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 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 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 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 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 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 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 2df55ef32ba5b858841dea766e91b99a033c7e17 Merge: dd4e079 e93558b Author: David Mertens Date: Wed Oct 14 17:06:24 2009 -0500 Merge branch 'master' of git://pdl.git.sourceforge.net/gitroot/pdl/pdl commit dd4e079a8c91d93674f57475d190d9fdf560b21d Author: David Mertens Date: Wed Oct 14 17:04:27 2009 -0500 I've updated FastRaw to allow for arbitrary header files. This is mostly useful for using the same header file for many data sets. I updated the tests accordingly. I also poked around with perldl.conf, but I didn't think I had done anything to it. IO/FastRaw/FastRaw.pm | 160 ++++++++++++++++++++++++++++++++++++++++++++--- perldl.conf | 4 +- t/fastraw.t | 166 ++++++++++++++++++++++++++----------------------- 3 files changed, 241 insertions(+), 89 deletions(-) commit eaaa13411748ffb30cc42f76373478bbedea0526 Author: Chris Marshall 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 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 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 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 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 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 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 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 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 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 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 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_ 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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_ 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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_ 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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_ 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_ 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_ 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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(-) commit 4a4059f3813c5e2128dd57e3a7e23f5faf33c280 Author: Chris Marshall Date: Wed Apr 29 18:51:04 2009 -0400 Added the Changes for the t/pic_16bit.t commit. Changes | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 9e239ffb1eb0e52cc67ab2a1c6aff677b3dcb17d Author: Chris Marshall Date: Wed Apr 29 18:44:35 2009 -0400 Fix sf.net bug 2784016 This fixes sourceforge.net bug number 2784016 originally reported via rt.cpan.org where the t/pic_16bit.t test checked for pnmtopng with a very english specific test. The test has been modified to be less english specific. This is still far from full i8n of PDL. t/pic_16bit.t | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6048e3d6f082a3299d10b4920db41388f3762eb4 Author: Chris Marshall Date: Thu Apr 23 18:52:48 2009 -0400 Fixed test 17 in t/plplot.t Fixed test 17 in t/plplot.t to use a magnitude difference test rather than equality for the floating point quanitities. Changes | 3 +++ t/plplot.t | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) commit 5a31fe28398581c840b652d6d42964a156270545 Author: Chris Marshall Date: Thu Apr 23 11:04:35 2009 -0400 Fix t/autoload.t per sf bug number 2339726 Fixed test 3 of autoload.t per the SF.net bug #2339726 report by zowie. Changes | 3 +++ t/autoload.t | 2 +- 2 files changed, 4 insertions(+), 1 deletions(-) commit edb132bc9bdecd1d1f80a7675c23028d92e49896 Author: Chris Marshall Date: Thu Apr 23 11:00:21 2009 -0400 F bug #2753869 fixed with pctover()/oddpctover() This fixes SF bug #2753869 and also corrects the calculations performed for both the pctover() and oddpctover() functions. pctover() should now be consistent with NIST recommendations and MS Excel. oddpctover() should now be the basic textbook implementation. Basic/Ufunc/ufunc.pd | 38 +++++++++++++++++++++++--------------- Changes | 6 ++++++ t/ufunc.t | 10 ++++++++-- 3 files changed, 37 insertions(+), 17 deletions(-)