Allen Byrne
392340062b
Add HD prefix
2019-08-27 09:21:08 -05:00
Allen Byrne
ba974c031d
OESS-29 Update HD prefix mostly
2019-08-24 14:07:33 -05:00
Allen Byrne
64e6665b54
Add HD prefix to tests
2019-08-15 16:46:15 -05:00
Allen Byrne
f5a250e77c
Whitespace cleanup
2019-08-15 09:03:03 -05:00
Allen Byrne
c60ceb8c08
Merge reconciliation and VFD test fixes
2019-08-04 15:19:51 -05:00
Allen Byrne
0147a6c713
Fix VFD tests and repack
2019-08-03 17:28:50 -05:00
Allen Byrne
517cadac26
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'f97e11e7635a0cd8728d4604ca5dceb3925ba44c':
Update comment and check for strtoumax.
Modify CMakeLists.txt file for renamed h5tools_test_utils files.
Add HD to string functions. Switched strtoul to strtoumax in H5FDs3comms.c. Removed unused functions and variables in s3 and hdfs TestH5Pfapl*.java. Update Copyright headers.
Squashed commit of the following:
2019-07-29 16:10:45 -05:00
Allen Byrne
da2ec6163d
Update libvers usage
2019-07-28 14:41:52 -05:00
Allen Byrne
a7d74160d0
Correct generator and add HD prefix
2019-07-26 16:18:39 -05:00
Larry Knox
8008294578
Squashed commit of the following:
...
Merge changes from update_merged_S3_HDFS branch into develop.
commit d5034315aea88629929ac0c9c59ebfafd5f21a31
Merge: 9c48823 d3fdcd8
Author: Larry Knox <lrknox@hdfgroup.org>
Date: Thu Jul 25 08:24:53 2019 -0500
Merge branch 'develop' into update_merged_S3_HDFS
2019-07-25 11:47:12 -05:00
Allen Byrne
6a932198aa
HDFFV-10529 Update CMake tests to use test fixtures
2019-07-23 16:24:56 -05:00
Allen Byrne
ac8a1f02ab
Add missing target root path, check other export macro
2019-07-17 11:58:05 -05:00
Allen Byrne
741ef0aaef
HDFFV-10845 skip test if CMake command doesn't support ignore EOL
2019-07-17 11:58:05 -05:00
Allen Byrne
3ea746014a
HDFFV-10845 copy files with windows EOL
2019-07-17 11:58:05 -05:00
Allen Byrne
95d3b41af0
HDFFV-10845 separate test used by copy windows files
2019-07-17 11:58:04 -05:00
Allen Byrne
0eb050d481
HDFFV-10845 mingw needs special windows reference files
2019-07-17 11:58:04 -05:00
Allen Byrne
f724e86727
HDFFV-10845 use of TARGETFILE disables auto emulator
2019-07-17 11:58:04 -05:00
Allen Byrne
7ba562a820
HDFFV-10845 fix configure check and PATHs
2019-07-17 11:58:03 -05:00
Allen Byrne
9655485f6a
non-windows test must be skipped on windows
2019-07-11 10:20:04 -05:00
Quincey Koziol
73df02f13c
Merge branch 'develop' into feature/update_gcc_flags
2019-07-09 22:17:22 -05:00
Quincey Koziol
db7c43d375
Updates to warnhist script, along with a few cleanups, and add some comments
...
to warning cleanups that are a bit obscure.
2019-07-09 22:15:36 -05:00
Allen Byrne
c424877351
perf program can only be built on unix platforms
2019-07-08 15:37:58 -05:00
Allen Byrne
c88caec5ae
Declaration needed for parallel standalone
2019-07-08 15:33:31 -05:00
Quincey Koziol
78e13fe8b0
Merge branch 'develop' into feature/update_gcc_flags
2019-07-05 13:33:13 -05:00
Allen Byrne
1c7420d1e3
perf test is parallel only
2019-07-03 15:30:41 -05:00
Allen Byrne
ce92a64716
Add missing test
2019-07-03 10:15:07 -05:00
Quincey Koziol
3b594992d6
Add support for GCC9, update warnhist script, and clean up warnings.
2019-07-02 23:43:45 -05:00
Quincey Koziol
2042c775f0
Merge branch 'develop' into feature/update_gcc_flags
2019-06-28 16:13:36 -05:00
Allen Byrne
13d951d372
Merge pull request #1779 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
...
* commit '0405935654e2c3a8e414da6f66a46ab0ef7ef9ec':
Remove unused code
2019-06-28 10:10:55 -05:00
Quincey Koziol
d5130bb573
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
...
changes to warnhist script (and some extra improvements for condensing C++
and Java warnings), and fixed a bunch of warnings.
2019-06-28 09:10:43 -05:00
Allen Byrne
e7dd793f42
Remove unused code
2019-06-27 08:00:31 -05:00
Vailin Choi
9cafc8d4de
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_fork into bugfix/new_shutdown_fsm
2019-06-26 15:47:54 -05:00
Allen Byrne
f6ddfd7dda
Add test cleanup
2019-06-24 16:10:20 -05:00
Allen Byrne
1891324419
Need to shift off two arguments
2019-06-24 15:45:38 -05:00
Vailin Choi
7485981bca
Merge pull request #8 in ~VCHOI/my_third_fork from develop to bugfix/new_shutdown_fsm
...
* commit '35fd0ec8ceffe96cee352187154da15c967fb990':
Updated H5Tcopy() to get the dataset's datatype through the VOL when that is passed in as the object ID.
Fix fortran test and test library linking
Update GCC 6 & 7 flags for CMake builds
Move -Wnormalized down into GCC 6.x flags
Put the memcpy overlap check back into H5MM.
Fixed the heap overflow in t_filters_parallel
Fixed some low-hanging fruit from -fsanitize in t_filters_parallel.
Add lib dir for testing plugins
Add support for GCC 7.x warnings, update warnhist script to account for them, clean up warnings.
Add H5_HLDLL prefix for windows link
HDFFV-10805 cleanup examples and test code
Fix minor typo in H5S_select_iter_release
Add missing fortran mods
HDFFV-10805 Fix test of library libinfo
Cleanup possible CMake target conflicts
Correct CMake issues
2019-06-24 15:04:38 -05:00
Allen Byrne
ee07744966
HDFFV-9407 add autotools test
2019-06-24 15:04:07 -05:00
Allen Byrne
a03d35dc22
HDFFV-9407 Add test
2019-06-24 07:28:39 -05:00
Quincey Koziol
128853b58a
Merge branch 'develop' into feature/update_gcc_flags
2019-06-22 11:39:25 -05:00
Allen Byrne
468b130be3
Add lib dir for testing plugins
2019-06-21 13:46:46 -05:00
Quincey Koziol
1ccbdfee58
Add support for GCC 7.x warnings, update warnhist script to account for them,
...
clean up warnings.
2019-06-21 10:05:34 -05:00
Vailin Choi
61b2dddc25
Checkin for new shutting down free-space manager.
2019-06-20 16:14:33 -05:00
Allen Byrne
aa9a979fbb
Add missing fortran mods
2019-06-19 15:42:35 -05:00
Allen Byrne
562cd7f3ab
Cleanup possible CMake target conflicts
2019-06-19 10:35:55 -05:00
Allen Byrne
e7f16c6f2c
HDFFV-10805 Add option to only build shared targets
...
HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static
HDFFV-10803 Update FindSZIP.cmake find module
Remove unneeded modules and update java modules
2019-06-18 07:46:25 -05:00
hdftest
1cec61a775
Snapshot version 1.11 release 5.
...
Update version to 1.11.6.
2019-05-02 10:42:53 -05:00
Allen Byrne
68bddef35d
HDFFV-10741 - remove SKIP_ERRSTK_TESTS option
2019-04-15 14:46:23 -05:00
Quincey Koziol
fc945999d0
Merge remote-tracking branch 'origin/develop' into env_vol_load
2019-04-03 17:27:10 -05:00
Allen Byrne
cb0ff923de
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '844f38c6462f42a9a3a6002de6a4acb0520b8fb7':
Correct entry
Snapshot version 1.11 release 4. Update version to 1.11.5.
Allow option to select NAMESPACE
Correct examples for packaging
2019-04-03 08:56:57 -05:00
hdftest
7a0ac416c9
Snapshot version 1.11 release 4.
...
Update version to 1.11.5.
2019-04-01 16:11:28 -05:00
Allen Byrne
6e2e461087
HDFFV-10741 - add option to skip tool error stack tests
2019-03-26 14:00:34 -05:00