summaryrefslogtreecommitdiffstats
path: root/tools/test
Commit message (Collapse)AuthorAgeFilesLines
* Check in files generated by autogen.sh for hdf5_1_10_5 release branch.Larry Knox2019-02-1613-0/+19624
|
* TRILAB-111 Update MPI CMakeAllen Byrne2019-02-132-10/+10
|
* Refactor TIMEOUT valuesAllen Byrne2019-02-061-1/+1
|
* HDFFV-10697 Disable compression option if source unavailableAllen Byrne2019-02-051-4/+2
|
* Fix CMake policy 54 warningsAllen Byrne2019-01-181-9/+16
|
* HDFFV-10669 merge from developAllen Byrne2018-12-311-2/+2
|
* Removed 'VOL' versions of FUNC_ENTER macros as well as empty functionsDana Robinson2018-12-3111-138/+102
| | | | orginally intended to support the full SWMR feature (from develop).
* Merge CMake changes from developAllen Byrne2018-12-202-39/+74
|
* Add H5I_INVALID_HIDAllen Byrne2018-12-151-1/+1
|
* Tools cleanupAllen Byrne2018-12-132-105/+77
|
* HDFFV-10632 separate stderr and stdout in testsAllen Byrne2018-12-1361-270/+527
|
* Renamed h5repart's -family_to_sec2 to -family_to_single.Dana Robinson2018-11-233-9/+23
|
* Fix target for commandsAllen Byrne2018-11-091-2/+2
|
* TRILAB-82 fix coverity high-impact issuesAllen Byrne2018-11-087-366/+333
|
* TRILABS: Merge CMake changes from developAllen Byrne2018-11-076-83/+95
|
* HDFFV-10594, 10332, 10531Allen Byrne2018-09-265-12/+24
|
* Update versionLarry Knox2018-09-051-7/+7
|
* Update system commands with HD prefix and whitespaceAllen Byrne2018-08-282-37/+37
|
* Rearrange issues by date orderJordan Henderson2018-08-091-7/+7
| | | | | Update version. Update .so versions to match 1.10.3.
* Add swmr tests, fix java scriptAllen Byrne2018-07-272-1/+93
|
* Revert Sencode h5dump testAllen Byrne2018-07-273-96/+0
|
* Apply Cygwin pathches from Marco Atzeri.Larry Knox2018-07-261-0/+2
| | | | Commit Joe Lee's typo corrections for src/H5MF.c.
* Changes based on feedback from pull request.Vailin Choi2018-07-262-3/+2
|
* Modifications made based on feedback from pull request.Vailin Choi2018-07-264-12/+31
|
* Fix for HDFFV-10333:Vailin Choi2018-07-2613-1/+256
| | | | | | | | | 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 branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-06-041-0/+684
|\
| * 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-1513-105/+99
| | |\
| | * \ Merge branch 'develop' into h5do_direct_chunk_hl_to_srcDana Robinson2018-04-3014-290/+242
| | |\ \
| | * | | 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.
* | | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-2212-32/+36
|\ \ \ \ \ | |/ / / /
| * | | | Fix MPI on Windows by adding MPI include folderAllen Byrne2018-05-0912-32/+36
| | |_|/ | |/| |
* | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-1013-105/+99
|\ \ \ \ | |/ / /
| * | | 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.
| * | | TRILABS-19 remove add_defintions and use generator expressionsAllen Byrne2018-04-2613-105/+99
| | | |
* | | | Merge branch 'develop' into hdf5_1_10.syncM. Scot Breitenfeld2018-05-0839-528/+527
|\ \ \ \ | | |/ / | |/| |
| * | | 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-20 set a compiler name on all project commandsAllen Byrne2018-04-2013-13/+13
| | |
| * | TRILABS-19 Initial conversion of include_directories to targetsAllen Byrne2018-04-1713-274/+222
| |/
| * HDFFV-10444 fix soversion numbers for librariesAllen Byrne2018-04-105-6/+6
| |
| * 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
| | |
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-1880-3259/+4868
| |\ \ | | |/ | | | | | | | | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
| * | Add API context interface and use it throughout the library.Quincey Koziol2018-03-1523-211/+258
| | |
* | | HDFFV-10444 fix so numbers and merge java test changesAllen Byrne2018-04-105-6/+6
| | |
* | | Updated version to 1.10.3-snap0lrknox2018-03-141-7/+7
| | |
* | | Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10Larry Knox2018-03-1328-44/+669
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9247388c3d14510341ea3f07847ce2cbb6e44a8e': Rework new tests into one macro Added a "won't fix" RELEASE.txt entry for HDFFV-10356. Fix CMake test names Fixed typo Add release note for HDFFFV-10397. Added a fix for HDFFV-10358. Fixed documentation Description: - Updated the description of copy constructor for clarification. - Removed unnecessary comments. Platforms tested: Linux/64 (jelly) Enhancement to the tool h5clear (HDFFV-10360) Fix for HDFFV-10209 VDS SWMR test failure Free the object header when there are chksum retries.
| * | Rework new tests into one macroAllen Byrne2018-03-131-25/+112
| | |
| * | Fix CMake test namesAllen Byrne2018-03-131-6/+6
| | |