Allen Byrne
ba974c031d
OESS-29 Update HD prefix mostly
2019-08-24 14:07:33 -05:00
Quincey Koziol
5d6f27b32b
Merge branch 'develop' into shared_file_ptr
2019-08-21 15:36:17 -05:00
Quincey Koziol
53eaeff26a
Begin converting the H5MF interface to use shared file pointers instead
...
of top file pointers.
2019-08-20 21:07:13 -05:00
Dana Robinson
8c40dab59e
Untangle #ifdef mess in ROS3 code.
2019-08-19 18:02:47 -07:00
Quincey Koziol
df36318b5f
Rest of changes for 'top' file pointer to 'shared' file pointer for H5F__accum
...
routines.
2019-08-19 18:00:05 -05:00
Quincey Koziol
85a56a9c4f
Partial H5F__accum_* routines.
2019-08-19 17:47:28 -05:00
Allen Byrne
9081fb266c
Add missing HD prefix
2019-08-18 11:33:45 -05:00
Allen Byrne
96bf97f534
Update HD prefix and reconcile hl/cpp test
2019-08-16 13:23:29 -05:00
Allen Byrne
64e6665b54
Add HD prefix to tests
2019-08-15 16:46:15 -05:00
Allen Byrne
8ef09e5ce9
Correct name of folder
2019-08-15 11:07:24 -05:00
Allen Byrne
98c8c6e45b
Mostly whitespace in testpar, addl changes for tmp dir
2019-08-15 10:28:40 -05:00
Jake Smith
396edbe6bf
Merge pull request #1872 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:bugfix/ros3_hdfs_warns_squashed to develop
...
* commit '2e5cd3d2b2d953420252c80ab5e32ac95ac0c5b3':
Fix compiler warnings with diabled ROS3 and HDFS VFDs. Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example.
2019-08-14 15:54:10 -05:00
Ray Lu
47e3d99f65
Merge pull request #1871 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/directory_name_develop to develop
...
* commit '0b868668bac0d268120844adb9ad216a9a8e1395':
Changed the directory name left out from the previous commit.
Changed the name of the temporary directory from 'tmp' to a special name to avoid possible conflicts.
2019-08-14 15:49:57 -05:00
Jacob Smith
2e5cd3d2b2
Fix compiler warnings with diabled ROS3 and HDFS VFDs.
...
Fix misuse of [HD]strncpy and [HD]snprintf.
Minor formatting changes.
Fix test cleanup issue with java groups example.
2019-08-14 15:36:45 -05:00
Songyu Lu
0b868668ba
Changed the directory name left out from the previous commit.
2019-08-14 15:22:06 -05:00
Songyu Lu
b234263bbf
Changed the name of the temporary directory from 'tmp' to a special name to avoid possible conflicts.
2019-08-14 15:08:46 -05:00
Allen Byrne
2102be3259
HDFFV-10879 fix test varname
2019-08-14 13:50:25 -05:00
Allen Byrne
e42120c308
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit 'aeb145428f5e6bc51742fff031b0cf8cf6fbefbb':
Updated h5trav.c to emit output that doesn't require ddl changes for map support.
Fixed Map API CMake option
Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput.
Added ifdef for intel compilers, __GNUC__ has to be defined for header files which use it to work with intel compilers. This gives a warning for intel compiler about fallthrough, so added a check not to include fallthrough if using intel compilers.
Added the map (H5M) API
2019-08-13 13:15:55 -05:00
Allen Byrne
ac4f82fcd4
Remove old code
2019-08-13 10:26:43 -05:00
Allen Byrne
a7281b117c
Correct error test spelling and use
2019-08-13 10:25:05 -05:00
Dana Robinson
5b6bd7c922
Added the map (H5M) API
2019-08-13 01:36:42 -07:00
Allen Byrne
c476f02076
HDFFV-10879 fix reference file
2019-08-12 15:38:15 -05:00
Allen Byrne
07af403991
Add option to explicitly disable extra tests
2019-08-07 15:18:30 -05:00
Allen Byrne
9f12d83975
Cleanup HD prefix
2019-08-05 16:57:27 -05:00
Allen Byrne
1ef856f8b5
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '5fe1216a4e6af8feef0551f7bece8a0e193310a9':
Fix return type for H5Sselect_intersect_block().
Updated H5TRACE macro.
Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along with tests and minor cleanups and refactorings.
2019-08-05 06:44:11 -05:00
Quincey Koziol
5fe1216a4e
Merge pull request #1819 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to develop
...
* commit '905d40aa6f6eb603c5507e7967130760e3a2e43c':
Fix return type for H5Sselect_intersect_block().
Updated H5TRACE macro.
Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along with tests and minor cleanups and refactorings.
2019-08-04 18:38:36 -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
Larry Knox
0c374d65c6
Fix conflicting types for reset_raw_data_files() parameter in external_common.c changed from int to hbool_t.
...
Change 0 and 1 to FALSE and TRUE in calls to reset_raw_data_files().
2019-08-01 10:18:45 -05:00
Allen Byrne
8120ba8bc1
Fix missing export tag
2019-07-31 16:50:45 -05:00
Allen Byrne
519dfe549a
Mostly whitespace cleanup and consistent test format
2019-07-31 15:06:45 -05:00
Allen Byrne
983daec12d
Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
...
* commit '363217073750d07e0eeb0aac2b404a799fda9f7a':
Update COPYING file. Remove hdfs from list of vfds for check-vfd testing as it is read-only.
Fixed the MANIFEST
2019-07-31 09:20:55 -05:00
Larry Knox
ab6679315c
Update COPYING file.
...
Remove hdfs from list of vfds for check-vfd testing as it is read-only.
2019-07-30 16:37:57 -05:00
Quincey Koziol
00fe4ccf30
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~koziol/hdf5 into develop
2019-07-30 15:35:45 -05:00
Quincey Koziol
605889fde8
Add H5Sselect_shape_same and H5Sselect_intersect_block API routines, along
...
with tests and minor cleanups and refactorings.
2019-07-30 15:34:53 -05:00
Allen Byrne
44e2ddac97
Merge cleanup mostly whitespace
2019-07-30 12:39:20 -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
Larry Knox
094f14ef38
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.
2019-07-26 11:56:03 -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
b9332d6a13
Correct format of drive check
2019-07-22 17:13:56 -05:00
Allen Byrne
9877da0a6f
HDFFV-10845 fix comment syntax
2019-07-21 16:46:47 -05:00
Allen Byrne
1932752177
HDFFV-10845 Windows drive can only goto Z
2019-07-21 14:19:23 -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
7174b5c135
HDFFV-8631 mingw is different platform
2019-07-17 11:58:02 -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
Quincey Koziol
3b594992d6
Add support for GCC9, update warnhist script, and clean up warnings.
2019-07-02 23:43:45 -05:00
Dana Robinson
d0bc570c2c
Merge pull request #1787 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_pr to develop
...
* commit 'f250815151df8da8a93c0ff781a3cf134f1c6cbd':
Cleaned up misc warnings.
2019-07-02 09:26:55 -05:00
Dana Robinson
f250815151
Cleaned up misc warnings.
2019-06-29 02:38:14 -07:00