summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10385 merge typoAllen Byrne2018-01-221-2/+0
|
* HDFFV-10392,10393,01385 merge from developAllen Byrne2018-01-222-23/+6
|
* HDFFV-10385 fix CMAKE_BUILD_TYPE usageAllen Byrne2018-01-101-1/+1
|
* Update link target commandsAllen Byrne2017-12-212-11/+13
|
* Skip test if 1.6 API enabledAllen Byrne2017-12-201-30/+44
|
* Replaced H5Dopen with H5Dopen2.Binh-Minh Ribler2017-12-141-12/+12
| | | | | Platform tested: Linux/32 2.6 (jam)
* Fixed typo.Binh-Minh Ribler2017-12-121-2/+1
|
* Added data filesBinh-Minh Ribler2017-12-111-0/+5
|
* Added new filesBinh-Minh Ribler2017-12-111-0/+1
|
* Fixed comments and updated Makefile.inBinh-Minh Ribler2017-12-112-15/+13
| | | | | Platforms tested: Linux/32 2.6 (jam)
* Adding tests for version boundsBinh-Minh Ribler2017-12-109-46/+333
| | | | | | | | | | | | | | | | Description: - Added test program, tverbounds18.c, that reads various files of different layout versions - Added the data files: bounds_earliest_latest.h5 bounds_earliest_v18.h5 bounds_latest_latest.h5 bounds_v18_latest.h5 bounds_v18_v18.h5 Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
* Add assignment to get value from environment variable realtimeOutput.lrknox2017-12-041-22/+56
| | | | Propagate changes to Makefile.ins with bin/reconfigure.
* Fix windows link errorAllen Byrne2017-11-161-370/+370
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)Allen Byrne2017-11-161-0/+98
|\ | | | | | | | | | | | | * commit 'dc81497bd0840c8adab0cea51ca814359b80305d': Add RELEASE.txt note for HDFFV-10274. Initialize hid_t variables in test_Attr_bug9. Fix HDFFV-10274. When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
| * Initialize hid_t variables in test_Attr_bug9.Neil Fortner2017-11-141-4/+4
| |
| * Fix HDFFV-10274. When deleting all (or almost all) of the messages inNeil Fortner2017-11-141-0/+98
| | | | | | | | | | | | an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case. Fixed this and added a test case.
* | HDFFV-10328 -Allocate H5Zclass structure from dlopened plugin.Allen Byrne2017-11-152-618/+618
|/
* HDFFV-10321 merge from developAllen Byrne2017-11-022-7/+7
|
* reconfigure needed after commit of test/Makefile.am on 8/22/2017.lrknox2017-09-191-21/+31
| | | | | Snap version in configure file was incorrect due to merges. reconfigure changed comments in H5LTparse.c and .h.
* Fix for HDFFV-9947Vailin Choi2017-09-071-0/+97
| | | | Fix to return error when encoding dataspace selection exceeds 32 bit integer limit.
* Modifications based on comments from pull request reviewVailin Choi2017-09-063-4/+39
| | | | | (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
* Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 fileVailin Choi2017-09-065-1/+170
| | | | | Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
* Merge branch '1.8/master' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 ↵lrknox2017-08-252-134/+95
|\ | | | | | | into hdf5_1_8
| * Put back link targets for dynamically loaded libraries in Makefile.amslrknox2017-06-152-8/+44
| | | | | | | | | | | | that avoid linking with libhdf5 dependencies. Some configurations failed unnecessarily to find and link with lz and lsz when these targets were removed.
| * Disable building of libdynlib* dynamically loaded plugin test librarieslrknox2017-06-142-55/+34
| | | | | | | | | | | | | | on CYGWIN. Added known problem entry to RELEASE.txt. Set version for 1.8.19 release. Barbara updated contents of README.txt file.
| * Moved libdynlib* plugin test libraries to noist_LT_LIBRARIES with addedlrknox2017-06-122-116/+62
| | | | | | | | | | | | | | flag '-rpath /nowhere' to stop them being installed while keeping them from linking with libhdf5, etc. Incremented version to 1.8.19-pre1 and ran bin/release to create tar and zip files for testing.
* | Merge branch 'hdf5_1_8' of ↵M. Scot Breitenfeld2017-08-041-0/+3
|\ \ | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into hdf5_1_8
| * | Add test for plugin initialize checkAllen Byrne2017-07-261-0/+3
| | |
* | | generated reconfigure files for configure changesM. Scot Breitenfeld2017-08-041-0/+1
|/ /
* | Revert change for temporary testing.lrknox2017-07-121-2/+1
| |
* | Fix for HDFFV-7853 H5Ocopy to 1.8 branchVailin Choi2017-07-111-108/+455
|/ | | | | | | Apply the fix for HDFFV-7853 H5Ocopy from develop to 1.8 branch. This is the similar set of changes as in develop branch. Some coding is added to do the copying because 1.8 does not flush out the storage address when writing to a dataset.
* Update text in COPYING files in subdirectories to match changes tolrknox2017-05-244-8/+17
| | | | | | | | | 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.
* Merge branch 'hdf5_1_8' of ↵lrknox2017-05-161-0/+104
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
| * Fix for HDFFV-10051Vailin Choi2017-05-121-0/+104
| | | | | | | | | | | | | | Fix for issue #2 reported in HDFFV-10051: The layout "dirty" flag for a compact dataset is not reset properly after flusing the data at dataset close. --Reset the "dirty" flag before flushing the message. Issue #1 reported in HDFFV-10051 is not a problem for 1.8.
* | Change copyright headers to replace url referring to file to belrknox2017-05-16123-738/+492
|/ | | | removed and replace it with new url for COPYING file.
* Change the signature of H5PLget_size functionAllen Byrne2017-05-111-8/+15
|
* Move libdynlib* test lib files from lib_LTLIBRARIES to dyn_LTLIBRARIESlrknox2017-05-102-50/+75
| | | | | | 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.
* HDFFV-10170 fix reconfigureAllen Byrne2017-04-181-65/+123
|
* HDFFV-10170 undo patch and fix dyn lib buildAllen Byrne2017-04-181-7/+10
|
* HDFFV-10173 fix cygwin noinst libsAllen Byrne2017-04-172-105/+55
|
* Add missing test statusAllen Byrne2017-04-061-0/+1
|
* HDFFV-10143 branch does not have HDprintfAllen Byrne2017-04-041-9/+9
|
* Fix typo deletionAllen Byrne2017-04-041-2/+2
|
* HDFFV-10143 clean up format and function returnAllen Byrne2017-04-041-349/+307
|
* Update with checks for index boundsAllen Byrne2017-04-031-1/+4
|
* Correct usuage of HD prefixAllen Byrne2017-04-031-19/+19
|
* HDFFV-10143 surround will fail with try blockAllen Byrne2017-03-301-1/+4
|
* HDFFV-10143 typo cleanupAllen Byrne2017-03-301-4/+4
|
* HDFFV-10143 typo removedAllen Byrne2017-03-301-1/+1
|
* Fix code error and use H5PL_MAX_PATH_NUM in testAllen Byrne2017-03-301-13/+17
|