summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Use H5I_INVALID_HIDAllen Byrne2018-12-151-1/+1
|
* HDFFV-10632 update autotools test scripts to match cmakeAllen Byrne2018-12-069-61/+230
|
* HDFFV=10632 test cleanupAllen Byrne2018-12-0615-168/+2
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-0520-205/+286
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '55e87e5b86aacbb37c57614cd2e869541291caad': (51 commits) Correct Windows build. Refactor allocating & releasing pass through wrapper objects. Fix typo Remove duplicated comment. Add a couple of missing prototypes for static routines, along with updating a comment from VOL plugin -> connector. Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. Correct "make check-vol" regression test target. Switch H5VL_class_value_t from enum to unsigned integer Add support for "make check-vol", along with a few minor cleanups, etc. Refactor infrastructure for setting FAPL information from environment variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. Remove example VOL connector, since it's been superceded by the pass-through VOL connector in the src subdirectory. Add pass-through VOL connector Update API tracing info for VOL functions and regenerate trace macros for VOL API calls. Added 'notify' callback for async requests; switched VOL class and info comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks. Add using FAPL from h5_fileaccess() to more tests. Remove unused test for unimplemented routine. Switch loc_params to VOL callbacks to pass struct by pointer instead of by value. Add info_to_str and str_to_info "management" callbacks for serializing and deserializing a connector's info object. Revert some of the changes to support the original property list value of metadata read attempts. Add VOL connector info to the flie access property list returned from H5Fget_access_plist(). Also, other misc. cleanups, etc. ...
| * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-187-30/+466
| |\ | | | | | | | | | stackable_vol
| * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-121-2/+2
| |\ \ | | | | | | | | | | | | stackable_vol
| * | | Switch tool error output to match VOL changes within libraryQuincey Koziol2018-11-1220-205/+286
| | | |
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-0722-634/+630
| |\ \ \ | | | | | | | | | | | | | | | stackable_vol
| * \ \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-041-12/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | stackable_vol
| * | | | | Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-2520-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | modified: test/dsets.c
* | | | | | Fix special macro stdout as emptyAllen Byrne2018-12-051-0/+1
| | | | | |
* | | | | | Need nonexistent file to skip stdout compareAllen Byrne2018-12-053-0/+3
| | | | | |
* | | | | | HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-0371-89/+314
| |_|_|_|/ |/| | | |
* | | | | HDFFV-10601: Some compiler doesn't support clock_gettime(). So I changed to ↵Songyu Lu2018-11-161-77/+25
| | | | | | | | | | | | | | | | | | | | use gettimeofday (HDgettimeofday in the HDF5 library).
* | | | | Merge pull request #1316 in HDFFV/hdf5 from ↵Ray Lu2018-11-153-2/+469
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~SONGYULU/hdf5_ray:bugfix/HDFFV-10601-issues-with-chunk-cache-hash to develop * commit 'cd13d24e5140578a880aebe4e2d8b899179d0870': HDFFV-10601: I added error checking to the HDF5 functions. HDFFV10601: Adding performance test to verify the improvement. HDFFV-10601: I changed to a better way to calculate the number of chunks in a dataset. HDFFV-10601 Issues with chunk cache hash value calcuation:
| * | | | | HDFFV-10601: I added error checking to the HDF5 functions.Songyu Lu2018-11-141-65/+161
| | | | | |
| * | | | | HDFFV10601: Adding performance test to verify the improvement.Songyu Lu2018-11-133-2/+373
| | |_|/ / | |/| | |
* | | | | Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-144-28/+49
| |_|_|/ |/| | |
* | | | Fix target files for commandsAllen Byrne2018-11-091-2/+2
|/ / /
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-11-067-90/+102
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1652a60fcbe9894d7c34a778fb24dce1979fb9a9': HDFFV-10605 Only test plugins if SHARED enabled Correct platforms Correct extlib depends Commit version changes for additional files for 1.11.3 snapshot release.
| * \ \ Merge pull request #1319 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developAllen Byrne2018-11-061-7/+7
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '81cb24ac1db0f4936b19067cdb7fa4e14e0d00db': Commit version changes for additional files for 1.11.3 snapshot release.
| | * | | Commit version changes for additional files for 1.11.3 snapshot release.Larry Knox2018-11-061-7/+7
| | | |/ | | |/|
| * | | HDFFV-10605 Only test plugins if SHARED enabledAllen Byrne2018-11-066-83/+95
| |/ /
* | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-10-291-12/+0
|\ \ \ | |/ / | | | | | | | | | * commit '7db3ea76da5d3b5c237a707b09d1618d3206ba83': Makes the installed header files the same between the autotools and CMake.
| * | Makes the installed header files the same between the autotoolsDana Robinson2018-10-271-12/+0
| |/ | | | | | | | | | | | | | | | | | | | | | | and CMake. * CMake will no longer install private generated headers and tools library headers. * Several empty public header files (which represent internal packages) were removed. These were only installed by CMake. * Autotools installs will install H5FDwindows.h. Fixes HDFFV-10614.
* | TRILAB-81 fix typoAllen Byrne2018-10-241-1/+1
| |
* | TRILAB-82 fixed errors found in reviewAllen Byrne2018-10-243-63/+65
| |
* | TRILAB-81 Output error if filename length is greater then 255Allen Byrne2018-10-191-0/+5
| |
* | TRILAB-81 check for func success before using valueAllen Byrne2018-10-191-27/+31
| |
* | TRILAB-81 Coverity fixAllen Byrne2018-10-191-18/+21
| |
* | TRILAB-81 coverity fixesAllen Byrne2018-10-1712-438/+408
|/
* VOL FEATUREDana Robinson2018-10-1026-202/+364
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Dana Robinson2018-09-246-13/+25
|\ | | | | | | | | | | | | | | | | | | * commit '2618dc314b9e4875e6ece7ee8696846ac2d02183': Remove extra unneeded Remove libsettings from pregenerated block CMake changes for SKIPPED and flush tests Correct $withval usage in configure HDFFV-10332 Adjust checks and generation of files HDFFV-10332 Use pre-generated files
| * CMake changes for SKIPPED and flush testsAllen Byrne2018-09-246-13/+25
| |
* | Remainder of vol_normalization changes (dataset, attribute, files, objects).Dana Robinson2018-09-243-5/+5
|/
* Snapshot version 1.11 release 2.hdftest2018-09-201-7/+7
|
* Develop normalization with vol_integration.Dana Robinson2018-09-197-289/+255
| | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that.
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-09-1811-138/+102
| | | | orginally intended to support the full SWMR feature.
* Cleanup and add intermediate dir for javaAllen Byrne2018-08-311-3/+0
|
* HD prefix and whitespaceAllen Byrne2018-08-286-236/+236
|
* Merge pull request #1157 in HDFFV/hdf5 from ↵Allen Byrne2018-07-302-3/+3
|\ | | | | | | | | | | | | ~JHENDERSON/hdf5:bugfix/CMake_MPI_libs_fix to develop * commit 'd075c0854d1ffb5a8eae23c5eb9a4456067f30c9': Add quotes to places where MPI_C_LIBRARIES are linked against
| * Add quotes to places where MPI_C_LIBRARIES are linked againstJordan Henderson2018-07-272-3/+3
| |
* | Add missing test optionAllen Byrne2018-07-241-1/+1
| |
* | Add test file with unwritten datasetsAllen Byrne2018-07-244-4/+425
|/
* Merge branch 'develop' of ↵Larry Knox2018-07-1818-135/+441
|\ | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| * Changes based on feedback from pull request.Vailin Choi2018-07-122-3/+2
| |
| * Modifications made based on feedback from pull request.Vailin Choi2018-07-114-12/+31
| |
| * Fix for HDFFV-10333:Vailin Choi2018-07-1116-132/+420
| | | | | | | | | | | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump
* | Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-181-0/+2
| | | | | | | | Commit Joe Lee's typo corrections for src/H5MF.c.
* | Revert "Merge pull request #1116 in HDFFV/hdf5 from ↵hdftest2018-06-241-7/+7
| | | | | | | | | | | | | | ~HDFTEST/hdf5_hft:hdf5_1_10 to develop" This reverts commit e9f476dad47ce593f13dacb77b1cc664d1f24e7b, reversing changes made to 2ff00b1b937ebe36ac6ddf590c16a4c27fc0b053.