summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #837 in HDFFV/hdf5 from ↵inactive/multi_rd_wd_coll_io_mergeLarry Knox2017-12-241-1/+4
|\ | | | | | | | | | | | | ~LRKNOX/hdf5_lrk:multi_rd_wd_coll_io_merge to multi_rd_wd_coll_io_merge * commit '903de6ea34761fb5d3a6b0cb6ae4d0b48ebb0888': Correct expected error file filter_fail.err to match changed error messages.
| * Correct expected error file filter_fail.err to match changed errorlrknox2017-12-241-1/+4
|/ | | | messages.
* updated to develop messageM. Scot Breitenfeld2017-12-211-1/+1
|
* reverted error message testM. Scot Breitenfeld2017-12-191-1/+4
|
* revert error messageM. Scot Breitenfeld2017-12-191-8/+17
|
* updated expected errors to match error message changesM. Scot Breitenfeld2017-12-122-19/+10
|
* Merge branch 'develop' into multi_rd_wd_coll_io_mergeM. Scot Breitenfeld2017-11-28102-9159/+9195
|\
| * Merge pull request #800 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-271-0/+1
| |\ | | | | | | | | | | | | * commit 'c3249ecd79735fd8d32f0527db40493cbe89b502': Update macros
| | * Update macrosAllen Byrne2017-11-271-0/+1
| | |
| * | Merge pull request #798 in HDFFV/hdf5 from ↵Dana Robinson2017-11-2721-639/+658
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:misc_windows_warnings to develop * commit '9fdd984cdea6fce8b5fdd16a7ccc3cc9bbca6fed': Changed casts to const void * Casted pointers to void to quiet warnings on Linux. Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows. Fixed misc Warnings flagged by VS2017.
| | * Changed casts to const void *Dana Robinson2017-11-271-2/+2
| | |
| | * Casted pointers to void to quiet warnings on Linux.Dana Robinson2017-11-271-1/+1
| | |
| | * Added CHECK_PTR_EQ macro to testhdf5 to quiet cast warnings on Windows.Dana Robinson2017-11-275-282/+300
| | |
| | * Fixed misc Warnings flagged by VS2017.Dana Robinson2017-11-2721-363/+364
| |/
| * Merge pull request #794 in HDFFV/hdf5 from ↵Dana Robinson2017-11-211-12/+19
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:uninit_cb_struct to develop * commit '22e58124ec26da5ffe2833f53c8d73ee9edf0570': Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning.
| | * Made a dcpl layout struct in H5Z.c dynamic to quiet a stack size warning.Dana Robinson2017-11-211-12/+19
| |/
| * Merge pull request #793 in HDFFV/hdf5 from ↵Dana Robinson2017-11-216-114/+159
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:uninit_cb_struct to develop * commit '20bb11b52640befc4a0073520b23d9e49bf3e96c': Fixed an uninitialized filter callback struct in H5Dchunk.c and unified the naming and initialization of said struct throughout the library. This was causing a crash on VS2015 in debug mode when the debug heap complained. Fixes HDFFV-10330.
| | * Fixed an uninitialized filter callback struct in H5Dchunk.c andDana Robinson2017-11-216-114/+159
| |/ | | | | | | | | | | unified the naming and initialization of said struct throughout the library. This was causing a crash on VS2015 in debug mode when the debug heap complained. Fixes HDFFV-10330.
| * Merge pull request #792 in HDFFV/hdf5 from ↵Dana Robinson2017-11-211-1/+1
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:H5Z_H5PL_normalize to develop * commit 'cd72e02a336369ee25a26d4ad63d4c498e613f70': Fixed Windows code in H5PLpath.c
| | * Fixed Windows code in H5PLpath.cDana Robinson2017-11-211-1/+1
| | |
| * | Merge pull request #788 in HDFFV/hdf5 from ↵Dana Robinson2017-11-2010-342/+352
| |\ \ | | |/ | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:H5Z_H5PL_normalize to develop * commit '3b1728736840e25d5cd1b048f09025e7c0f22123': Brings H5Z and H5PL packages in sync with VOL integration branch.
| | * Brings H5Z and H5PL packages in sync with VOL integration branch.Dana Robinson2017-11-1710-342/+352
| |/
| * Merge pull request #783 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-178-479/+507
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bb3fb6f13461d724baa635e464585cb49d8848d2': HDFFV-10328 - fix typos HDFFV-10328 remove allocation note HDFFV-10328 - remove allocation changes Fix typo HDFFV-10328 merge allocation changes from 1.8 Fix some of the whitespace Add note for plugins Correct linkage of filters and other libs
| | * HDFFV-10328 - fix typosAllen Byrne2017-11-171-5/+4
| | |
| | * HDFFV-10328 remove allocation noteAllen Byrne2017-11-171-9/+1
| | |
| | * HDFFV-10328 - remove allocation changesAllen Byrne2017-11-173-70/+6
| | |
| | * Fix typoAllen Byrne2017-11-161-1/+1
| | |
| | * HDFFV-10328 merge allocation changes from 1.8Allen Byrne2017-11-163-340/+422
| | |
| | * Fix some of the whitespaceAllen Byrne2017-11-161-127/+127
| | |
| | * Add note for pluginsAllen Byrne2017-11-161-0/+19
| | |
| | * Correct linkage of filters and other libsAllen Byrne2017-11-164-13/+13
| |/
| * Merge pull request #782 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_fix to developDana Robinson2017-11-152-6/+6
| |\ | | | | | | | | | | | | * commit 'cb235453a9276c371085e40ea1c87d9b641e511e': Changed ar to always use -cr instead of the autotools default of cru.
| | * Changed ar to always use -cr instead of the autotools defaultDana Robinson2017-11-152-6/+6
| |/ | | | | | | of cru.
| * Merge pull request #780 in HDFFV/hdf5 from ↵Dana Robinson2017-11-159-35/+41
| |\ | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:minor_dev_warnings to develop * commit '5ce8dd5e946c85522edd76f3288e7052bde86b8a': Minor warning fixes
| | * Minor warning fixesDana Robinson2017-11-159-35/+41
| |/
| * Merge pull request #778 in HDFFV/hdf5 from ↵Dana Robinson2017-11-156-2667/+2739
| |\ | | | | | | | | | | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5o_schism_work to develop * commit 'fcfc5f116d08642de962919ac26092c74b924644': Moved code from H5O.c to H5Oint.c Added H5Oint.c file.
| | * Moved code from H5O.c to H5Oint.cDana Robinson2017-11-143-2662/+2662
| | |
| | * Added H5Oint.c file.Dana Robinson2017-11-145-5/+77
| | |
| * | Merge pull request #777 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-144-7/+20
| |\ \ | | |/ | |/| | | | | | | | | | * commit '7fbc3df3fa1b5250f13ef7ce7bbf9fc85eb76e0a': HDFFV-10329 - Note new JIRA issue Correct link lines of libraries
| | * HDFFV-10329 - Note new JIRA issueAllen Byrne2017-11-141-0/+12
| | |
| | * Correct link lines of librariesAllen Byrne2017-11-143-7/+8
| |/
| * Merge pull request #772 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ar_warning_fix ↵Dana Robinson2017-11-143-0/+8
| |\ | | | | | | | | | | | | | | | | | | to develop * commit 'a25366cc980695cebe40c2d471bfe5166dcb28a2': Fixed that annoying ar warning about -u being ignored.
| | * Fixed that annoying ar warning about -u being ignored.Dana Robinson2017-11-133-0/+8
| | |
| * | Merge pull request #776 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-11-141-8/+8
| |\ \ | | | | | | | | | | | | | | | | * commit '10a9fb5319ab0dcd0e14e40a8ab5c38e8211f764': Remove extra '&'s that cause syntax errors on Macs.
| | * | Remove extra '&'s that cause syntax errors on Macs.lrknox2017-11-141-8/+8
| | | |
| * | | Merge pull request #775 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2017-11-141-379/+379
| |\ \ \ | | |/ / | |/| | | | | | | | | | * commit '00e640368e71eac1adeb9f630c6de15261b26083': Fix Windows link error
| | * | Fix Windows link errorAllen Byrne2017-11-141-379/+379
| |/ /
| * | Merge pull request #760 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to developLarry Knox2017-11-141-26/+58
| |\ \ | | | | | | | | | | | | | | | | * commit 'b11de4ebc42bf1b7d5dd733654a5ce78410518ba': Add check for realtimeOutput environment variable set containing characters to indicate test output should be piped through tee to chklog files in order to send output to stdout as tests run instead of waiting to cat chklog file to stdout when each set of tests is completed. This should stop buildbot from timing out when a test set doesn't complete in less than 20 minutes.
| | * \ Merge branch 'develop' of ↵lrknox2017-11-061-1/+1
| | |\ \ | | | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into develop
| | * | | Add check for realtimeOutput environment variable set containinglrknox2017-11-061-26/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | characters to indicate test output should be piped through tee to chklog files in order to send output to stdout as tests run instead of waiting to cat chklog file to stdout when each set of tests is completed. This should stop buildbot from timing out when a test set doesn't complete in less than 20 minutes.