Commit Graph

16638 Commits

Author SHA1 Message Date
Dana Robinson
3da8951fb3 Merge pull request #584 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:minor_develop_fixes to develop
* commit 'cbca178410215a1fd60e3de85c4810487e327f8d':
  Updated the --enable-debug/production handling in configure.ac so that it more reliably indicates that the configure option can no longer be used. Previously, using --enable-debug="", etc. would not trigger an error (even though such usage is unlikely).
  Added awk processing to remove extraneous whitespace from H5_ flags in configure.
2017-06-28 22:52:02 -05:00
Dana Robinson
cbca178410 Updated the --enable-debug/production handling in configure.ac
so that it more reliably indicates that the configure option
can no longer be used. Previously, using --enable-debug="", etc.
would not trigger an error (even though such usage is unlikely).
2017-06-28 16:49:58 -07:00
Dana Robinson
373de3f95f Added awk processing to remove extraneous whitespace from H5_
flags in configure.
2017-06-28 16:36:26 -07:00
Dana Robinson
25727c4f2c Merge pull request #583 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:minor_develop_fixes to develop
* commit 'd85aeb770496a08d1e0ce9fcabbfc54f15f44864':
  Fixed a comment in configure.ac
2017-06-28 10:07:43 -05:00
Dana Robinson
d85aeb7704 Fixed a comment in configure.ac 2017-06-27 14:35:16 -04:00
Allen Byrne
67da953c1c Merge pull request #582 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'c325dd2a6512ce02287771bfbbe9b81d65b3fd6f':
  HDFFV-10219 another mode change
  HDFFV-10219 change subset to use BINARY mode for h5dump
  HDFFV-10219 default input binary to NATIVE
  Set default of var to NATIVE
2017-06-26 11:33:25 -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
d349bea008 Merge pull request #581 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '00f4456e70c7e53226085b4a96d3bab3fd0074f0':
  HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed
  Correct name of options variable
  Synch with CMake original code
2017-06-19 17:26:48 -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
d1ec663ad2 Correct name of options variable 2017-06-19 09:31:03 -05:00
Allen Byrne
27b3b4b208 Synch with CMake original code 2017-06-19 09:15:19 -05:00
Allen Byrne
1508656a2c Merge pull request #574 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '1ac4b918f182b6fc43e57788e9af0c4cce64efba':
  HDFFV-10219 remove standard headers already included in h5private.h
  HDFFFV-10219 fix file creation contention on windows
  HDFFV-10219 - fix name templates
  HDFFV-10219 add test headers
  HDFFV-10219 - remove debug comments
  HDFFV-10219 - Fix subset test
  HDFFV-10219Fix binary test to use gen files
  Add subset tests to script
  Fix changes to reference files. Still need to add subset test.
  Update release note
  HDFFV-10219 - disable debug output
  HDFFV-10219 Add new reference file file for new test
  HDFFV-10219 - fix for native in bin file and possible non-native in h5
  HDFFV-10219: add generated files to memcheck clear command
  HDFFV-10219: Added keyword SUBSET to h5import list.
2017-06-16 15:11:34 -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
Allen Byrne
81c5f4fe67 HDFFV-10219 - remove debug comments 2017-06-15 14:33:13 -05:00
Allen Byrne
be172e8018 HDFFV-10219 - Fix subset test 2017-06-15 14:11:50 -05:00
Allen Byrne
1797bb7f5f HDFFV-10219Fix binary test to use gen files 2017-06-15 14:09:32 -05:00
Allen Byrne
22fa1e8009 Add subset tests to script 2017-06-15 13:16:40 -05:00
Allen Byrne
1210d58b87 Fix changes to reference files. Still need to add subset test. 2017-06-15 12:51:56 -05:00
Allen Byrne
c82ec4d734 Update release note 2017-06-15 12:37:07 -05:00
Allen Byrne
811bb5eeda HDFFV-10219 - disable debug output 2017-06-15 12:29:34 -05:00
Allen Byrne
7424ea56d7 HDFFV-10219 Add new reference file file for new test 2017-06-15 12:27:03 -05:00
Allen Byrne
c288898630 HDFFV-10219 - fix for native in bin file and possible non-native in h5 2017-06-15 12:19:46 -05:00
Allen Byrne
c73b30716e Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '9808b44b6c7645ae760bfb497e598ae069827619':
  Added -fno-omit-frame-pointer to gcc flags when symbols when building with debugging symbols.
  Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
2017-06-13 16:27:22 -05:00
Vailin Choi
9808b44b6c Merge pull request #573 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to develop
* commit '980d5b4266133490192ceb10ea13e320532c6f03':
  Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
2017-06-13 11:52:09 -05:00
Dana Robinson
33048a3922 Merge pull request #575 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit 'dd567df97b3b2332477d1726094b9647f9daea71':
  Added -fno-omit-frame-pointer to gcc flags when symbols when building with debugging symbols.
2017-06-12 15:46:15 -05:00
Dana Robinson
dd567df97b Added -fno-omit-frame-pointer to gcc flags when symbols when
building with debugging symbols.
2017-06-12 15:37:32 -04:00
Allen Byrne
61517c796f HDFFV-10219: add generated files to memcheck clear command 2017-06-12 12:53:51 -05:00
Allen Byrne
b829420a0d HDFFV-10219: Added keyword SUBSET to h5import list. 2017-06-12 12:22:52 -05:00
Vailin Choi
980d5b4266 Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers
Changes made so that raw data for dataset objects are copied from cached info when possible instead of flushing objects to file and read them back in again.
2017-06-10 19:40:19 -05:00
Dana Robinson
7a25041caf Merge pull request #572 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit '005bf26ff83fcd28255a77fb9bbb4a64495cb4a2':
  Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop"
2017-06-09 23:04:03 -05:00
Dana Robinson
005bf26ff8 Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop"
This reverts commit 4242753848, reversing
changes made to b0e79fe6dd.
2017-06-09 18:09:08 -04:00
Scot Breitenfeld
eaedb70001 Merge pull request #571 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit '1ccdb2e23f1c55835aee315e92736c6aed06faf8':
  fixed check output string to match test
2017-06-09 14:47:12 -05:00
M. Scot Breitenfeld
1ccdb2e23f fixed check output string to match test 2017-06-09 12:19:50 -05:00
Dana Robinson
4242753848 Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
Makes all non-global H5O_layout_t structs dynamic (quiets stack warnings).

* commit 'd391d8a690b4d595709e1274882fb5e5e0559f9e':
  * Made STATIC free lists EXTERN for H5O_layout_t. * Made all non-global instances of H5O_layout_t in H5Pdcpl.c dynamic.
  Updated H5O_layout_t dynamic work to use the H5FL interface.
  Made some H5O_layout_t stack allocations dynamic (quiets warnings).
2017-06-08 14:24:48 -05:00
Dana Robinson
d391d8a690 * Made STATIC free lists EXTERN for H5O_layout_t.
* Made all non-global instances of H5O_layout_t in H5Pdcpl.c dynamic.
2017-06-07 18:10:48 -04:00
Dana Robinson
390b5a9feb Updated H5O_layout_t dynamic work to use the H5FL interface. 2017-06-07 13:38:27 -04:00
Dana Robinson
1ccb1b3c1f Made some H5O_layout_t stack allocations dynamic (quiets warnings). 2017-06-06 14:07:09 -04:00
Allen Byrne
b0e79fe6dd Merge pull request #559 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '3525de8fede588e143fcff837ebd1c7b0ad59252':
  Add toolset option
  Synchronize cmake files
  Added toolset and intel checks
2017-06-02 12:46:38 -05:00
Allen Byrne
3525de8fed Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)
* commit '5cb9c40847d1706ce82a2b2cda4c6c5596b10994':
  Fixed typo in vfd.c from 'updated VFD feature flag' checkin.
  Rework of the POSIX file open permissions and macros to clean up HDopen() calls.
  Changed the Windows POSIX open() file permissions to be correct according to MSDN. Partial fix for HDFFV-9630.
2017-06-02 12:37:37 -05:00
Allen Byrne
0a3f8239e6 Add toolset option 2017-06-02 11:44:51 -05:00
Dana Robinson
5cb9c40847 Merge pull request #483 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:windows_open to develop
* commit '1e9354bcf551c16f3ad9d6a4ad42a2bce827c95e':
  Rework of the POSIX file open permissions and macros to clean up HDopen() calls.
  Changed the Windows POSIX open() file permissions to be correct according to MSDN. Partial fix for HDFFV-9630.
2017-05-31 18:07:03 -05:00
Dana Robinson
1e9354bcf5 Merge branch 'develop' into windows_open 2017-05-31 15:07:49 -07:00
Dana Robinson
5c5ea7e89f Merge pull request #553 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop
* commit '5efda2babf7f4bd7424d147e20b72b0f227f1704':
  Fixed typo in vfd.c from 'updated VFD feature flag' checkin.
2017-05-30 18:35:49 -05:00
Dana Robinson
5efda2babf Fixed typo in vfd.c from 'updated VFD feature flag' checkin. 2017-05-30 16:33:20 -07:00