Commit Graph

1632 Commits

Author SHA1 Message Date
HDF Tester
2fdeab0ebd [svn-r27157] Snapshot version 1.8 release 16 (snap4) 2015-06-07 05:12:04 -05:00
HDF Tester
c2d7746bac [svn-r27126] Snapshot version 1.8 release 16 (snap3) 2015-05-31 04:28:11 -05:00
HDF Tester
c65afd94ac [svn-r27109] Snapshot version 1.8 release 16 (snap2) 2015-05-24 04:22:49 -05:00
HDF Tester
e60905c68b [svn-r27091] Snapshot version 1.8 release 16 (snap1) 2015-05-17 04:32:20 -05:00
Elena Pourmal
97e39dac81 [svn-r27048] Maintenance after the HDF5 1.8.15 release: updated HISTORY file in the 1.8 branch with the HDF5 1.8.15 release information. 2015-05-11 12:03:37 -05:00
HDF Tester
2008d970f2 [svn-r27044] Snapshot version 1.8 release 16 (snap0) 2015-05-10 06:00:21 -05:00
Allen Byrne
e5a1bf1fb1 [svn-r27004] Update documentation to match the web instructions 2015-05-04 10:15:06 -05:00
Dana Robinson
7d86677dd6 [svn-r26994] Merge of r26986 from trunk.
Removes H5F_ACC_DEBUG and H5FD_DEBUG functionality.

The H5F_ACC_DEBUG symbol remains but has been defined to zero.

Fixes: HDFFV-1074

Tested on:
    h5committest
    32-bit Linux w/ C++ and Fortran and multi VFD
2015-05-02 01:17:28 -05:00
Albert Cheng
865c930af9 [svn-r26923] Remove old and invalid information:
Retired IBM SP system which was old.
Removed --enable-parallel=mpich information. The option is invalid now (remove
date unknown.)
2015-04-27 01:59:14 -05:00
Allen Byrne
05a9a5c4cf [svn-r26902] Update CMake doc references 2015-04-23 10:41:58 -05:00
Allen Byrne
d311b1d61f [svn-r26898] Change USE to BUILD 2015-04-23 09:51:14 -05:00
Albert Cheng
6b8492bf99 [svn-r26822] Update instruction that changes in this releaes that " --enable-parallel has
to be used explicitly to build parallel HDF5 regardless of the compiler type
being used.  (MSC - 2015/02/19 HDFFV-9068)"
2015-04-16 08:11:40 -05:00
Albert Cheng
02e26326ad [svn-r26811] Updated with current information and removed outdated information.
o Removed 4.1.2. Compressed tar archive (*.tar.Z) since we don't release them any more.

o Add "some versions of tar can auto-uncompress".

o Removed reference to INSTALL_MinGW which was removed in couple releases ago.

o Removed "2.2. Red Storm (Cray XT3)" since its entry in INSTALL_parallel has been removed.

o Added "3.1. Make" to list Gnu like make is required.

o Updated the removal of the feature of auto-configure --enable-parallel when MPI compilers are used.

o Updated "4.3.3. Configuring for 64 or 32 bit support" to show how to configure both 32 or 64-bit binary.
2015-04-14 23:57:05 -05:00
Scot Breitenfeld
089c9d9816 [svn-r26805] Updated the Fortran install text. 2015-04-14 09:16:34 -05:00
Albert Cheng
2b618b72c4 [svn-r26769] Known problem HDFFV-8247 has been resolved in v1.8.13.
QAK - 2011/04/26 entry is duplicated.
2015-04-08 11:47:02 -05:00
Elena Pourmal
984f459ff4 [svn-r26754] Maintenance: Changed version number in 1_8 to 1.8.16-snap0 and Updated RELEASE.txt for the new work to be entered. 2015-04-07 13:56:29 -05:00
Mohamad Chaarawi
1a0a3d6349 [svn-r26749] update RELEASE.txt with parallel issues resolved for 1.8.15 2015-04-07 12:25:37 -05:00
Elena Pourmal
dc10ffc02b [svn-r26748] Added entry for Vailin's fix for HDFFV-9173 2015-04-07 11:56:45 -05:00
Mohamad Chaarawi
f677d29c1e [svn-r26747] updates to install_parallel. 2015-04-07 10:54:16 -05:00
Elena Pourmal
1f3609c0d8 [svn-r26744] Updated the README.txt file to reflect VMS removal; deleted VMS installation instructions. 2015-04-07 09:49:31 -05:00
Allen Byrne
f809ee8ce7 [svn-r26738] Update cmake and plugin in new features. 2015-04-06 13:14:52 -05:00
Elena Pourmal
c9f6f4ca48 [svn-r26736] Maintenance: Larry and I updated the Supported Platforms and Tested Configuration Summary sections.
We also verified jam, platypus, loyalty and freedom info in the More Tested Platforms section.

Other flavors of UNIX in the More Tested Platforms section will be checked by Allen.
2015-04-06 11:44:27 -05:00
Elena Pourmal
2a38b6c691 [svn-r26734] Maintenance: Removed Ubuntu record for dt_arith since it mentioned the old system.
We will need to add the new record since the dt_arith is still failing according to the CDash.
2015-04-06 10:33:17 -05:00
Elena Pourmal
36fada4c58 [svn-r26733] Maintenance: Removed old entries from the Known Problems section. 2015-04-06 10:25:32 -05:00
Mohamad Chaarawi
127395416c [svn-r26732] replace PGI compilers with GNU ones for building HDF5 on Hopper. 2015-04-06 10:11:51 -05:00
Neil Fortner
3e0eae188b [svn-r26709] Port r26690 from trunk to 1.8 branch.
Tested: jam, koala, ostrich (h5committest)

Log from r26690:
Fix error in H5Sextent_copy

When the selection is set to all, H5Sextent_copy did not update the number of
elements in the selection in the destination space.  Fixed H5Sextent_copy to do
this.  Added tests for this functionality.

Tested: jam, koala, ostrich (h5committest)
2015-04-02 14:17:42 -05:00
Neil Fortner
27d820b8ce [svn-r26707] Port r26633 from trunk to 1.8 branch.
Tested: jam, koala, ostrich (h5committest)

Log from r26633:
Add -D_DEFAULT_SOURCE to CPPFLAGS on Linux systems.  -D_BSD_SOURCE is deprecated
in recent versions of glibc, and -D_DEFAULT_SOURCE is the replacement.  Keep
-D_BSD_SOURCE for now to support older systems.  gcc will not issue a warning
about -D_BSD_SOURCE being deprecated when -D_DEFAULT_SOURCE is supplied as well.

Tested: jam, koala, ostrich (h5committest)
2015-04-02 11:18:47 -05:00
Dana Robinson
6986211d65 [svn-r26703] Merge of r26392 from trunk.
Adds new memory allocation functions that use the library's
memory allocator. Intended for use with third-party filter
code.

Tested on: h5committest, Solaris (emu), OS X (quail)

Note: emu fails with the existing Inf/inf case problem in
      h5dump but no other tests fail.
2015-04-01 18:29:24 -05:00
Allen Byrne
4f87ef5e0e [svn-r26696] Merge from trunk
Tested local linux cmake
2015-04-01 14:27:37 -05:00
Albert Cheng
ee7e18f310 [svn-r26688] HDFFV-8667: h5repack crashes on enumerated 8-bit type nested in compound type
Fixed and added user provided test file to verify the fix. (Test added to h5dump/testh5dump.sh.in).

Tested: h5committest
2015-03-31 19:39:21 -05:00
Albert Cheng
fa62ddeba5 [svn-r26681] Merge r26677 from trunk.
HDFFV-8957: h52gif crashes when run against one of our own examples 
The tool claimed it could handle 24bit images but there was no code to handle it.
(or might be there were but was removed by previous revisions.)
Also discovered that it does not accept multiple images nor -p for palette
as its user document and online help message indicated.

Solution: 
Added code to verify dimension sizes are within 8 bit raster images limit and
added tests to verify the tools correctness.
Need to update user document tool.

Tested: h5committested.
2015-03-31 15:44:43 -05:00
Allen Byrne
c923afdf50 [svn-r26654] Bring trunk CMake changes to branch.
Tested: local linux
2015-03-30 12:32:55 -05:00
HDF Tester
2b3e867b84 [svn-r26644] Snapshot version 1.8 release 15 (snap13) 2015-03-29 18:17:21 -05:00
Scot Breitenfeld
6abce0d374 [svn-r26614] fixed typo. 2015-03-27 10:09:40 -05:00
Scot Breitenfeld
4f39b033fa [svn-r26613] Added changes to Fortran APIs. 2015-03-27 09:59:37 -05:00
Scot Breitenfeld
2a26f3b58a [svn-r26610] Added changes to HL and Fortran. 2015-03-27 08:53:11 -05:00
Scot Breitenfeld
3898ea081a [svn-r26574] Added new C lib. changes -- MSB 2015-03-25 09:42:24 -05:00
Scot Breitenfeld
37a019593a [svn-r26548] Added Fortran Changes. 2015-03-23 16:55:00 -05:00
Allen Byrne
d7ac42a4e6 [svn-r26540] Update minimum cmake version 2015-03-23 12:58:10 -05:00
Allen Byrne
551f4ed8de [svn-r26531] Merge CMake packaging from trunk to 1.8
Tested: windows
2015-03-23 12:06:37 -05:00
HDF Tester
5bfbb1eba8 [svn-r26520] Snapshot version 1.8 release 15 (snap12) 2015-03-22 18:32:41 -05:00
Dana Robinson
4a2a4bd95b [svn-r26413] Merge of r26276 from trunk.
Cleans up time functions in the autotools input files.

- Lumps all the time functionality together in configure.ac.
  This was previously more spread out due to Solaris issues
  with the ordering of certain checks.

- Removes processing that handles __tm_gmtoff members of struct
  tm. (libc-4)

- Removes BSDgettimeofday(). (IRIX 5.3)

- Removes timezone struct processing in gettimeofday(). (considered
  harmful)

Fixes: HDFFV-9083 and HDFFV-9085

Tested on: h5committest
           OS X (quail)
           Solaris (emu)
2015-03-10 02:41:24 -05:00
Dana Robinson
85beb272c5 [svn-r26395] Merges r26329 from trunk
Removed the configure option that allows selective disabling of individual
internal filters (fletcher32, shuffle, etc.).

This feature mucked up the code with a lot of #ifdefs, saved very little
space and was not scalable to a general scheme for library size reduction.
We've decided to remove the feature while we investigate a more general
scheme for decreasing the library size.

Fixes: HDFFV-9086

Tested on: h5committest
2015-03-08 23:24:02 -05:00
Dana Robinson
786b3868de [svn-r26394] Merges r26351 from trunk
Adds warning prevention pragmas, etc. to flex- and bison-generated code.

Fixes: HDFFV-9149

Tested on: h5committest
2015-03-08 22:30:09 -05:00
Dana Robinson
aae529f027 [svn-r26393] Merges r26347 and r26363 from trunk
Moves the _POSIX_C_SOURCE, _GNU_SOURCE, and _BSD_SOURCE from AM_CPPFLAGS
to H5_CPPFLAGS in the Autotools configure scripts. This prevents them
from being exported to h5cc, etc. which is inappropriate since they
may interfere with other code.

Fixes: HDFFV-9152

Tested on: h5committest
2015-03-08 21:11:17 -05:00
HDF Tester
6cddc62b70 [svn-r26391] Snapshot version 1.8 release 15 (snap11) 2015-03-08 18:36:10 -05:00
Allen Byrne
ece0ba0336 [svn-r26371] Update cmake mininum version
Update windows wix cpack process.
2015-03-05 11:48:32 -05:00
Albert Cheng
5a7ad19248 [svn-r26370] Added support for Mac OS X 10.10 Yosemeti.
Also updated entries for Max OS X 10.9 Mavericks.
2015-03-05 11:44:48 -05:00
Dana Robinson
9fbf809fae [svn-r26326] Merge of r26275 from the trunk
- Updated configure.ac so that the direct VFD can now be built
  without specifying _GNU_SOURCE, etc. on the command line.

- The direct VFD is now disabled by default. It was previously
  enabled, but the configuration script couldn't configure it
  properly, making it a moot point.

Fixes: HDFFV-9057, HDFFV-7567, HDFFV-9088, HDFFV-7566

Tested on jam (configure/make in various configurations only)
2015-02-26 22:01:50 -05:00
Dana Robinson
4b0293ce89 [svn-r26322] Merge of r26246 and r26249 from the trunk
Fixes a bug in the bin/trace script that prevented API calls which
return a pointer from receiving TRACE macros.

Also removes the NO TRACE warnings, which we decided were distracting
and unnecessary.

Tested on: jam (minor change)
2015-02-26 17:36:44 -05:00