summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV-10219 add test headersAllen Byrne2017-06-151-1/+3
|
* HDFFV-10219 - remove debug commentsAllen Byrne2017-06-151-28/+0
|
* HDFFV-10219 - Fix subset testAllen Byrne2017-06-151-1/+1
|
* HDFFV-10219Fix binary test to use gen filesAllen Byrne2017-06-151-7/+7
|
* Add subset tests to scriptAllen Byrne2017-06-151-4/+14
|
* Fix changes to reference files. Still need to add subset test.Allen Byrne2017-06-151-35/+49
|
* Update release noteAllen Byrne2017-06-151-1/+4
|
* HDFFV-10219 - disable debug outputAllen Byrne2017-06-151-1/+1
|
* HDFFV-10219 Add new reference file file for new testAllen Byrne2017-06-151-0/+1
|
* HDFFV-10219 - fix for native in bin file and possible non-native in h5 Allen Byrne2017-06-1515-228/+790
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-06-137-206/+631
|\ | | | | | | | | | | * 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.
| * Merge pull request #573 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-06-136-205/+630
| |\ | | | | | | | | | | | | | | | | | | 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.
| | * Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiersVailin Choi2017-06-116-205/+630
| | | | | | | | | | | | 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.
| * | Merge pull request #575 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-06-121-1/+1
| |\ \ | | |/ | |/| | | | | | | * commit 'dd567df97b3b2332477d1726094b9647f9daea71': Added -fno-omit-frame-pointer to gcc flags when symbols when building with debugging symbols.
| | * Added -fno-omit-frame-pointer to gcc flags when symbols whenDana Robinson2017-06-121-1/+1
| |/ | | | | | | building with debugging symbols.
* | HDFFV-10219: add generated files to memcheck clear commandAllen Byrne2017-06-121-0/+16
| |
* | HDFFV-10219: Added keyword SUBSET to h5import list.Allen Byrne2017-06-126-40/+446
|/
* Merge pull request #572 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-06-108-395/+230
|\ | | | | | | | | * commit '005bf26ff83fcd28255a77fb9bbb4a64495cb4a2': Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop"
| * Revert "Merge pull request #567 in HDFFV/hdf5 from ↵Dana Robinson2017-06-098-395/+230
|/ | | | | | | ~DEROBINS/hdf5_der:develop to develop" This reverts commit 4242753848c44ab3b5d226e66225eac2f64db314, reversing changes made to b0e79fe6dd20ec7aa1b3e5f0f8b370639a4ef5bd.
* Merge pull request #571 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-06-091-1/+1
|\ | | | | | | | | * commit '1ccdb2e23f1c55835aee315e92736c6aed06faf8': fixed check output string to match test
| * fixed check output string to match testM. Scot Breitenfeld2017-06-091-1/+1
|/
* Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-06-088-230/+395
|\ | | | | | | | | | | | | | | | | 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).
| * * Made STATIC free lists EXTERN for H5O_layout_t.Dana Robinson2017-06-077-170/+251
| | | | | | | | * Made all non-global instances of H5O_layout_t in H5Pdcpl.c dynamic.
| * Updated H5O_layout_t dynamic work to use the H5FL interface.Dana Robinson2017-06-077-28/+79
| |
| * Made some H5O_layout_t stack allocations dynamic (quiets warnings).Dana Robinson2017-06-066-53/+86
|/
* Merge pull request #559 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-06-025-231/+143
|\ | | | | | | | | | | | | * commit '3525de8fede588e143fcff837ebd1c7b0ad59252': Add toolset option Synchronize cmake files Added toolset and intel checks
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-06-0226-88/+98
| |\ | |/ |/| | | | | | | | | * 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.
* | Merge pull request #483 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:windows_open ↵Dana Robinson2017-05-3125-87/+97
|\ \ | | | | | | | | | | | | | | | | | | | | | 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.
| * \ Merge branch 'develop' into windows_openDana Robinson2017-05-31144-5273/+6793
| |\ \ | |/ / |/| |
* | | Merge pull request #553 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-05-301-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * commit '5efda2babf7f4bd7424d147e20b72b0f227f1704': Fixed typo in vfd.c from 'updated VFD feature flag' checkin.
| * | | Fixed typo in vfd.c from 'updated VFD feature flag' checkin.Dana Robinson2017-05-301-1/+1
|/ / /
| * | Rework of the POSIX file open permissions and macros to clean upDana Robinson2017-04-2825-96/+86
| | | | | | | | | | | | | | | | | | HDopen() calls. Also fixed a minor const warning in the core VFD.
| * | Changed the Windows POSIX open() file permissions to be correctDana Robinson2017-04-2818-41/+60
| | | | | | | | | | | | according to MSDN. Partial fix for HDFFV-9630.
| | * Add toolset optionAllen Byrne2017-06-023-4/+5
| | |
| | * Synchronize cmake filesAllen Byrne2017-05-302-218/+113
| | |
| | * Added toolset and intel checksAllen Byrne2017-05-303-16/+32
| |/ |/|
* | Merge pull request #548 in HDFFV/hdf5 from ↵Dana Robinson2017-05-2714-64/+292
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:compat_feature_flag to develop * commit '13d3d4bd0e0b799aa9c3a9b45e445d1f52294d47': Added feature flag checks for a few other VFDs in test/vfd.c. * Added new public H5FDdriver_query() API call. * Changed return type of H5FD_driver_query() to herr_t. * Updated swmr.c to use H5FDdriver_query() instead of the private call. * Added some flags tests to vfd.c. * Made H5FD_driver_query() a private function instead of static. * Moved H5FD_driver_query() to H5FDint.c. * Minor typo fixes in H5I.c. * Updated swmr.c to check the VFD feature flags and skip the retries test when the VFD is not compatible with H5P_DEFAULT. Initialized IDs to -1 and minor code tidy. Fixed HDFFV-10214: * Updated comments in the library to accurately reflect the semantics of the H5FD_FEAT_POSIX_COMPAT_HANDLE flag. * Removed the check for the POSIX compatible handle feature flag when determining if a VFD supports SWMR. Partial work for HDFFV-10197: * Added a new H5FD_FEAT_DEFAULT_VFD_COMPATIBLE feature flag that is set when a VFD creates output that is compatible with the default VFD. Will be used in the testing but might also be generally useful to users.
| * | Added feature flag checks for a few other VFDs in test/vfd.c.Dana Robinson2017-05-261-10/+116
| | |
| * | Merge branch 'develop' into compat_feature_flagDana Robinson2017-05-2640-895/+415
| |\ \ | |/ / |/| |
* | | Merge pull request #547 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull ↵Dana Robinson2017-05-262-3/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit 'b6de142cf4a863787dceaa333684615fc190d6d5': Chagned gfortran40 to gfortran in a few config files.
| * | | Chagned gfortran40 to gfortran in a few config files.Dana Robinson2017-05-262-3/+3
| | | |
* | | | Merge pull request #545 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-05-261-2/+22
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c059e6ecf7bafc6b5c1c9b8a39e8515e23f52303': Spelling Enhanced the release note using 'Writing Notes in a RELEASE.txt File' Note HDFFV-8611 change
| * | | | SpellingAllen Byrne2017-05-261-1/+1
| | | | |
| * | | | Enhanced the release note using 'Writing Notes in a RELEASE.txt File' Allen Byrne2017-05-261-5/+20
| | | | |
| * | | | Note HDFFV-8611 changeAllen Byrne2017-05-261-0/+5
| | | | |
* | | | | Merge pull request #546 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:gcc_flag_cull ↵Dana Robinson2017-05-261-1/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | | | | to develop * commit '742e1d5541a488ca1a1772c05833c16a6a73d3ab': Fixed misplaced space in config/gnu-flags.
| * | | Fixed misplaced space in config/gnu-flags.Dana Robinson2017-05-261-1/+1
|/ / /
* | | Merge pull request #538 in HDFFV/hdf5 from ↵Dana Robinson2017-05-2627-265/+278
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:may_dev_warnings to develop * commit '57f0a296c0b727e3d86cea312ba46efc98d76227': Minor warning fix. More minor warning fixes. Minor warning fixes in the tools. Minor type fixes to h5watch. A few more warnings fixed. Fixed additional minor warnings. Fixed many minor warnings.
| * | | Minor warning fix.Dana Robinson2017-05-251-1/+0
| | | |
| * | | More minor warning fixes.Dana Robinson2017-05-253-2/+4
| | | |