Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor/id code cleanup (#114) | Dana Robinson | 2020-11-21 | 11 | -1692/+1854 |
* | Corrects use of unitialized bytes in the chunk_info test (#106) | Dana Robinson | 2020-11-20 | 1 | -2/+2 |
* | chkmanifest will run autogen (#102) | Allen Byrne | 2020-11-20 | 2 | -0/+2 |
* | Revert "Switch ID code to use a hash table instead of a skip list (#52)" (#104) | Dana Robinson | 2020-11-20 | 7 | -1367/+30 |
* | Add new files to CMake and MANIFEST (#100) | Allen Byrne | 2020-11-19 | 2 | -0/+3 |
* | First cut of the H5 public API documentation. (#80) | Gerd Heber | 2020-11-18 | 25 | -562/+6930 |
* | Switch ID code to use a hash table instead of a skip list (#52) | Dana Robinson | 2020-11-17 | 7 | -30/+1367 |
* | obsolete CMAKE_BUILD_TOOL => CMAKE_MAKE_PROGRAM (#97) | Michael Hirsch | 2020-11-17 | 1 | -1/+1 |
* | Merge pull request #91 from ksunden/patch-1 | Larry Knox | 2020-11-13 | 1 | -1/+1 |
|\ | |||||
| * | Fix spelling of metadata | Kyle Sunden | 2020-11-13 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #82 from derobins/minor/skip_list_error | Larry Knox | 2020-11-13 | 1 | -1/+1 |
|\ | |||||
| * | H5SL_release() returns SUCCEED on errors | Dana Robinson | 2020-11-12 | 1 | -1/+1 |
* | | Merge pull request #84 from byrnHDF/develop | Larry Knox | 2020-11-13 | 5 | -57/+62 |
|\ \ | |||||
| * | | Correction for location of doxygen folder | Allen Byrne | 2020-11-12 | 1 | -1/+1 |
| * | | downgrade doxygen.m4 macro file to previous version. | Allen Byrne | 2020-11-12 | 1 | -43/+43 |
| * | | Add missing entries, remove m4 reference | Allen Byrne | 2020-11-12 | 5 | -15/+20 |
* | | | Merge pull request #60 from bmribler/develop | Larry Knox | 2020-11-12 | 5 | -7/+53 |
|\ \ \ | |||||
| * | | | Fixed typo!! | Binh-Minh Ribler | 2020-11-12 | 1 | -1/+1 |
| * | | | Fixed typo! | Binh-Minh Ribler | 2020-11-12 | 1 | -1/+1 |
| * | | | Added line for new file | Binh-Minh Ribler | 2020-11-12 | 1 | -0/+2 |
| * | | | Removed the line, added by mistake. | Binh-Minh Ribler | 2020-11-12 | 1 | -1/+0 |
| * | | | Added a missing line. | Binh-Minh Ribler | 2020-11-12 | 1 | -0/+1 |
| * | | | Fixed typo again. | Binh-Minh Ribler | 2020-11-11 | 1 | -1/+1 |
| * | | | Fixed typo | Binh-Minh Ribler | 2020-11-11 | 1 | -1/+1 |
| * | | | Miscellaneous update | Binh-Minh Ribler | 2020-11-11 | 4 | -1/+8 |
| * | | | Added test for the fix HDFFV-10590 | Binh-Minh Ribler | 2020-10-28 | 2 | -0/+32 |
| * | | | Fix HDFFV-10590 | Binh-Minh Ribler | 2020-10-26 | 27 | -205/+125 |
| * | | | Merge branch 'develop' of https://github.com/HDFGroup/hdf5 into develop | Binh-Minh Ribler | 2020-10-26 | 193 | -15258/+18024 |
| |\ \ \ | |||||
| * | | | | Fix HDFFV-10590 | Binh-Minh Ribler | 2020-10-26 | 27 | -127/+212 |
* | | | | | Merge pull request #81 from jhendersonHDF/develop | Larry Knox | 2020-11-12 | 1 | -8/+4 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Fix non-collective metadata read in t_mdset with collective metadata reads en... | Jordan Henderson | 2020-11-11 | 1 | -8/+4 |
* | | | | | Merge pull request #79 from byrnHDF/develop | Larry Knox | 2020-11-12 | 3 | -5/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Correct TARGET variable and CMake config file location | Allen Byrne | 2020-11-11 | 3 | -5/+6 |
|/ / / / / | |||||
* | | | | | Merge pull request #78 from gheber/develop | Gerd Heber | 2020-11-10 | 7 | -115/+2143 |
|\ \ \ \ \ | |||||
| * | | | | | Finished API Compatibility Macros. | Gerd Heber | 2020-11-10 | 3 | -23/+102 |
| * | | | | | Function mappings for 1.8.x. | Gerd Heber | 2020-11-10 | 1 | -0/+222 |
| * | | | | | Added 1.10.x function mappings. | Gerd Heber | 2020-11-10 | 1 | -0/+87 |
| * | | | | | Added 1.12.x function mappings. | Gerd Heber | 2020-11-10 | 1 | -4/+205 |
| * | | | | | About half of the app. compat. mac. document converted. | Gerd Heber | 2020-11-10 | 1 | -0/+115 |
| * | | | | | Updated app. compat macro link. | Gerd Heber | 2020-11-09 | 1 | -1/+1 |
| * | | | | | App. compatibilty macro outline. | Gerd Heber | 2020-11-09 | 1 | -0/+195 |
| * | | | | | First cut of H5F. | Gerd Heber | 2020-11-09 | 4 | -104/+1233 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #77 from byrnHDF/develop | Larry Knox | 2020-11-10 | 7 | -350/+251 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Update to latest doxygen.m4 | Allen Byrne | 2020-11-09 | 3 | -344/+244 |
| * | | | | Set doxygen default to normally disabled. | Allen Byrne | 2020-11-09 | 4 | -6/+7 |
* | | | | | Merge pull request #73 from byrnHDF/develop | Larry Knox | 2020-11-08 | 35 | -63/+4428 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Change doxygen brief variable | Allen Byrne | 2020-11-07 | 2 | -2/+2 |
| * | | | | Doxygen correct typos | Allen Byrne | 2020-11-04 | 2 | -3/+3 |
| * | | | | doxygen restore tabs | Allen Byrne | 2020-11-03 | 1 | -4/+4 |
| * | | | | Doxygen correct PHONY target | Allen Byrne | 2020-11-03 | 2 | -3/+2 |