From: mohawk <moh...@us...> - 2015-03-14 02:31:18
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pdl". The branch, alienhdf4 has been updated discards 1ee4bab9c7b50588882a59478eb58da5b6b5e952 (commit) via e5e57638c22f62a1095fa2466e31d26be995292f (commit) via d751ac7eb426ae1d91d33f83d94f7ddbdfef7f4b (commit) via b8c25c5cfdcc9cb54f86fdb4a6a5fcc12c80a7e0 (commit) via 77076b65b571528c5db8e884312a3bc700d33de5 (commit) via 19f60b5632b2d478335e9ffdaae035139fd37a41 (commit) via 911ad924fd7b9e53722e6c29e7a8f0a075c0a233 (commit) via 556033ad8b043defa106c3bbb5d5533afe61a3df (commit) via 30dc30edb62a94695d9b0be12402348b7841f76d (commit) via 92e256b7bae29837c5ee670910f6991ce066768e (commit) via 99167feb924f149d8a0d21760ed50802625da046 (commit) via 5792d982cba937c10a21c2008532035d4e77a9b4 (commit) via e05263adaf50dee5e61d8f6729ec96229acbc412 (commit) via 6ffc83d7280f2ebf9ace4f38ce240118abc43285 (commit) via 9dd8c59aabb0683ba29e0dc34b127ea80e2e9d9c (commit) via bb64cbb67a9c39f3efe75130d066e17df5a818d6 (commit) via 251565d9be74954c7a7b674a99cebb067ab30a85 (commit) via 22ad4802e5ee1329f4db59a2680105951e7ab522 (commit) via 23aea94c483ce5c0b43e4acc8c5d625afe7011b4 (commit) via 57919eadcd3b33f1a11b87c35f2ac390003bef27 (commit) via 1fca0e4d692f26d05f07403670b3df98739ac0f4 (commit) via f9ef529e5ce3b3bf2ee9817bfc57b440fbcf155f (commit) via c18b7786a0d0742e9d05312033f834fde62bdf2b (commit) via fab9a420886cda29c083f0b1925bb2541182dae1 (commit) via 4c2595afea3d542804bb7ade3e03882c52c4fb2e (commit) via d89abb8ed0674ab17531950033e4112b1f0bc0f2 (commit) via 9b7ee236405a85af92932bff1608b23f001147b8 (commit) via b22930952429c479fc06f9ab9f43913bf92527c0 (commit) via 4b77820a0e783ab6d553e6fbf2f2a7bcb9b943ce (commit) via a3cbf9187319003fc221ac0a902b06d19b2cd2ba (commit) via 9585de3faa588b131f7a53556ed78facdce3c4da (commit) via b4d6f04ddbdf0cd02f290595f160d34aea3632df (commit) via 29a62296aa94fbb245d7292e28c039f4b8793e1d (commit) via 5ff3c89c924e32bcac3d3a6bc1e103962b97a1ab (commit) via f0b2314426e1ffbd7663c72ec825756c38c53452 (commit) via 7ebd2d5c1f7ebfc7fb5f9c938c98b370b341218e (commit) via 760460ec2a9dcac190e2ba608405535adbf27e11 (commit) via 81fb5a37e60d22cf5aba29271a7a45d65ca3b466 (commit) via 4027a43c5e571f273edbdede1748216affe8bd51 (commit) via 7b847e7146285e7b062a03b556004cdd52ae1241 (commit) via a84aef646b276cb2f9ac85e6635ff81b92fefc46 (commit) via 8a42d9ab3bf8a1be97510956a9f349463b950e40 (commit) via 0e013631c7c2a40cd93cf9bc40e6d451f5d5df90 (commit) via a36cacf07265ab85ccd84979e20080228040a0ff (commit) via e76c0e40f4b9a96ee795920cd33558bd1bda2c9d (commit) via 57b9c5b1f8072055a611949cc2c70c57d231ab85 (commit) via 538f34a2dc02bcb579ba6e7aa2ac18d2bfee7ded (commit) This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this: * -- * -- B -- O -- O -- O (1ee4bab9c7b50588882a59478eb58da5b6b5e952) \ N -- N -- N (e5e57638c22f62a1095fa2466e31d26be995292f) When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B. Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e5e57638c22f62a1095fa2466e31d26be995292f Author: Ed J <mo...@us...> Date: Sun Mar 1 09:42:26 2015 +0000 Use Alien::HDF4 in PDL::IO::HDF build ----------------------------------------------------------------------- Summary of changes: .travis.yml | 2 +- Basic/Bad/bad.pd | 30 ++-- Basic/Core/Core.pm | 34 +++- Basic/Core/Core.xs | 98 ++++----- Basic/Core/Dev.pm | 6 +- Basic/Core/Types.pm.PL | 9 + Basic/Core/pdl.h.PL | 327 ++++++++++++--------------- Basic/Core/pdlapi.c | 80 +------ Basic/Core/pdlcore.c.PL | 447 +++++++++++------------------------- Basic/Core/pdlcore.h.PL | 37 ++-- Basic/Core/pdlmagic.c | 14 +- Basic/Core/pdlsections.g | 8 +- Basic/Core/pdlthread.c | 4 +- Basic/Core/typemap | 7 +- Basic/Core/typemap.pdl | 5 + Basic/Gen/PP.pm | 20 +-- Basic/Math/math.pd | 4 +- Basic/MatrixOps/matrixops.pd | 4 +- Basic/Ops/ops.pd | 21 +- Basic/PDL.pm | 2 +- Basic/Pod/BadValues.pod | 2 +- Basic/Pod/Internals.pod | 19 +- Basic/Pod/PP.pod | 8 +- Basic/Slices/slices.pd | 66 ------ Basic/Ufunc/ufunc.pd | 16 +- Graphics/Graphics2D.pm | 4 +- Known_problems | 7 +- Lib/CallExt/CallExt.pm | 21 +- Lib/Image2D/image2d.pd | 2 +- Lib/Slatec/slatec.pd | 4 + MANIFEST | 4 +- MANIFEST.SKIP | 6 +- Makefile.PL | 1 + README.md | 12 + Release_Notes | 66 ++++++- TODO | 12 + inc/Devel/CheckLib.pm | 487 ---------------------------------------- t/01-checkmanifest.t | 12 + t/bad.t | 26 +- t/core.t | 8 +- t/foo.t | 74 ------ t/image2d.t | 2 +- t/matrixops.t | 13 +- t/op-eq-warn-for-non-numeric.t | 54 +++++ t/ops.t | 153 +++++++------ t/pdl-from-string-bad-values.t | 45 ++++ t/slatec-polyfit-weight.t | 49 ++++ t/slatec.t | 23 +- t/slice.t | 16 +- 49 files changed, 877 insertions(+), 1494 deletions(-) create mode 100644 README.md delete mode 100644 inc/Devel/CheckLib.pm create mode 100644 t/01-checkmanifest.t delete mode 100644 t/foo.t create mode 100644 t/op-eq-warn-for-non-numeric.t create mode 100644 t/pdl-from-string-bad-values.t create mode 100644 t/slatec-polyfit-weight.t hooks/post-receive -- pdl |