Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1746 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop | Scot Breitenfeld | 2019-06-19 | 1 | -26/+28 |
|\ | | | | | | | | | * commit 'a67c578e4b9275fa12b427b6e13021536838a448': fixed pass_through vol | ||||
| * | fixed pass_through vol | M. Scot Breitenfeld | 2019-06-18 | 1 | -26/+28 |
| | | |||||
* | | HDFFV-10805 Add option to only build shared targets | Allen Byrne | 2019-06-18 | 2 | -487/+238 |
|/ | | | | | 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 | ||||
* | fixed linked library for testing | M. Scot Breitenfeld | 2019-06-14 | 1 | -1/+1 |
| | |||||
* | added missing MOD dependency | M. Scot Breitenfeld | 2019-06-14 | 3 | -7/+5 |
| | |||||
* | added missing MOD dependency | M. Scot Breitenfeld | 2019-06-14 | 1 | -2/+0 |
| | |||||
* | updated static vol_connector build | M. Scot Breitenfeld | 2019-06-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'develop' of ↵ | M. Scot Breitenfeld | 2019-06-13 | 3 | -24/+29 |
|\ | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop | ||||
| * | Merge branch 'develop' of ↵ | M. Scot Breitenfeld | 2019-06-13 | 1 | -7/+20 |
| |\ | | | | | | | | | | ssh://bitbucket.hdfgroup.org:7999/~brtnfld/hdf5_msb into develop | ||||
| | * | fixed invalid pointer | M. Scot Breitenfeld | 2019-06-13 | 1 | -7/+20 |
| | | | |||||
| * | | fixed dependencies | M. Scot Breitenfeld | 2019-06-13 | 2 | -5/+9 |
| |/ | |||||
| * | removed unregistering native vol | M. Scot Breitenfeld | 2019-06-13 | 1 | -12/+0 |
| | | |||||
* | | updated static vol_connector build | M. Scot Breitenfeld | 2019-06-13 | 1 | -2/+18 |
|/ | |||||
* | fix for cycle dependency | M. Scot Breitenfeld | 2019-06-13 | 1 | -0/+21 |
| | |||||
* | makefile clean-up | M. Scot Breitenfeld | 2019-06-12 | 1 | -2/+0 |
| | |||||
* | move the vol_info to an optional parameter | M. Scot Breitenfeld | 2019-06-11 | 1 | -7/+5 |
| | |||||
* | added H5Pset_vol | M. Scot Breitenfeld | 2019-05-22 | 1 | -0/+97 |
| | |||||
* | added vol connector | M. Scot Breitenfeld | 2019-05-16 | 1 | -0/+8 |
| | |||||
* | added test for vol_connector | M. Scot Breitenfeld | 2019-05-16 | 1 | -0/+61 |
| | |||||
* | removed H5VL constants | M. Scot Breitenfeld | 2019-05-16 | 3 | -259/+0 |
| | |||||
* | removed VOLL NULL connector and replaced it with native VOL | M. Scot Breitenfeld | 2019-05-16 | 3 | -51/+23 |
| | |||||
* | added connector_name test | M. Scot Breitenfeld | 2019-04-24 | 1 | -2/+10 |
| | |||||
* | added missing files | M. Scot Breitenfeld | 2019-04-24 | 4 | -0/+444 |
| | |||||
* | Merge branch 'develop' into H10621 | M. Scot Breitenfeld | 2019-04-24 | 2 | -7/+55 |
|\ | |||||
| * | Add C++, Java, and FORTRAN wrappers and tests for H5Fget_fileno | Quincey Koziol | 2019-04-14 | 1 | -0/+29 |
| | | |||||
| * | HDFFV-10365: Changes as described in the RFC: H5Sencode/H5Sdecode Format Change. | Vailin Choi | 2019-04-06 | 1 | -7/+26 |
| | | | | | | | | This also addresses HDFFV-10255: H5Sencode/decode performance issue. | ||||
* | | added more tests | M. Scot Breitenfeld | 2019-03-11 | 1 | -0/+24 |
|/ | |||||
* | HDFFV-10703 Update CMake commands to latest standard | Allen Byrne | 2019-02-15 | 1 | -1/+1 |
| | |||||
* | Remove F2003 Option and references | Allen Byrne | 2019-02-06 | 1 | -37/+33 |
| | |||||
* | Fix for Fortran failures. | Dana Robinson | 2019-01-11 | 1 | -4/+4 |
| | |||||
* | Merge pull request #1409 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:J10443 to develop | Scot Breitenfeld | 2019-01-08 | 1 | -22/+368 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b4d4d371a03158c39f120b1bde6c4bd51f1b2eb6': HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs. Added chunked dataset, H5S_ALL test typo typo updated defined constants Documented HDFFV-10652 HDFFV-10652 Implemented a process-0 read and then broadcast for collective read of full datasets (H5S_ALL) by all the processes in the file communicator. Removed reason for breaking read-proc0-and-bcast switched to using CX instead of a global var. HDFFV-10652 Implemented a process-0 read and then broadcast for collective read of full datasets (H5S_ALL) by all the processes in the file communicator. | ||||
| * | HDFFV-10443: Add "field" parameter to H5Oinfo* and H5Ovisit* APIs. | Scot Breitenfeld | 2019-01-08 | 1 | -22/+368 |
| | | |||||
* | | Fortran wrappers for dataset obj header minimization API calls. | Dana Robinson | 2019-01-08 | 2 | -1/+52 |
|/ | |||||
* | VOL FEATURE | Dana Robinson | 2018-10-10 | 1 | -1/+18 |
| | |||||
* | Develop normalization with vol_integration. | Dana Robinson | 2018-09-19 | 1 | -2/+0 |
| | | | | | Mostly peripheral things like the tools and wrappers, with just enough core library code to support that. | ||||
* | HDFFV-10405: Using h5fget_obj_count_f with a file id of H5F_OBJ_ALL_F does ↵ | M. Scot Breitenfeld | 2018-06-08 | 1 | -1/+75 |
| | | | | | | not work properly h5fget_obj_count_f with H5F_OBJ_ALL_F counted objects created in h5open_f, which should not be included in the count. The function now returns the correct number of objects (i.e., objects created in h5open are not included in the total). | ||||
* | Add fortran MPI to test and example | Allen Byrne | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Remove link flag from compile command | Allen Byrne | 2018-05-22 | 1 | -6/+0 |
| | |||||
* | Use set_property for MT flag | Allen Byrne | 2018-05-07 | 1 | -6/+9 |
| | |||||
* | Correct command usage | Allen Byrne | 2018-05-07 | 1 | -12/+12 |
| | |||||
* | Remove APPEND | Allen Byrne | 2018-05-03 | 1 | -13/+13 |
| | |||||
* | Revert to old style for LINK_FLAGS gen expr not working | Allen Byrne | 2018-05-03 | 1 | -78/+117 |
| | |||||
* | LINK_FLAGS must be separate property sets | Allen Byrne | 2018-05-03 | 1 | -40/+80 |
| | |||||
* | Fix link flags syntax | Allen Byrne | 2018-05-03 | 1 | -39/+39 |
| | |||||
* | Revert refactor link flags | Allen Byrne | 2018-05-02 | 1 | -41/+39 |
| | |||||
* | refactor link flags to interface | Allen Byrne | 2018-05-02 | 1 | -46/+51 |
| | |||||
* | Fix defs and additional MSVC items | Allen Byrne | 2018-05-02 | 1 | -4/+3 |
| | |||||
* | TRILABS-19 fix syntax for windows | Allen Byrne | 2018-05-02 | 1 | -6/+6 |
| | |||||
* | TRILABS-19 Link flags need - character | Allen Byrne | 2018-05-02 | 1 | -13/+13 |
| | |||||
* | TRILABS-19 fix fortran link flags | Allen Byrne | 2018-04-30 | 1 | -12/+12 |
| |