Commit Graph

1338 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
HDF Tester
2008d970f2 [svn-r27044] Snapshot version 1.8 release 16 (snap0) 2015-05-10 06:00:21 -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
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
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
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
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
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
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
Dana Robinson
e0fa2a2e0e [svn-r26310] Merge of r26071 from features/autotools_rework
Removes the --with-default-vfd option from configure. This was basically
useless and only allowed selecting the stdio VFD. Since this is a demo
VFD and not really a production VFD, we decided to retire this option.

Fixes: HDFFV-9081

Tested on: jam (minor change)
2015-02-26 08:42:05 -05:00
Dana Robinson
bb1960af1c [svn-r26309] Updated RELEASE.txt to indicate that VMS files have been removed. 2015-02-26 06:43:39 -05:00
Dana Robinson
85a6442218 [svn-r26273] Fixes compile failures when building on Windows when UNICODE is defined.
This was due to wrapping a variable with the TEXT() macro and not
forcing the <function>A form of certain Win32 API calls are always used.

Although we do not defined UNICODE in our builds, others have encountered
problems when building HDF5 as a part of a larger project where UNICODE
is defined.

Fix for: HDFFV-8927

Tested on: 64-bit Windows 7, Visual Studio 2012, CMake 3.2
           All combinations of static/shared and UNICODE defined/undefined
           NOTE: plugin tests are skipped with static builds
2015-02-22 06:39:08 -05:00
Dana Robinson
0ecf471414 [svn-r26264] Merge of r26225 from trunk.
Removed a a work-around for a broken CodeWarrior open() call from
configure that causes a test in test/tfile.c to be skipped.

This change removes the H5_NO_SHARED_WRITING symbol.

Tested on: jam (no code changes w/ non-CodeWarrior compilers)
2015-02-21 08:52:48 -05:00
Mohamad Chaarawi
06586be5bc [svn-r26240] add release.txt entries for changes made to configure.ac 2015-02-19 11:03:09 -05:00
Neil Fortner
79760c3447 [svn-r26189] Merge revision 26149 to 1.8 branch
Fix potential memory error reported by valgrind in
H5D__link_chunk_collective_io.  This would occur when performing collective I/O
on a dataset with only 1 chunk, and a participating process had nothing to read
or write.

Tested: jam, koala, ostrich (h5committest); in trunk and 1.8
2015-02-16 12:44:01 -05:00
HDF Tester
ef7e675690 [svn-r26178] Snapshot version 1.8 release 15 (snap10) 2015-02-15 18:17:46 -05:00
Allen Byrne
7db91c7214 [svn-r26163] Update versions 2015-02-12 16:59:37 -05:00
HDF Tester
eb871677ba [svn-r26147] Snapshot version 1.8 release 15 (snap9) 2015-02-08 18:30:46 -05:00
HDF Tester
cf1ccbdb78 [svn-r26094] Snapshot version 1.8 release 15 (snap8) 2015-02-01 18:28:14 -05:00
HDF Tester
2f81d73829 [svn-r25982] Snapshot version 1.8 release 15 (snap7) 2015-01-18 18:20:37 -05:00
HDF Tester
3bfbe3ffd0 [svn-r25976] Snapshot version 1.8 release 15 (snap6) 2015-01-11 18:11:53 -05:00
Albert Cheng
e118a985d1 [svn-r25970] Update with retirement of AIX 5.3 and addition of AIX 6.1 support. 2015-01-09 10:32:11 -05:00
HDF Tester
276805c3fb [svn-r25950] Snapshot version 1.8 release 15 (snap5) 2015-01-04 18:01:54 -05:00
Albert Cheng
9e0a0975b6 [svn-r25944] updated AIX compilers information. 2015-01-02 18:11:02 -05:00