Commit Graph

14 Commits

Author SHA1 Message Date
lrknox
3a43f7af3e Merge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8 2017-05-19 21:32:43 -05:00
Vailin Choi
a59d5166be Minor modifications for HDFFV-9934
Print out failure/success messages from running the tests in hl/test/test_dset_opt.c.
Tested on emu, quail, kituo, platypus.
2017-05-17 23:15:54 -05:00
lrknox
583952ed15 Change copyright headers to replace url referring to file to be
removed and replace it with new url for COPYING file.
2017-05-16 10:16:12 -05:00
Dana Robinson
8501476da2 Adds a new H5DO HL test that ensures chunk overwrites work properly.
Part of HDFFV-10187.
2017-05-12 17:39:24 -04:00
Allen Byrne
7112b53b32 Windows does not know what a uint is
Index value used in math operation with hsize_t
2017-05-11 14:30:45 -05:00
Vailin Choi
8c2d4c3544 Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934)
Modifications made based on pull request (#485) comments.
2017-05-11 03:11:05 -05:00
Vailin Choi
01e55ba75c Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934)
Incorporate the code changes that were missing from the original patch:
(1) Additional tests in hl/test/test_dset_opt.c
(2) Fix in src/H5Dchunk.c for direct access when an entry is in chunk cache but not dirty
Tested on playtpus, ostrich, kituo, mayll, osx1010test, quail, emu.
2017-05-02 19:34:20 -05:00
Vailin Choi
e7c1ef3342 Made corrections according to code review.
1) Change fprintf to HDfprintf in hl/test/test_dset_opt.c
2) Remove extra line in src/H5Dpkg.h
3) Add one more test to hl/test/test_dset_opt.c
Tested on mayll and osx1010test.
2017-04-03 17:45:25 -05:00
Vailin Choi
ea1bb348c5 Incorporate patch from GE Heathcare (HDFFV-9934)
1) Integrate the patch
2) Fix bugs when debugging the patch
3) Add test to hl/test/test_dset_opt.c
Tested on moohan, ostrich, platypus, emu, osx1010test, quail, kituo, mayll.
2017-04-02 21:18:16 -05:00
Mohamad Chaarawi
db4acaf3ab [svn-r27165] Merge 27133 & 27158 from trunk:
- Add a new attribute function characterstic for format:
   * H5_ATTR_FORMAT(X,Y,Z)  __attribute__((format(X, Y, Z)))
 - Rename UNUSED attribute characterstic to H5_ATTR_UNUSED.
 - Rename NORETURN attribute characterstic to H5_ATTR_NORETURN

tested with h5committest.
2015-06-08 16:30:38 -05:00
Scot Breitenfeld
1361515c51 [svn-r26576] Merged r26321,r26405,r26417 from the trunk into the branch.
Tested: h5committest
2015-03-25 11:21:30 -05:00
Dana Robinson
ab19d0636a [svn-r26398] Merges r26333 from trunk
Eliminates gcc warnings due to -Wunsuffixed-float-constants.

- Adds 'F' suffixes for most float constants.

- A few constants MUST be of type double. These now receive the long
  double L suffix and are then cast to double. I do this via a new
  H5_DOUBLE() macro which was added to H5private.h.

- Additionally, some 1.8-specific float suffixes were added.

Fixes: HDFFV-9148

Tested on: h5committest
2015-03-09 06:27:46 -05:00
Quincey Koziol
e8c162613b [svn-r25497] Description:
Merge changes that correspond to the 64-bit ID changes (without the actual
switch to 64-bit IDs) to the 1.8 release branch.  (Plus a few minor cleanups
and alignments with the trunk that aren't on the branch)

Tested on:
    Mac OSX/64 10.9.4 (amazon) w/C++ & FORTRAN
    (h5committested on branch already for a week)
2014-07-30 15:56:40 -05:00
Raymond Lu
badedee44d [svn-r23182] I'm merging the changes for DECTRIS project from the trunk (r23162).
Tested on koala, jam, ostrich.
2013-01-21 17:47:00 -05:00