Commit Graph

5720 Commits

Author SHA1 Message Date
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
e94ed99c5b Add HD prefix 2017-12-20 14:24:57 -06:00
Allen Byrne
4ecf02f6f6 HDFFV-9724 Remove VDS file cache functionality 2017-12-20 14:23:19 -06:00
Allen Byrne
925f3c9b54 Because of MPI requirements in library ALWAYS add include path 2017-12-20 13:10:34 -06:00
Allen Byrne
ac8274c350 HDFFV-9724 Copy efc_open search from Lextern_traverse 2017-12-15 15:32:27 -06:00
Allen Byrne
386be69a30 HDFFV-9724 combine efc and vds into one function 2017-12-13 11:51:09 -06:00
Allen Byrne
9eab6b3d1a Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '758b9667b3e07a7562107f19f7dabee027e5bd53': (41 commits)
  HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake
  removed duplicate exports of DS subroutines
  removed duplicate exports of DS subroutines
  Normalization with VOL integration branch.
  clean-up
  moved dll export to Module
  Fixed typo.
  removed parameters
  added missing parameter
  added missing parameter
  removed duplicate exports of DS subroutines
  removed fortran comments
  Various code cleanup Description:     - Replaced H5Location::exists with H5Location::nameExists and marked       H5Location::exists as deprecated.     - Miscellaneous test cleanup for consistency. Platforms tested:     Linux/32 2.6 (jam)     Linux/64 (jelly)     Darwin (osx1010test)
  exported global variables for windows
  export var.
  initialized integer constants
  Update macros
  Changed casts to const void *
  Casted pointers to void to quiet warnings on Linux.
  Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.
  ...
2017-12-13 11:15:11 -06:00
Allen Byrne
8b24653c1f Correct var name 2017-12-13 11:14:49 -06:00
Allen Byrne
8561bd327b Fix VDS file cache var names 2017-12-13 11:04:29 -06:00
Allen Byrne
690cb84f10 Added java wrappers and tests 2017-12-12 13:10:46 -06:00
Allen Byrne
95e96246a6 HDFFV-9724 Initial changes and test 2017-12-11 14:44:30 -06:00
Dana Robinson
ec1e00a55f Normalization with VOL integration branch. 2017-12-05 10:41:54 -08:00
Allen Byrne
9deb5267ca Changed reference from dl to CMake variable 2017-12-04 13:05:53 -06:00
Allen Byrne
4a15b32a42 H5detect and H5make_libsettings need include folder 2017-12-04 11:36:29 -06:00
Dana Robinson
2e80fbbfcc Fixed an incorrect FUNC_ENTER macro. 2017-11-30 17:25:39 -08:00
Dana Robinson
bbb512bb55 Normalization with VOL integration branch. 2017-11-30 17:12:37 -08:00
Dana Robinson
c0021b348d Normalization with VOL integration branch. 2017-11-30 09:56:43 -08:00
Dana Robinson
8cb4529211 Fixed misc Warnings flagged by VS2017. 2017-11-26 18:13:18 -08:00
Dana Robinson
22e58124ec Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning. 2017-11-21 13:20:33 -08:00
Dana Robinson
20bb11b526 Fixed an uninitialized filter callback struct in H5Dchunk.c and
unified the naming and initialization of said struct throughout
the library. This was causing a crash on VS2015 in debug mode
when the debug heap complained. Fixes HDFFV-10330.
2017-11-21 10:38:15 -08:00
Dana Robinson
cd72e02a33 Fixed Windows code in H5PLpath.c 2017-11-21 01:22:21 -08:00
Dana Robinson
3b17287368 Brings H5Z and H5PL packages in sync with VOL integration branch. 2017-11-17 15:21:49 -08:00
Allen Byrne
bb3fb6f134 HDFFV-10328 - fix typos 2017-11-17 14:20:14 -06:00
Allen Byrne
9599e55176 HDFFV-10328 - remove allocation changes 2017-11-17 13:59:57 -06:00
Allen Byrne
dfaeaa35cd Fix typo 2017-11-16 15:00:13 -06:00
Allen Byrne
9f1cd84c15 HDFFV-10328 merge allocation changes from 1.8 2017-11-16 11:45:36 -06:00
Allen Byrne
637a8f7562 Correct linkage of filters and other libs 2017-11-16 09:04:51 -06:00
Dana Robinson
5ce8dd5e94 Minor warning fixes 2017-11-15 02:58:16 -08:00
Dana Robinson
14beb8be8c Merge pull request #778 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5o_schism_work to develop
* commit 'fcfc5f116d08642de962919ac26092c74b924644':
  Moved code from H5O.c to H5Oint.c
  Added H5Oint.c file.
2017-11-15 02:32:20 -06:00
Dana Robinson
fcfc5f116d Moved code from H5O.c to H5Oint.c 2017-11-14 13:40:30 -08:00
Allen Byrne
addde7dcb8 Correct link lines of libraries 2017-11-14 15:07:26 -06:00
Dana Robinson
45b561f2f2 Added H5Oint.c file. 2017-11-14 12:34:31 -08:00
Dana Robinson
1ddb1a08f1 Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix to develop
* commit 'a25366cc980695cebe40c2d471bfe5166dcb28a2':
  Fixed that annoying ar warning about -u being ignored.
2017-11-14 13:05:25 -06:00
Neil Fortner
df45abd0f6 Merge pull request #770 in HDFFV/hdf5 from ~NFORTNE2/hdf5_naf:develop to develop
* commit 'bca20b40b4966552a844051c3d912d6aec50592f':
  Initialize hid_t variables in test_Attr_bug9.
  Fix HDFFV-10274.  When deleting all (or almost all) of the messages in an object header chunk, where the total amount deleted was greater than 64K, an error would occur due to an off by one error in the code that handled that case.  Fixed this and added a test case.
2017-11-13 16:54:35 -06:00
Dana Robinson
a25366cc98 Fixed that annoying ar warning about -u being ignored. 2017-11-12 23:22:39 -08:00
Dana Robinson
d4a0e3d293 Merge pull request #767 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:zero_allocation_fix_develop to develop
* commit '3e4f6138b60d8363c377e453d63f875775ec907a':
  Removed asserts from H5MM calls that conflict with stated behavior and added a test to ensure that this doesn't happen in the future.
2017-11-10 23:15:50 -06:00
Neil Fortner
04bb800f7c Merge branch 'develop' of ssh://bitbucket.hdfgroup.org:7999/~nfortne2/hdf5_naf into develop 2017-11-10 16:40:17 -06:00
Neil Fortner
576b9c5f5f Fix HDFFV-10274. When deleting all (or almost all) of the messages in
an object header chunk, where the total amount deleted was greater than
64K, an error would occur due to an off by one error in the code that
handled that case.  Fixed this and added a test case.
2017-11-10 16:37:40 -06:00
Dana Robinson
0b846cee58 Cleaned up misc warnings in src and test. 2017-11-09 20:04:12 -08:00
Dana Robinson
fb5c4f68fc Merge pull request #762 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5r_cleanup to develop
* commit 'd0e32b545c41dcc36a69ab146b54b55e7ac9dc07':
  Split internal H5R functionality into H5Rint.c.
2017-11-09 17:23:11 -06:00
Dana Robinson
3e4f6138b6 Removed asserts from H5MM calls that conflict with stated behavior
and added a test to ensure that this doesn't happen in the future.
2017-11-09 13:56:58 -08:00
Allen Byrne
62124efa7e Remove tabs 2017-11-08 11:25:09 -06:00
Allen Byrne
5717239a98 Remove tabs 2017-11-08 11:11:22 -06:00
Allen Byrne
480fc373a0 Remove tabs 2017-11-08 09:59:58 -06:00
Allen Byrne
218845c603 Remove tabs 2017-11-08 09:57:15 -06:00
Allen Byrne
de0076b5ba Remove tabs 2017-11-08 09:09:29 -06:00
Dana Robinson
d0e32b545c Split internal H5R functionality into H5Rint.c. 2017-11-07 17:56:27 -08:00
Allen Byrne
f8fd6d0b41 Correct usage of MPI vars 2017-11-01 13:41:44 -05:00
Allen Byrne
930cfc402d Convert to use MPI:: for link 2017-11-01 12:29:53 -05:00
Allen Byrne
765d964562 Correct command usage 2017-11-01 11:28:11 -05:00