| Commit message (Expand) | Author | Age | Files | Lines |
* | * Reverted removal of H5I_REFERENCE to avoid breaking binary | Dana Robinson | 2017-07-03 | 22 | -5/+157 |
|
|
* | Added missing free() call to test_misc19(). | Dana Robinson | 2017-07-01 | 1 | -0/+2 |
|
|
* | Purged the unused H5I_REFERENCE from the library. | Dana Robinson | 2017-07-01 | 20 | -127/+22 |
|
|
* | Added a test for VFD IDs to testhdf5. | Dana Robinson | 2017-07-01 | 5 | -257/+226 |
|
|
* | Merge pull request #586 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev... | Vailin Choi | 2017-06-30 | 10 | -5/+232 |
|\ |
|
| * | Fix for HDFFV-10160 | Vailin Choi | 2017-06-29 | 10 | -5/+232 |
|
|
* | | Merge pull request #588 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop | Dana Robinson | 2017-06-29 | 1 | -8/+0 |
|\ \ |
|
| * | | Revert "Partial removal of NDEBUG ifdefs from the library." | Dana Robinson | 2017-06-29 | 18 | -76/+111 |
|
|
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_d... | Dana Robinson | 2017-06-29 | 1 | -8/+0 |
| |\ \ |
|
| | * | | Removed compiler flag cleanup since Solaris chokes on it. | Dana Robinson | 2017-06-29 | 1 | -8/+0 |
| |/ /
|/| | |
|
| * | | Partial removal of NDEBUG ifdefs from the library. | Dana Robinson | 2017-06-29 | 18 | -111/+76 |
|/ / |
|
* | | Merge pull request #585 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:configure_fortr... | Dana Robinson | 2017-06-29 | 3 | -5/+4 |
|\ \
| |/
|/| |
|
| * | Fixed a bug in autotools Fortran processing where a test for the | Dana Robinson | 2017-06-29 | 3 | -5/+4 |
|
|
* | | Merge pull request #584 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:minor_develop_f... | Dana Robinson | 2017-06-29 | 1 | -16/+15 |
|\ \
| |/
|/| |
|
| * | Updated the --enable-debug/production handling in configure.ac | Dana Robinson | 2017-06-28 | 1 | -16/+7 |
|
|
| * | Added awk processing to remove extraneous whitespace from H5_ | Dana Robinson | 2017-06-28 | 1 | -0/+8 |
|/ |
|
* | Merge pull request #583 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:minor_develop_f... | Dana Robinson | 2017-06-28 | 1 | -4/+5 |
|\ |
|
| * | Fixed a comment in configure.ac | Dana Robinson | 2017-06-27 | 1 | -4/+5 |
|/ |
|
* | Merge pull request #582 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2017-06-26 | 5 | -10/+29 |
|\ |
|
| * | HDFFV-10219 another mode change | Allen Byrne | 2017-06-26 | 1 | -1/+1 |
|
|
| * | HDFFV-10219 change subset to use BINARY mode for h5dump | Allen Byrne | 2017-06-26 | 1 | -1/+1 |
|
|
| * | HDFFV-10219 default input binary to NATIVE | Allen Byrne | 2017-06-20 | 3 | -7/+26 |
|
|
| * | Set default of var to NATIVE | Allen Byrne | 2017-06-20 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #581 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2017-06-19 | 7 | -43/+38 |
|\ |
|
| * | HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed | Allen Byrne | 2017-06-19 | 2 | -4/+4 |
|
|
| * | Correct name of options variable | Allen Byrne | 2017-06-19 | 1 | -3/+3 |
|
|
| * | Synch with CMake original code | Allen Byrne | 2017-06-19 | 4 | -36/+31 |
|/ |
|
* | Merge pull request #574 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop | Allen Byrne | 2017-06-16 | 18 | -279/+1260 |
|\ |
|
| * | HDFFV-10219 remove standard headers already included in h5private.h | Allen Byrne | 2017-06-16 | 1 | -5/+0 |
|
|
| * | HDFFFV-10219 fix file creation contention on windows | Allen Byrne | 2017-06-16 | 1 | -1/+1 |
|
|
| * | HDFFV-10219 - fix name templates | Allen Byrne | 2017-06-15 | 1 | -3/+3 |
|
|
| * | HDFFV-10219 add test headers | Allen Byrne | 2017-06-15 | 1 | -1/+3 |
|
|
| * | HDFFV-10219 - remove debug comments | Allen Byrne | 2017-06-15 | 1 | -28/+0 |
|
|
| * | HDFFV-10219 - Fix subset test | Allen Byrne | 2017-06-15 | 1 | -1/+1 |
|
|
| * | HDFFV-10219Fix binary test to use gen files | Allen Byrne | 2017-06-15 | 1 | -7/+7 |
|
|
| * | Add subset tests to script | Allen Byrne | 2017-06-15 | 1 | -4/+14 |
|
|
| * | Fix changes to reference files. Still need to add subset test. | Allen Byrne | 2017-06-15 | 1 | -35/+49 |
|
|
| * | Update release note | Allen Byrne | 2017-06-15 | 1 | -1/+4 |
|
|
| * | HDFFV-10219 - disable debug output | Allen Byrne | 2017-06-15 | 1 | -1/+1 |
|
|
| * | HDFFV-10219 Add new reference file file for new test | Allen Byrne | 2017-06-15 | 1 | -0/+1 |
|
|
| * | HDFFV-10219 - fix for native in bin file and possible non-native in h5 | Allen Byrne | 2017-06-15 | 15 | -228/+790 |
|
|
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2017-06-13 | 7 | -206/+631 |
| |\
| |/
|/| |
|
* | | Merge pull request #573 in HDFFV/hdf5 from ~VCHOI/my_hdf5_fork:develop to dev... | Vailin Choi | 2017-06-13 | 6 | -205/+630 |
|\ \ |
|
| * | | Fix for HDFFV-7853 H5Ocopy doesn't work with open identifiers | Vailin Choi | 2017-06-11 | 6 | -205/+630 |
|
|
* | | | Merge pull request #575 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop | Dana Robinson | 2017-06-12 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Added -fno-omit-frame-pointer to gcc flags when symbols when | Dana Robinson | 2017-06-12 | 1 | -1/+1 |
|/ / |
|
| * | HDFFV-10219: add generated files to memcheck clear command | Allen Byrne | 2017-06-12 | 1 | -0/+16 |
|
|
| * | HDFFV-10219: Added keyword SUBSET to h5import list. | Allen Byrne | 2017-06-12 | 6 | -40/+446 |
|/ |
|
* | Merge pull request #572 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to develop | Dana Robinson | 2017-06-10 | 8 | -395/+230 |
|\ |
|
| * | Revert "Merge pull request #567 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop... | Dana Robinson | 2017-06-09 | 8 | -395/+230 |
|/ |
|