summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Switch tests over to use testing macrosJordan Henderson2017-08-081-1044/+727
|
* Updates to parallel filters testsJordan Henderson2017-08-032-172/+175
|
* Move test files to testpar directoryJordan Henderson2017-08-035-13/+20
|
* Add test file to build processJordan Henderson2017-08-035-3/+2438
|
* Suggested changes from code reviewJordan Henderson2017-07-075-12/+60
|
* Amend header comment errorJordan Henderson2017-07-061-19/+18
| | | Suggested fix for allocating too small of a buffer for the chunk data
* Clean up remaining warningsJordan Henderson2017-07-061-6/+21
|
* Add prototype for H5D__cmp_filtered_collective_io_info_entry_ownerJordan Henderson2017-07-051-0/+2
|
* Add comment for memory copy possibly not being necessary anymore forJordan Henderson2017-07-051-0/+1
| | | Multi-Chunk I/O
* Remove use of H5E_CANTDISTRIBUTE errorJordan Henderson2017-07-052-2/+1
|
* Add comment for full overwrite special caseJordan Henderson2017-07-051-0/+8
|
* Add remaining documentation/commentsJordan Henderson2017-07-051-23/+54
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Jordan Henderson2017-07-051612-16218/+33537
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6428a637752753cc8a9007c0c3c38b9ea9cc97fd': (165 commits) Skip HDFFV-10160 filenotclosed test for split/multi driver Temporary skip this test for split/multi driver. Further investigation to resolve the failure is needed. Please enter the commit message for your changes. Lines starting More minor whitespace cleanup Fixed a minor comment typo in H5R.c * Reverted removal of H5I_REFERENCE to avoid breaking binary compatibility. * Added a quick H5I_REFERENCE smoke check to test_misc19() in tmisc.c. Added missing free() call to test_misc19(). Purged the unused H5I_REFERENCE from the library. Added a test for VFD IDs to testhdf5. Revert "Partial removal of NDEBUG ifdefs from the library." Partial removal of NDEBUG ifdefs from the library. Removed compiler flag cleanup since Solaris chokes on it. Fix for HDFFV-10160 Modifications to fix the assertion/abort failure when the application does not close the file. Fixed a bug in autotools Fortran processing where a test for the presence of a C long double type always returned true. 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. Fixed a comment in configure.ac 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 - disable h5dump tests until h5import NATIVE is fixed ...
| * Merge pull request #591 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-07-052-1/+20
| |\ | | | | | | | | | | | | | | | | | | develop * commit '1e1403cf1d959d5a88b2ff595096ee52af26db58': Skip HDFFV-10160 filenotclosed test for split/multi driver Temporary skip this test for split/multi driver. Further investigation to resolve the failure is needed. Please enter the commit message for your changes. Lines starting
| | * Skip HDFFV-10160 filenotclosed test for split/multi driverVailin Choi2017-07-052-1/+20
| |/ | | | | | | | | | | Temporary skip this test for split/multi driver. Further investigation to resolve the failure is needed. Please enter the commit message for your changes. Lines starting
| * Merge pull request #589 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tmisc19 to developDana Robinson2017-07-0310-285/+303
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9a749a64f06187bc5ae17e848eab9aacdfc57f8a': More minor whitespace cleanup Fixed a minor comment typo in H5R.c * Reverted removal of H5I_REFERENCE to avoid breaking binary compatibility. * Added a quick H5I_REFERENCE smoke check to test_misc19() in tmisc.c. Added missing free() call to test_misc19(). Purged the unused H5I_REFERENCE from the library. Added a test for VFD IDs to testhdf5.
| | * More minor whitespace cleanupDana Robinson2017-07-031-3/+3
| | |
| | * Fixed a minor comment typo in H5R.cDana Robinson2017-07-031-1/+1
| | |
| | * * Reverted removal of H5I_REFERENCE to avoid breaking binaryDana Robinson2017-07-0322-5/+157
| | | | | | | | | | | | | | | | | | compatibility. * Added a quick H5I_REFERENCE smoke check to test_misc19() in tmisc.c.
| | * Added missing free() call to test_misc19().Dana Robinson2017-07-011-0/+2
| | |
| | * Purged the unused H5I_REFERENCE from the library.Dana Robinson2017-07-0120-127/+22
| | |
| | * Added a test for VFD IDs to testhdf5.Dana Robinson2017-07-015-257/+226
| |/ | | | | | | | | | | | | This required adding some code to generate a fake VFD class to pass to H5FDregister(). Also, a bunch of whitespace and comment tidying.
| * Merge pull request #586 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-06-3010-5/+232
| |\ | | | | | | | | | | | | | | | | | | develop * commit '804a88fafdca3d6a76312ab01ac4d6d5b103e9dc': Fix for HDFFV-10160 Modifications to fix the assertion/abort failure when the application does not close the file.
| | * Fix for HDFFV-10160Vailin Choi2017-06-2910-5/+232
| | | | | | | | | | | | Modifications to fix the assertion/abort failure when the application does not close the file.
| * | Merge pull request #588 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to developDana Robinson2017-06-291-8/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd2c7df4ac005e461df3a486791560821ab7b4585': Revert "Partial removal of NDEBUG ifdefs from the library." Partial removal of NDEBUG ifdefs from the library. Removed compiler flag cleanup since Solaris chokes on it.
| | * | Revert "Partial removal of NDEBUG ifdefs from the library."Dana Robinson2017-06-2918-76/+111
| | | | | | | | | | | | | | | | This reverts commit a2b7560aa6fa960b2aecddeab331b2b13d485d4f.
| | * | Merge branch 'develop' of ↵Dana Robinson2017-06-291-8/+0
| | |\ \ | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
| | | * | Removed compiler flag cleanup since Solaris chokes on it.Dana Robinson2017-06-291-8/+0
| | |/ / | |/| |
| | * | Partial removal of NDEBUG ifdefs from the library.Dana Robinson2017-06-2918-111/+76
| |/ /
| * | 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
| | |