summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #627 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-08-022-4/+95
|\ | | | | | | | | | | * commit '3635cc24b0759285eff37fe986e14e368a4a19b1': Fix misnamed file in test script Add h5repack tests for paged aggregation
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2017-08-022-17/+19
| |\ | |/ |/| | | | | * commit 'a83b6a7c6e6aca1a329c274282c691ffb417abc4': Moved H5PL diagnostic pragmas to comply with old gcc requirements that they be outside of functions.
* | Merge pull request #625 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5pl_commit to ↵Dana Robinson2017-08-022-17/+19
|\ \ | | | | | | | | | | | | | | | | | | develop * commit '81340c609ba5049b34845ff2f06b2025ec5d5b22': Moved H5PL diagnostic pragmas to comply with old gcc requirements that they be outside of functions.
| * | Moved H5PL diagnostic pragmas to comply with old gcc requirements that theyDana Robinson2017-08-022-17/+19
|/ / | | | | | | be outside of functions.
| * Fix misnamed file in test scriptAllen Byrne2017-08-021-1/+1
| |
| * Add h5repack tests for paged aggregationAllen Byrne2017-08-021-3/+94
|/
* Merge pull request #620 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to ↵Vailin Choi2017-08-0214-0/+207
|\ | | | | | | | | | | | | develop * commit '59e94f5009a1f738d9924be942448f8cf6355b00': Add h5repack tests for paged aggregation Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
| * Add h5repack tests for paged aggregationVailin Choi2017-07-2914-0/+207
| | | | | | | | Add tests to h5repack.sh.in to verify options added for paged aggregation work as expected.
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Vailin Choi2017-07-2510-76/+42
| |\ | | | | | | | | | | | | | | | * commit '1fe3d5113aeedc4b67dae6b83984d1246c7a2701': Closed a wayward fapl ID in tools/test/misc/repart_test.c and tidied. Stripped C standard library headers from tools test code.
* | \ Merge pull request #624 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-08-012-5/+61
|\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '00d97d556b3e57129d8c7bbecf8b15497b3f056b': added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037) added test for NAG compiler and use the FC_BASENAME for NAG detection, (HDFFV-10037)
| * | | added test for NAG compiler and use the FC_BASENAME for NAG detection, ↵M. Scot Breitenfeld2017-08-011-7/+5
| | | | | | | | | | | | | | | | (HDFFV-10037)
| * | | added test for NAG compiler and use the FC_BASENAME for NAG detection, ↵M. Scot Breitenfeld2017-08-012-5/+63
| | | | | | | | | | | | | | | | (HDFFV-10037)
* | | | Merge pull request #623 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-08-017-4/+48
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | * commit 'f4e9bc21fa3d3d678ca80083dbd412b34c3ab91b': HDFFV-10256 add release note HDFFV-10256 Add test HDFFV-10256 correct len of string copy to the len of esc string
| * | | HDFFV-10256 add release noteAllen Byrne2017-08-011-0/+10
| | | |
| * | | HDFFV-10256 Add testAllen Byrne2017-08-015-0/+34
| | | |
| * | | HDFFV-10256 correct len of string copy to the len of esc stringAllen Byrne2017-08-011-4/+4
|/ / /
* | | Merge pull request #621 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5pl_commit to ↵Dana Robinson2017-08-0117-1015/+2235
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop * commit '9bcf8b2f2568083449ae3f9b6c2efbf6ed7f413a': Minor tweaks in response to code review. Fixed a failing Java plugin test. Major rework of H5PL package code before bringing VOL changes over.
| * | | Minor tweaks in response to code review.Dana Robinson2017-08-012-27/+37
| | | |
| * | | Merge branch 'develop' into h5pl_commitDana Robinson2017-08-0145-203/+214
| |\ \ \
| * | | | Fixed a failing Java plugin test.Dana Robinson2017-07-141-20/+68
| | | | |
| * | | | Major rework of H5PL package code before bringing VOL changesDana Robinson2017-07-1416-975/+2131
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | over. Brings coding standards in line with the rest of the library, enforces better software engineering principles, and makes everything more maintainable.
* | | | | Merge pull request #622 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-08-011-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | * commit '6e551a270bde6214b0e533e9cd9e845d2f9f4789': Removed extra Fortran flags, (HDFFV-10037)
| * | | | Merge branch 'develop' of ↵M. Scot Breitenfeld2017-08-010-0/+0
| |\ \ \ \ | |/ / / / |/| | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
* | | | | Merge pull request #619 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-07-281-12/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '668b90b96dcb237208dcedd63e0f2b7da8a0328c': Rearranged where the substitution occurs.
| | * | | | Removed extra Fortran flags, (HDFFV-10037)M. Scot Breitenfeld2017-08-011-2/+2
| |/ / / /
| * | | | Merge branch 'develop' of ↵M. Scot Breitenfeld2017-07-281-0/+3
| |\ \ \ \ | |/ / / / |/| | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop
* | | | | Merge pull request #617 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-07-271-0/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '04d6a3ec3c91cb30dce5dd5abb1b67021527c2fb': if PARALLEL copy seconf file to PAR folder
| * | | | | if PARALLEL copy seconf file to PAR folderAllen Byrne2017-07-271-0/+3
| | | | | |
* | | | | | Merge pull request #616 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2017-07-273-13/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '92491aa4b6dc2d4fa3c394e0aa928300379e1ced': added chmod 755 for h5fc removed chmod 755 for h5fc libtool does not pass the correct argument linking (-WL,-WL,,) for the 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) Removed FCFLAGS when building the examples since they should already be included the h5fc wrapper. NAG complains about doubly declared options.
| | * | | | Rearranged where the substitution occurs.M. Scot Breitenfeld2017-07-281-12/+25
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libtool does not pass the correct argument linking (-WL,-WL,,) for the 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)
| * | | | added chmod 755 for h5fcM. Scot Breitenfeld2017-07-271-1/+3
| | | | |
| * | | | 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.