Dana Robinson
|
2ddf5fbd92
|
Much normalization with develop (#701)
* Brings CMake updates from develop
* Brings reduction in pedantic casts from develop
* Purges UFAIL from the library (#637)
* Committing clang-format changes
* Purges UFAIL from the library
* H5HL_insert change requested in PR
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Removes gratuitous (double)x.yF casts (#632)
* Committing clang-format changes
* Removes gratuitous (double)x.yF casts
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Committing clang-format changes
* Cleans up a const warning left over from previous constification (#633)
* Committing clang-format changes
* Adds consts to a few global variables
* Cleans up a const warning left over from previous constification
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Formatted source
* Bring over some VOL registration changes
* VOL cleanup
* H5VL_request_status_t substitutions
* H5F.c cleanup
* Minor API tweaks from develop
* Moves H5G package init/teardown to H5Gint.c
* H5G cleanup
* H5M cleanup
* H5SM cleanup
* H5T cleanup
* H5R cleanup
* H5Lpublic.h cleanup
* H5L cleanup
* H5O cleanup
* H5A, H5CS, and H5AC cleanup
* Moved H5A init/teardown code to H5Aint.c
* Moves H5D I/O functions to H5D.c
* H5D cleanup
* Misc minor cleanup
* H5P close cleanup
* H5Tpublic.h cleanup
* Fixes err_compat test
* H5PLpublic.h cleanup
* Updates H5Ppublic.h
* H5Fpublic.h updates
* H5A.c cleanup
* Brings over H5Aexists and related changes
* Brings CMake shell testing changes from develop
* Close callback changes
* H5R and H5Tcommit normalization
* err_compat test works now
* H5O tweaks
* Updates VOL registration code
* Brings over H5VL_create_object
* H5Tconv.c reformatting
* H5T.c tweaks
* Brings datatype and reference updates from develop
* Brings VOL plugin loading changes from develop
* Brings event sets from develop
* Brings async functions over
* Tools changes
* Brings over many tools changes from develop
* Brings VOL flags from develop
* Fixes h5dump double/float tests
* Updates h5repack tests
* Brings h5diff test changes from develop
* Last h5dump changes
* Brings test changes from develop
* Committing clang-format changes
* Tidied h5_testing()
* Brings chunk iteration code + misc from develop
* Updates vds test
* Enables external link parallel test
* Brings updated property lists from develop
* H5G changes from develop
* H5MF cleanup
* Brings vfd_swmr test back into CMake
* Updates threadsafe test
* Updates plist test
* Brings recent changes from develop
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2021-05-28 07:10:51 -07:00 |
|
Dana Robinson
|
ed31eeacfa
|
Many small changes from develop. Should allows running VFD SWMR
tests from CMake.
|
2021-05-03 12:54:30 -07:00 |
|
Dana Robinson
|
67cfa2396c
|
Updates license url and history docs
|
2021-03-24 18:29:11 -07:00 |
|
Dana Robinson
|
feb20aac30
|
Formats the source and updates the gcc warning pragmas
|
2021-03-24 17:39:37 -07:00 |
|
Quincey Koziol
|
71b601d0d3
|
Clean up warnings
|
2020-06-27 20:02:51 -05:00 |
|
Quincey Koziol
|
7bdab523b3
|
Refactor code to remove remaining checks for H5_HAVE_GETTIMEOFDAY scattered around in various places. Also clean up iopipe.c.
|
2020-06-27 09:47:55 -05:00 |
|
Quincey Koziol
|
9e5dbf6906
|
Trim trailing whitespace
|
2020-04-20 18:12:00 -05:00 |
|
kmu
|
838d4ec56b
|
squash cast warning fix
|
2020-01-23 15:12:00 -06:00 |
|
Quincey Koziol
|
3b594992d6
|
Add support for GCC9, update warnhist script, and clean up warnings.
|
2019-07-02 23:43:45 -05:00 |
|
Quincey Koziol
|
d5130bb573
|
Updated configure & CMake compiler flags for GCC 8.x, along with corresponding
changes to warnhist script (and some extra improvements for condensing C++
and Java warnings), and fixed a bunch of warnings.
|
2019-06-28 09:10:43 -05:00 |
|
Quincey Koziol
|
1ccbdfee58
|
Add support for GCC 7.x warnings, update warnhist script to account for them,
clean up warnings.
|
2019-06-21 10:05:34 -05:00 |
|
Songyu Lu
|
d25afb294c
|
HDFFV-10601: Some compiler doesn't support clock_gettime(). So I changed to use gettimeofday (HDgettimeofday in the HDF5 library).
|
2018-11-16 12:06:30 -06:00 |
|
Songyu Lu
|
cd13d24e51
|
HDFFV-10601: I added error checking to the HDF5 functions.
|
2018-11-14 17:30:23 -06:00 |
|
Songyu Lu
|
2fe10c647c
|
HDFFV10601: Adding performance test to verify the improvement.
|
2018-11-13 11:37:29 -06:00 |
|