| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
copyright notices in source files.
Update Copyright notices in acsite.m4 and bin/yodconfigure that were
overlooked by chkcopyright.
Remove broken and unnecessary urls from comments in
hl/fortran/src/H5IMcc.c and hl/src/H5IM.c.
Commit bin/reconfigure changes to generated files.
|
|\
| |
| |
| | |
https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
|
| |
| |
| |
| |
| | |
Print out failure/success messages from running the tests in hl/test/test_dset_opt.c.
Tested on emu, quail, kituo, platypus.
|
|\ \
| |/
| |
| | |
https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
|
| | |
|
|/
|
|
| |
removed and replace it with new url for COPYING file.
|
| |
|
|
|
|
| |
Part of HDFFV-10187.
|
|
|
| |
Index value used in math operation with hsize_t
|
|\
| |
| |
| |
| |
| |
| |
| | |
hdf5_1_8
* commit '8c2d4c354413d4f3578aa30cf28ee4c4f5c137cf':
Incorporate additional code changes for the H5DOread_chunk patch from GE healthcare (HDFFV-9934) Modifications made based on pull request (#485) comments.
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.
|
| |
| |
| |
| |
| |
| | |
healthcare (HDFFV-9934)
Modifications made based on pull request (#485) comments.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/
|
|
|
|
| |
and other changes to Makefiles and config/conclude.am to eliminate
link errors with new libdynlib*_la_LDFLAGS which were added to stop
libdynlib* files linking to external libraries.
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
* commit '043aabe8cbd1abcc41ea2fb887b3a8ddd706500c':
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.
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.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
|/ |
|
| |
|
|
|
|
| |
snapshot release. (Changed daily test command to add specific files for commit instead of all new and modified files.)
|
| |
|
|
|
|
|
|
| |
snapshot release.
Add 2 test files to testfiles to be removed list in hl/test/Makefile.am.
|
| |
|
| |
|
| |
|
|
|
|
| |
Update version to 1.8.18-pre2.
|
|
|
|
|
| |
Update autotools and libtool versions.
Run bin/reconfigure.
|
| |
|
|
|
|
|
|
|
| |
User's sample code used "not" instead of "!" and Windows does
not like that. Fixed.
Platforms tested:
Linux/32 2.6 (jam)
|
|
|
|
|
|
|
|
|
|
|
| |
- In the test for HDFFV-9758, a pragma pack(1) caused failure on Emu
because Sparc cannot access misaligned data. Changed it to pack() to
do the default alignment.
- Added DOXYGEN_SHOULD_SKIP_THIS blocks to private elements to prevent
warnings from doxygen.
Platforms tested:
SunOS 5.11 (emu)
Linux/32 2.6 (jam)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Merged my commits to develop that fixed HDFFV-9758:
b3b7ae087edbc20891a088db2f4e4f83e186c8b0
14e308b2e6eada778818abf53949ceef0e7b2a34
- Merged a commit from trunk by Quincey:
commit ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6
Author: Quincey Koziol <koziol@hdfgroup.org>
Date: Thu Jul 7 13:54:11 2016 -0500
[svn-r30158] Description:
More warning cleanups. This brings us down to ~1300 warnings in 167
Tested on:
MacOSX/64 10.11.5 (amazon) w/serial & parallel
(h5committest forthcoming)
Platforms tested:
Linux/32 2.6 (jam)
Darwin (osx1010test)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
- Removed calls to H5Tget_native_type from PT APIs because it is up to
the application, whether it wants the buffer to be read into memory
in the machine’s native architecture. Currently, however, the PT
doesn't allow an application to specify memory datatype. Perhaps,
a new API can be added to provide that capability.
- Added calls to H5Tcopy to H5PTcreate/H5PTcreate_fl/H5PTopen to save
a copy of the application's datatype or the dataset's datatype.
- Added various missing H5Tclose to the packet table tests, and various
error checkings.
Note: leave out changes to test_packet_vlen.c for this commit to wait
on QAK about merging the commit
ec2fbe0883f9e76df60bcfbebbd4b6f62d5a09e6 [svn-r30158] first.
This commit is associated with develop's commits:
14e308b2e6eada778818abf53949ceef0e7b2a34
be613da6b804e56a51f43a053bf35d898dccb420
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (jelly)
Darwin (osx1010test)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
too long command lines on some platforms.
Also, refactor hl/tools/gif3h5 cmake files.
JAVA-1920: add plugin test with plugin that depends on hdf5
|
|
|
|
| |
file. Avoid getpwuid function for cygwin.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
The constructor FL_PacketTable added in 1.10.0 did not have good
prototype; it didn't allow the property list to be default. Marked
it deprecated and added this one:
FL_PacketTable(hid_t fileID, const char* name, hid_t dtypeID,
hsize_t chunkSize = 0, hid_t plistID = H5P_DEFAULT);
Merged from trunk r29803.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
|
|
|
|
|
|
|
|
| |
Description:
Applied user's patch to fix memory leak.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
The "warning: deprecated conversion from string constant to âchar*â
[-Wwrite-strings]" was already removed by adding const to char*
parameter in the FL_PacketTable. This change is to remove the use
of literal strings in code for maintainability.
Merged from trunk r29786.
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
|
|
|
|
|
|
|
|
| |
Merged from trunk:
r29710: label "error:" vs. "out:" and static_cast
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Description:
Merged from trunk:
r29269: Improve Packet Table library
r29295: Replaced H5Acreate with H5Acreate2 (by Larry)
r29360: Adding missing tests
r29364: Improve C++ Packet Table library
r29554: Removed extra line in Copyright
Platforms tested:
Linux/32 2.6 (jam)
Linux/64 (platypus)
Darwin (osx1010test)
|
|
|
|
| |
Tested: jam (gnu)
|
| |
|
|
|
|
|
|
|
|
| |
from HDF5 1.8.16.
Update supported platform and tested configuration info in RELEASE.txt.
Tested with h5committest.new.
|
| |
|
| |
|