Commit Graph

16320 Commits

Author SHA1 Message Date
Binh-Minh Ribler
40b13c7445 Purpose: Add new C++ wrappers
Description:
    Added wrappers for H5Pset_file_space and H5Pget_file_space

        // Sets the strategy and the threshold value that the library will
        // will employ in managing file space.
        void setFileSpace(H5F_file_space_type_t strategy, hsize_t threshold) const;

        // Returns the strategy that the library uses in managing file space.
        H5F_file_space_type_t getFileSpaceStrategy() const;

        // Returns the threshold value that the library uses in tracking free
        // space sections.
        hsize_t getFileSpaceThreshold() const;

Platforms tested:
    Linux/32 2.6 (jam)
    Linux/64 (jelly)
    Darwin (osx1010test)
2017-02-15 09:01:05 -06: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
Allen Byrne
00cd884aed Convert string APPEND to set commands 2017-02-14 12:12:32 -06:00
Allen Byrne
220cf7d326 Revert whitespace 2017-02-13 14:16:24 -06:00
Allen Byrne
960f694197 Close file before trying to remove it 2017-02-13 14:11:13 -06:00
lrknox
f37f35245d Check in changes to snapshot script from hdfdts repository to copy in
HDF5 develop branch.  Most of the changes are for the switch from
subversion to it repositories.  This copy is not used for THG daily
tests, but is available for testing on remote machines.
2017-02-13 09:18:12 -06:00
Dana Robinson
fc8866d41e Merge pull request #294 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit 'd875f7f3e65754f5618246cec47a75690a58e80c':
  Minor warning fixes.
2017-02-09 10:53:03 -06:00
Dana Robinson
d875f7f3e6 Minor warning fixes. 2017-02-09 11:44:38 -05:00
Dana Robinson
0399f55c54 Merge pull request #292 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit '46ede7f0399d4adf2696193ea083bffdfcc69f7e':
  Deleted an extraneous remove() call from a test function that might be causing the flushrefresh test to fail.
2017-02-08 14:04:11 -06:00
Dana Robinson
46ede7f039 Deleted an extraneous remove() call from a test function
that might be causing the flushrefresh test to fail.
2017-02-08 14:49:25 -05:00
Dana Robinson
9fbb672eb4 Merge pull request #291 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit 'bb354058c00e276aece09ec13431d7ae2c5ff041':
  Added #ifdef QAK macros around log VFD calls in SWMR acceptance tests.
2017-02-08 11:09:27 -06:00
Dana Robinson
bb354058c0 Added #ifdef QAK macros around log VFD calls in SWMR acceptance
tests.
2017-02-08 11:29:04 -05:00
Dana Robinson
5258d42aa6 Merge pull request #290 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit '422fc7cc9cac173d213b826455501c2ce8873992':
  Whitespace changes in bin/trace.
2017-02-07 14:45:42 -06:00
Dana Robinson
422fc7cc9c Whitespace changes in bin/trace. 2017-02-07 14:26:56 -05:00
Quincey Koziol
1c95d1cac5 Merge pull request #289 in HDFFV/hdf5 from merge_page_buffering_01 to develop
* commit 'a28b65bb9e9c654840e7e73b460921dc6d1a5a47':
  Clean up whitespace
2017-02-07 11:26:08 -06:00
Quincey Koziol
a28b65bb9e Clean up whitespace 2017-02-07 09:18:57 -08:00
Allen Byrne
1bb1ddc4fc Merge pull request #287 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10125-cache_image-build-on-windows to develop
* commit 'c699bbc8bf54c012e495bb85c80a75ce8c051ca1':
  HDFFV-10125 cache_common file already in test lib
2017-02-07 11:06:58 -06:00
Allen Byrne
6b59ebaea9 Merge pull request #285 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9875-investigate-adding-static-library to develop
* commit '05059545d7cd37a60d48964d84c4b26d87131986':
  HDFFV-9875 Add new PDB folder
2017-02-06 13:39:40 -06:00
Allen Byrne
05059545d7 HDFFV-9875 Add new PDB folder 2017-02-06 12:43:32 -06:00
Allen Byrne
c2043bf482 Merge pull request #281 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-9875-investigate-adding-static-library to develop
* commit 'd1292691c42cbc548fc7e4b39e4dd9cc1a376f94':
  HDFFV-9875 enable static pdb and cleanup exports
  Add static lib to pdb exports
  HDFFV-9875 Fix typo
  HDFFV-9875 Change test for shared libs
  HDFFV-9875 Remove compile pdb references
  HDFFV-9875 Fix target exports and add static tools pdb files
2017-02-03 16:29:03 -06:00
Quincey Koziol
d0b09fc7e0 Merge pull request #280 in HDFFV/hdf5 from develop_merge_cache_image_09 to develop
* commit '70d66452467d5cf40df31604cf2e3ebfc1d67acd':
  Optimize loading cache image, removing lots of memory allocations and copies.
  Simplify H5C__serialize_single_entry(), using H5C__generate_image()
2017-02-03 14:49:21 -06:00
Larry Knox
b29c344cc6 Merge pull request #276 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '04540598cde3f166eea35c19f5b94e33c2deeb92':
  Updated platform and compiler versions in "More Tested Platforms" for current versions of EC2 cloud machines tested.
  Remove obsolete platforms.
  Update "Supported Platforms" and "Tested Configuration Features Summary" sections. Remove changes made before HDF5 1.10.0-patch1 from "New Features" and "Bug Fixes" sections.
2017-02-03 13:27:00 -06:00
lrknox
04540598cd Updated platform and compiler versions in "More Tested Platforms" for
current versions of EC2 cloud machines tested.

    Linux 2.6.18-431.11.2.el6     MPICH mpich 3.1.4 compiled with
    #1 SMP x86_64 GNU/Linux           gcc 4.9.3 and gfortran 4.9.3
    (platypus)
2017-02-03 13:24:12 -06:00
Allen Byrne
d1292691c4 HDFFV-9875 enable static pdb and cleanup exports 2017-02-03 12:41:30 -06:00
Quincey Koziol
70d6645246 Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into develop_merge_cache_image_09 2017-02-02 19:27:28 -08:00
Quincey Koziol
45a85f4fc4 Optimize loading cache image, removing lots of memory allocations and copies. 2017-02-02 19:26:39 -08:00
Allen Byrne
290a83ff8f Add static lib to pdb exports 2017-02-02 16:34:07 -06:00
Allen Byrne
c699bbc8bf HDFFV-10125 cache_common file already in test lib 2017-02-02 16:30:23 -06:00
Allen Byrne
46e23092a7 Merge pull request #1 in ~BYRN/hdf5_adb from develop to bugfix/HDFFV-10125-cache_image-build-on-windows
* commit '0a043cd64640c859c22491dfdd09c4dcd1360e3e':
  HDFFV-10124 Using cache_common.h contains other include files
2017-02-02 16:27:59 -06:00
Allen Byrne
750df40ffb HDFFV-9875 Fix typo 2017-02-02 15:49:21 -06:00
Allen Byrne
fb587185a2 HDFFV-9875 Change test for shared libs 2017-02-02 14:58:53 -06:00
Allen Byrne
0a043cd646 Merge pull request #278 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10124-compile-error-on-vs2012 to develop
* commit '2b383bb8ffdfb5856bb2b960a1c93fc8d9fdb163':
  HDFFV-10124 Using cache_common.h contains other include files
2017-02-02 14:44:53 -06:00
Allen Byrne
b477d8142a HDFFV-9875 Remove compile pdb references 2017-02-02 13:47:39 -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
2b383bb8ff HDFFV-10124 Using cache_common.h contains other include files 2017-02-02 11:55:01 -06:00
Quincey Koziol
5d7aba67f7 Simplify H5C__serialize_single_entry(), using H5C__generate_image() 2017-02-01 20:21:06 -08:00
Allen Byrne
be955c5e79 Merge pull request #277 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '3c169f947382da170c8589f6c00896a9c4ea8e6c':
  HDFFV-10123 Use generator expression
  HDFFV-10123 fix shared name
  HDFFV-10123 Add SHARED tools
  HDFFV-10046 add shared versions of tools for plugin filters
  HDFFV-10046 build a shared version of h5repack tool for plugins
2017-02-01 14:52:44 -06:00
Allen Byrne
3c169f9473 HDFFV-10123 Use generator expression 2017-02-01 13:30:09 -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
Larry Knox
f6868ca0f5 Remove obsolete platforms. 2017-01-31 17:10:07 -06:00
Larry Knox
43d051fbd5 Update "Supported Platforms" and "Tested Configuration Features Summary" sections.
Remove changes made before HDF5 1.10.0-patch1 from "New Features" and "Bug Fixes" sections.
2017-01-31 16:05:20 -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
Allen Byrne
c4142e07dd Merge pull request #275 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '21d48c1d1f79cdfd1b816a5b7ba2e8694a16fbd6':
  Fix Windows static only cache test checking
2017-01-31 14:18:58 -06:00
Quincey Koziol
6cf541b6c2 Merge pull request #274 in HDFFV/hdf5 from develop_merge_cache_image_08 to develop
* commit '0827105ddaffa5024ed25bd0268aa329f4b97e74':
  Review changes to closing files on error in H5Fcreate.
2017-01-31 10:17:57 -06:00
Allen Byrne
21d48c1d1f Fix Windows static only cache test checking 2017-01-31 09:26:44 -06:00
Quincey Koziol
0827105dda Review changes to closing files on error in H5Fcreate. 2017-01-30 21:26:03 -08:00
Quincey Koziol
ec941a8643 Merge pull request #273 in HDFFV/hdf5 from develop_merge_cache_image_07 to develop
* commit '8ffa26c49c68ca8e7a2fef62bd29c1f23395207c':
  Update sanity checks for dataset refresh code.
2017-01-30 23:13:51 -06:00