Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adds Autotools generated files for alpha release | Dana Robinson | 2020-09-22 | 1 | -0/+1528 |
| | |||||
* | Warnings reduction in tools | Allen Byrne | 2020-07-30 | 1 | -2/+2 |
| | |||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required. | David Young | 2020-01-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduce gratuitous casts---e.g., (size_t)1. Use the right format string for a pointer. In the H5C sanity checks, change a "size increase" variable from ssize_t (too narrow) to int64_t (wide enough). Parenthesize every appearance of `storage` in the macro `H5D_CHUNK_STORAGE_INDEX_CHK(storage)` so that you can pass in an expression like &sc and it works properly. Disallow re-assignment of the `dset` parameter to H5D__chunk_init() because it helped assure me that it's safe to replace the repeating expression `&dset->shared->layout.storage.u.chunk` with `sc` throughout. Replace lengthy expressions such as `&dset->shared->layout.storage.u.chunk` with `sc` throughout several functions in H5Dchunk.c ISTR that the compiler warned that `sc` was declared but unused in a couple of functions, and then I found that `sc` could be used in many places. Maybe the disused `sc` appeared because a bunch of code was copied and pasted, I don't know. Anyway, it's a lot tighter code now that I use `sc`. In H5D__chunk_update_old_edge_chunks() and H5D__chunk_delete() I actually expand `sc` and another temporary variable, `pline`, because they're used only in !defined(NDEBUG) code. This squashes unused-variable warnings in the defined(NDEBUG) configuration. Don't drop the `volatile` qualification with a cast in tools/src/h5import/h5import.c. | ||||
* | squash cast warning fix | kmu | 2020-01-23 | 1 | -4/+4 |
| | |||||
* | Merge branch 'develop' into stack_size_warnings | Dana Robinson | 2020-01-17 | 1 | -6/+6 |
|\ | |||||
| * | Update tools hid_t declarations with H5I_INVALID_HID | Allen Byrne | 2020-01-13 | 1 | -6/+6 |
| | | |||||
* | | Fixed stack and frame size warnings. Not complete, but fixes most of | Dana Robinson | 2020-01-15 | 1 | -19/+22 |
|/ | | | | the easier cases. | ||||
* | address problems from comments | kmu | 2019-12-11 | 1 | -1/+1 |
| | |||||
* | fix and address comments | kmu | 2019-12-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'develop' into bugfix/intel_warnings | kmu | 2019-12-09 | 1 | -1/+1 |
|\ | |||||
| * | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings ↵ | David Young | 2019-11-27 | 1 | -1/+1 |
| | | | | | | | | level and fixing some code.' (commit 5c911d8baf3)" | ||||
* | | remove unnecessary check macro | kmu | 2019-12-06 | 1 | -4/+1 |
| | | |||||
* | | fix intel compile warnings | kmu | 2019-12-04 | 1 | -3/+6 |
|/ | |||||
* | Change some GCC warnings to errors. Fix code to quiet some warnings. | David Young | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | OESS-29 Update HD prefix mostly | Allen Byrne | 2019-08-24 | 1 | -1/+1 |
| | |||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 1 | -8/+22 |
| | | | | | HDFFV-10805 Add ONLY_SHARED_LIBS option and prefer shared over static HDFFV-10803 Update FindSZIP.cmake find module Remove unneeded modules and update java modules | ||||
* | TRILAB-81 fix typo | Allen Byrne | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | TRILAB-82 fixed errors found in review | Allen Byrne | 2018-10-24 | 2 | -63/+63 |
| | |||||
* | TRILAB-81 Output error if filename length is greater then 255 | Allen Byrne | 2018-10-19 | 1 | -0/+5 |
| | |||||
* | TRILAB-81 coverity fixes | Allen Byrne | 2018-10-17 | 1 | -6/+6 |
| | |||||
* | HD prefix and whitespace | Allen Byrne | 2018-08-28 | 1 | -151/+151 |
| | |||||
* | Fix MPI on Windows by adding MPI include folder | Allen Byrne | 2018-05-09 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -3/+3 |
| | |||||
* | TRILABS-20 set a compiler name on all project commands | Allen Byrne | 2018-04-20 | 1 | -1/+1 |
| | |||||
* | TRILABS-19 Initial conversion of include_directories to targets | Allen Byrne | 2018-04-17 | 1 | -5/+1 |
| | |||||
* | Change CMake min to 3.10 | Allen Byrne | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Inc CMake min, Add new tests, rework test CMake files | Allen Byrne | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | HDFFV-10345 spelling errors | Allen Byrne | 2018-02-05 | 1 | -2/+2 |
| | |||||
* | HDFFV-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -1/+0 |
| | |||||
* | HDFFV-10385 refactor CMAKE_BUILD_TYPE usage | Allen Byrne | 2018-01-09 | 1 | -2/+4 |
| | |||||
* | HDFFV-10219 default input binary to NATIVE | Allen Byrne | 2017-06-20 | 2 | -5/+24 |
| | |||||
* | HDFFV-10219 remove standard headers already included in h5private.h | Allen Byrne | 2017-06-16 | 1 | -5/+0 |
| | |||||
* | HDFFV-10219 - remove debug comments | Allen Byrne | 2017-06-15 | 1 | -28/+0 |
| | |||||
* | HDFFV-10219 - disable debug output | Allen Byrne | 2017-06-15 | 1 | -1/+1 |
| | |||||
* | HDFFV-10219 - fix for native in bin file and possible non-native in h5 | Allen Byrne | 2017-06-15 | 3 | -100/+633 |
| | |||||
* | HDFFV-10219: Added keyword SUBSET to h5import list. | Allen Byrne | 2017-06-12 | 1 | -40/+293 |
| | |||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 3 | -18/+12 |
| | | | | | | | | | | 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. | ||||
* | HDFFV-9875 Fix target exports and add static tools pdb files | Allen Byrne | 2017-02-02 | 1 | -9/+10 |
| | |||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 1 | -1/+1 |
| | |||||
* | Split tools into src and test - add folders | Allen Byrne | 2016-10-27 | 4 | -0/+4666 |