summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed chmod 755 for h5fcM. Scot Breitenfeld2017-07-271-1/+0
|
* libtool does not pass the correct argument linking (-WL,-WL,,) for theM. Scot Breitenfeld2017-07-272-13/+33
| | | | | | NAG Fortran compiler on Linux (other OSs have not been tested). Therefore, detect if we are using the NAG Fortran compiler, and replace the wl="-Wl," for Fortran to wl="-Wl,-WL,," in the libtool file. (HDFFV-10037)
* Merge branch 'develop' of ↵M. Scot Breitenfeld2017-07-2774-692/+3617
|\ | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
| * Merge pull request #613 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-07-262-0/+4
| |\ | | | | | | | | | | | | | | | | | | * commit '55d82c8f747b3a817a4a0b6b12e506b9c2dc0878': Add test header for log Verify default paths exist in table Make sure zip_perf program does not run concurrently
| | * Add test header for logAllen Byrne2017-07-261-0/+1
| | |
| | * Verify default paths exist in tableAllen Byrne2017-07-261-0/+2
| | |
| | * Make sure zip_perf program does not run concurrentlyAllen Byrne2017-07-261-0/+1
| |/
| * Merge pull request #610 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-07-267-9/+60
| |\ | | | | | | | | | | | | | | | | | | | | | * commit '08d63d17f9ba80f205d54bc6526cb709a81ff0cb': Add the release note Correct copy to file name HDFFV-10246 Add check for string not null before use Correct case of var
| | * Add the release noteAllen Byrne2017-07-251-0/+9
| | |
| | * Correct copy to file nameAllen Byrne2017-07-251-1/+1
| | |
| | * HDFFV-10246 Add check for string not null before useAllen Byrne2017-07-255-4/+46
| | |
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-07-256-19/+57
| | |\ | | |/ | |/| | | | | | | | | | * commit '1fe3d5113aeedc4b67dae6b83984d1246c7a2701': Skip test in test/fheap.c when: a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions. Changes made based on RFC review comments Test the changes in a branch via daily testing.
| * | Merge pull request #604 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-07-256-19/+57
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '558864b99d945191dbf679efcc1cbfdf4baa2810': Skip test in test/fheap.c when: a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions. Changes made based on RFC review comments Test the changes in a branch via daily testing.
| | * \ Merge branch 'develop' of ↵Vailin Choi2017-07-1918-93/+2
| | |\ \ | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~vchoi/my_hdf5_fork into develop
| | * | | Skip test in test/fheap.c when:Vailin Choi2017-07-182-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a) multi/split drivers and b) persisting free-space or using paged aggregation strategy because the library will fail file creation (temporary) for the above conditions.
| | * | | Changes made based on RFC review commentsVailin Choi2017-07-185-18/+40
| | | | | | | | | | | | | | | | | | | | Test the changes in a branch via daily testing.
| | | | * Correct case of varAllen Byrne2017-07-241-5/+5
| | |_|/ | |/| |
| * | | Merge pull request #606 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tools_misc to ↵Dana Robinson2017-07-2010-76/+42
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | develop * commit 'ec7450c4b4b44a61b282535b981576d888286fca': Closed a wayward fapl ID in tools/test/misc/repart_test.c and tidied. Stripped C standard library headers from tools test code.
| | * | Closed a wayward fapl ID in tools/test/misc/repart_test.cDana Robinson2017-07-191-53/+42
| | | | | | | | | | | | | | | | and tidied.
| | * | Merge branch 'develop' into tools_miscDana Robinson2017-07-190-0/+0
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #603 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:tools_misc to ↵Dana Robinson2017-07-1818-93/+2
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | develop * commit 'ee7816bbfb3f22d42d5db7d779efe54ae29528cb': Stripped C standard library headers (and a couple of macros) from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
| | | * Stripped C standard library headers from tools test code.Dana Robinson2017-07-199-23/+0
| | |/
| | * Stripped C standard library headers (and a couple of macros)Dana Robinson2017-07-1718-93/+2
| |/ | | | | | | | | from the tools code. This is all handled in H5private.h, which should be included in all tools source files.
| * Merge pull request #601 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-07-132-11/+12
| |\ | | | | | | | | | | | | | | | | | | * commit 'b3a212e54b86e15ea059d856db8685f43cc00829': HDFFV-10254 Fix spelling HDFFV-10254 release note HDFF-10254 - Copy test files with macro to avoid POST_BUILD failure
| | * HDFFV-10254 Fix spellingAllen Byrne2017-07-131-1/+1
| | |
| | * HDFFV-10254 release noteAllen Byrne2017-07-121-2/+10
| | |
| | * HDFF-10254 - Copy test files with macro to avoid POST_BUILD failureAllen Byrne2017-07-121-9/+2
| | |
| * | Merge pull request #596 in HDFFV/hdf5 from GreaterThan-2GB-MPIO to developRichard Warren2017-07-136-48/+2637
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | * commit '6a5aa46e936340ed540359290374fa909f9213a6': Added a brief outline for Large MPI-IO transfers into RELEASE.txt Fix up the ExpressMode check for skipping slow running tests. Include code fixes and additional modifications pointed out by code reviewers Commited changes to the development branch here to allow a pull request to be published Commit changes needed for pull request
| | * Added a brief outline for Large MPI-IO transfers into RELEASE.txtRichard Warren2017-07-131-1/+23
| | |
| | * Fix up the ExpressMode check for skipping slow running tests.Richard Warren2017-07-101-1/+1
| | |
| | * Include code fixes and additional modifications pointed out by code reviewersRichard Warren2017-07-105-15/+73
| | |
| | * Commited changes to the development branch here to allow a pull request to ↵Richard Warren2017-07-051-46/+458
| | | | | | | | | | | | be published
| | * Commit changes needed for pull requestRichard Warren2017-07-051-0/+2097
| | |
| * | Merge pull request #597 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-07-115-8/+121
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '8935c921f7e50607cd91c86b2237ac39a9b600af': Fix for HDFFV-10217 infinite loop in H5VM_power2up(). The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0.
| | * | Fix for HDFFV-10217 infinite loop in H5VM_power2up().Vailin Choi2017-07-105-8/+121
| |/ / | | | | | | | | | | | | | | | The function H5VM_power2up() returns the next power of 2 for n. When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping. The fix ensures that the function checks for n >= 2^63 and returns 0.
| * | Merge pull request #594 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:test_misc13 to ↵Dana Robinson2017-07-051-142/+140
| |\ \ | | |/ | |/| | | | | | | | | | | | | develop * commit '191147ec90d72619632a24242c003ecb3bccfffd': * Yanked the smoke check that was recently introduced to test the unused H5I_REFERENCE ID type in test_misc19(). This fails when running testhdf5 and skipping the reference test since the H5R package won't be initialized. H5I_REFERENCE will be going away soon and the ID type is unused so there's really no point to doing anything to test it. * Cleaned up test_misc13(), which is a basic test of userblock functionality, to not emit warnings due to the large global array.
| | * * Yanked the smoke check that was recently introduced to testDana Robinson2017-07-051-142/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the unused H5I_REFERENCE ID type in test_misc19(). This fails when running testhdf5 and skipping the reference test since the H5R package won't be initialized. H5I_REFERENCE will be going away soon and the ID type is unused so there's really no point to doing anything to test it. * Cleaned up test_misc13(), which is a basic test of userblock functionality, to not emit warnings due to the large global array.
| * | Merge pull request #590 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:java_warnings ↵Dana Robinson2017-07-051-0/+1
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '5d6ed0b298e3a40051a975a466820030360e8a31': Turned off unused parameter warnings in gcc for Java constants.
| | * | Turned off unused parameter warnings in gcc for Java constants.Dana Robinson2017-07-031-0/+1
| | |/ | | | | | | | | | | | | | | | | | | None of the constant functions use their parameters, so emitting warnings for them generates a large amount of noise. Since these are trivial wrappers, marking them up with H5_ATTR_UNUSED would be a huge waste of time.
| * | 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.