summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Merge pull request #1043 in HDFFV/hdf5 from ↵Dana Robinson2018-05-311-0/+684
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5do_direct_chunk_hl_to_src to develop * commit '1da9c5545c013ebc540ba3044810889d4acfa5be': Restored some unused #defines to the deprecated section of H5Dpublic.h. Added deprecated symbol wrappers for the H5DOwrite/read_chunk wrappers. Updated commenting in the H5DO compat test. Stripped out most of the duplicated functionality in the H5DO compat test. * Added H5DO compatibility functions. * Changed the offset copy to use an array on the stack. * Yanked some unused #defines. * Fixed the error tests * Moved common functionality into helper functions Normalize with trunk prior to update merge Fixed a warning. Finished move of H5DOread/write_chunk calls to H5D. First stage of moving H5DOread/write_chunk() to src/ and making them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
| * Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-05-1527-246/+205
| |\
| * \ Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-3027-364/+280
| |\ \
| * | | First stage of moving H5DOread/write_chunk() to src/ and makingDana Robinson2018-04-301-0/+684
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | them H5D calls. * Moved H5DOread/write_chunk() to H5Dio.c and renamed to H5D*. * Moved the hl/test/test_dset_opt test to test/ and renamed to direct_chunk. * Moved the hl/test/dectris_hl_perf test to tools/test/perform and renamed to direct_write_perf. * Updated autotools and CMake files.
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-2322-52/+56
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2b0fb7e3f1f7da5b23d430702493ed4fb7f87166': (21 commits) HDFFV-9739 only executes H5E tests in production Remove link flag from compile command fix typo Add release note Correct attribute location HDFFV-9739 fix copy testfiles command HDFFV-9739 remove obsolete test files HDFFV-9739 dup test file for concurrent tests HDFFV-9739 Fix autotools script HDFFV-9739 Change autotools test scripts Fix typo HDFFV-9739 Update test reference Update current windows test machines HDFFV-9739 Grab err number before API call HDFFV-9739 Add release note Adjust test names for concurrent tests Fix soversion HDFFV-9739 Fix copy name HDFFV-9739 factor out tests into separate JUnit Updated the threadsafety test to use error macros instead of asserts. ...
| * | | | Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-0922-52/+56
| | |_|/ | |/| |
* | | | Changes made based on feedback from pull request #1039.Vailin Choi2018-05-1415-43/+42
| | | |
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2018-05-1428-248/+211
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dcc66a4f157ace0858b788228550f3e104df3242': (35 commits) GGC requires attribute before function Correct COMPILE defs usage Add missing module_dir property Text cleanup Correct sentence punctuation. Add release note. Use set_property for MT flag Correct command usage Remove APPEND Fix typo Add missing test lib add missing folder to path Fix another command revert Missed a command revert Revert to old style for LINK_FLAGS gen expr not working LINK_FLAGS must be separate property sets Fix link flags syntax Revert refactor link flags refactor link flags to interface Refactor link flags ...
| * | | Text cleanupAllen Byrne2018-05-082-42/+18
| | | |
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-04-301-2/+6
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | * commit '1f8cb03e11a46f853881f45dac18eff2dd68401e': Fix errors in Makefile.am files that cause "make check" to repeat test, even when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean') Further minor cleanups Checkpoint normalization against incoming hyperslab / selection / dataspace improvements.
| | * | Fix errors in Makefile.am files that cause "make check" to repeat test, evenQuincey Koziol2018-04-291-2/+6
| | | | | | | | | | | | | | | | | | | | when there are no changes to source files. (Also add a ggenerated script to the list of files cleaned up on 'make distclean')
| * | | TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-2625-204/+187
| |/ /
* | | Fix for HDFFV-10180 Performance issues with H5Oget_info.Vailin Choi2018-04-2418-54/+57
|/ /
* | TRILABS-20 set a compiler name on all project commandsAllen Byrne2018-04-2026-26/+26
| |
* | TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-1726-335/+247
|/
* HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-106-8/+8
|
* Merge remote-tracking branch 'origin/develop' into merge_func_enter_volQuincey Koziol2018-03-291-0/+6
|\
| * Add missing test fileAllen Byrne2018-03-281-0/+2
| |
| * Add missing test which is in autotoolsAllen Byrne2018-03-271-0/+4
| |
* | Cleanup API context function usage.Quincey Koziol2018-03-191-7/+12
| |
* | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-18120-3780/+5287
|\ \ | |/ | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * Rework new tests into one macroAllen Byrne2018-03-131-25/+112
| |
| * Fix CMake test namesAllen Byrne2018-03-131-6/+6
| |
| * Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2018-03-1229-60/+724
| |\ | | | | | | | | | | | | | | | | | | | | | develop * commit 'f08b8fa10e7bac5ae26e3b06f938d38ebb3f28e1': Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| | * Enhancement to the tool h5clear (HDFFV-10360)Vailin Choi2018-03-1229-60/+724
| | |
| * | Change CMake min to 3.10Allen Byrne2018-03-0926-26/+26
| |/
| * Fix misaligned macroAllen Byrne2018-03-071-2/+1
| |
| * Fix CMake missing parensAllen Byrne2018-03-071-1/+1
| |
| * Merge pull request #901 in HDFFV/hdf5 from ↵Binh-Minh Ribler2018-03-073-2/+166
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~BMRIBLER/version_bounds_bmr:develop to develop tests for version bounds. * commit 'f05f9d4cffab5e008c67e19034c1b248e1b01b3c': Miscellaneous test fixes Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Added h5repack tests Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake Added bounds_latest_latest.h5 Misc improvement Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test) Improving tests Description: - Added test for version bounds with nested datatypes - Added script for additional version bound test in h5repack - Cleaned up tests for consistency - Removed extra included header files Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
| | * Miscellaneous test fixesBinh-Minh Ribler2018-03-061-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - dtypes.c: added the use of highest version of nested datatypes to verify the datatype's version. - miscellaneous typos Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| | * Added h5repack testsBinh-Minh Ribler2018-03-061-0/+71
| | | | | | | | | | | | | | | | | | | | | Description: Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB. Platforms tested: Linux/64 (jelly) - cmake
| | * Added bounds_latest_latest.h5Binh-Minh Ribler2018-02-281-0/+1
| | |
| | * Misc improvementBinh-Minh Ribler2018-02-282-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added test file for h5repack test VERIFY_INVALIDBOUNDS - Updated MANIFEST - Removed unnecessary header file in test - Update h5repack script to copy the new file to the test location Platforms tested: Linux/64 (jelly) Darwin (osx1010test)
| | * Improving testsBinh-Minh Ribler2018-02-171-2/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: - Added test for version bounds with nested datatypes - Added script for additional version bound test in h5repack - Cleaned up tests for consistency - Removed extra included header files Platforms tested: Linux/64 (jelly) Linux/64 (moohan) Darwin (osx1010test)
| * | Fix list varAllen Byrne2018-02-271-111/+50
| | |
| * | Inc CMake min, Add new tests, rework test CMake filesAllen Byrne2018-02-2727-76/+137
| | |
| * | HDFFV-10412 update test ref filesAllen Byrne2018-02-223-4/+4
| | |
| * | HDFFV-10412 fix typoAllen Byrne2018-02-211-1/+1
| | |
| * | HDFFV-10412 moved check back into normal pathAllen Byrne2018-02-211-20/+20
| | |
| * | Fix indentationAllen Byrne2018-02-191-2/+2
| | |
| * | HDFFV-10384 Add opt arg to helpAllen Byrne2018-02-159-18/+18
| | |
| * | HDFFV-10384 Add optional arg to enable-error-stackAllen Byrne2018-02-147-35/+50
| |/
| * Cleanup overuse of include filesAllen Byrne2018-02-142-14/+12
| |
| * Merge pull request #876 in HDFFV/hdf5 from ↵Vailin Choi2018-02-145-28/+84
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~VCHOI/my_hdf5_fork:bugfix/version_bounds to develop * commit 'b4294d8d3e5937527e9814f23d04df412ebbe770': Added comment for clarification about latest as 1.10. Platforms tested: Linux/64 (jelly) Linux/32 (jam) Fixed typos Platforms tested: Linux/32 (jam) Additional tests Description: - Revised and add more variety to version bound tests per review - Revised gen_bounds.c per review Platforms tested: Linux/64 (jelly) Linux/32 (jam) Darwin (osx1010test) Added gen_bounds Cleaned up per comments in PR# 876 Modifications made based on comments from pull request. Added gen_bounds.c Added gen_bounds.c Fix bounds check for the generation of cache image. Modify usage description for -j and -k options so that it is more informative. Modify h5repack usage so that it is more descriptive. Changes made based on code reviews. Further improvement Fixed comment. Adding data file generator Description: Added gen_bounds.c to generate the following files: - bounds_earliest_latest.h5 - bounds_earliest_v18.h5 - bounds_latest_latest.h5 - bounds_v18_latest.h5 - bounds_v18_v18.h5 for testing the version bounds fix in 1.8 and 1.6. Initial checkin for library version bounds Code changes to provide versioning support when adding to the enumerated defines for H5F_libver_t.
| | * Modifications made based on comments from pull request.Vailin Choi2018-02-072-8/+8
| | |
| | * Merge branch 'trunk_merge' into bugfix/version_boundsVailin Choi2018-01-283-274/+3
| | |\ | | | | | | | | | | | | Keep it up-to-date with develop.
| | * \ Merge branch 'develop' into bugfix/version_boundsVailin Choi2018-01-2323-58/+13
| | |\ \ | | | | | | | | | | | | | | | Keep the branch up-to-date.