summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #84 from byrnHDF/developLarry Knox2020-11-135-57/+62
|\ | | | | Downgrade m4 doxygen macros.
| * Correction for location of doxygen folderAllen Byrne2020-11-121-1/+1
| |
| * downgrade doxygen.m4 macro file to previous version.Allen Byrne2020-11-121-43/+43
| |
| * Add missing entries, remove m4 referenceAllen Byrne2020-11-125-15/+20
| |
* | Merge pull request #60 from bmribler/developLarry Knox2020-11-125-7/+53
|\ \ | | | | | | Fix HDFFV-10590
| * | Fixed typo!!Binh-Minh Ribler2020-11-121-1/+1
| | |
| * | Fixed typo!Binh-Minh Ribler2020-11-121-1/+1
| | |
| * | Added line for new fileBinh-Minh Ribler2020-11-121-0/+2
| | |
| * | Removed the line, added by mistake.Binh-Minh Ribler2020-11-121-1/+0
| | |
| * | Added a missing line.Binh-Minh Ribler2020-11-121-0/+1
| | |
| * | Fixed typo again.Binh-Minh Ribler2020-11-111-1/+1
| | |
| * | Fixed typoBinh-Minh Ribler2020-11-111-1/+1
| | |
| * | Miscellaneous updateBinh-Minh Ribler2020-11-114-1/+8
| | | | | | | | | | | | | | | - added test for CMake - renamed new input file to conform to the existing files
| * | Added test for the fix HDFFV-10590Binh-Minh Ribler2020-10-282-0/+32
| | |
| * | Fix HDFFV-10590Binh-Minh Ribler2020-10-2627-205/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description This is to fix the CVE issue CVE-2018-17432. h5repack produced a segfault on a corrupted file. This fix modified the dataspace encode and decode functions per Quincey's suggestion to prevent the segfault and h5repack only failed for the corrupted file now. Platforms tested: Linux/64 (jelly)
| * | Merge branch 'develop' of https://github.com/HDFGroup/hdf5 into developBinh-Minh Ribler2020-10-26193-15258/+18024
| |\ \
| * | | Fix HDFFV-10590Binh-Minh Ribler2020-10-2627-127/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description This is to fix the CVE issue CVE-2018-17432. h5repack produced a segfault on a corrupted file. This fix modified the dataspace encode and decode functions per Quincey's suggestion to prevent the segfault. h5repack only failed for the corrupted file now. Platforms tested: Linux/64 (jelly)
* | | | Merge pull request #81 from jhendersonHDF/developLarry Knox2020-11-121-8/+4
|\ \ \ \ | |_|_|/ |/| | | Fix non-collective metadata read in t_mdset with collective metadata reads enabled
| * | | Fix non-collective metadata read in t_mdset with collective metadata reads ↵Jordan Henderson2020-11-111-8/+4
| | | | | | | | | | | | | | | | enabled
* | | | Merge pull request #79 from byrnHDF/developLarry Knox2020-11-123-5/+6
|\ \ \ \ | | | | | | | | | | Correct TARGET variable and CMake config file location
| * | | | Correct TARGET variable and CMake config file locationAllen Byrne2020-11-113-5/+6
|/ / / /
* | | | Merge pull request #78 from gheber/developGerd Heber2020-11-107-115/+2143
|\ \ \ \ | | | | | | | | | | This is the first installment of Doxygen-based documentation for the H5F module.
| * | | | Finished API Compatibility Macros.Gerd Heber2020-11-103-23/+102
| | | | |
| * | | | Function mappings for 1.8.x.Gerd Heber2020-11-101-0/+222
| | | | |
| * | | | Added 1.10.x function mappings.Gerd Heber2020-11-101-0/+87
| | | | |
| * | | | Added 1.12.x function mappings.Gerd Heber2020-11-101-4/+205
| | | | |
| * | | | About half of the app. compat. mac. document converted.Gerd Heber2020-11-101-0/+115
| | | | |
| * | | | Updated app. compat macro link.Gerd Heber2020-11-091-1/+1
| | | | |
| * | | | App. compatibilty macro outline.Gerd Heber2020-11-091-0/+195
| | | | |
| * | | | First cut of H5F.Gerd Heber2020-11-094-104/+1233
| | | | |
* | | | | Merge pull request #77 from byrnHDF/developLarry Knox2020-11-107-350/+251
|\ \ \ \ \ | |/ / / / |/| | | | Set doxygen default to normally disabled.
| * | | | Update to latest doxygen.m4Allen Byrne2020-11-093-344/+244
| | | | |
| * | | | Set doxygen default to normally disabled.Allen Byrne2020-11-094-6/+7
| | | | |
* | | | | Merge pull request #73 from byrnHDF/developLarry Knox2020-11-0835-63/+4428
|\ \ \ \ \ | |/ / / / | | | | | Add doxygen autconf/cmake support
| * | | | Change doxygen brief variableAllen Byrne2020-11-072-2/+2
| | | | |
| * | | | Doxygen correct typosAllen Byrne2020-11-042-3/+3
| | | | |
| * | | | doxygen restore tabsAllen Byrne2020-11-031-4/+4
| | | | |
| * | | | Doxygen correct PHONY targetAllen Byrne2020-11-032-3/+2
| | | | |
| * | | | Doxygen add new files and update docsAllen Byrne2020-11-035-53/+45
| | | | |
| * | | | Doxygen remove obsolete fileAllen Byrne2020-11-031-20/+0
| | | | |
| * | | | Add doxygen auotoconf and cmake supportAllen Byrne2020-11-0331-6/+4400
| | | | |
* | | | | Merge pull request #72 from jhendersonHDF/developLarry Knox2020-11-031-2/+4
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / Change H5R__copy to not assume destination reference storage is initi…
| * | | Change H5R__copy to not assume destination reference storage is initializedJordan Henderson2020-11-031-2/+4
|/ / /
* | | Merge pull request #69 from xantares/mingw3Larry Knox2020-11-027-4/+16
|\ \ \ | | | | | | | | CMake: Add an option to opt-out static libgcc
| * | | CMake: Add an option to opt-out static libgccMichel Zou2020-10-317-4/+16
| | | | | | | | | | | | | | | | | | | | With sjlj exception model, statically link to libgcc/libstdc++ prevents exceptions to be caught from other dynamic libraries.
* | | | Merge pull request #67 from xantares/mingw1Larry Knox2020-10-311-1/+1
|\ \ \ \ | | | | | | | | | | CMake: Set specific INSTALL_DATA_DIR only on MSVC
| * | | | CMake: Set specific INSTALL_DATA_DIR only on MSVCMichel Zou2020-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | For MinGW we want INSTALL_DATA_DIR to be set to share instead of . to properly install files in a standard package layout.
* | | | | Merge pull request #70 from xantares/mingw4Larry Knox2020-10-3114-32/+33
|\ \ \ \ \ | |_|/ / / |/| | | | CMake: MINGW implies WIN32
| * | | | CMake: MINGW implies WIN32Michel Zou2020-10-3014-32/+33
| |/ / /
* | | | Merge pull request #68 from xantares/mingw2Larry Knox2020-10-303-2/+10
|\ \ \ \ | | | | | | | | | | CMake: Add an option to opt-out MSVC naming convention