Vailin Choi
cf38292064
Fix for HDFFV-10333:
...
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
2018-07-10 22:00:14 -05:00
hdftest
b193bc11c9
Revert "Merge pull request #1116 in HDFFV/hdf5 from ~HDFTEST/hdf5_hft:hdf5_1_10 to develop"
...
This reverts commit e9f476dad4
, reversing
changes made to 2ff00b1b93
.
2018-06-24 18:04:23 -05:00
M. Scot Breitenfeld
f484649347
Merge branch 'develop' into hdf5_1_10.sync
2018-06-04 14:41:12 -05:00
Dana Robinson
dec2f588ac
Merge pull request #1043 in HDFFV/hdf5 from ~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.
2018-05-31 18:14:24 -05:00
Vailin Choi
be2fc7dcd1
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* 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.
...
2018-05-23 14:27:05 -05:00
M. Scot Breitenfeld
4ddd7704b6
Merge branch 'develop' into hdf5_1_10.sync
2018-05-22 11:48:44 -05:00
Dana Robinson
0e584c7af2
Merge branch 'develop' into h5do_direct_chunk_hl_to_src
2018-05-14 17:45:23 -07:00
Vailin Choi
b178d80be0
Changes made based on feedback from pull request #1039 .
2018-05-14 12:26:48 -05:00
Vailin Choi
ea66ac1e67
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* 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
...
2018-05-14 11:20:03 -05:00
M. Scot Breitenfeld
88e0c3e748
Merge branch 'develop' into hdf5_1_10.sync
2018-05-10 09:06:35 -05:00
Allen Byrne
37c27afde0
Fix MPI on Windows by adding MPI include folder
2018-05-09 14:29:44 -05:00
M. Scot Breitenfeld
b69bd0771e
Merge branch 'develop' into hdf5_1_10.sync
2018-05-08 17:17:45 -05:00
Allen Byrne
0344785872
Text cleanup
2018-05-08 15:51:39 -05:00
Dana Robinson
64e13ca220
Merge branch 'develop' into h5do_direct_chunk_hl_to_src
2018-04-30 15:22:09 -07:00
Allen Byrne
fde2d1fe4a
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* 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.
2018-04-30 11:05:26 -05:00
Dana Robinson
09b1106e39
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.
2018-04-30 07:52:07 -07:00
Quincey Koziol
83e2ea681d
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')
2018-04-28 21:38:49 -05:00
Allen Byrne
2347bffaa2
TRILABS-19 remove add_defintions and use generator expressions
2018-04-26 16:41:04 -05:00
Vailin Choi
e6bc326ec0
Fix for HDFFV-10180 Performance issues with H5Oget_info.
2018-04-24 15:10:13 -05:00
Allen Byrne
6c82c49dd5
TRILABS-20 set a compiler name on all project commands
2018-04-20 10:11:55 -05:00
Allen Byrne
46f2a2a432
TRILABS-19 Initial conversion of include_directories to targets
2018-04-17 15:57:58 -05:00
Allen Byrne
df83d78134
HDFFV-10444 fix so numbers and merge java test changes
2018-04-10 10:52:18 -05:00
Allen Byrne
db3d744f25
HDFFV-10444 fix soversion numbers for libraries
2018-04-10 08:55:17 -05:00
Quincey Koziol
1be6fd0ac1
Merge remote-tracking branch 'origin/develop' into merge_func_enter_vol
2018-03-28 21:36:51 -05:00
Allen Byrne
8bfa1b6fc5
Add missing test file
2018-03-28 08:17:36 -05:00
Allen Byrne
e1f937f14b
Add missing test which is in autotools
2018-03-27 08:41:54 -05:00
Quincey Koziol
d812c6fe60
Cleanup API context function usage.
2018-03-18 22:51:19 -05:00
Quincey Koziol
f38864920d
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into merge_func_enter_vol
...
Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
2018-03-18 18:36:49 -05:00
Quincey Koziol
4a17aff408
Add API context interface and use it throughout the library.
2018-03-15 16:54:30 -05:00
lrknox
aa199c893f
Updated version to 1.10.3-snap0
2018-03-14 16:19:26 -05:00
Larry Knox
f30873136b
Merge pull request #943 in HDFFV/hdf5 from develop to hdf5_1_10
...
* 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.
2018-03-13 13:04:03 -05:00
Allen Byrne
6287bac6e5
Rework new tests into one macro
2018-03-13 12:26:24 -05:00
Allen Byrne
cbe8171f67
Fix CMake test names
2018-03-13 10:26:49 -05:00
Vailin Choi
a8afb3ab3b
Merge pull request #931 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to 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.
2018-03-12 18:00:05 -05:00
M. Scot Breitenfeld
48eaac2029
Merge branch 'develop' into hdf5_1_10_merge
2018-03-12 12:07:51 -05:00
Vailin Choi
f08b8fa10e
Enhancement to the tool h5clear (HDFFV-10360)
2018-03-12 09:02:15 -05:00
M. Scot Breitenfeld
a5d95ec083
Merge branch 'develop' into hdf5_1_10_merge
2018-03-09 16:57:54 -06:00
Allen Byrne
24c62ba7fe
Change CMake min to 3.10
2018-03-09 12:32:06 -06:00
Allen Byrne
6d75a3ffb4
Fix misaligned macro
2018-03-07 15:55:33 -06:00
M. Scot Breitenfeld
496af1be89
Needs to sync with lib version and Sencode.
2018-03-07 15:49:14 -06:00
Allen Byrne
8347a31871
Fix CMake missing parens
2018-03-07 15:46:58 -06:00
Binh-Minh Ribler
e1721103c5
Merge pull request #901 in HDFFV/hdf5 from ~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)
2018-03-07 15:09:15 -06:00
Binh-Minh Ribler
f05f9d4cff
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)
2018-03-06 11:41:33 -06:00
Binh-Minh Ribler
2b50dc9855
Added h5repack tests
...
Description:
Added tests SUPERBLOCK and INVALIDBOUNDS, composed by ADB.
Platforms tested:
Linux/64 (jelly) - cmake
2018-03-06 09:02:32 -06:00
Binh-Minh Ribler
f2ff00bd7a
Added bounds_latest_latest.h5
2018-02-28 14:40:13 -06:00
Binh-Minh Ribler
4899c9ab47
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)
2018-02-27 18:04:29 -06:00
Allen Byrne
d4e7beb9ee
Incr CMake min, add missing test, rework test CMake script
2018-02-27 16:39:10 -06:00
Allen Byrne
93744615f9
Fix list var
2018-02-27 14:04:34 -06:00
Allen Byrne
b36bad53d9
Inc CMake min, Add new tests, rework test CMake files
2018-02-27 12:57:07 -06:00
Allen Byrne
bb27f1441f
HDFFV-10412 merge from develop
2018-02-22 11:36:41 -06:00
Allen Byrne
76a0003f96
HDFFV-10412 update test ref files
2018-02-22 10:18:17 -06:00
Allen Byrne
b996ee2972
HDFFV-10412 fix typo
2018-02-21 16:29:41 -06:00
Allen Byrne
0d912d4632
HDFFV-10412 moved check back into normal path
2018-02-21 16:23:07 -06:00
Allen Byrne
de2ca6cf2d
Fix indentation
2018-02-19 08:33:54 -06:00
Allen Byrne
30166fed18
Fix indentation
2018-02-19 08:32:15 -06:00
Binh-Minh Ribler
39e3da7563
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)
2018-02-17 16:18:37 -06:00
Allen Byrne
fc875eb5b7
HDFFV-10384 and includes cleanup merged from devlop
2018-02-16 09:25:51 -06:00
Allen Byrne
ebb3bb0cfc
HDFFV-10384 Add opt arg to help
2018-02-15 16:58:51 -06:00
Allen Byrne
a77a08b02f
HDFFV-10384 Add optional arg to enable-error-stack
2018-02-14 16:14:48 -06:00
Allen Byrne
205d33f332
Cleanup overuse of include files
2018-02-14 10:08:09 -06:00
Vailin Choi
66ea3b8fb9
Merge pull request #876 in HDFFV/hdf5 from ~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.
2018-02-13 19:15:40 -06:00
Vailin Choi
2fbdfcc457
Modifications made based on comments from pull request.
2018-02-06 21:42:02 -06:00
Allen Byrne
f1cffac626
Remove old dependency construct
2018-02-05 16:14:52 -06:00
Allen Byrne
fbaa2192f8
Remove old dependency construct
2018-02-05 16:14:00 -06:00
Allen Byrne
20ee50c5b9
HDFFV-10345 splelling and whitespace corrections
2018-02-05 12:48:01 -06:00
Allen Byrne
f325002db9
HDFFV-10345 spelling errors
2018-02-05 12:38:20 -06:00
Allen Byrne
785b4ad2d4
Merge pull request #885 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10
...
* commit 'ad89b8325555ffd7ea27baef61c506a81dc80a96':
Add note for HDFFV-10398
HDFFV-10398 merge from develop improve CMake code
2018-02-02 14:12:21 -06:00
M. Scot Breitenfeld
afafd79e79
Merge branch 'develop' into hdf5_1_10
2018-01-31 13:06:30 -06:00
Allen Byrne
16e649fa0d
HDFFV-10398 merge from develop improve CMake code
2018-01-30 16:30:17 -06:00
Allen Byrne
2f18da435e
HDFFV-10398 use the simpler add_subdirectory signature
2018-01-30 12:21:01 -06:00
Vailin Choi
b86cc6ea84
Merge branch 'trunk_merge' into bugfix/version_bounds
...
Keep it up-to-date with develop.
2018-01-28 17:01:53 -06:00
Allen Byrne
c9309e0bdc
HDFFV-10396 Reduce use of h5tools_simple_prefix function
2018-01-25 10:36:02 -06:00
Allen Byrne
f0b0c35afb
HDFFV-10396 Eliminate overuse of h5tools_simple_prefix function
2018-01-25 09:58:24 -06:00
Vailin Choi
be77e59353
Merge branch 'develop' into bugfix/version_bounds
...
Keep the branch up-to-date.
2018-01-23 16:00:31 -06:00
Allen Byrne
233afe3b6f
HDFFV-10385,10392,10393 merge from develop
2018-01-22 11:22:27 -06:00
Vailin Choi
f122d6f27f
Modify usage description for -j and -k options so that it is more informative.
2018-01-18 14:26:13 -06:00
Allen Byrne
3374818d14
HDFFV-10393 fix incorrect search for name in h5repack object table
2018-01-18 14:22:12 -06:00
Allen Byrne
601ae0ebbc
HDFFV-10392 change size of local array to 16 chars
2018-01-17 11:56:42 -06:00
Allen Byrne
6ca95c512a
HDFFV-10385 rework java names
2018-01-17 10:27:00 -06:00
Vailin Choi
d202b3cfa1
Modify h5repack usage so that it is more descriptive.
2018-01-16 17:35:29 -06:00
Vailin Choi
120d02657b
Merge branch develop into bugfix/version_bounds
2018-01-12 17:51:42 -06:00
Allen Byrne
2fa4b8bc67
HDFFV-9724 merge vds duplicate code
2018-01-11 09:11:45 -06:00
Allen Byrne
bdde53eb3e
HDFFV-8745 remove obsolete files
2018-01-10 11:49:09 -06:00
Allen Byrne
2637bf680d
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '88574bf85618adc96142bebf865ac2caf82c8f09':
HDFFV-10361 Correct signatures
HDFFV-10361 Update release note for vds prefix
HDDFV-10361 combine duplicated prefix utility functions
2018-01-10 09:58:05 -06:00
Allen Byrne
88574bf856
Merge pull request #852 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10361-hdffv-9724-fix-has-duplicated to develop
...
* commit '9c2a9cec1f708039dbc625bcc6827ab64282e065':
HDFFV-10361 Correct signatures
HDFFV-10361 Update release note for vds prefix
HDDFV-10361 combine duplicated prefix utility functions
2018-01-10 09:40:38 -06:00
Allen Byrne
3ca7b82e5a
HDFFV-8745 remove obolete files
2018-01-10 08:51:13 -06:00
Allen Byrne
a5789f6c9a
HDFFV-8745 fix minor defects
2018-01-09 16:26:25 -06:00
Allen Byrne
969fe0373e
HDFFV-8745 fix minor defects
2018-01-09 16:22:08 -06:00
Allen Byrne
be42e04791
HDFFV-10385 refactor CMAKE_BUILD_TYPE usage
2018-01-09 09:56:28 -06:00
Allen Byrne
f548e878b0
HDFFV-8745 merge from develop
2018-01-09 09:20:25 -06:00
Allen Byrne
49479589d3
HDFFV-10385 Refactor use of CMAKE_BUILD_TYPE
2018-01-08 16:04:46 -06:00
Allen Byrne
4c004acf1d
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '92324bacae5ac697dbdf8e6cf8b3d709f189849a':
Snapshot version 1.11 release 2
2018-01-08 16:01:40 -06:00
Allen Byrne
2a1a2c5993
HDDFV-10361 combine duplicated prefix utility functions
2018-01-05 11:45:44 -06:00
Allen Byrne
a30a41bc32
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '994611a2d4320358dc5a1c0c721633670ad4833c':
Snapshot version 1.11 release 1
2018-01-05 10:49:03 -06:00
M. Scot Breitenfeld
c971c366a9
reverted changes from sync
2018-01-05 10:17:34 -06:00
hdftest
bee148a995
Snapshot version 1.11 release 2
2018-01-05 10:09:10 -06:00
hdftest
d01ad2a94a
Snapshot version 1.11 release 1
2018-01-05 08:50:10 -06:00
Allen Byrne
7d13e53294
HDFFV-9745 Create test and files to verify fixes
2018-01-04 10:09:03 -06:00
Allen Byrne
f8e84c5509
HDFFV-8745 cleanup vl resource usage
2018-01-02 16:25:03 -06:00
Allen Byrne
0ec1e5eeee
HDFFV-8745 remove files from test scripts
2018-01-02 15:08:43 -06:00
Allen Byrne
ccf044135c
HDFFV-8745 remove obsolete files
2018-01-02 14:43:28 -06:00
Allen Byrne
5f4676f3c8
HDFFV-8745 - fix implementation of 8625
2018-01-02 14:39:45 -06:00
Allen Byrne
17b8f0bb93
Fix valgrind issues
2018-01-02 09:39:09 -06:00
Allen Byrne
9a477bef3a
HDFFV-9724 add valgrind ENV
2017-12-29 13:13:30 -06:00
Allen Byrne
bd34c9e455
HDFFV-9724 Corrected files and verified tests
2017-12-28 16:49:50 -06:00
Allen Byrne
732074d47e
Add library INTERFACE and MPI to tools
2017-12-28 16:30:51 -06:00
lrknox
86d8a4c267
Revert "Merge pull request #826 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop"
...
This reverts commit b1223dd653
, reversing
changes made to b25f123f5f
.
2017-12-22 12:28:24 -06:00
Allen Byrne
65e09afd6c
Add prefix dir to the clear command
2017-12-13 15:17:02 -06:00
Allen Byrne
ba714e6820
HDFFV-9724 Add H5LS prefix test with ${ORIGIN}
2017-12-13 15:08:04 -06:00
Allen Byrne
4da73f893a
Add h5dump VDS prefix tests
2017-12-13 14:29:22 -06:00
Vailin Choi
14ced87d62
Merge branch 'develop' into bugfix/version_bounds
...
Merge from develop to keeep the branch up-to-date.
2017-11-27 14:20:36 -06:00
Vailin Choi
96784c9873
(1) Merge branch 'develop' into bugfix/version_bounds
...
(2) Add two new options to h5repack for low and high bounds as in H5Pset_libver_bounds.
(3) Modify message pre_copy callbacks so that H5Ocopy can handle version bounds check.
(4) Add version bounds check for cache image feature.
2017-11-25 02:22:24 -06:00
Dana Robinson
3b17287368
Brings H5Z and H5PL packages in sync with VOL integration branch.
2017-11-17 15:21:49 -08:00
Dana Robinson
5ce8dd5e94
Minor warning fixes
2017-11-15 02:58:16 -08:00
Dana Robinson
3a5e158191
Fixed the problems with LDFLAGS and AM_LDFLAGS in filter plugins.
2017-11-12 21:14:01 -08:00
Dana Robinson
00ade113c5
Plugin test rework
...
Cleanup of plugin test code. Renames many files. Prep for VOL branch merge.
2017-11-08 17:52:44 -08:00
Allen Byrne
f8fd6d0b41
Correct usage of MPI vars
2017-11-01 13:41:44 -05:00
Allen Byrne
2e2854cbb1
Correct test DEPENDS
2017-10-25 09:05:02 -05:00
Allen Byrne
7ee40947e1
Correct typo
2017-10-24 14:05:24 -05:00
Allen Byrne
def0d66aa2
fix typo
2017-10-24 11:04:50 -05:00
Allen Byrne
075a32fa0c
Fix typos
2017-10-24 11:03:09 -05:00
Allen Byrne
1743470502
HDFFV-10297 Free buffer inside loop
2017-10-23 12:42:41 -05:00
Allen Byrne
8e2cedd066
HDFFV-10297 Cleanup, Initialize variables
2017-10-23 09:26:15 -05:00
Allen Byrne
c2be993f32
HDFFV-10297 Windows issues fixed
2017-10-20 09:37:18 -05:00
Allen Byrne
18ba8cb7d2
Windows cannot share files easily
2017-10-20 08:29:31 -05:00
Allen Byrne
8e30e7eb19
Avoid double free
2017-10-19 16:51:43 -05:00
Allen Byrne
afeaceef5f
Windows had issues - revert code changes for get_option
2017-10-19 12:45:17 -05:00
Allen Byrne
d9e7aad64b
Remove extra command line
2017-10-18 16:33:00 -05:00
Allen Byrne
4ab2d9f010
Correct name of file
2017-10-18 16:19:32 -05:00
Allen Byrne
f071b2ff97
Add Mask test to script
2017-10-18 16:07:42 -05:00
Allen Byrne
cfad6bf6f8
Add new output files to clear test
2017-10-18 15:51:56 -05:00
Allen Byrne
c475dd05a6
Correct name of err file
2017-10-18 15:45:07 -05:00
Allen Byrne
49c21ebcf2
Fix name of output files
2017-10-18 15:14:46 -05:00
Allen Byrne
d68de1621c
Fix format convert error mask test
2017-10-18 15:06:14 -05:00
Allen Byrne
cf3342f8fc
Fix tools error handling and valgrind issues
2017-10-18 14:03:27 -05:00
Allen Byrne
78a5870680
Fix error handling issues
2017-10-17 16:13:12 -05:00
Allen Byrne
d9bfebc1db
Correct test results
2017-10-17 12:23:05 -05:00
Allen Byrne
c83e11d436
Cleanup valgrind issues
2017-10-17 12:15:02 -05:00
Allen Byrne
e071e746f8
HDFFV-1097 Changed file columns
2017-10-16 17:39:56 -05:00
Allen Byrne
2cbdf46cb9
HDFFV-10297 add h5copy test and fix h5diff errors
2017-10-16 17:26:23 -05:00
Allen Byrne
e0bbff9d46
Fix VS2012 declaration error
2017-10-16 10:56:54 -05:00
Allen Byrne
448217e7e3
HDFFV-10297 Fix compiler compaliants
2017-10-16 09:19:41 -05:00
Allen Byrne
d5c073d406
HDFFV-10296 Update tools lib to use the error handling macros.
2017-10-13 16:34:01 -05:00
Allen Byrne
fc12672cdb
Close ids in loop
2017-10-12 14:46:45 -05:00
Allen Byrne
087e0d6efa
Merge pull request #705 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '11df540c92ac284a664be912b0cb045e8d92e7d3':
Added older change that was added to last change
HDFFV-10297 add release note - fix test step
HDFFV-10297 Fix resource errors and cleanup whitespace
HDFFV-10297 fix vl buffer error
HDFFV-10297 update calls to H5Zfilter_avail
HDFFV-10297 - code changes nullify error
HDFFV-10297 - Fix test errors - five remaining
HDFFV-10297 - fix repack individual objects includes H5Zfilter_avail() fix
2017-10-11 15:42:34 -05:00
Allen Byrne
0c07376431
HDFFV-10297 Fix resource errors and cleanup whitespace
2017-10-10 13:06:12 -05:00
Allen Byrne
2f636b5d4a
HDFFV-10297 fix vl buffer error
2017-10-10 10:28:53 -05:00
Allen Byrne
c577a5e995
HDFFV-10297 update calls to H5Zfilter_avail
2017-10-09 17:00:15 -05:00
lrknox
4a3998ac30
Correct indentation in h5diff/Makefile.am.
2017-10-09 15:45:33 -05:00
lrknox
726d7d3af5
Add "-rpath /nowhere" to *_la_LDFLAGS for plugin test libraries. This
...
allows them to be successfully linked but not installed. The change was
added for the HDF5 1.8.20 release, but is also needed for all other HDF5
branches.
2017-10-09 15:33:09 -05:00
Allen Byrne
66990bc90f
HDFFV-10297 - code changes nullify error
2017-10-09 13:23:02 -05:00
Allen Byrne
daddf169b0
HDFFV-10297 - Fix test errors - five remaining
2017-10-09 12:59:28 -05:00
Allen Byrne
a07d6b52fb
HDFFV-10297 - fix repack individual objects
...
includes H5Zfilter_avail() fix
2017-10-06 14:36:07 -05:00
Allen Byrne
a49372724c
Fix other test name typos
2017-10-05 08:55:58 -05:00
Allen Byrne
82986dba72
Fix typo in valgrind test name
2017-10-05 08:51:32 -05:00
Allen Byrne
467f30c410
Cleanup cmake clean macros
2017-10-03 14:14:53 -05:00
Allen Byrne
68a9844991
VS2012 and earlier cannot have execute stmnts before declare
2017-10-03 12:34:54 -05:00
Allen Byrne
32a1b98a6c
Correct depends name
2017-10-03 12:26:40 -05:00
Allen Byrne
4c0784696b
Fix list of names
2017-10-03 11:26:18 -05:00
Allen Byrne
35861e3d6f
new reference file
2017-10-03 11:15:55 -05:00
Allen Byrne
a8f03185ad
Fix repack plugin test - reorganize test macros
2017-10-03 11:14:35 -05:00
Allen Byrne
5cd93e70c0
Adjust filter available variables
2017-10-02 16:41:13 -05:00
Allen Byrne
4f9e47650a
Fix STREQUAL if commands.
2017-10-02 12:39:15 -05:00
Allen Byrne
38e2f0e784
Update error handling to support ARGS and tools stack
2017-10-02 09:53:54 -05:00
Quincey Koziol
8880ec672e
Style cleanups and misc. bugfixes discovered during full SWMR development.
2017-09-23 11:17:47 -05:00
Allen Byrne
db157e317e
Use define name instead.
2017-09-20 11:51:21 -05:00
Allen Byrne
9e9d2ccd40
Fix VS2013 compile error
2017-09-20 09:52:44 -05:00
Allen Byrne
33812aee4c
Fix merge typos
2017-09-11 12:44:00 -05:00
Allen Byrne
77313a1d39
HDFFV-9774 Fix code merge
2017-09-08 16:52:00 -05:00
Allen Byrne
aab6d2466f
HDFFV-10276 Remove whitespace
2017-09-08 09:30:51 -05:00
Allen Byrne
b9faa69d87
HDFFV-10276 Remove whitespace
2017-09-08 09:29:39 -05:00
Allen Byrne
1c7c5a604b
HDFFV-10276 Add UD flag option to h5repack
2017-09-07 13:29:31 -05:00
Allen Byrne
d3e98edab0
HDFFV-9774 Apply standard mask to .err files
2017-09-06 10:47:18 -05:00
Allen Byrne
e271abfb36
HDFFV-10276 Add filter mask for standard err
2017-09-06 10:18:18 -05:00
Allen Byrne
89f65fc97e
HDFFV-9774 Add enable-error-stack argument to h5diff
2017-08-31 15:58:37 -05:00
Allen Byrne
b82ba32275
HDFFV-10282 refactor out assert calls in tools
2017-08-23 16:12:40 -05:00
Allen Byrne
678c3ae153
HDFFV-10188 force non-native type description
2017-08-23 10:18:08 -05:00
Allen Byrne
d200cd31a7
HDFFV-10188 emu insists on printing non-native description
2017-08-23 10:16:49 -05:00
Allen Byrne
3dcb188708
HDFFV-10188 fix typo
2017-08-21 13:06:57 -05:00
Allen Byrne
7acbb154d1
HDFFV-10188 add missing copy commands
2017-08-21 12:26:48 -05:00
Allen Byrne
138c3ee366
HDFFV-10188 Add tests and files
2017-08-21 11:56:31 -05:00
Allen Byrne
f695491f05
HDFFV-10188 enable null space test
2017-08-21 10:35:49 -05:00
Allen Byrne
164eee91cf
HDFFV-10188 - Check for empty string first
2017-08-16 15:01:29 -05:00
Allen Byrne
46f8c941d7
HDFFV-10188 error on NULL dataspace
2017-08-04 16:45:40 -05:00
Allen Byrne
5615cc2a69
Fix misnamed file in test script
2017-08-02 12:42:40 -05:00
Allen Byrne
02a56054b0
Add h5repack tests for paged aggregation
2017-08-02 10:53:17 -05:00
Vailin Choi
8b8e7ae232
Merge pull request #620 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
...
* commit '59e94f5009a1f738d9924be942448f8cf6355b00':
Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
2017-08-02 01:49:42 -05:00
Allen Byrne
e1a81b17e0
HDFFV-10256 Add test
2017-08-01 13:52:10 -05:00
Allen Byrne
538e910368
HDFFV-10256 correct len of string copy to the len of esc string
2017-08-01 13:36:51 -05:00
Vailin Choi
59e94f5009
Add h5repack tests for paged aggregation
...
Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
2017-07-29 01:10:25 -05:00
Allen Byrne
04d6a3ec3c
if PARALLEL copy seconf file to PAR folder
2017-07-27 11:18:52 -05:00
Allen Byrne
373a37da01
Make sure zip_perf program does not run concurrently
2017-07-26 09:30:41 -05:00
Allen Byrne
1018256d55
Correct copy to file name
2017-07-25 15:44:25 -05:00
Allen Byrne
e790a0b42d
HDFFV-10246 Add check for string not null before use
2017-07-25 15:15:20 -05:00
Dana Robinson
ec7450c4b4
Closed a wayward fapl ID in tools/test/misc/repart_test.c
...
and tidied.
2017-07-19 15:26:34 -05:00
Dana Robinson
ffc9b1d917
Stripped C standard library headers from tools test code.
2017-07-19 10:46:27 -05:00
Dana Robinson
ee7816bbfb
Stripped C standard library headers (and a couple of macros)
...
from the tools code. This is all handled in H5private.h, which
should be included in all tools source files.
2017-07-17 13:24:01 -05:00
Allen Byrne
c325dd2a65
HDFFV-10219 another mode change
2017-06-26 09:38:30 -05:00
Allen Byrne
e526ff9dc6
HDFFV-10219 change subset to use BINARY mode for h5dump
2017-06-26 09:36:28 -05:00
Allen Byrne
6b2f384a3c
HDFFV-10219 default input binary to NATIVE
2017-06-20 16:40:49 -05:00
Allen Byrne
14e52dcfa9
Set default of var to NATIVE
2017-06-20 16:09:32 -05:00
Allen Byrne
00f4456e70
HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed
2017-06-19 16:43:44 -05:00
Allen Byrne
1ac4b918f1
HDFFV-10219 remove standard headers already included in h5private.h
2017-06-16 14:03:16 -05:00
Allen Byrne
3a637e227c
HDFFFV-10219 fix file creation contention on windows
2017-06-16 12:04:22 -05:00
Allen Byrne
6832143610
HDFFV-10219 - fix name templates
2017-06-15 16:20:55 -05:00
Allen Byrne
6b28addeca
HDFFV-10219 add test headers
2017-06-15 14:48:47 -05:00
Allen Byrne
81c5f4fe67
HDFFV-10219 - remove debug comments
2017-06-15 14:33:13 -05:00
Allen Byrne
be172e8018
HDFFV-10219 - Fix subset test
2017-06-15 14:11:50 -05:00
Allen Byrne
1797bb7f5f
HDFFV-10219Fix binary test to use gen files
2017-06-15 14:09:32 -05:00
Allen Byrne
22fa1e8009
Add subset tests to script
2017-06-15 13:16:40 -05:00
Allen Byrne
1210d58b87
Fix changes to reference files. Still need to add subset test.
2017-06-15 12:51:56 -05:00
Allen Byrne
811bb5eeda
HDFFV-10219 - disable debug output
2017-06-15 12:29:34 -05:00
Allen Byrne
7424ea56d7
HDFFV-10219 Add new reference file file for new test
2017-06-15 12:27:03 -05:00
Allen Byrne
c288898630
HDFFV-10219 - fix for native in bin file and possible non-native in h5
2017-06-15 12:19:46 -05:00
Allen Byrne
61517c796f
HDFFV-10219: add generated files to memcheck clear command
2017-06-12 12:53:51 -05:00
Allen Byrne
b829420a0d
HDFFV-10219: Added keyword SUBSET to h5import list.
2017-06-12 12:22:52 -05:00
Dana Robinson
1e9354bcf5
Merge branch 'develop' into windows_open
2017-05-31 15:07:49 -07:00
Dana Robinson
57f0a296c0
Minor warning fix.
2017-05-25 10:25:30 -04:00
Dana Robinson
291b107d4d
Minor warning fixes in the tools.
2017-05-25 09:47:20 -04:00
Dana Robinson
18ae45027c
Fixed additional minor warnings.
2017-05-25 08:42:18 -04:00
Dana Robinson
946fd98b8d
Fixed many minor warnings.
2017-05-25 06:45:53 -04:00
Allen Byrne
0f81f23d69
HDFFV-8611 add autotools test
2017-05-22 13:55:15 -05:00
Allen Byrne
60cfdf138c
Remove obsolete function
2017-05-22 13:24:53 -05:00
Allen Byrne
cdcef539a3
HDFFV-8611 change h5repack to save the root group creation order
...
Added test and new arguments to control the the input file parsing.
2017-05-22 13:10:40 -05:00
Allen Byrne
973aebe25f
Add debug trace commands
2017-05-19 11:35:07 -05:00
Allen Byrne
e60bf13c76
HDFFV-9055 Correct file generator
2017-05-18 16:29:52 -05:00
Allen Byrne
fcc56184f1
Whitespace
2017-05-17 15:09:13 -05:00
Allen Byrne
71c223c082
Move execeutable command after declaration
2017-05-17 13:09:13 -05:00
Allen Byrne
23d9fe2649
HDFFV-9055 add test files
2017-05-17 10:06:17 -05:00
Allen Byrne
3ee87f72ad
HDFFV-9055 Handle H5T_ARRAY types
...
Create variables just for diff_array function
Whitespace updates
2017-05-16 15:58:17 -05:00
Allen Byrne
71637634ac
HDFFV-9995 Clarify help text
2017-05-16 10:16:44 -05:00
Allen Byrne
4f0b92bdd5
HDFFV-10128 Fixed string length with no null fixed
2017-05-16 09:28:49 -05:00
Allen Byrne
56c3ec9820
HDFFV-10128 add test to check null term
...
Test is another dataset
2017-05-15 12:33:58 -05:00
Allen Byrne
7078993d63
HDFFV-10128 Fix null term strings
2017-05-12 14:40:39 -05:00
Allen Byrne
0cb8152b8e
HDFFV-10186 Need to pull the flag into the script
2017-05-11 09:03:21 -05:00
Allen Byrne
ec0935a924
HDFFV-10186 xml test also needs endianess aware files
2017-05-10 12:45:06 -05:00
Allen Byrne
7dc0c79c54
HDFFV-10186 - h5tools_str_append is not printf
2017-05-10 12:20:15 -05:00
Allen Byrne
dd45c3694f
HDFFV-10186 braces formatting
2017-05-10 11:09:55 -05:00
Allen Byrne
772e6e9a7f
Fix reference file contents
2017-05-10 11:00:37 -05:00
Allen Byrne
445c805a4c
HDFFV-10186 Add endianess to bitfield and fix tests
2017-05-10 10:59:13 -05:00
Allen Byrne
e4e261173f
HDFFV-10186 more whitespace formatting
2017-05-10 10:12:19 -05:00
Allen Byrne
4f36f613a6
HDFFV-10186 Whitespace change
...
Mostly tabs to spaces
Remove Modifications comments
2017-05-09 16:52:05 -05:00
Allen Byrne
5263bc9029
HDFFV-10186 Whitespace changes
...
Mostly replacing tabs with spaces
Removed empty mod sections
2017-05-09 10:41:00 -05:00
Allen Byrne
6d0d9d46da
Fix typo in name of ddl file in command
2017-05-05 16:54:28 -05:00
Allen Byrne
9076e74d38
Fix name to copy
2017-05-05 10:05:59 -05:00
Allen Byrne
c90f72a0d4
Correct name of file to copy
2017-05-04 16:42:32 -05:00
Allen Byrne
412f68103e
Use correct var types for data
2017-05-04 13:32:58 -05:00
Allen Byrne
006e568021
Remove duplicate defines
2017-05-04 11:41:47 -05:00
Allen Byrne
bcaf579ac4
Add test file to list and fix test typo
2017-05-02 15:54:40 -05:00
Allen Byrne
7608b264e4
Make test scripts fail if result files are created
2017-05-02 12:36:02 -05:00
Dana Robinson
734aebc395
Rework of the POSIX file open permissions and macros to clean up
...
HDopen() calls.
Also fixed a minor const warning in the core VFD.
2017-04-28 18:13:22 -04:00
lrknox
be49a94226
Comment out install-exec-hooks to remove libdynlib* files. Allen did
...
the same for hdf5_1_10 and hdf5_1_10_1 because the hooks don't reliably
work. In the develop branch they are causing make install failures
because the autotools' install commands sometimes attempt to chmod these
files when they no longer exist.
2017-04-28 16:37:22 -05:00
Dana Robinson
d3b664b6a7
Changed the Windows POSIX open() file permissions to be correct
...
according to MSDN. Partial fix for HDFFV-9630.
2017-04-28 08:11:29 -07:00
Larry Knox
89fbe00dec
Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
...
* commit '54957d37f5aa73912763dbb6e308555e863c43f4':
Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes.
Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh.
Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1
Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
2017-04-25 16:05:36 -05:00
Larry Knox
3750e8ac7c
Merge pull request #449 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit '7bd516f2ead21e8470cc25c0b664ad6b56c723a0':
Our best effort to build dynamic plugin tests and not install them with "make install". It seems the install-exec-hook doesn't remove the last to be installed.
Add targets for plugin test libraries to avoid linking to external libs.
2017-04-21 15:32:13 -05:00
lrknox
7bd516f2ea
Our best effort to build dynamic plugin tests and not install them with
...
"make install". It seems the install-exec-hook doesn't remove the last
to be installed.
2017-04-21 14:32:45 -05:00
Allen Byrne
abdb412d50
file already in list
2017-04-21 11:04:27 -05:00
Allen Byrne
9a7b106d37
Correct test options to match autotools script
2017-04-20 14:57:36 -05:00
Allen Byrne
7ee229bced
Updates to CMake for the changes in the autotools script
2017-04-20 13:45:35 -05:00
Vailin Choi
43e03c548a
Modifications based on review comments from pull request.
...
Made changes according to review comments and discussion with Allen.
2017-04-19 22:51:39 -05:00
Vailin Choi
53f1450f9d
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '8f34c3cfd46054f6478b34df6af324c353e44d62':
Update tool dyn lib
LDFLAGS module forces .so lib to be built on osx instead of .dylib
java jni lib also needs to avoid the version-info
HDFFV-10170 undo patch
Add plugin options for libs
2017-04-19 16:06:25 -05:00
Allen Byrne
62770c6432
Update tool dyn lib
2017-04-18 14:23:35 -05:00
Vailin Choi
b7aeefbbc9
Fix for DAILYTEST-259 h5clear test failure
...
Deposit the test files in test/misc/testfiles for testh5clear.sh to use instead of depending on h5clear_gentest.
Tested on kituo, osx1010test, quail, platypus and ostrich.
2017-04-18 13:24:00 -05:00
Allen Byrne
0b226bd28b
HDFFV-10170 undo patch
2017-04-18 11:04:22 -05:00
Allen Byrne
9b234d74bb
Add plugin options for libs
2017-04-18 10:38:14 -05:00
Allen Byrne
9363223fb6
HDFFV-10170 chnage test libs to noinst type
2017-04-13 13:37:56 -05:00
Quincey Koziol
46c9ab600d
Minor style cleanups
2017-03-22 10:54:25 -07:00
Quincey Koziol
9c606c3d90
Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_config()"
...
This reverts commit dd5105fc9912c77f6d6074700d83e5e8282e86c9.
2017-03-22 09:58:40 -07:00
lrknox
7e7121fec6
Remove incorrect " marks added to java files by bin/h5vers.
...
Pull version from configure for version test in h5repack_plugin.sh.in
2017-03-21 10:57:40 -05:00
lrknox
cd8ec2cc44
Extend h5vers to update version strings in java files and h5repack
...
version test expected output file.
Update version on develop branch to 1.11.0.
Please enter the commit message for your changes. Lines starting
2017-03-20 17:14:16 -05:00
Allen Byrne
94850f37cb
Use global variable for test command - update reference
2017-03-20 09:59:17 -05:00
Quincey Koziol
a16d142f80
Switch from HDatoll to HDstrtoll, for Windows compatibility.
2017-03-16 08:38:24 -07:00
Quincey Koziol
0313cbb91d
Final merge of page buffering branch to develop
2017-03-13 21:30:37 -07:00
Allen Byrne
cceddc6b4f
Correct result code for strings test
2017-03-03 15:26:06 -06:00
Allen Byrne
eebe786cca
Add extension to filename
2017-03-03 15:10:40 -06:00
Allen Byrne
9e75847d67
HDFFV-10128 fix string compare and add tests
2017-03-03 14:47:59 -06:00
Allen Byrne
0df90f9f79
Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743':
Update CMake formatting
Update CMake files and formatting
HDFFV-10120 verify nozlib checking with tools tests
cmake non-code typo
2017-03-02 12:11:19 -06:00
Quincey Koziol
5df52404bc
Misc. small cleanups to sync against incoming page buffering changes.
2017-03-02 06:24:46 -08:00
Allen Byrne
2562ec3a4b
Update CMake files and formatting
2017-03-01 14:47:53 -06:00
Allen Byrne
0383597463
HDFFV-10120 verify nozlib checking with tools tests
2017-03-01 11:46:30 -06:00
Quincey Koziol
101fa7af8e
Cleanups and normalizations against incoming page_buffering changes.
2017-02-19 18:28:52 -08:00
Allen Byrne
08b5edca0b
Fix parallel h5diff test comapare
2017-02-14 14:59:57 -06:00
Allen Byrne
5e87ada674
Set depends test dependency for parallel h5diff
2017-02-14 13:51:34 -06:00
Quincey Koziol
a28b65bb9e
Clean up whitespace
2017-02-07 09:18:57 -08:00
Allen Byrne
d1292691c4
HDFFV-9875 enable static pdb and cleanup exports
2017-02-03 12:41:30 -06:00
Allen Byrne
177c050891
HDFFV-9875 Fix target exports and add static tools pdb files
2017-02-02 12:09:10 -06:00
Allen Byrne
0668e1ba1e
HDFFV-10123 fix shared name
2017-02-01 11:30:29 -06:00
Allen Byrne
7b85399dff
HDFFV-10123 Add SHARED tools
2017-02-01 11:15:38 -06:00
Allen Byrne
e4b568fffc
HDFFV-10046 add shared versions of tools for plugin filters
2017-01-31 15:50:21 -06:00
Allen Byrne
f1410b6c64
HDFFV-10046 build a shared version of h5repack tool for plugins
2017-01-31 15:33:10 -06:00
Dana Robinson
081955fdd1
Additional minor changes from revise_chunks->develop.
2017-01-27 16:46:09 -05:00
Allen Byrne
d627cd29bd
HDFFV-10046 Fix windows parse error
2017-01-24 16:41:45 -06:00
Allen Byrne
da08f71ea1
HDFFV-10112 correct form of comments
2017-01-23 08:49:54 -06:00
Allen Byrne
7e73366e91
HDFFV-10118 fix data
2017-01-20 16:40:40 -06:00
Allen Byrne
eb42e42ea4
HDFFV-10118 change h5ls to not display extra info
2017-01-20 15:53:45 -06:00
Allen Byrne
c3463d800d
HDFFV-10118 fixed plugin tests for tools
2017-01-20 14:23:41 -06:00
Allen Byrne
a8e9126054
Fix script varnames
2017-01-18 09:46:50 -06:00
Allen Byrne
ee4c57cc08
Chnage test dir to avoid parallel test collisions
2017-01-18 08:51:32 -06:00
Allen Byrne
a8e4f6426e
Add autotools version of plugin tests for UD filters
2017-01-17 17:11:27 -06:00
Allen Byrne
7d7a66ac82
HDFFV-9994 add h5ls reference file to copy
2017-01-17 14:18:06 -06:00
Allen Byrne
d8dfb7e63a
HDFFV-9994 - correct reference file
2017-01-17 14:12:01 -06:00
Allen Byrne
406db26f51
HDFFV-9994 add UD tests for tools
2017-01-17 13:46:11 -06:00
Allen Byrne
be260bbf75
Add goto error for dataset read failure. Fixed comments
2017-01-17 09:55:15 -06:00
Allen Byrne
556ff06975
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'bd85e57904f1f943774bb99ea5e8b0d074db0edb':
tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build.
2017-01-13 10:57:26 -06:00
lrknox
8452976de5
tools/test/h5diff/testh5diff.sh.in:
...
Add code to delete copies of test .h5 files copied from
tools/testfiles/vds to tools/test/h5diff/testfiles when running
"make check" for an in-source build.
tools/test/misc/testh5repart.sh.in:
Change the name of the temporary test directory from "testfiles"
which is also used for 2 h5mkgrp test files under source control to
"testrepart" to avoid deleting source controlled files when running
"make check" in the source directory.
Fix test scripts that remove source-controlled files during "make check" when run in-source.
Fix test scripts that don't remove test files because they add files to test directories but don't remove them if the build directories are the same as the source directory.
Fix any test source file or Makefile.am files for tests that leave data files are removed by neither "make check" nor "make distclean".
2017-01-12 22:20:11 -06:00
Allen Byrne
ee485247b7
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '8b4c9f848d63351c85cab3a5b2034f8e7e1a29db':
h5format_convert was not built (missing from subdirs in tools/src and tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean.
Create h5repack convenience library for common code used by h5repack tool and h5repacktst. Fixes broken distclean.
Added an --enable-developer-warnings option to configure so users can ignore -Wsuggest-attribute warnings and other noise that doesn't indicate poor code quality.
2017-01-11 14:24:09 -06:00
Allen Byrne
244faaa0d0
HDFFV-10094: upgrade cmake command conventions
...
Also converted tests to use macros
2017-01-11 14:02:34 -06:00
Larry Knox
c37826171d
Merge pull request #245 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
...
* commit '630d668954f56f5138f2bffe3994e2c1da2e3f5c':
h5format_convert was not built (missing from subdirs in tools/src and tools/test Makefile.ams) but created dependencies that were not cleaned up by make clean and make distclean.
Create h5repack convenience library for common code used by h5repack tool and h5repacktst. Fixes broken distclean.
2017-01-10 23:02:46 -06:00
Allen Byrne
e1bcae8a6a
Update cmake min version and cmake command convention
2017-01-10 17:10:03 -06:00
lrknox
630d668954
h5format_convert was not built (missing from subdirs in tools/src and
...
tools/test Makefile.ams) but created dependencies that were not
cleaned up by make clean and make distclean.
2017-01-10 16:53:38 -06:00
Allen Byrne
09d1314c1d
Split VDS files into a separate list
2017-01-10 15:59:01 -06:00
lrknox
584d3743a8
Create h5repack convenience library for common code used by h5repack
...
tool and h5repacktst. Fixes broken distclean.
Tested with h5committest and "make distclean".
2017-01-10 14:41:25 -06:00
Allen Byrne
b3c2354a1b
Corrected return calls from main()
2017-01-05 12:01:45 -06:00
Allen Byrne
cdda9c0a6a
Corrected return calls
2017-01-05 12:01:10 -06:00
Allen Byrne
e16bfa859c
Fix valgrind memory leak
2017-01-05 09:02:13 -06:00
Allen Byrne
c507554935
Clean up valgrind memory leak
2017-01-05 08:58:58 -06:00
Allen Byrne
7f3b32385c
HDFFV-10053: add check for zlib support before running test
2016-12-16 10:41:20 -06:00
Quincey Koziol
57afb68e46
Bring SWMR-related tools changes from revise_chunks to develop.
2016-12-11 11:25:08 -08:00
Dana Robinson
122819fec3
Merge pull request #48 in HDFFV/hdf5 from HDFFV-9407-h5dump-fails-to-print-full-precision to develop
...
Merged Kimmy's fix (still needs a test).
* commit 'f76c3b56e1ccf81b16225fa6935adb45ac6d2f38':
fix the issue of h5dump fails to print full precision
2016-12-07 16:17:45 -06:00
Allen Byrne
45d817af9c
Repair comment chars to C style
2016-11-17 09:28:18 -06:00
Allen Byrne
94f09655cb
Correct name of list
2016-11-09 12:39:22 -06:00
Allen Byrne
a2e6cb3c82
Factor out path
2016-11-09 11:55:28 -06:00
Allen Byrne
f9674dfe4e
On windows there could be a conflict when two processes try to read the
...
same file
2016-11-09 10:37:04 -06:00
Quincey Koziol
bb6cb6adb0
Code style and warning cleanups, from revise_chunks branch.
2016-11-06 12:08:19 -08:00
Allen Byrne
070362cc93
Fix mktarball errors with Manifest
2016-11-04 09:34:01 -05:00
Quincey Koziol
84787e3085
Uncomment line in test/objcopy.c, clean up whitespace and POSIX call wrapping
...
in tools code.
2016-11-03 08:46:53 -07:00
Allen Byrne
16ba94f5db
Fix parallel h5diff option of tool location
2016-11-02 12:21:14 -05:00
Allen Byrne
de57917e58
minor cleanup to utils defines
2016-11-01 16:42:13 -05:00
Allen Byrne
8a323685f8
Add util programs for tests
2016-11-01 16:38:18 -05:00
Allen Byrne
430d10b047
Correct test command line
2016-11-01 16:10:09 -05:00
Allen Byrne
60cb2c8254
refactor repart test to use test dir
2016-11-01 15:48:39 -05:00
Allen Byrne
df13600ae2
Re-merge HDFFV-9942 to new folder structure
2016-10-27 11:03:26 -05:00
Allen Byrne
67084271cb
Correct dir reference
2016-10-27 10:55:22 -05:00
Allen Byrne
11093646db
Split tools code - remove old change
2016-10-27 10:19:59 -05:00
Allen Byrne
2c6dbbf212
Split tools into src and test - add folders
2016-10-27 10:06:00 -05:00
Allen Byrne
5b562d9ce9
Split tools into src and test - remove folders
2016-10-27 10:04:42 -05:00
Allen Byrne
b34423f620
Split the code into src and test
2016-10-27 10:03:22 -05:00
Allen Byrne
5dfe4b6de7
Merge pull request #3 in ~BYRN/hdf5_adb from bugfix/HDFFV-9942-verify-standalone-perform to develop
...
* commit '9a4ac501c1bd1f27bde1fc2acbc67bed74ff38ff':
Add defines missing on OSX
Merge includes from sio file
2016-10-21 15:20:42 -05:00
Allen Byrne
0a27add8d7
Change return statement format.
2016-10-21 14:21:08 -05:00
Allen Byrne
9a4ac501c1
Add defines missing on OSX
2016-10-21 14:11:46 -05:00
Allen Byrne
3543f58f25
remove unneeded defines
2016-10-21 11:31:46 -05:00
Allen Byrne
8fd2eb8287
Merge includes from sio file
2016-10-19 17:02:30 -05:00
Allen Byrne
8e0674691a
Add new testlib to copy
2016-10-19 12:10:45 -05:00
Allen Byrne
a8883cf07b
Correct multiple lib setting
2016-10-18 12:52:32 -05:00
Allen Byrne
7ea09c9292
HDFFV-9996: Test file to verify that that multiple params are parsed
2016-10-18 12:14:25 -05:00
Allen Byrne
c3cea7f96e
Add missing EXPORT tag in INSTALL command
2016-10-17 09:52:00 -05:00
Allen Byrne
321db89a65
Remove test only tools from exports
2016-10-14 13:13:25 -05:00
Allen Byrne
fabfa3c1f4
Fix typo
2016-10-14 13:10:18 -05:00
Allen Byrne
3ee36553b9
Add support for namespace and add tools to binaries config
2016-10-14 11:22:22 -05:00
Allen Byrne
ec991ed4b8
Fix missing defines for standalone perf
2016-10-03 17:07:21 -05:00