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