summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed compiler flag cleanup since Solaris chokes on it.Dana Robinson2017-06-291-8/+0
|
* Merge pull request #585 in HDFFV/hdf5 from ↵Dana Robinson2017-06-293-5/+4
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:configure_fortran_long_double_bug to develop * commit '8c347d794a06b8b57c407499e1a441cc0f415380': Fixed a bug in autotools Fortran processing where a test for the presence of a C long double type always returned true.
| * Fixed a bug in autotools Fortran processing where a test for theDana Robinson2017-06-293-5/+4
| | | | | | | | presence of a C long double type always returned true.
* | Merge pull request #584 in HDFFV/hdf5 from ↵Dana Robinson2017-06-291-16/+15
|\ \ | |/ |/| | | | | | | | | | | ~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.
| * Updated the --enable-debug/production handling in configure.acDana Robinson2017-06-281-16/+7
| | | | | | | | | | | | 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_Dana Robinson2017-06-281-0/+8
|/ | | | flags in configure.
* Merge pull request #583 in HDFFV/hdf5 from ↵Dana Robinson2017-06-281-4/+5
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:minor_develop_fixes to develop * commit 'd85aeb770496a08d1e0ce9fcabbfc54f15f44864': Fixed a comment in configure.ac
| * Fixed a comment in configure.acDana Robinson2017-06-271-4/+5
|/
* Merge pull request #582 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-06-265-10/+29
|\ | | | | | | | | | | | | | | * 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
| * HDFFV-10219 another mode changeAllen Byrne2017-06-261-1/+1
| |
| * HDFFV-10219 change subset to use BINARY mode for h5dumpAllen Byrne2017-06-261-1/+1
| |
| * HDFFV-10219 default input binary to NATIVEAllen Byrne2017-06-203-7/+26
| |
| * Set default of var to NATIVEAllen Byrne2017-06-201-1/+1
|/
* Merge pull request #581 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-06-197-43/+38
|\ | | | | | | | | | | | | * commit '00f4456e70c7e53226085b4a96d3bab3fd0074f0': HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed Correct name of options variable Synch with CMake original code
| * HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixedAllen Byrne2017-06-192-4/+4
| |
| * Correct name of options variableAllen Byrne2017-06-191-3/+3
| |
| * Synch with CMake original codeAllen Byrne2017-06-194-36/+31
|/
* Merge pull request #574 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-06-1618-279/+1260
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * HDFFV-10219 remove standard headers already included in h5private.hAllen Byrne2017-06-161-5/+0
| |
| * HDFFFV-10219 fix file creation contention on windowsAllen Byrne2017-06-161-1/+1
| |
| * HDFFV-10219 - fix name templatesAllen Byrne2017-06-151-3/+3
| |
| * 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
| |\ \ | |/ / |/| |