summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* HDFFV-10143 Cleanup due to commentsAllen Byrne2017-03-301-7/+7
|
* HDFFV-10143 remove debugging outputAllen Byrne2017-03-301-6/+0
|
* HDFFV-10143 change h5PLget to use buffer like H5Iget_nameAllen Byrne2017-03-301-12/+41
|
* HDFFV-10143 change put to replace and add constAllen Byrne2017-03-301-1/+1
|
* HDFFV-10143 Fix initial issues from reviewAllen Byrne2017-03-301-60/+92
| | | | | | Fixed Conflicts: MANIFEST test/plugin.c
* Add missing declarationsAllen Byrne2017-03-301-0/+9
|
* Merge/port changes from develop back to 1.8 for tools and cmakeAllen Byrne2017-03-2919-569/+1132
|
* Bring fix for HDFFV-9697 from develop branch.Vailin Choi2017-03-073-172/+346
| | | | | Populate the fix for HDFFV-9697: Fix for unknown message from develop branch. Tested on ostrich, platypus, kite, quail, osx1010test, emu, mayll, moohan, kituo.
* Add option TEST_SHARED_PROGRAMS to disable shared testing by defaultAllen Byrne2017-03-011-241/+187
|
* Disable SHARED VFD tests and remove links_env from defualt listAllen Byrne2017-02-081-99/+99
|
* HDFFV-9875 Bring changes from develop branchAllen Byrne2017-02-062-105/+146
|
* Update CMake required to version 3.2.2Allen Byrne2017-01-181-1/+1
|
* Remove callback functions that will fail (HDFFV-10046)Allen Byrne2017-01-181-31/+2
|
* HDFFV-10046 Add callback functions to plugin testAllen Byrne2016-12-071-2/+31
|
* Update shared object file numbers according to changes in v1.8.18 release.lrknox2016-11-011-14/+26
| | | | | Update autotools and libtool versions. Run bin/reconfigure.
* Merge fix for HDFFV-7991 from trunk to 1.18Vailin Choi2016-09-171-1/+0
| | | | | Missed one change that should be in previous commit. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
* Merge fix for HDFFV-7991 from trunk to 1.18Vailin Choi2016-09-161-40/+40
| | | | | Modifications made based on comments from pull request review. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.
* Merge fix for HDFFV-7991 from trunk to 1.18Vailin Choi2016-09-041-3/+317
| | | | | | [svn-r30308] Fix for HDFFV-7991--error when copying dataset with attribute which is a compound datatype consisting of a variable length string. Tested on mayll, platypus, osx1010test, emu, kituo, kite, quail, moohan, ostrich.