Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #79 from byrnHDF/develop | Larry Knox | 2020-11-12 | 3 | -5/+6 |
|\ | | | | | Correct TARGET variable and CMake config file location | ||||
| * | 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 |
|\ | | | | | This is the first installment of Doxygen-based documentation for the H5F module. | ||||
| * | 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 |
|\ \ | |/ |/| | Set doxygen default to normally disabled. | ||||
| * | 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 |
|\ \ | |/ | | | Add doxygen autconf/cmake support | ||||
| * | 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 |
| | | |||||
| * | Doxygen add new files and update docs | Allen Byrne | 2020-11-03 | 5 | -53/+45 |
| | | |||||
| * | Doxygen remove obsolete file | Allen Byrne | 2020-11-03 | 1 | -20/+0 |
| | | |||||
| * | Add doxygen auotoconf and cmake support | Allen Byrne | 2020-11-03 | 31 | -6/+4400 |
| | | |||||
* | | Merge pull request #72 from jhendersonHDF/develop | Larry Knox | 2020-11-03 | 1 | -2/+4 |
|\ \ | |/ |/| | Change H5R__copy to not assume destination reference storage is initiā¦ | ||||
| * | Change H5R__copy to not assume destination reference storage is initialized | Jordan Henderson | 2020-11-03 | 1 | -2/+4 |
|/ | |||||
* | Merge pull request #69 from xantares/mingw3 | Larry Knox | 2020-11-02 | 7 | -4/+16 |
|\ | | | | | CMake: Add an option to opt-out static libgcc | ||||
| * | CMake: Add an option to opt-out static libgcc | Michel Zou | 2020-10-31 | 7 | -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/mingw1 | Larry Knox | 2020-10-31 | 1 | -1/+1 |
|\ \ | | | | | | | CMake: Set specific INSTALL_DATA_DIR only on MSVC | ||||
| * | | CMake: Set specific INSTALL_DATA_DIR only on MSVC | Michel Zou | 2020-10-30 | 1 | -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/mingw4 | Larry Knox | 2020-10-31 | 14 | -32/+33 |
|\ \ \ | |_|/ |/| | | CMake: MINGW implies WIN32 | ||||
| * | | CMake: MINGW implies WIN32 | Michel Zou | 2020-10-30 | 14 | -32/+33 |
| |/ | |||||
* | | Merge pull request #68 from xantares/mingw2 | Larry Knox | 2020-10-30 | 3 | -2/+10 |
|\ \ | | | | | | | CMake: Add an option to opt-out MSVC naming convention | ||||
| * | | CMake: Add an option to opt-out MSVC naming convention | Michel Zou | 2020-10-30 | 3 | -2/+10 |
| |/ | | | | | | | | | We might want to keep the default mingw import name, see: https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-hdf5/hdf5-default-import-suffix.patch | ||||
* | | Merge pull request #65 from derobins/minor/mpi_2gb_limit | Larry Knox | 2020-10-30 | 1 | -14/+14 |
|\ \ | | | | | | | Fixes a bit shift issue in an MPI constant | ||||
| * | | Fixes a bit shift issue in an MPI constant | Dana Robinson | 2020-10-29 | 1 | -14/+14 |
| |/ | | | | | | | | | Redefines TWO_GIG_LIMIT to be INT32_MAX instead of 1 << 31, which fixes an issue revealed by compiling with -Wshift-overflow. | ||||
* | | Merge pull request #66 from derobins/minor/HD_to_H5MM | Larry Knox | 2020-10-30 | 6 | -39/+39 |
|\ \ | |/ |/| | Replaces C standard library memory calls with H5MM equivalents | ||||
| * | Replaces C std library calls with H5MM equivalents | Dana Robinson | 2020-10-30 | 6 | -39/+39 |
|/ | | | | Mostly H5MM_memcpy in newer VFDs | ||||
* | Merge pull request #62 from byrnHDF/develop | Larry Knox | 2020-10-29 | 9 | -245/+1844 |
|\ | | | | | HDFFV-10868 - add H5Sselect API java wrappers. | ||||
| * | HDFFV-10868 Corrections from review | Allen Byrne | 2020-10-29 | 2 | -22/+22 |
| | | |||||
| * | HDFFV-10868 - add note | Allen Byrne | 2020-10-28 | 1 | -0/+9 |
| | | |||||
| * | HDFFV-10868 - add H5Sselect API java wrappers. | Allen Byrne | 2020-10-27 | 8 | -244/+1834 |
| | | | | | | Also added javadoc comments to H5E and H5s constants. | ||||
* | | Merge pull request #64 from derobins/minor/vfd_warning_cleanup | Larry Knox | 2020-10-29 | 13 | -58/+34 |
|\ \ | |/ |/| | Fixes minor issues in various virtual file drivers | ||||
| * | Fixes minor issues in various virtual file drivers | Dana Robinson | 2020-10-29 | 13 | -58/+34 |
|/ | | | | | | | | | | | | - HDFS VFD files now ignored in the Autotools when the HDFS VFD is not being built. - All VFD init code uses idiomatic H5I_INVALID_HID instead of -1 or FAIL. - The HDFS VFD now includes H5FDdrvr_module.h in the right place. - The HDFS tests in test/hdfs.c no longer pass NULL to VERIFY macros, which raised warnings. - Minor tweaks to fix const, unused variables, etc. warnings in several VFDs. | ||||
* | Merge pull request #59 from derobins/trivial/HDprefix | Larry Knox | 2020-10-24 | 67 | -360/+444 |
|\ | | | | | HD prefix updates in src/ and test/ | ||||
| * | Restores erroneously deleted key_id field from S3 VFD | Dana Robinson | 2020-10-24 | 1 | -1/+1 |
| | | | | | | | | | | Accidentally deleted while preparing the PR. Only existed in a branch. | ||||
| * | HD prefix updates in src/ and test/ | Dana Robinson | 2020-10-24 | 67 | -361/+445 |
| | | | | | | | | | | | | | | Adds missing HD prefixes to API calls in src and test. Adds some extra processing to bin/checkposix to keep the noise levels down when running the script (not comprehensive). | ||||
* | | Merge pull request #56 from derobins/minor/implicit_fallthrough | Larry Knox | 2020-10-23 | 7 | -3/+39 |
|\ \ | |/ |/| | Removes -Wimplicit-fallthrough=5 from the gcc warnings | ||||
| * | Removes -Wimplicit-fallthrough=5 from the gcc warnings | Dana Robinson | 2020-10-22 | 7 | -3/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | -Wimplicit-fallthrough=3 is added by -Wextra, which we already set. Bumping the warning level only changes how fall-through comments are parsed, with level 5 turning off fall-through comments entirely. This is unnecessary and results in having to do extra work to squash warnings when included external code uses fall-through. This change also adds /* FALLTHROUGH */ comments where H5_ATTR_FALLTHROUGH is used so compilers that don't use attributes but do respect fall-through comments don't raise spurious warnings. | ||||
* | | Merge pull request #55 from byrnHDF/develop | Larry Knox | 2020-10-22 | 3 | -14/+14 |
|\ \ | |/ |/| | Correct SZ options for building plugins | ||||
| * | Correct SZ options for building plugins | Allen Byrne | 2020-10-21 | 3 | -14/+14 |
|/ | |||||
* | Merge pull request #49 from byrnHDF/develop | Larry Knox | 2020-10-20 | 2 | -1/+3 |
|\ | | | | | options corrections |