Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 9 | -725/+639 |
| | |||||
* | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 1 | -5/+5 |
| | |||||
* | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 1 | -0/+29 |
| | |||||
* | Removes staff email addresses from the repository | Dana Robinson | 2020-08-07 | 1 | -1/+1 |
| | | | | Removes redundant C library headers from hl library | ||||
* | Tools refactor | Allen Byrne | 2020-07-15 | 1 | -29/+32 |
| | | | | | | Move error_stack setup to tools library Add structure for h5dump properties Eliminate duplicated h5diff functions Use properties structure in place of argument lists. | ||||
* | Fix HDFFV-10591 | Binh-Minh Ribler | 2020-06-19 | 1 | -11/+22 |
| | | | | | | | | | | | | Description: h52gif produced a segfault when a buffer overflow occurred because the data size was corrupted and became very large. This commit added a check on the data size against the buffer size to prevent the segfault. It also added error reporting to h52gif to display an error message instead of silently exiting when the failure occurred. Platforms tested: Linux/64 (jelly) SunOS 5.11 (emu) | ||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 2 | -10/+10 |
| | |||||
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 1 | -0/+4 |
| | |||||
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2328 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor ↵ | Dana Robinson | 2020-01-30 | 2 | -46/+73 |
|\ | | | | | | | | | | | | | to develop * commit 'a67c238feef1487814b02132bfd7961f22d9d6eb': Cleaned up remaining warnings in high-level library. | ||||
| * | Cleaned up remaining warnings in high-level library. | Dana Robinson | 2020-01-30 | 2 | -46/+73 |
| | | |||||
* | | HDFFV-11011 correct issues with target file extension | Allen Byrne | 2020-01-28 | 1 | -11/+5 |
|/ | |||||
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-01-15 | 1 | -2/+4 |
| | |||||
* | Merge pull request #2071 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/intel_warnings ↵ | Kimmy Mu | 2020-01-06 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to develop * commit '0a2bb11b248df6841daabca3970df5d8504adfc7': address problems from comments fix and address comments change according to previous comments add missing piece remove unnecessary check macro fix intel compile warnings Revert "fix warnings from Intel compiler" Revert "fix warnings and some text alignment" Revert "let hdf5 pick up the right compiler in Intel environment" Revert "fix issues from previous PR comments" Revert "using a different MACRO" using a different MACRO fix issues from previous PR comments let hdf5 pick up the right compiler in Intel environment fix warnings and some text alignment fix warnings from Intel compiler | ||||
| * | remove unnecessary check macro | kmu | 2019-12-06 | 1 | -2/+1 |
| | | |||||
| * | fix intel compile warnings | kmu | 2019-12-04 | 1 | -1/+2 |
| | | |||||
| * | Revert "fix warnings from Intel compiler" | kmu | 2019-11-26 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466. | ||||
| * | Revert "fix issues from previous PR comments" | kmu | 2019-11-26 | 1 | -1/+1 |
| | | | | | | | | This reverts commit d242a900f420b040e364f6c0976c01593e955db3. | ||||
| * | Revert "using a different MACRO" | kmu | 2019-11-26 | 1 | -2/+1 |
| | | | | | | | | This reverts commit fc61b7a9f3a38331809ebcb6247482943947cdb8. | ||||
| * | using a different MACRO | kmu | 2019-11-25 | 1 | -1/+2 |
| | | |||||
| * | fix issues from previous PR comments | kmu | 2019-11-25 | 1 | -1/+1 |
| | | |||||
| * | fix warnings from Intel compiler | kmu | 2019-11-07 | 1 | -1/+1 |
| | | |||||
* | | HDFFV-10974 Change defines to eliminate Windows conflict | Allen Byrne | 2019-12-10 | 8 | -180/+175 |
| | | |||||
* | | Fix windows 10 compile error | Allen Byrne | 2019-12-07 | 1 | -6/+18 |
|/ | |||||
* | HDFFV-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 1 | -7/+19 |
| | |||||
* | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 2 | -6/+6 |
| | |||||
* | Add support for GCC9, update warnhist script, and clean up warnings. | Quincey Koziol | 2019-07-03 | 1 | -1/+2 |
| | |||||
* | HDFFV-10805 cleanup examples and test code | Allen Byrne | 2019-06-20 | 1 | -5/+11 |
| | |||||
* | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 1 | -16/+49 |
| | | | | | 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 | ||||
* | Modified Makefile.ams for h5repack, h5watch and gif2h5 to allow | Larry Knox | 2019-06-12 | 1 | -5/+7 |
| | | | | | | | disabling tests. Moved h5cc.in from tools/src/misc to src directory to always create h5cc whether or not tools are enabled. Added configuration status of tools and tests to libhdf5.settings. | ||||
* | TRILAB-81 coverity fixes | Allen Byrne | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | Fix MPI on Windows by adding MPI include folder | Allen Byrne | 2018-05-09 | 1 | -3/+3 |
| | |||||
* | TRILABS-19 remove add_defintions and use generator expressions | Allen Byrne | 2018-04-26 | 1 | -9/+9 |
| | |||||
* | 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 | -3/+3 |
| | |||||
* | 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-10385 rework java names | Allen Byrne | 2018-01-17 | 1 | -3/+0 |
| | |||||
* | HDFFV-10186 Add endianess to bitfield and fix tests | Allen Byrne | 2017-05-10 | 1 | -2/+2 |
| | |||||
* | HDFFV-10186 more whitespace formatting | Allen Byrne | 2017-05-10 | 1 | -3/+3 |
| | |||||
* | HDFFV-10186 Whitespace change | Allen Byrne | 2017-05-09 | 1 | -3/+3 |
| | | | | Mostly tabs to spaces Remove Modifications comments | ||||
* | Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵ | Larry Knox | 2017-04-25 | 12 | -66/+55 |
| | | | | | | | | | | 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 | -8/+10 |
| | |||||
* | Update cmake min version and cmake command convention | Allen Byrne | 2017-01-10 | 1 | -3/+3 |
| | |||||
* | Add missing EXPORT tag in INSTALL command | Allen Byrne | 2016-10-17 | 1 | -0/+2 |
| | |||||
* | Add support for namespace and add tools to binaries config | Allen Byrne | 2016-10-14 | 1 | -0/+2 |
| | |||||
* | Fix cyclic depends due to typo | Allen Byrne | 2016-10-05 | 1 | -4/+3 |
| | |||||
* | Merge test output file clearing into runTest.cmake | Allen Byrne | 2016-10-03 | 1 | -0/+5 |
| | |||||
* | 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 | -1/+7 |
| | | | | Further warning cleanups: from 667 warnings to 503. |