Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Yanked -Wc++-compat from the flags used to build the C library in both | Dana Robinson | 2019-12-04 | 1 | -4/+4 |
| | | | | the Autotools and CMake. | ||||
* | Update versioning to next major version | Allen Byrne | 2019-09-25 | 1 | -1/+2 |
| | |||||
* | fix get gethostname for windows | Allen Byrne | 2019-08-28 | 1 | -1/+1 |
| | |||||
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 1 | -67/+67 |
| | |||||
* | Merge reconciliation and VFD test fixes | Allen Byrne | 2019-08-04 | 1 | -2/+0 |
| | |||||
* | Updates to warnhist script, along with a few cleanups, and add some comments | Quincey Koziol | 2019-07-10 | 1 | -1/+20 |
| | | | | to warning cleanups that are a bit obscure. | ||||
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -1/+1 |
| | |||||
* | Missed an env check before strcmp. | Dana Robinson | 2019-04-29 | 1 | -1/+1 |
| | |||||
* | Fix for split VFD and file cleanup when testing H5Fis_hdf5 | Dana Robinson | 2019-04-26 | 1 | -4/+26 |
| | | | | and H5Fis_accessible in tfile.c. | ||||
* | Improvements to the H5Fis_accessible() and H5Fis_hdf5() tests | Dana Robinson | 2019-04-25 | 1 | -11/+45 |
| | | | | | | in tfile.c. * General code tidying. * Expanded tests to work with multi-file VFDs. | ||||
* | Set V112 as the latest format and extend the arrays of version bounds. | Vailin Choi | 2019-04-04 | 1 | -0/+25 |
| | |||||
* | Specify the default VOL connector to use with an environment variable. | Quincey Koziol | 2019-03-10 | 1 | -118/+0 |
| | | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc. | ||||
* | Merge branch 'develop' into c_stdlib_posix_call_cleanup | Dana Robinson | 2019-02-19 | 1 | -13/+39 |
|\ | |||||
| * | Work around compiler fussiness on platypus. | Quincey Koziol | 2019-01-11 | 1 | -13/+39 |
| | | |||||
* | | C and POSIX call cleanup | Dana Robinson | 2019-01-11 | 1 | -6/+6 |
|/ | |||||
* | Corrected comment in src/H5VLint.c, fixed pass-through info size in | Quincey Koziol | 2019-01-06 | 1 | -0/+44 |
| | | | | | | | src/H5VLpassthru.c, switched to stashing VOL connector ID & info in API context (in src/H5CX.c, src/H5CXprivate.h, src/H5F.c, src/H5Fint.c, and src/H5Fefc.c), patched up all sorts of issues in the tests, to make them work with 'check-vfd' (and 'check-vol' again). | ||||
* | Merge branch 'develop' into openmpi_tweaks | Dana Robinson | 2018-12-31 | 1 | -43/+4 |
|\ | |||||
| * | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-27 | 1 | -2/+2 |
| |\ | |||||
| * \ | Merge branch 'develop' of ↵ | Jacob Smith | 2018-12-19 | 1 | -14/+19 |
| |\ \ | | | | | | | | | | | | | https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5 into dset_ohdr_minimize | ||||
| * \ \ | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-18 | 1 | -6/+9 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'develop' into dset_ohdr_minimize | Jacob Smith | 2018-12-12 | 1 | -155/+269 |
| |\ \ \ \ | |||||
| * | | | | | Remove redundant code and refactor | Jacob Smith | 2018-09-12 | 1 | -43/+4 |
| | | | | | | |||||
* | | | | | | Added a shell script so we can run the parallel flush test | Dana Robinson | 2018-12-20 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | on OpenMPI. | ||||
* | | | | | Correct core VFD to run with a 1MB increment instead of a 1 byte increment! | Quincey Koziol | 2018-12-19 | 1 | -2/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Updates the autotools tests to also emit the VOL connector | Dana Robinson | 2018-12-16 | 1 | -14/+19 |
| |_|/ |/| | | | | | | | | for each test. | ||||
* | | | Fix plugin code from referencing invalid key ID value, and also switch from | Quincey Koziol | 2018-12-13 | 1 | -6/+9 |
| |/ |/| | | | | | | | strtok() to strtok_r() to avoid possible interference with / to application use of strtok(). | ||||
* | | Add a couple of missing prototypes for static routines, along with updating | Quincey Koziol | 2018-11-30 | 1 | -6/+6 |
| | | | | | | | | a comment from VOL plugin -> connector. | ||||
* | | Add support for "make check-vol", along with a few minor cleanups, etc. | Quincey Koziol | 2018-11-29 | 1 | -2/+11 |
| | | |||||
* | | Refactor infrastructure for setting FAPL information from environment | Quincey Koziol | 2018-11-28 | 1 | -147/+213 |
| | | | | | | | | | | | | variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. | ||||
* | | Updates after merging changes from develop. | Quincey Koziol | 2018-10-26 | 1 | -5/+5 |
| | | |||||
* | | Updates to the VOL ID and object API calls. | Dana Robinson | 2018-10-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings the H5VL code in line with the H5I code regarding naming, parameter order, etc. Several public API calls were affected by this change. These changed names to reflect their use with VOL drivers: H5VLregister() --> H5VLregister_driver() H5VLregister_by_name() --> H5VLregister_driver_by_name() H5VLunregister() --> H5VLunregister_driver() H5VLis_registered() --> H5VLis_driver_registered() This call was renamed to match H5Iregister(). The order of the first two parameters also reversed and the object pointer is now const. H5VLobject_register() --> H5VLregister() | ||||
* | | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -0/+43 |
| | | |||||
* | | Normalization with vol_integration (test code and H5Xtest.c) | Dana Robinson | 2018-09-20 | 1 | -7/+3 |
|/ | |||||
* | Changes made based on feedback from pull request #1039. | Vailin Choi | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | Fix for HDFFV-10180 Performance issues with H5Oget_info. | Vailin Choi | 2018-04-24 | 1 | -2/+2 |
| | |||||
* | Normalization with VOL integration branch. | Dana Robinson | 2017-12-05 | 1 | -65/+42 |
| | |||||
* | Added a test for VFD IDs to testhdf5. | Dana Robinson | 2017-07-01 | 1 | -0/+100 |
| | | | | | | | This required adding some code to generate a fake VFD class to pass to H5FDregister(). Also, a bunch of whitespace and comment tidying. | ||||
* | Rework of the POSIX file open permissions and macros to clean up | Dana Robinson | 2017-04-28 | 1 | -2/+2 |
| | | | | | | HDopen() calls. Also fixed a minor const warning in the core VFD. | ||||
* | Changed the Windows POSIX open() file permissions to be correct | Dana Robinson | 2017-04-28 | 1 | -2/+2 |
| | | | | according to MSDN. Partial fix for HDFFV-9630. | ||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 1 | -6/+4 |
| | | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file. | ||||
* | Deleted an extraneous remove() call from a test function | Dana Robinson | 2017-02-08 | 1 | -3/+1 |
| | | | | that might be causing the flushrefresh test to fail. | ||||
* | Bring new/updated tests from revise+chunks branch: flush1/flush2 update and | Quincey Koziol | 2016-12-20 | 1 | -0/+121 |
| | | | | flushrefresh test. (Also refactor of message send / wait code) | ||||
* | Fixed a few memory problems in test/cache_logging.c and | Dana Robinson | 2016-11-23 | 1 | -11/+22 |
| | | | | test/h5test.c (which show up in test/vfd.c). | ||||
* | Merge branch 'develop' into evict_on_close | Dana Robinson | 2016-09-30 | 1 | -7/+25 |
|\ | |||||
| * | Clean up hardcoded constants and check return values better. (Comments from | Quincey Koziol | 2016-09-29 | 1 | -2/+5 |
| | | | | | | | | group code review) | ||||
| * | Description: | Quincey Koziol | 2016-09-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Cleanups from Dana's review. Tested on: MacOSX/64 10.11.5 (amazon) w/C++ & FORTRAN (h5committest forthcoming) | ||||
| * | Description: | Quincey Koziol | 2016-09-27 | 1 | -7/+22 |
| | | | | | | | | Further warning cleanups: from 667 warnings to 503. | ||||
* | | Fixed typo | Dana Robinson | 2016-09-24 | 1 | -1/+1 |
|/ | |||||
* | [svn-r30295] Minor whitespace cleanup in h5test.c. | Dana Robinson | 2016-08-17 | 1 | -45/+55 |
| | | | | | Tested on: 64-bit Ubuntu 16.04 LTS w/ gcc 5.4.0 Autotools serial w/ make check-vfd | ||||
* | [svn-r30113] Description: | Quincey Koziol | 2016-06-28 | 1 | -3/+3 |
| | | | | | | | | Clean up warnings (from 2774 -> 1560, with my standard debug build) Tested on: MacOSX/64 10.11.5 (amazon) w/serial, parallel & production (h5committest forthcoming) |